/* ============================================================
   Barbearia Paula Bueno — estilos globais
   Direção: RÚSTICO / INDUSTRIAL — pedra, metal, madeira, couro.
   Paleta e tipografia extraídas do emblema (escudo de metal).
   Tipos: Big Shoulders Display (títulos, eco do logo) ·
          Oswald (UI/rótulos) · Barlow (texto).
   ============================================================ */

:root {
  /* superfícies escuras (pedra / grafite / ferro) */
  --stone:    #141416;
  --stone-2:  #1A1B1E;
  --graphite: #23201C;
  --iron:     #3A332D;
  --iron-2:   #47403A;

  /* metal (aço escovado / pewter) */
  --steel:    #97897B;
  --steel-hi: #C4B7A9;
  --steel-lo: #4E463D;

  /* madeira / couro (cabos das navalhas) */
  --walnut:   #241A12;
  --wood:     #4A3626;
  --wood-2:   #6A4C33;
  --leather:  #34241A;

  /* acentos — oxblood (poste) + latão envelhecido */
  --oxblood:   #A8764F;
  --oxblood-2: #8A5A3E;
  --rust:      #B8895F;
  --rust-hi:   #D6B392;
  --brass:     #A8764F;
  --brass-hi:  #C79A7B;
  --copper:    #A8764F;
  --copper-hi: #C79A7B;
  --copper-deep:#5C3925;
  --pearl:     #F1ECE1;
  --pearl-2:   #DAD1C1;

  /* claros (reboco / pergaminho envelhecido) */
  --plaster:   #E7DED0;
  --plaster-2: #DFD4C2;
  --card:      #EFE8DA;
  --bone:      #E4D9C4;
  --bone-2:    #B8AD98;

  /* tinta / texto */
  --ink:     #23201C;
  --ink-2:   #4A4237;
  --muted:   #6A6152;
  --muted-2: #857B6A;
  --muted-3: #9C9280;

  --on-dark:   #CFC6B4;
  --on-dark-2: #9A9284;

  --border:   #D3C7B2;
  --border-2: #C7BAA2;

  --footer: #0F0F11;

  /* materiais reutilizáveis */
  --grain: url("../img/texture/grain.png");
  --steel-plate: linear-gradient(180deg, #63584F 0%, #453D36 50%, #322C27 100%);
  --wood-grain: repeating-linear-gradient(90deg, #2A1E14 0px, #2A1E14 3px, #32241799 3px, #241A12 6px, #3A2A1C 9px, #241A12 12px);
  --oxblood-grad: linear-gradient(180deg, #C79A7B 0%, #8A5A3E 55%, #5C3925 100%);
  --brass-grad: linear-gradient(180deg, #C8A566 0%, #A98544 100%);

  --display: 'Graduate', 'Oswald', 'Arial Narrow', serif;
  --ui: 'Oswald', 'Arial Narrow', sans-serif;
  --sans: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* efeitos "gravado" */
  --engrave-dark: 1px 1px 0 rgba(0,0,0,.5), 2px 2px 0 rgba(0,0,0,.4), 3px 3px 1px rgba(0,0,0,.32), 0 6px 12px rgba(0,0,0,.4);
  --engrave-light: 1px 1px 0 rgba(0,0,0,.18), 2px 2px 0 rgba(0,0,0,.13), 3px 3px 1px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: var(--stone);
  background-image: var(--grain);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
img { display: block; }
img, iframe, video, svg { max-width: 100%; }
::selection { background: var(--oxblood); color: var(--bone); }
a { color: var(--copper-deep); }
a:hover { color: var(--copper); }

/* ---------- 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); } }
/* variação p/ o logo do hero no mobile: termina 15% acima (sobe o logo) */
@keyframes fadeUpLogoM { 0% { opacity: 0; transform: translateY(24px); } 100% { opacity: 1; transform: translateY(-15%); } }
@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 2px 8px rgba(0,0,0,.5)); } 50% { filter: drop-shadow(0 0 14px rgba(166,71,47,.4)); } }
@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; } }

/* ============================================================
   Tema faroeste: estalo (muzzle flash) no clique + cursor revólver
   ============================================================ */
.muzzle-flash {
  position: fixed; z-index: 9999; pointer-events: none;
  width: 62px; height: 62px; margin: -31px 0 0 -31px; border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #ffe49a 18%, #ffab3c 38%, rgba(214,120,40,0) 70%);
  animation: muzzle .34s ease-out forwards; will-change: transform, opacity;
}
.muzzle-flash::after {
  content: ""; position: absolute; inset: 8px; background: #fff6da;
  clip-path: polygon(50% 0, 59% 41%, 100% 50%, 59% 59%, 50% 100%, 41% 59%, 0 50%, 41% 41%);
}
@keyframes muzzle {
  0%   { transform: scale(.25) rotate(0deg); opacity: 1; }
  70%  { opacity: .9; }
  100% { transform: scale(1.55) rotate(20deg); opacity: 0; }
}
/* cursor revólver só no desktop (aponta com mouse) — substitui a mãozinha em TUDO que é clicável */
@media (hover: hover) and (pointer: fine) {
  html, body { cursor: url("../img/cursor/revolver.png") 2 12, auto; }
  a, button, label, select, summary, [role="button"], [onclick],
  [class^="btn"], [class*=" btn"], .barber-card, .nav-item, .nav-btn, .dot, .bcar-nav,
  .link-underline, .f-cookies, .wa-float,
  input[type="submit"], input[type="button"], input[type="file"] {
    cursor: url("../img/cursor/revolver.png") 2 12, pointer !important;
  }
  input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
  textarea, [contenteditable="true"] { cursor: text !important; }
  :disabled, [disabled], [aria-disabled="true"] { cursor: default !important; }
}
@media (prefers-reduced-motion: reduce) { .muzzle-flash { animation-duration: .01ms; } }

.pole-stripe {
  background-image: repeating-linear-gradient(-45deg, var(--oxblood) 0 10px, var(--stone) 10px 20px, var(--bone) 20px 30px);
}

/* ---------- 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(--display); }
.gold-text { font-family: var(--display); color: var(--bone); letter-spacing: 1px; }

/* ---------- eyebrow (rótulo industrial) ---------- */
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.eyebrow--center { justify-content: center; }
.eyebrow .line { position: relative; width: 34px; height: 2px; background: var(--steel); flex: 0 0 auto; }
.eyebrow .line::after { content: ""; position: absolute; right: -6px; top: 50%; transform: translateY(-50%); width: 13px; height: 13px; border-radius: 0; background: radial-gradient(circle at 42% 38%, var(--brass-hi), var(--brass) 55%, var(--copper-deep) 100%); clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); filter: drop-shadow(0 1px 1px rgba(0,0,0,.45)); }
.eyebrow .line--fade { width: 44px; height: 2px; background: linear-gradient(90deg, var(--steel), transparent); }
.eyebrow .line--fade::after { display: none; }
.eyebrow span.label {
  font-family: var(--ui);
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
}
.eyebrow .label--dark  { color: var(--oxblood-2); }
.eyebrow .label--light { color: var(--brass-hi); }

/* ---------- títulos (gravados) ---------- */
.display {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.98;
}
.section-title {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(36px, 4.4vw, 56px);
  color: var(--ink);
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.0;
  text-shadow: var(--engrave-light);
}
.display, .svc-card .name, .svc-card .price, .perk .title, .combo .c-name, .combo .c-price, .price-row .pl-name, .price-row .pl-price, .sms-head h3, .done-title, .legal h2 { text-shadow: var(--engrave-light); }
.combo--dark .c-name, .combo--dark .c-price { text-shadow: var(--engrave-dark); }

/* ---------- botões (metal esmaltado) ---------- */
.btn {
  display: inline-block; text-decoration: none; text-transform: uppercase;
  border-radius: 2px; border: none; cursor: pointer;
  font-family: var(--ui); font-weight: 600; text-align: center;
}
.btn-gold {
  position: relative;
  background:
    radial-gradient(circle at 12px 11px, #F2E4CA 0 1.2px, #9C6A44 2px, #4A2E1C 2.9px, rgba(0,0,0,0) 3.5px),
    radial-gradient(circle at calc(100% - 12px) 11px, #F2E4CA 0 1.2px, #9C6A44 2px, #4A2E1C 2.9px, rgba(0,0,0,0) 3.5px),
    radial-gradient(circle at 12px calc(100% - 11px), #F2E4CA 0 1.2px, #9C6A44 2px, #4A2E1C 2.9px, rgba(0,0,0,0) 3.5px),
    radial-gradient(circle at calc(100% - 12px) calc(100% - 11px), #F2E4CA 0 1.2px, #9C6A44 2px, #4A2E1C 2.9px, rgba(0,0,0,0) 3.5px),
    linear-gradient(180deg, #E7CBAE 0%, #C99B78 22%, #A87851 48%, #7C5237 72%, #C0956F 100%);
  color: #2A180C;
  font-size: 14px; letter-spacing: 2.5px; font-weight: 600;
  padding: 16px 44px; border-radius: 2px;
  border-top: 1px solid rgba(255,239,220,0.75);
  border-bottom: 2px solid #4A2E1C;
  text-shadow: 0 1px 0 rgba(255,236,214,0.4);
  box-shadow: inset 0 1px 0 rgba(255,242,224,0.6), inset 0 -3px 8px rgba(74,46,28,0.55), 0 10px 22px rgba(0,0,0,0.4);
  transition: filter .18s ease, box-shadow .18s ease, transform .15s ease, border-color .18s ease;
}
.btn-gold::before, .btn-gold::after { content: none; }
.btn-gold::before { left: 13px; }
.btn-gold::after { right: 13px; }
.btn-gold:hover { filter: brightness(1.09) saturate(1.05); transform: translateY(-1px); border-bottom-color: #5C3925; box-shadow: inset 0 1px 0 rgba(255,242,224,0.72), inset 0 -3px 8px rgba(74,46,28,0.55), 0 14px 28px rgba(0,0,0,0.5); }
.btn-gold:active { transform: translateY(1px); box-shadow: inset 0 2px 5px rgba(0,0,0,0.6), 0 4px 10px rgba(0,0,0,0.4); }
.btn-gold--sm { font-size: 13px; letter-spacing: 2px; padding: 12px 26px; }
.btn-gold--sm::before, .btn-gold--sm::after { display: none; }
.btn-gold--lg { font-size: 15px; letter-spacing: 2.5px; padding: 18px 52px; }
.btn-gold--lg::before { left: 16px; }
.btn-gold--lg::after { right: 16px; }
.btn-gold--hero { box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -3px 7px rgba(0,0,0,0.55), 0 14px 34px rgba(0,0,0,0.6); }
.btn-gold--shadow { box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -3px 7px rgba(0,0,0,0.55), 0 14px 30px rgba(0,0,0,0.5); }
.btn-gold--block { display: block; width: 100%; padding: 18px; border-radius: 2px; font-size: 15px; }
/* o atributo hidden precisa vencer o display:block acima (revelação progressiva do agendamento) */
.btn-gold[hidden], .btn-google[hidden] { display: none !important; }
.btn-gold--block::before { left: 18px; }
.btn-gold--block::after { right: 18px; }

.btn-outline {
  color: var(--copper-hi); font-size: 14px; letter-spacing: 2.5px; font-weight: 500;
  padding: 16px 38px; border: 1.5px solid var(--copper); border-radius: 2px;
  background: rgba(0,0,0,0.18);
  box-shadow: inset 0 1px 0 rgba(255,236,214,.08);
  text-shadow: 0 1px 3px rgba(0,0,0,.75), 0 0 1px rgba(0,0,0,.5);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.btn-outline:hover { border-color: var(--copper-hi); color: #F3E2CE; background: rgba(168,118,79,0.2); }
.btn-outline--sm { font-size: 12.5px; letter-spacing: 1.8px; padding: 11px 22px; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn-gold--sm { padding: 14px 50px; letter-spacing: 3px; }

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

/* botão Google (fallback do agendamento quando o SMS falha) */
.btn-google {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
  background: #fff; color: #1f1f1f; border: none; border-radius: 4px;
  padding: 14px 22px; font-family: var(--ui); font-size: 14px; font-weight: 600; letter-spacing: .3px;
  cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,.22);
}
.btn-google svg { width: 20px; height: 20px; flex: 0 0 auto; }
.btn-google:hover { filter: brightness(.97); }

.link-underline {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--oxblood-2); text-decoration: none; font-family: var(--ui);
  font-size: 14px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600;
  border-bottom: 2px solid var(--brass); padding-bottom: 6px;
}
.link-underline:hover { color: var(--oxblood); border-color: var(--oxblood); }

/* ---------- 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;
}

/* ============================================================
   TOPBAR + HEADER (placa de metal)
   ============================================================ */
.topbar {
  background: var(--graphite);
  background-image: var(--grain);
  color: var(--bone-2);
  font-family: var(--ui);
  border-bottom: 1px solid #000;
}
.topbar .inner {
  max-width: 1240px; margin: 0 auto; padding: 8px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase;
}
.topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.topbar .tb-item .ic { color: var(--brass-hi); }
.topbar a { color: var(--bone-2); text-decoration: none; }
.topbar a:hover { color: var(--bone); }
.topbar .tb-right { display: flex; align-items: center; gap: 22px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--steel-plate);
  border-bottom: 2px solid var(--oxblood);
  box-shadow: 0 3px 0 #000, 0 8px 22px rgba(0,0,0,0.5);
  font-family: var(--ui);
}
.site-header .inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; flex: 0 0 auto; }
.brand .logo-wrap { width: 92px; height: 92px; display: flex; justify-content: center; align-items: center; flex: 0 0 auto; }
.brand .logo-wrap img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 3px 7px rgba(0,0,0,.7)); transition: transform .2s ease; }
.brand:hover .logo-wrap img { transform: scale(1.04); }
.brand .wordmark {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 30px; letter-spacing: 1px; line-height: 0.9; color: var(--bone);
  text-shadow: var(--engrave-dark);
}
.wordmark-lock { display: flex; flex-direction: column; line-height: 1; }
.wm-top { font-family: var(--ui); font-size: 11px; letter-spacing: 6px; text-transform: uppercase; color: var(--brass-hi); font-weight: 600; margin-bottom: 2px; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  color: var(--on-dark); text-decoration: none; font-size: 14px; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 500; padding: 6px 0;
  border-bottom: 2px solid transparent; transition: color .15s ease, border-color .15s ease;
}
.main-nav a:hover { color: var(--bone); }
.main-nav a.is-active { color: var(--bone); border-bottom-color: var(--brass); }
.main-nav a.btn-gold { color: var(--bone); border-bottom: none; }
.main-nav a.btn-gold:hover { color: #fff; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; width: 40px; height: 40px; color: var(--on-dark); font-size: 24px; align-items: center; justify-content: center; }

/* ============================================================
   FOOTER (madeira + metal)
   ============================================================ */
.site-footer {
  background-color: var(--footer);
  background-image: var(--grain);
  padding: 74px 32px 38px;
  font-family: var(--sans);
  border-top: 3px solid var(--oxblood);
  box-shadow: inset 0 3px 0 rgba(200,165,102,0.25);
}
.site-footer .grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding-bottom: 46px; border-bottom: 1px solid rgba(142,146,152,0.18); }
.site-footer .f-logo { width: 140px; height: 140px; object-fit: contain; margin: 0 0 18px -6px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.6)); }
.site-footer .f-about { color: var(--on-dark-2); font-size: 14.5px; line-height: 1.8; font-weight: 400; max-width: 330px; margin: 0; }
.site-footer .f-head { color: var(--bone); font-family: var(--ui); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 20px; }
.site-footer .f-links { display: flex; flex-direction: column; gap: 12px; }
.site-footer .f-links a { color: var(--on-dark-2); text-decoration: none; font-size: 14.5px; font-weight: 400; }
.site-footer .f-links a:hover { color: var(--brass-hi); }
.site-footer .f-contact { display: flex; flex-direction: column; gap: 12px; color: var(--on-dark-2); font-size: 14.5px; font-weight: 400; line-height: 1.5; }
.site-footer .f-bottom { padding-top: 26px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.site-footer .f-bottom span { color: #6E675C; font-size: 13px; font-weight: 400; }

/* ============================================================
   PAGE LOADER
   ============================================================ */
.page-loader {
  position: fixed; inset: 0; z-index: 9999;
  background-color: var(--stone); background-image: var(--grain);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 1; transition: opacity .55s ease; font-family: var(--ui);
}
.page-loader.is-hidden { opacity: 0; pointer-events: none; }
.page-loader .ring { position: relative; width: 178px; height: 178px; display: flex; align-items: center; justify-content: center; }
.page-loader .ring::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(142,146,152,0.16); border-top-color: var(--brass); animation: ldspin .9s linear infinite; }
.page-loader .ring .mask { width: 138px; height: 138px; display: flex; justify-content: center; align-items: center; }
.page-loader .ring img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(0,0,0,.6)); }
.page-loader .pl-name { margin-top: 26px; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 26px; letter-spacing: 3px; color: var(--bone); text-shadow: var(--engrave-dark); }
.page-loader .pl-sub { margin-top: 9px; font-family: var(--ui); font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--steel); animation: ldpulse 1.6s ease-in-out infinite; }

/* ============================================================
   HERO (home)
   ============================================================ */
.hero { position: relative; height: 88vh; min-height: 600px; background: var(--stone); 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; filter: contrast(1.05) saturate(1.04); }
.hero .slide.is-active .photo { animation: kenburns 9s ease-out forwards; }
.hero .slide .shade-1 { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,17,0.94) 0%, rgba(20,20,22,0.66) 50%, rgba(15,15,17,0.32) 100%); }
.hero .slide .shade-2 { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,12,13,0.9) 0%, rgba(12,12,13,0) 44%); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: var(--grain); opacity: 0.5; pointer-events: none; z-index: 2; }
.hero .inner { position: relative; z-index: 3; max-width: 1240px; margin: 0 auto; padding: 0 32px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero .inner::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: min(920px, 94%); height: min(600px, 88%); background: radial-gradient(ellipse at center, rgba(8,8,10,0.62) 0%, rgba(8,8,10,0.3) 52%, rgba(8,8,10,0) 78%); z-index: -1; pointer-events: none; }
.hero .copy { max-width: 840px; padding-left: 0; border-left: none; text-align: center; margin: 0 auto; }
.hero .hero-logo { width: clamp(220px, 25vw, 320px); height: auto; object-fit: contain; margin: 0 auto 26px; filter: drop-shadow(0 6px 20px rgba(0,0,0,0.75)); animation: fadeUp .8s ease both; }
.hero h1 {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(31px, 4.3vw, 62px); line-height: 0.98; color: var(--pearl);
  margin: 0 0 22px; letter-spacing: 0.5px; text-shadow: var(--engrave-dark);
  animation: fadeUp .9s ease both;
}
.hero p.sub { font-size: 18px; line-height: 1.7; color: var(--on-dark); font-weight: 400; max-width: 520px; margin: 0 auto; animation: fadeUp 1.1s ease both; }
.hero .actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .nav-btn { display: none; position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--steel-lo); background: rgba(15,15,17,0.4); color: var(--bone); 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: none; cursor: pointer; padding: 0; background: rgba(206,198,180,0.4); transition: all .5s ease; }
.hero .dots button.is-active { width: 34px; background: var(--brass); }
.hero .progress { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(142,146,152,0.16); }
.hero .progress .bar { height: 100%; width: 0%; background: linear-gradient(90deg,#571F20,var(--oxblood),var(--rust),var(--oxblood),#571F20); background-size: 220% 100%; box-shadow: 0 0 12px rgba(166,71,47,0.6); animation: growbar 5.5s linear forwards, barShine 1.3s linear infinite; }

/* ---------- trust bar (tira de metal) ---------- */
.trust-bar { background: var(--steel-plate); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 2px solid var(--oxblood); }
.trust-bar .inner { max-width: 1240px; margin: 0 auto; padding: 20px 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 52px; }
.trust-bar .stars { color: var(--brass-hi); 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: var(--bone); font-size: 13.5px; letter-spacing: 1px; font-weight: 400; font-family: var(--ui); text-transform: uppercase; }
.trust-bar .sep { width: 1px; height: 18px; background: var(--steel-lo); }
.trust-bar .item { color: var(--on-dark); font-size: 13.5px; letter-spacing: 1.5px; font-weight: 500; font-family: var(--ui); text-transform: uppercase; }

/* ============================================================
   SEÇÕES
   ============================================================ */
.section { padding: 108px 32px; }
.section--light { background-color: var(--plaster); background-image: var(--grain); }
.section--alt { background-color: var(--plaster-2); background-image: var(--grain); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { text-align: center; margin-bottom: 54px; }

/* ---------- bloco "sobre" ---------- */
.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; filter: contrast(1.05) saturate(1.05); border-radius: 2px; border: 1px solid var(--border-2); box-shadow: 0 20px 44px rgba(0,0,0,0.25); outline: 1px solid var(--steel-lo); outline-offset: 12px; }
.about-figure .badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--steel-plate); padding: 24px 30px; border-radius: 2px;
  box-shadow: 0 22px 46px rgba(0,0,0,0.45); border-bottom: 3px solid var(--brass);
  border-top: 1px solid rgba(255,255,255,0.1);
}
.about-figure .badge .num { font-family: var(--display); font-size: 48px; font-weight: 800; line-height: 1; color: var(--bone); text-shadow: var(--engrave-dark); }
.about-figure .badge .cap { color: var(--brass-hi); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; font-family: var(--ui); }
.about-text p { font-size: 16.5px; line-height: 1.85; color: var(--ink-2); font-weight: 400; margin: 0 0 20px; }
.about-text .lead { margin-bottom: 32px; }

.stats { display: flex; gap: 44px; flex-wrap: wrap; }
.stats .num { font-family: var(--display); font-size: 42px; font-weight: 800; color: var(--oxblood-2); line-height: 1; text-shadow: var(--engrave-light); }
.stats .lbl { color: var(--muted-2); font-size: 12.5px; letter-spacing: 1px; margin-top: 6px; font-family: var(--ui); text-transform: uppercase; }

/* ---------- cards ---------- */
.card { background: var(--card); border: 1px solid var(--border-2); border-radius: 2px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 8px rgba(0,0,0,0.06); }

.svc-featured { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.svc-card { padding: 34px 26px; text-align: center; position: relative; border-top: 3px solid var(--oxblood); }
.svc-card .name { font-family: var(--display); font-size: 25px; font-weight: 700; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; letter-spacing: .5px; }
.svc-card .desc { font-size: 13.5px; color: var(--muted-2); font-weight: 400; line-height: 1.5; margin-bottom: 18px; min-height: 40px; }
.svc-card .price { font-family: var(--display); font-size: 34px; font-weight: 800; color: var(--oxblood-2); }

/* ===== "Os mais procurados" — cartazes WANTED (pergaminho em CSS puro) ===== */
.svc-featured.is-wanted { gap: 34px 26px; align-items: start; }

/* wrapper: carrega a sombra (drop-shadow segue o recorte rasgado) e a inclinação */
.wanted-wrap {
  filter: drop-shadow(0 12px 16px rgba(20,15,10,.34));
  transition: transform .28s cubic-bezier(.2,.7,.2,1), filter .28s ease;
  will-change: transform;
}
.svc-featured.is-wanted .wanted-wrap:nth-child(1) { transform: rotate(-2.2deg); }
.svc-featured.is-wanted .wanted-wrap:nth-child(2) { transform: rotate(1.4deg); }
.svc-featured.is-wanted .wanted-wrap:nth-child(3) { transform: rotate(-1deg); }
.svc-featured.is-wanted .wanted-wrap:nth-child(4) { transform: rotate(2deg); }
.svc-featured.is-wanted .wanted-wrap:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.02);
  filter: drop-shadow(0 20px 26px rgba(20,15,10,.40)); z-index: 3;
}

.wanted {
  position: relative; width: 100%;
  aspect-ratio: 1150 / 1555;
  padding: clamp(15px, 2.2vw, 24px) clamp(16px, 2.2vw, 24px) clamp(18px, 2.4vw, 26px);
  display: flex; flex-direction: column; text-align: center;
  color: var(--ink);
  background-color: #E8DCC2;
  background-image:
    radial-gradient(120% 90% at 50% 0%,  rgba(255,255,255,.30), transparent 42%),
    radial-gradient(85% 65% at 12% 10%,  rgba(92,57,37,.30),   transparent 55%),
    radial-gradient(85% 65% at 88% 8%,   rgba(92,57,37,.32),   transparent 55%),
    radial-gradient(75% 60% at 8% 92%,   rgba(48,30,20,.38),   transparent 55%),
    radial-gradient(80% 62% at 92% 95%,  rgba(48,30,20,.36),   transparent 55%),
    radial-gradient(150% 130% at 50% 48%, transparent 56%,      rgba(60,36,26,.36) 100%),
    linear-gradient(178deg, #EFE3C8 0%, #E5D7B9 46%, #D7C4A0 100%);
  /* borda rasgada: máscara SVG (ruído + deslocamento) recorta as beiras */
  --torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018 0.022' numOctaves='4' seed='9' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='24' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E");
  -webkit-mask: var(--torn) center / 100% 100% no-repeat;
          mask: var(--torn) center / 100% 100% no-repeat;
}
/* variações de rasgo para os cartazes não ficarem idênticos */
.svc-featured.is-wanted .wanted-wrap:nth-child(4n+1) .wanted {
  --torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.017 0.023' numOctaves='4' seed='4' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='22' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E");
}
.svc-featured.is-wanted .wanted-wrap:nth-child(4n+2) .wanted {
  --torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.019 0.02' numOctaves='4' seed='16' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='26' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E");
}
.svc-featured.is-wanted .wanted-wrap:nth-child(4n+3) .wanted {
  --torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02 0.018' numOctaves='4' seed='27' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='23' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E");
}
.svc-featured.is-wanted .wanted-wrap:nth-child(4n+4) .wanted {
  --torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018 0.021' numOctaves='4' seed='39' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='25' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E");
}
/* grão do papel */
.wanted::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .10; mix-blend-mode: multiply; pointer-events: none;
}
/* preguinho no topo */
.wanted::after {
  content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 12px; height: 12px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #6d6d72, #2b2b2f 60%, #17171a);
  box-shadow: 0 2px 3px rgba(0,0,0,.5), inset 0 -1px 1px rgba(0,0,0,.6);
}
/* furos de bala espalhados pela seção "Os mais procurados" (recortes de bullet_holes.png) */
.section--shots { position: relative; overflow: hidden; }
.shots { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.shots .pellet {
  position: absolute; aspect-ratio: 1.15;
  background-repeat: no-repeat; background-position: center; background-size: contain;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
}
.shots--tab, .shots--mob { display: none; }
@media (max-width: 900px) { .shots--wide { display: none; } .shots--tab { display: block; } }
@media (max-width: 560px) { .shots--tab { display: none; } .shots--mob { display: block; } }

/* ===== Cartazes WANTED dos barbeiros (etapa 2 do agendamento) ===== */
/* carrossel: mostra 2 cartazes por vez e vai rodando os demais */
.barber-carousel { position: relative; display: flex; align-items: center; gap: 6px; max-width: 680px; margin: 2px auto 0; }
.barber-board {
  flex: 1 1 auto; min-width: 0;
  display: flex; gap: 14px;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 18px 2px 12px;
  scrollbar-width: none; -ms-overflow-style: none;
  justify-content: center;
}
.barber-board.is-scroll { justify-content: flex-start; }
.barber-board::-webkit-scrollbar { display: none; }
.bcar-nav {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--border-2); background: var(--card); color: var(--oxblood-2);
  font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.18); transition: background .15s ease, transform .15s ease;
}
.bcar-nav:hover { background: var(--bone); transform: scale(1.06); }
.bcar-nav[hidden] { display: none; }
.bcar-nav[disabled] { opacity: .3; cursor: default; box-shadow: none; }
/* desktop: arrows maiores; mobile: 1 cartaz grande por vez, sem arrows (usa o dedo) */
@media (min-width: 720px) {
  .bcar-nav { width: 40px; height: 40px; font-size: 24px; }
}
@media (max-width: 620px) {
  .barber-carousel { max-width: 100%; }
  .barber-card { flex: 0 0 82%; }
}
@media (hover: none) and (pointer: coarse) {
  .barber-carousel .bcar-nav { display: none !important; }
}
.barber-card {
  flex: 0 0 calc(50% - 7px); scroll-snap-align: center;
  position: relative; border: 0; padding: 0; background: transparent; cursor: pointer; font: inherit; color: var(--ink);
  overflow: visible; filter: drop-shadow(0 10px 14px rgba(20,15,10,.34));
  transition: transform .22s cubic-bezier(.2,.7,.2,1), filter .22s ease;
}
.barber-board .barber-card:nth-child(3n+1) { transform: rotate(-2deg); }
.barber-board .barber-card:nth-child(3n+2) { transform: rotate(1.6deg); }
.barber-board .barber-card:nth-child(3n+3) { transform: rotate(-1deg); }
.barber-card:hover, .barber-card:focus-visible { transform: rotate(0) translateY(-4px) scale(1.03); filter: drop-shadow(0 16px 22px rgba(20,15,10,.42)); z-index: 3; outline: none; }

.barber-card .bc-paper {
  position: relative; width: 100%; aspect-ratio: 1150 / 1620;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center;
  padding: 12% 10% 7%;
  background-color: #E8DCC2;
  background-image:
    radial-gradient(120% 90% at 50% 0%,  rgba(255,255,255,.30), transparent 42%),
    radial-gradient(85% 65% at 12% 10%,  rgba(92,57,37,.30),   transparent 55%),
    radial-gradient(85% 65% at 88% 8%,   rgba(92,57,37,.32),   transparent 55%),
    radial-gradient(75% 60% at 8% 92%,   rgba(48,30,20,.38),   transparent 55%),
    radial-gradient(80% 62% at 92% 95%,  rgba(48,30,20,.36),   transparent 55%),
    radial-gradient(150% 130% at 50% 48%, transparent 56%,      rgba(60,36,26,.36) 100%),
    linear-gradient(178deg, #EFE3C8 0%, #E5D7B9 46%, #D7C4A0 100%);
  --torn-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018 0.022' numOctaves='4' seed='9' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='22' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E");
  -webkit-mask: var(--torn-b) center / 100% 100% no-repeat; mask: var(--torn-b) center / 100% 100% no-repeat;
}
.barber-board .barber-card:nth-child(3n+2) .bc-paper { --torn-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02 0.018' numOctaves='4' seed='24' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='24' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E"); }
.barber-board .barber-card:nth-child(3n+3) .bc-paper { --torn-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='405'%3E%3Cfilter id='t' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.017 0.021' numOctaves='4' seed='38' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='23' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3Crect x='16' y='16' width='268' height='373' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E"); }
.barber-card .bc-paper::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .10; mix-blend-mode: multiply; pointer-events: none;
}
.barber-card .bc-pin {
  position: absolute; top: 7%; left: 50%; transform: translateX(-50%);
  width: 11px; height: 11px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #6d6d72, #2b2b2f 60%, #17171a);
  box-shadow: 0 2px 3px rgba(0,0,0,.5), inset 0 -1px 1px rgba(0,0,0,.6);
}
.barber-card .bc-head {
  font-family: var(--display); font-size: clamp(11px, 3.2vw, 14px); letter-spacing: .04em;
  color: #2C211A; margin: 4px 0 6px; opacity: .92;
}
.barber-card .bc-photo {
  width: 84%; aspect-ratio: 1 / 1;
  background-color: #D9CBB0; background-size: cover; background-position: center;
  border: 1.5px solid rgba(60,36,26,.55); box-shadow: inset 0 0 0 3px rgba(60,36,26,.13);
  filter: sepia(.4) contrast(1.03) brightness(.98);
}
.barber-card .bc-photo.is-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23927b5e' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.4 0-9 2.2-9 6v2h18v-2c0-3.8-4.6-6-9-6Z'/%3E%3C/svg%3E");
  background-size: 64%; background-repeat: no-repeat; background-position: center 58%; filter: none;
}
.barber-card .bc-name {
  font-family: var(--display); text-transform: uppercase; font-size: clamp(10px, 3vw, 13px);
  color: var(--ink); margin-top: 6px; line-height: 1.04; letter-spacing: .01em; max-width: 100%;
}
/* selecionado: brilho dourado (drop-shadow acompanha o recorte rasgado) + carimbo */
.barber-card.is-active { filter: drop-shadow(0 8px 12px rgba(20,15,10,.3)) drop-shadow(0 0 2px var(--oxblood-2)) drop-shadow(0 0 4px var(--oxblood-2)); }
.barber-card.is-active:hover { filter: drop-shadow(0 14px 20px rgba(20,15,10,.4)) drop-shadow(0 0 2px var(--oxblood-2)) drop-shadow(0 0 5px var(--oxblood-2)); }
.barber-card .bc-stamp {
  display: none; position: absolute; z-index: 6; top: 30%; left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  font-family: var(--display); font-size: clamp(9px, 2.6vw, 12px); letter-spacing: .05em;
  color: #A8323A; border: 2px solid #A8323A; border-radius: 4px; padding: 2px 7px;
  background: rgba(245,235,222,.35); text-transform: uppercase; pointer-events: none;
}
/* carimbo "ESCOLHIDO" batendo forte (slam) junto com o tiro */
.barber-card.is-active .bc-stamp { display: block; animation: stampSlam .26s cubic-bezier(.18,.9,.3,1) both; }
@keyframes stampSlam {
  0%   { opacity: 0; transform: translate(-50%,-50%) rotate(-26deg) scale(2.7); }
  55%  { opacity: 1; transform: translate(-50%,-50%) rotate(-9deg)  scale(.9); }
  75%  { transform: translate(-50%,-50%) rotate(-13deg) scale(1.06); }
  100% { opacity: 1; transform: translate(-50%,-50%) rotate(-12deg) scale(1); }
}
.barber-card.is-active .bc-paper { animation: paperHit .26s ease both; }
@keyframes paperHit {
  0%   { transform: scale(1); }
  22%  { transform: scale(.965) rotate(-.5deg); }
  55%  { transform: scale(1.012); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .barber-card.is-active .bc-stamp, .barber-card.is-active .bc-paper { animation: none; }
}
/* tiros de bala ao redor de cada cartaz */
.barber-card .bc-hole { position: absolute; z-index: 4; pointer-events: none; aspect-ratio: 1.15; background-size: contain; background-repeat: no-repeat; filter: drop-shadow(0 1px 1px rgba(0,0,0,.45)); }
.barber-card .bc-hole--a { width: 40%; top: -7%; right: -9%; transform: rotate(8deg); background-image: url("../img/bullets/bullet-3.png"); }
.barber-card .bc-hole--b { width: 32%; bottom: 2%; left: -8%; transform: rotate(-11deg); background-image: url("../img/bullets/bullet-4.png"); }
.barber-board .barber-card:nth-child(4n+2) .bc-hole--a { background-image: url("../img/bullets/bullet-5.png"); transform: rotate(-6deg); }
.barber-board .barber-card:nth-child(4n+2) .bc-hole--b { background-image: url("../img/bullets/bullet-2.png"); }
.barber-board .barber-card:nth-child(4n+3) .bc-hole--a { background-image: url("../img/bullets/bullet-4.png"); }
.barber-board .barber-card:nth-child(4n+3) .bc-hole--b { background-image: url("../img/bullets/bullet-5.png"); transform: rotate(10deg); }
.barber-board .barber-card:nth-child(4n+4) .bc-hole--a { background-image: url("../img/bullets/bullet-2.png"); transform: rotate(12deg); }
.barber-board .barber-card:nth-child(4n+4) .bc-hole--b { background-image: url("../img/bullets/bullet-3.png"); }
/* revelar etapas após escolher o barbeiro */
#book-more[hidden] { display: none; }
#book-more { animation: bookReveal .32s ease both; }
@keyframes bookReveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

.wanted .w-head {
  font-family: var(--display); font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: .06em; color: #2C211A; margin: 14px 0 10px;
  text-shadow: 0 1px 0 rgba(255,255,255,.22); opacity: .92;
}
.wanted .w-frame {
  position: relative; flex: 1 1 auto; margin: 2px clamp(4px, 1vw, 10px) 12px;
  padding: clamp(12px, 1.8vw, 20px) 10px;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  border: 1.5px solid rgba(60,36,26,.55);
  box-shadow: inset 0 0 0 3px rgba(60,36,26,.13);
  background: rgba(255,250,238,.10);
}
.wanted .w-name {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(17px, 2vw, 23px); line-height: 1.08; color: var(--ink); letter-spacing: .02em;
}
.wanted .w-desc {
  font-family: var(--sans); font-size: clamp(12px, 1.3vw, 13.5px);
  color: #5A4A38; line-height: 1.45;
}
.wanted .w-reward { margin-top: auto; }
.wanted .w-reward-label {
  display: block; font-family: var(--ui); text-transform: uppercase;
  letter-spacing: .28em; font-size: 11px; color: #7A5A3E; margin-bottom: 1px;
}
.wanted .w-price {
  font-family: var(--display); font-size: clamp(24px, 2.8vw, 34px);
  color: var(--oxblood-2); text-shadow: var(--engrave-light);
}

.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.perk { padding: 36px 30px; border-left: 3px solid var(--brass); }
.perk .icon { font-size: 28px; margin-bottom: 16px; filter: grayscale(0.2); }
.perk .title { font-family: var(--display); font-size: 24px; font-weight: 700; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; letter-spacing: .3px; }
.perk .desc { font-size: 14.5px; color: var(--muted); font-weight: 400; line-height: 1.7; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { padding: 34px 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.review .stars { color: var(--brass); font-size: 16px; letter-spacing: 2px; margin-bottom: 18px; }
.review .quote { font-family: var(--sans); font-style: italic; font-size: 18px; line-height: 1.6; color: var(--ink); margin: 0 0 26px; }
.review .who { display: flex; align-items: center; gap: 13px; }
.review .avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--steel-plate); display: flex; align-items: center; justify-content: center; color: var(--bone); font-family: var(--display); font-weight: 700; font-size: 20px; border: 1px solid var(--steel-lo); }
.review .name { font-size: 15px; font-weight: 600; color: var(--ink); }
.review .when { font-size: 12.5px; color: var(--muted-3); letter-spacing: 0.5px; }
.rating-line { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 12px; }
.rating-line .stars { color: var(--brass); font-size: 18px; letter-spacing: 2px; }
.rating-line .txt { color: var(--muted); font-size: 15px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { aspect-ratio: 4/5; background-size: cover; background-position: center; border-radius: 2px; border: 1px solid var(--steel-lo); box-shadow: 0 16px 38px rgba(0,0,0,0.5); filter: contrast(1.05) saturate(1.04); transition: transform .3s ease, box-shadow .3s ease; margin: 0; }
.gallery-item:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(0,0,0,0.6); }
@media (max-width: 760px) { .gallery { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }

/* ---------- CTA band (couro) ---------- */
.cta-band { position: relative; padding: 118px 32px; background-color: var(--leather); overflow: hidden; }
.cta-band .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.24; filter: contrast(1.04) saturate(1.02); }
.cta-band .veil { position: absolute; inset: 0; background: radial-gradient(120% 120% at 50% 0%, rgba(52,36,26,0.6), rgba(15,15,17,0.92)); }
.cta-band::after { content: ""; position: absolute; inset: 0; background-image: var(--grain); opacity: 0.6; }
.cta-band .inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center; }
.cta-band h2 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(40px, 5.2vw, 68px); color: var(--bone); margin: 0 0 20px; letter-spacing: 0.5px; line-height: 0.98; text-shadow: var(--engrave-dark); }
.cta-band p { color: var(--on-dark); font-size: 17px; font-weight: 400; line-height: 1.7; margin: 0 0 38px; }

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero { position: relative; padding: 132px 32px 112px; background: var(--stone); overflow: hidden; }
.page-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.34; filter: contrast(1.05) saturate(1.03); }
.page-hero .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,15,17,0.74), rgba(20,20,22,0.94)); }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: var(--grain); opacity: 0.5; }
.page-hero .inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; text-align: center; }
.page-hero .ph-logo, .book-head .ph-logo { width: 116px; height: 116px; object-fit: contain; margin: 0 auto 22px; filter: drop-shadow(0 5px 14px rgba(0,0,0,0.6)); }
.page-hero h1 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(46px, 6vw, 84px); color: var(--pearl); margin: 0; letter-spacing: 0.5px; line-height: 0.98; text-shadow: var(--engrave-dark); }
.page-hero p.sub { color: var(--on-dark); font-size: 16px; font-weight: 400; margin: 14px 0 0; }

/* ============================================================
   SERVIÇOS
   ============================================================ */
.price-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 56px; }
.price-row { display: flex; align-items: baseline; gap: 16px; padding: 22px 4px; border-bottom: 1px solid var(--border-2); }
.price-row .pl-name { font-family: var(--display); font-size: 24px; font-weight: 700; text-transform: uppercase; color: var(--ink); line-height: 1.05; letter-spacing: .3px; }
.price-row .pl-desc { font-size: 13.5px; color: var(--muted-2); font-weight: 400; margin-top: 5px; font-family: var(--sans); }
.price-row .pl-fill { flex: 1; border-bottom: 1px dotted var(--muted-3); transform: translateY(-5px); }
.price-row .pl-price { flex: 0 0 auto; font-family: var(--display); font-size: 26px; font-weight: 800; color: var(--oxblood-2); }

.combos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.combo { border-radius: 2px; padding: 42px 30px; text-align: center; position: relative; background: var(--card); border: 1px solid var(--border-2); border-top: 3px solid var(--brass); box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 10px 26px rgba(0,0,0,0.1); }
.combo--dark { background: var(--steel-plate); border: 1px solid #000; border-top: 3px solid var(--brass); box-shadow: 0 18px 40px rgba(0,0,0,0.45); }
.combo .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--oxblood-grad); color: var(--bone); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; font-family: var(--ui); padding: 5px 14px; border-radius: 2px; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.combo .c-name { font-family: var(--display); font-size: 27px; font-weight: 700; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; letter-spacing: .3px; }
.combo .c-desc { font-size: 14px; color: var(--muted); font-weight: 400; line-height: 1.6; margin-bottom: 22px; min-height: 44px; }
.combo .c-price { font-family: var(--display); font-size: 44px; font-weight: 800; color: var(--oxblood-2); line-height: 1; }
.combo--dark .c-name { color: var(--bone); text-shadow: var(--engrave-dark); }
.combo--dark .c-desc { color: var(--on-dark); }
.combo--dark .c-price { color: var(--brass-hi); }

/* ============================================================
   CONTATO
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; }
.contact-row .ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 2px; background: var(--steel-plate); display: flex; align-items: center; justify-content: center; color: var(--bone); font-size: 18px; border: 1px solid var(--steel-lo); }
.contact-row .lbl { font-family: var(--ui); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--oxblood-2); font-weight: 600; margin-bottom: 5px; }
.contact-row .val { font-size: 16px; color: var(--ink); line-height: 1.6; font-weight: 400; overflow-wrap: anywhere; min-width: 0; }
/* linha de WhatsApp clicável (ícone verde) */
.contact-row .ico--wa { color: #25D366; font-size: 24px; }
.contact-row .ico svg { width: 1em; height: 1em; display: block; }
a.contact-row { text-decoration: none; color: inherit; transition: transform .15s ease; }
a.contact-row:hover { transform: translateX(2px); }
a.contact-row:hover .val { color: var(--oxblood-2); }
a.contact-row:hover .ico { border-color: var(--copper); }
/* números/e-mail clicáveis (copiar) */
.copy-num {
  position: relative; display: inline-block; background: none; border: none; padding: 0; margin: 0;
  font: inherit; color: var(--ink); cursor: pointer; line-height: 1.5;
  border-bottom: 1px dashed rgba(60,36,26,.45);
}
.copy-num:hover { color: var(--oxblood-2); border-bottom-color: var(--oxblood-2); }
.copy-sep { color: var(--muted-2); margin: 0 8px; }
.copied-tip {
  position: absolute; left: 50%; bottom: 100%; transform: translate(-50%, -6px);
  background: #1B140E; color: #F1ECE1; font-size: 12px; font-weight: 600; letter-spacing: .5px;
  padding: 4px 9px; border-radius: 5px; white-space: nowrap; pointer-events: none; z-index: 5;
  box-shadow: 0 6px 16px rgba(0,0,0,.3); animation: copiedIn .18s ease;
}
@keyframes copiedIn { from { opacity: 0; transform: translate(-50%, 0); } to { opacity: 1; transform: translate(-50%, -6px); } }
.contact-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.contact-map { aspect-ratio: 1/1; border-radius: 2px; overflow: hidden; border: 1px solid var(--border-2); box-shadow: 0 10px 30px rgba(0,0,0,0.18); filter: grayscale(0.3) contrast(1.05); }
.contact-map iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   AGENDAR
   ============================================================ */
.book-section { background-color: var(--stone); background-image: var(--grain); padding: 88px 32px 100px; position: relative; }
.book-section .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.08; filter: grayscale(1); }
.book-inner { position: relative; max-width: 1040px; margin: 0 auto; }
.book-head { text-align: center; margin-bottom: 46px; }
.book-head h1 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(44px, 5.6vw, 76px); color: var(--pearl); margin: 0 0 14px; letter-spacing: 0.5px; line-height: 0.98; text-shadow: var(--engrave-dark); }
.book-head p { color: var(--on-dark-2); font-size: 16px; font-weight: 400; margin: 0; }

.book-grid { display: grid; grid-template-columns: 1fr 320px; gap: 26px; align-items: start; }
.book-form { background-color: var(--plaster); background-image: var(--grain); border-radius: 2px; padding: 40px; box-shadow: 0 40px 90px rgba(0,0,0,0.5); border-top: 3px solid var(--oxblood); border-bottom: 1px solid var(--border-2); }
.book-step { margin-bottom: 30px; }
.book-label { display: block; font-family: var(--ui); font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--oxblood-2); font-weight: 600; 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: 2px; border: 1.5px solid var(--border-2); background: var(--card); transition: all .2s ease; font-family: var(--sans); display: flex; flex-direction: column; }
.svc-chip .name { display: block; font-family: var(--display); font-size: 20px; font-weight: 700; text-transform: uppercase; color: var(--ink); line-height: 1.1; }
.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: var(--oxblood-2); font-weight: 600; margin-top: 8px; font-family: var(--ui); }
.svc-chip.is-active { border-color: var(--oxblood); background: #F3E7DC; }
.svc-chip.is-active .name { color: var(--oxblood); }
@media (max-width: 560px) { .chip-grid { grid-template-columns: 1fr; } }

.book-two { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 30px; }
.book-input { width: 100%; max-width: 100%; min-width: 0; padding: 15px 16px; border: 1.5px solid var(--border-2); border-radius: 2px; font-family: var(--sans); font-size: 15px; color: var(--ink); background: #fff; outline: none; }
.book-input:focus { border-color: var(--oxblood); }
/* input de data: o estilo nativo do webkit (iOS/Android) tem largura intrínseca que
   estoura em telas estreitas — normaliza e mantém o valor alinhado à esquerda */
.book-input[type="date"]::-webkit-date-and-time-value { text-align: left; margin: 0; }
.book-input[type="date"]::-webkit-calendar-picker-indicator { margin-left: auto; }
@media (max-width: 560px) {
  .book-input[type="date"] { -webkit-appearance: none; appearance: none; }
}

.time-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.time-chip { cursor: pointer; padding: 11px 18px; border-radius: 2px; border: 1.5px solid var(--border-2); background: var(--card); color: var(--ink-2); font-family: var(--ui); font-size: 14px; font-weight: 500; letter-spacing: 1px; transition: all .15s ease; }
.time-chip.is-active { border-color: var(--oxblood); background: var(--oxblood-grad); color: var(--bone); }

.form-error { background: #F3E3DA; border: 1px solid #D9B29F; color: #8A3A2A; font-size: 14px; padding: 12px 16px; border-radius: 2px; margin-bottom: 20px; }
.form-error.ok { background: #E6EDE2; border-color: #B9CFB2; color: #3C6B41; }
.book-note { background: #E6EDE2; border: 1px solid #B9CFB2; color: #3C6B41; padding: 13px 16px; border-radius: 2px; 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; }

.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(--display); font-size: 28px; text-transform: uppercase; color: var(--ink); 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(--oxblood-2); font-family: var(--sans); font-size: 13.5px; text-decoration: underline; padding: 6px 2px; }
.linklike--center { display: block; margin: 16px auto 0; }

.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(--display); font-size: 30px; text-transform: uppercase; color: var(--ink); margin: 0 0 18px; }
.done-card { background: var(--card); border: 1px solid var(--border-2); border-radius: 2px; padding: 18px 20px; }
.done-card .ds-row { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px dashed var(--border-2); font-size: 14.5px; color: var(--muted-2); }
.done-card .ds-row:last-child { border-bottom: none; }
.done-card .ds-row b { color: var(--ink); font-weight: 600; text-align: right; }
.done-card .ds-cancelled { text-align: center; color: #3C6B41; 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: var(--card); border: 1.5px solid #D0A99A; color: #93402B; border-radius: 2px; font-family: var(--ui); font-size: 14px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }
.btn-cancelar:hover:not(:disabled) { background: #F3E3DA; }
.btn-cancelar:disabled { opacity: .6; cursor: not-allowed; border-color: var(--border-2); color: var(--muted-3); }
#recaptcha-container { position: fixed; bottom: 0; right: 0; }

/* ---------- cookies ---------- */
.cookie-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; background-color: var(--stone-2); background-image: var(--grain); border-top: 2px solid var(--oxblood); box-shadow: 0 -10px 40px rgba(0,0,0,0.5); 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: var(--on-dark); font-size: 13.5px; line-height: 1.6; margin: 0; font-weight: 400; }
.cookie-text a { color: var(--brass-hi); text-decoration: underline; }
.cookie-actions { display: flex; flex-direction: row; gap: 10px; flex: none; }
.cookie-actions .ck-btn { white-space: nowrap; }
body.has-cookiebar .wa-float { bottom: 112px; }
.ck-btn { cursor: pointer; border-radius: 2px; padding: 12px 16px; font-family: var(--ui); font-size: 13px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; border: 1.5px solid transparent; text-align: center; }
.ck-ghost { background: transparent; border-color: var(--steel-lo); color: var(--bone); }
.ck-ghost:hover { border-color: var(--brass); }
.ck-accept { background: var(--oxblood-grad); color: var(--bone); border: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 6px 16px rgba(0,0,0,0.4); }

.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(8,8,9,0.7); }
.ck-dialog { position: relative; width: min(460px, 100%); background: var(--plaster); border-radius: 4px; padding: 26px 24px 22px; box-shadow: 0 30px 70px rgba(0,0,0,0.5); max-height: 90vh; overflow: auto; border-top: 3px solid var(--oxblood); }
.ck-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.ck-head img { width: 46px; height: 46px; object-fit: contain; }
.ck-head h3 { font-family: var(--display); font-size: 26px; text-transform: uppercase; color: var(--ink); margin: 0; }
.ck-desc { color: var(--muted); 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 var(--border-2); border-radius: 3px; background: var(--card); }
.ck-cat-row b { display: block; color: var(--ink); font-size: 14.5px; }
.ck-cat-row span { display: block; color: var(--muted); 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: var(--border-2); 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: var(--oxblood); }
.ck-switch input:checked + span::before { transform: translateX(18px); }
.ck-switch.ck-locked span { background: var(--oxblood); opacity: .7; }
.ck-modal-actions { display: flex; gap: 10px; }
.ck-modal-actions .ck-btn { flex: 1; }
.ck-modal-actions .ck-ghost { border-color: var(--border-2); color: var(--muted); }
.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; }
}

/* ---------- 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(6,6,7,0.76); backdrop-filter: blur(2px); }
.promo-card { position: relative; width: min(420px, 100%); text-align: center; background-color: var(--stone-2); background-image: var(--grain); border: 1px solid var(--steel-lo); border-top: 3px solid var(--oxblood); border-radius: 4px; padding: 34px 30px 30px; box-shadow: 0 30px 80px rgba(0,0,0,0.65); 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 var(--steel-lo); color: var(--bone); border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; }
.promo-x:hover { background: rgba(255,255,255,0.12); }
.promo-logo { width: 92px; height: 92px; object-fit: contain; margin: 0 auto 14px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.6)); }
.promo-badge { display: inline-block; font-family: var(--ui); font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; color: var(--bone); background: var(--oxblood-grad); padding: 5px 14px; border-radius: 2px; margin-bottom: 14px; }
.promo-badge[hidden] { display: none; }
.promo-title { font-family: var(--display); font-size: 32px; text-transform: uppercase; line-height: 1.02; color: var(--bone); margin: 0 0 12px; text-shadow: var(--engrave-dark); }
.promo-text { color: var(--on-dark); font-size: 15px; line-height: 1.65; font-weight: 400; margin: 0 0 22px; }
.promo-cta { display: inline-block; padding: 15px 38px; }
.promo-cta[hidden] { display: none; }

/* ---------- 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(--display); font-size: 26px; text-transform: uppercase; color: var(--ink); margin: 34px 0 10px; }
.legal p, .legal li { color: var(--ink-2); 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(--oxblood-2); text-decoration: underline; }
.legal .btn-cfg { margin-top: 14px; display: inline-block; cursor: pointer; background: var(--oxblood-grad); color: var(--bone); border: none; border-radius: 2px; padding: 12px 22px; font-family: var(--ui); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }

/* ---------- lateral do agendamento (madeira) ---------- */
.book-side { display: flex; flex-direction: column; gap: 16px; }
.side-card { background-color: var(--walnut); background-image: var(--wood-grain); border: 1px solid #000; border-top: 3px solid var(--brass); border-radius: 2px; padding: 28px; box-shadow: 0 14px 34px rgba(0,0,0,0.4); }
.side-card .s-head { color: var(--bone); font-family: var(--ui); font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
.side-card .hours { color: var(--on-dark); font-size: 14.5px; font-weight: 400; line-height: 2; }
.side-card .hours .row { display: flex; justify-content: space-between; }
.side-card .hours .row .hl { color: var(--bone); }
.side-card .hours .row .off { color: var(--muted-3); }
.side-card p { color: var(--on-dark-2); font-size: 14px; font-weight: 400; line-height: 1.6; margin: 0 0 18px; }
.side-card .btn-wa { width: 100%; padding: 14px; border-radius: 2px; }

/* selo do desenvolvedor */
.f-credit { text-align: center; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(142,146,152,0.12); }
.sdw-credit { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-family: var(--sans); 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); }

/* ---------- 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(8,8,9,0.78); backdrop-filter: blur(5px); }
.wa-modal .panel { position: relative; width: 100%; max-width: 420px; background: #ECE5DD; border-radius: 10px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,0.6); 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: var(--stone); 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: 600; }
.wa-modal .panel-top .who .s { color: #A7D5C5; font-size: 12px; font-weight: 400; }
.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); }
.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; }
.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: var(--ink); }
.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; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-toggle { display: flex; }
  .main-nav { position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--steel-plate); border-bottom: 2px solid var(--oxblood); padding: 8px 0 18px; display: none; }
  .main-nav.is-open { display: flex; }
  .header-cta .btn-outline { display: none; }
  .main-nav a { padding: 14px 32px; border-bottom: none; }
  .main-nav a.is-active { border-bottom: none; color: var(--brass-hi); }
  .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; }
  .contact-grid > *, .contact-row, .contact-row > div { min-width: 0; }
  .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; }
  /* deixa os itens do grid encolherem abaixo do min-content do conteúdo,
     evitando que o formulário de agendamento estoure a largura no mobile */
  .book-grid > *, .book-form, .book-side, .side-card { min-width: 0; }
  .site-footer .grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .section { padding: 70px 22px; }
  .container { padding: 0 22px; }
  .site-header .inner { height: 64px; }
  .main-nav { top: 64px; }
  .brand { gap: 10px; }
  .brand .logo-wrap { width: 64px; height: 64px; }
  .brand .wordmark { font-size: 21px; letter-spacing: 0.5px; }
  .hero .copy { padding-left: 0; }
  .hero .hero-logo { width: 202px; animation-name: fadeUpLogoM; } /* 15% maior (176→202) e 15% acima */
  .hero .actions { flex-direction: column; align-items: stretch; }
  .hero .actions .btn { width: 100%; }
  .svc-featured { grid-template-columns: 1fr; }
  .svc-featured.is-wanted .wanted-wrap { max-width: 320px; margin-inline: auto; }
  .perks { grid-template-columns: 1fr; }
  .stats { gap: 28px; }
  /* serviços do agendamento em coluna única (2 col não cabiam em telas finas) */
  .chip-grid { grid-template-columns: 1fr; }
  .book-two { grid-template-columns: 1fr; }
  .book-section { padding: 62px 18px 76px; }
  .book-form { padding: 26px 22px; }
  .site-footer .grid { grid-template-columns: 1fr; gap: 32px; }
  .about-figure .badge { right: 8px; bottom: -16px; padding: 20px 24px; }

  /* tabela de preços: evita o preço estourar/cortar em telas finas */
  .price-row { flex-wrap: wrap; column-gap: 12px; row-gap: 2px; }
  .price-row > div:first-child { flex: 1 1 auto; min-width: 0; overflow-wrap: break-word; }
  .price-row .pl-fill { display: none; }
  .price-row .pl-name { font-size: 21px; }
  .price-row .pl-price { margin-left: auto; font-size: 22px; }
}

/* ============================================================
   Telas muito estreitas (<=380px) — reforço defensivo
   ============================================================ */
@media (max-width: 380px) {
  .section { padding: 56px 16px; }
  .container { padding: 0 16px; }
  .hero h1 { font-size: 28px; }
  .hero .hero-logo { width: 172px; }
  .hero p.sub { font-size: 16px; }
  .header-cta .btn-gold--sm { padding: 12px 26px; letter-spacing: 2px; }
  .book-section { padding: 52px 12px 64px; }
  .book-form { padding: 22px 14px; }
  .barber-card { flex: 0 0 88%; }
  .cookie-bar { padding: 12px 14px; }
  .ck-btn { padding: 11px 12px; font-size: 12px; letter-spacing: .5px; }
  .promo-card { padding: 26px 18px 22px; }
  .wa-float { right: 14px; bottom: 14px; width: 54px; height: 54px; font-size: 25px; }
  .f-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
