/* Site-wide polish layer for La Chic.
   Kept separate from the generated inline CSS so the commercial copy and UI can
   be refined without destabilizing the existing static pages. */

:root {
  --focus-ring: #f0c56b;
}

html {
  text-rendering: optimizeLegibility;
}

body {
  cursor: auto !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.cursor,
.cursor-ring {
  display: none !important;
}

a,
button,
label,
summary,
[role="button"] {
  cursor: pointer !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 4px;
}

::selection {
  background: rgba(232, 183, 90, 0.28);
  color: var(--cream, #f5edd8);
}

.hero-headline,
.section-title,
.cta-headline,
.perche-big-text,
.team-card h3,
.service-search-card strong,
.pren-hero h1,
.pren-faq-title {
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.hero-sub,
.cta-sub,
.perche-body,
.antonia-body,
.faq-intro,
.footer-tagline,
.team-card p,
.service-desc,
.uomo-card-desc,
.donna-card .service-desc,
.step-desc,
.pren-hero p,
.pren-info-content span {
  text-wrap: pretty;
}

.hero-headline {
  font-size: 4.7rem !important;
  line-height: 0.96 !important;
  max-width: 11ch;
}

.section-title {
  font-size: 3rem !important;
  line-height: 1.08 !important;
}

.cta-headline {
  font-size: 3.7rem !important;
}

#navbar {
  background: linear-gradient(180deg, rgba(10, 7, 4, 0.84), rgba(10, 7, 4, 0.18));
}

#navbar.scrolled {
  background: rgba(10, 7, 4, 0.94) !important;
}

.nav-logo {
  color: var(--cream, #f5edd8) !important;
}

.nav-logo::after {
  content: " Barber & Hair";
  color: var(--ochre, #c9943a);
  font-family: var(--font-body, Syne, sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: 10px;
  vertical-align: middle;
}

.btn-whatsapp,
.btn-whatsapp-large,
.nav-cta,
.nav-mobile-cta,
.faq-cta-side,
.uomo-cta-box a,
.pren-wa-btn,
.btn-wa-final,
.btn-tel-final,
.pren-phone-link {
  border-radius: 8px !important;
}

.btn-whatsapp,
.btn-whatsapp-large,
.nav-cta {
  box-shadow: 0 14px 34px rgba(201, 148, 58, 0.24);
}

.btn-whatsapp:hover,
.btn-whatsapp-large:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.sticky-wa,
.wa-pill {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.28) !important;
}

.hero-content {
  max-width: 760px;
}

.hero-tag,
.donna-badge,
.uomo-badge,
.service-tag,
.style-pill,
.path-card span,
.team-tags span {
  border-radius: 8px !important;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(650px, 100%);
  margin-top: 34px;
}

.hero-proof-item {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(245, 237, 216, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.hero-proof-item strong {
  display: block;
  color: var(--cream, #f5edd8);
  font-size: 0.92rem;
  line-height: 1.2;
  margin-bottom: 6px;
}

.hero-proof-item span {
  display: block;
  color: var(--text-muted, #9a8870);
  font-size: 0.76rem;
  line-height: 1.45;
}

.path-card,
.service-card,
.donna-card,
.uomo-card,
.service-search-card,
.real-photo-card,
.gallery-item,
.recensione-card,
.team-card,
.pren-form-card,
.pren-info-box {
  border-radius: 8px !important;
}

.donna-card,
.uomo-card,
.service-search-card,
.recensione-card,
.step-card {
  min-height: 100%;
}

.service-emoji,
.uomo-card-icon,
.perche-icon,
.dove-info-icon {
  font-family: var(--font-body, Syne, sans-serif);
  color: var(--ochre, #c9943a);
  font-weight: 900;
}

.uomo-note,
.donna-note,
.uomo-cta-box,
.pren-phone-box {
  border-radius: 8px !important;
}

.recensione-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.022));
}

.google-badge::before {
  content: "i" !important;
  background: rgba(201, 148, 58, 0.22) !important;
  color: var(--ochre-light, #e8b75a) !important;
}

.real-photo-grid {
  align-items: stretch;
}

.dove-map-placeholder small,
.dove-info-content small {
  color: var(--text-muted, #9a8870) !important;
}

@media (max-width: 1024px) {
  .hero-headline {
    font-size: 3.6rem !important;
    max-width: 12ch;
  }

  .section-title {
    font-size: 2.55rem !important;
  }

  .cta-headline {
    font-size: 3rem !important;
  }
}

@media (max-width: 767px) {
  .nav-logo::after {
    display: none;
  }

  .hero-content {
    padding-top: 96px !important;
    padding-bottom: 138px !important;
  }

  .hero-headline {
    font-size: 2.75rem !important;
    line-height: 1.02 !important;
    max-width: 12ch;
  }

  .section-title {
    font-size: 2.15rem !important;
  }

  .cta-headline {
    font-size: 2.35rem !important;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-item {
    min-height: 0;
  }

  .sticky-wa,
  .wa-pill {
    left: 16px;
    right: 16px;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.lang-switcher {
  position: fixed;
  top: 88px;
  right: 18px;
  z-index: 9998;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(10, 7, 4, .72);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.lang-switcher a {
  min-width: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(255, 248, 235, .78);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.lang-switcher a.active {
  color: #0a0704;
  background: #f6d78b;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  background: #f6d78b;
  color: #0a0704;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
  transition: transform .18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #f6d78b !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 6px rgba(10, 7, 4, .85) !important;
}

#main-content:focus {
  outline: none;
}

.btn-wa,
.btn-wa-hero,
.btn-wa-cta,
.wa-pill,
.pren-wa-btn,
.sticky-wa {
  background: linear-gradient(135deg, #075e54, #06483f) !important;
  color: #fff !important;
}

.dread-stat span,
.dread-svc-main p,
.dread-svc-main span,
.dread-svc-card p,
.dread-compare-list li,
.dread-tl-item p {
  color: #b9aa98 !important;
}

@media (max-width: 680px) {
  .lang-switcher {
    top: auto;
    right: 12px;
    bottom: 72px;
  }
}
