@font-face {
  font-family: "FSBenjamin";
  src: url("./FSBenjamin-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

:root {
  --bg: #060504;
  --bg-deep: #0b0907;
  --bg-soft: #15110d;
  --panel: rgba(12, 10, 8, 0.76);
  --panel-strong: rgba(10, 8, 6, 0.92);
  --panel-solid: rgba(8, 6, 4, 0.98);
  --gold: #c79d56;
  --gold-soft: #e8cd98;
  --gold-deep: #775322;
  --white: #f8f2e8;
  --text: #f2e8d8;
  --muted: #c4b18b;
  --muted-strong: #ddcfb6;
  --line: rgba(199, 157, 86, 0.22);
  --line-strong: rgba(232, 205, 152, 0.48);
  --header-h: 96px;
  --container: min(1260px, calc(100vw - 128px));
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-h);
  bottom: 0;
  pointer-events: none;
}

body::before {
  z-index: -3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.78;
  filter: saturate(0.9) contrast(1.04);
}

body::after {
  z-index: -2;
  background:
    radial-gradient(circle at 12% 12%, rgba(217, 176, 101, 0.2), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(95, 60, 24, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(4, 3, 2, 0.5) 0%, rgba(5, 4, 3, 0.26) 34%, rgba(7, 6, 5, 0.16) 62%, rgba(3, 2, 1, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.38));
}

body.page-home::before {
  top: 0;
  background: none;
  opacity: 0;
  filter: none;
}

body.page-home::after {
  top: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.78) 0%, rgba(5, 4, 3, 0.42) 92px, rgba(5, 4, 3, 0.12) 164px, rgba(5, 4, 3, 0) 238px),
    linear-gradient(90deg, rgba(4, 3, 2, 0.74) 0%, rgba(5, 4, 3, 0.48) 18%, rgba(5, 4, 3, 0.22) 34%, rgba(5, 4, 3, 0.08) 50%, rgba(5, 4, 3, 0) 64%),
    radial-gradient(circle at 18% 12%, rgba(217, 176, 101, 0.15), transparent 18%),
    radial-gradient(circle at 74% 26%, rgba(229, 204, 150, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.16));
}

.home-bg-slider {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  overflow: hidden;
}

.home-bg-slide {
  position: absolute;
  inset: -4%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  will-change: transform, opacity;
  filter: saturate(1.03) contrast(1.04) brightness(0.98);
}

.home-bg-slide--1 {
  background-image: url("./images/home2.webp");
  background-position: 56% 26%;
  animation:
    home-slide-1-visibility 24s ease-in-out infinite,
    home-slide-1-drift 15s ease-in-out infinite alternate;
}

.home-bg-slide--2 {
  background-image: url("./images/home1.webp");
  background-position: 58% 42%;
  animation:
    home-slide-2-visibility 24s ease-in-out infinite,
    home-slide-2-drift 18s ease-in-out infinite alternate;
}

.home-bg-slide--3 {
  background-image: url("./images/foto2.webp");
  background-position: 58% 10%;
  animation:
    home-slide-3-visibility 24s ease-in-out infinite,
    home-slide-3-drift 17s ease-in-out infinite alternate;
}

body.page-beauty::before,
body.page-barberia::before,
body.page-talentos::before {
  opacity: 0.94;
  filter: saturate(1.06) contrast(1.08) brightness(0.9);
}

body.page-beauty::after,
body.page-barberia::after,
body.page-talentos::after {
  z-index: -2;
  background:
    radial-gradient(circle at 16% 18%, rgba(217, 176, 101, 0.22), transparent 18%),
    radial-gradient(circle at 76% 44%, rgba(229, 204, 150, 0.1), transparent 18%),
    linear-gradient(90deg, rgba(4, 3, 2, 0.34) 0%, rgba(5, 4, 3, 0.08) 32%, rgba(7, 6, 5, 0.04) 58%, rgba(3, 2, 1, 0.34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22));
}

body.page-beauty::before {
  background-image:
    linear-gradient(90deg, rgba(4, 3, 2, 0.82) 0%, rgba(7, 6, 5, 0.48) 26%, rgba(7, 6, 5, 0.16) 54%, rgba(7, 6, 5, 0.14) 100%),
    url("./images/foto4.webp");
  background-position: 62% center;
  filter: saturate(1.08) contrast(1.06) brightness(0.86);
}

body.page-beauty::after {
  background:
    radial-gradient(circle at 14% 16%, rgba(217, 176, 101, 0.18), transparent 16%),
    radial-gradient(circle at 72% 18%, rgba(229, 204, 150, 0.12), transparent 16%),
    linear-gradient(90deg, rgba(4, 3, 2, 0.48) 0%, rgba(5, 4, 3, 0.18) 32%, rgba(7, 6, 5, 0.06) 54%, rgba(3, 2, 1, 0.26) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.18));
}

body.page-barberia::before {
  background-image:
    linear-gradient(90deg, rgba(4, 3, 2, 0.88) 0%, rgba(7, 6, 5, 0.46) 24%, rgba(7, 6, 5, 0.16) 52%, rgba(7, 6, 5, 0.14) 100%),
    url("./images/foto1.webp");
  background-position: 62% center;
  filter: saturate(1.04) contrast(1.06) brightness(0.86);
}

body.page-barberia::after {
  background:
    radial-gradient(circle at 15% 16%, rgba(217, 176, 101, 0.16), transparent 16%),
    radial-gradient(circle at 76% 22%, rgba(229, 204, 150, 0.1), transparent 16%),
    linear-gradient(90deg, rgba(4, 3, 2, 0.56) 0%, rgba(5, 4, 3, 0.2) 32%, rgba(7, 6, 5, 0.06) 56%, rgba(3, 2, 1, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.18));
}

body.page-talentos::before {
  background-image:
    linear-gradient(90deg, rgba(4, 3, 2, 0.84) 0%, rgba(7, 6, 5, 0.42) 28%, rgba(7, 6, 5, 0.12) 56%, rgba(7, 6, 5, 0.1) 100%),
    url("./images/foto3.webp");
  background-position: center 38%;
  filter: saturate(1.02) contrast(1.06) brightness(0.84);
}

body.page-talentos::after {
  background:
    radial-gradient(circle at 16% 16%, rgba(217, 176, 101, 0.18), transparent 16%),
    radial-gradient(circle at 74% 18%, rgba(229, 204, 150, 0.1), transparent 16%),
    linear-gradient(90deg, rgba(4, 3, 2, 0.58) 0%, rgba(5, 4, 3, 0.18) 32%, rgba(7, 6, 5, 0.06) 58%, rgba(3, 2, 1, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.18));
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

body.is-transitioning {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a,
button {
  color: inherit;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.particle-field {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  left: 0;
  top: 100%;
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle, rgba(244, 226, 183, 0.88) 0%, rgba(244, 226, 183, 0) 68%);
  opacity: 0.2;
  transform: translate3d(0, 0, 0);
  animation: particle-float var(--duration) linear infinite;
  animation-delay: var(--delay);
}

.transition-curtain {
  position: fixed;
  inset: 0;
  z-index: 220;
  pointer-events: none;
  overflow: hidden;
}

.transition-curtain__panel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 52%;
  background:
    linear-gradient(180deg, rgba(22, 17, 12, 0.94), rgba(9, 7, 5, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 32%);
  will-change: transform;
  transition: transform 0.26s var(--ease);
}

.transition-curtain__panel--top {
  top: 0;
  transform: translateY(0);
}

.transition-curtain__panel--bottom {
  bottom: 0;
  transform: translateY(0);
}

.transition-curtain__panel--top::after,
.transition-curtain__panel--bottom::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(244, 226, 183, 0.98), transparent);
  box-shadow: 0 0 14px rgba(232, 205, 152, 0.6);
}

.transition-curtain__panel--top::after {
  bottom: 0;
}

.transition-curtain__panel--bottom::before {
  top: 0;
}

.transition-curtain__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(42vw, 420px);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(250, 230, 186, 0.95), transparent);
  box-shadow: 0 0 18px rgba(232, 205, 152, 0.6);
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
  opacity: 1;
  transform-origin: center;
  will-change: transform, opacity;
  transition:
    transform 0.16s ease,
    opacity 0.12s linear 0.16s;
}

body.is-page-ready .transition-curtain__panel--top {
  transform: translateY(-104%);
  transition-delay: 0.1s;
}

body.is-page-ready .transition-curtain__panel--bottom {
  transform: translateY(104%);
  transition-delay: 0.1s;
}

body.is-page-ready .transition-curtain__line {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
  opacity: 0;
}

body.is-transitioning .transition-curtain__panel--top,
body.is-transitioning .transition-curtain__panel--bottom {
  transition-delay: 0s;
}

body.is-transitioning .transition-curtain__panel--top {
  transform: translateY(0);
}

body.is-transitioning .transition-curtain__panel--bottom {
  transform: translateY(0);
}

body.is-transitioning .transition-curtain__line {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
  opacity: 1;
  transition:
    transform 0.12s ease,
    opacity 0.06s linear;
}

body.is-transitioning.is-transition-rotating .transition-curtain__line {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  background:
    linear-gradient(180deg, rgba(10, 8, 6, 0.84), rgba(8, 6, 4, 0.7)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 26%);
  backdrop-filter: blur(18px) saturate(135%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition:
    background 0.28s ease,
    backdrop-filter 0.28s ease,
    border-color 0.28s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 214, 160, 0.78), transparent);
  opacity: 0.8;
  transition: opacity 0.28s ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -14px;
  height: 22px;
  background: linear-gradient(180deg, rgba(239, 214, 160, 0.34), rgba(239, 214, 160, 0));
  filter: blur(10px);
  opacity: 0.35;
  transition: opacity 0.28s ease;
}

body.page-home .site-header {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
}

body.page-home .site-header::before,
body.page-home .site-header::after {
  opacity: 0;
}

body.page-home.is-home-scrolled .site-header {
  background:
    linear-gradient(180deg, rgba(10, 8, 6, 0.84), rgba(8, 6, 4, 0.7)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 26%);
  backdrop-filter: blur(18px) saturate(135%);
  border-bottom-color: rgba(255, 255, 255, 0.04);
}

body.page-home.is-home-scrolled .site-header::before {
  opacity: 0.8;
}

body.page-home.is-home-scrolled .site-header::after {
  opacity: 0.35;
}

.site-header__inner {
  width: var(--container);
  min-height: var(--header-h);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  position: relative;
  z-index: 1;
}

.brand img {
  width: min(210px, 28vw);
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.desktop-nav {
  justify-content: center;
  gap: clamp(14px, 2vw, 26px);
}

.desktop-nav .nav-link {
  color: rgba(248, 242, 232, 0.9);
}

.header-actions {
  justify-content: flex-end;
  gap: 12px;
}

.nav-link,
.mobile-menu__nav a,
.mobile-menu__nav button,
.footer-links a,
.footer-links button,
.link-prompt {
  position: relative;
  border: 0;
  background: transparent;
  padding: 10px 0;
  appearance: none;
  -webkit-appearance: none;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.nav-link--button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.nav-link::before,
.mobile-menu__nav a::before,
.mobile-menu__nav button::before,
.footer-links a::before,
.footer-links button::before,
.button--shine::before,
.link-prompt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -42%;
  width: 28%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: skewX(-20deg) translateX(-170%);
  opacity: 0;
  pointer-events: none;
}

.nav-link::after,
.mobile-menu__nav a::after,
.mobile-menu__nav button::after,
.footer-links a::after,
.footer-links button::after,
.link-prompt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  transform: scaleX(0.18);
  transform-origin: left center;
  opacity: 0.52;
  transition: transform 0.36s var(--ease), opacity 0.36s ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.mobile-menu__nav a:hover,
.mobile-menu__nav a:focus-visible,
.mobile-menu__nav button:hover,
.mobile-menu__nav button:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links button:hover,
.footer-links button:focus-visible,
.button:hover,
.button:focus-visible,
.link-prompt:hover,
.link-prompt:focus-visible {
  color: var(--white);
}

.nav-link:hover::before,
.nav-link:focus-visible::before,
.mobile-menu__nav a:hover::before,
.mobile-menu__nav a:focus-visible::before,
.mobile-menu__nav button:hover::before,
.mobile-menu__nav button:focus-visible::before,
.footer-links a:hover::before,
.footer-links a:focus-visible::before,
.footer-links button:hover::before,
.footer-links button:focus-visible::before,
.button:hover::before,
.button:focus-visible::before,
.link-prompt:hover::before,
.link-prompt:focus-visible::before {
  animation: shine-sweep 0.94s ease forwards;
  opacity: 0.8;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after,
.mobile-menu__nav a:hover::after,
.mobile-menu__nav a:focus-visible::after,
.mobile-menu__nav a.is-active::after,
.mobile-menu__nav button:hover::after,
.mobile-menu__nav button:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after,
.footer-links button:hover::after,
.footer-links button:focus-visible::after,
.link-prompt:hover::after,
.link-prompt:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-link.is-active,
.mobile-menu__nav a.is-active {
  color: var(--muted);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid var(--line-strong);
  background: rgba(0, 0, 0, 0.12);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s ease,
    background 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0.5;
  transition: opacity 0.35s ease, inset 0.35s var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.button:hover::after,
.button:focus-visible::after {
  inset: 5px;
  opacity: 0.8;
}

.button--ghost {
  background:
    linear-gradient(180deg, rgba(14, 11, 8, 0.78), rgba(7, 6, 4, 0.82)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 40%);
}

.button--solid {
  background:
    linear-gradient(180deg, rgba(154, 113, 45, 0.46), rgba(84, 58, 22, 0.76)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 38%);
  border-color: rgba(232, 205, 152, 0.56);
}

.button--solid:hover,
.button--solid:focus-visible {
  background:
    linear-gradient(180deg, rgba(176, 131, 55, 0.58), rgba(96, 66, 26, 0.86)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 38%);
}

.header-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(232, 205, 152, 0.72);
  background:
    linear-gradient(180deg, rgba(18, 14, 10, 0.9), rgba(10, 8, 6, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 42%);
  color: var(--gold-soft);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.header-cta::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0.48;
  transition: inset 0.35s var(--ease), opacity 0.35s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(232, 205, 152, 0.92);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.header-cta:hover::after,
.header-cta:focus-visible::after {
  inset: 5px;
  opacity: 0.78;
}

.header-cta__icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle,
.menu-close {
  display: none;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(15, 11, 8, 0.82), rgba(7, 6, 4, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 42%);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle {
  width: 52px;
  height: 52px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--gold-soft);
}

.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(410px, 100vw);
  z-index: 140;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 34px;
  background:
    linear-gradient(180deg, rgba(11, 9, 7, 0.98), rgba(7, 5, 4, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 38%);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.54s var(--ease);
}

.mobile-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(239, 214, 160, 0.75), transparent);
  box-shadow: 0 0 18px rgba(239, 214, 160, 0.35);
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu__top img {
  width: 168px;
}

.menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  line-height: 1;
}

.mobile-menu__nav {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 2px;
  margin-top: 22px;
}

.mobile-menu__nav a,
.mobile-menu__nav button {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
  font-size: 0.83rem;
}

.mobile-menu__cta {
  width: min(100%, 280px);
  min-height: 56px;
  margin: auto auto clamp(84px, 12vh, 112px);
  padding-inline: 24px;
  justify-content: center;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
}

.page-main,
.site-footer {
  position: relative;
  z-index: 2;
}

.page-main {
  padding-top: var(--header-h);
}

.page-main--home {
  min-height: 100vh;
  padding-top: 0;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero {
  position: relative;
}

.hero--home {
  min-height: 100vh;
  isolation: isolate;
}

body.page-home .hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body.page-home .hero__inner {
  position: relative;
  z-index: 1;
}

.hero__inner,
.page-hero,
.content-grid,
.editorial-row,
.talent-grid,
.site-footer__inner,
.footer-bottom {
  width: var(--container);
  margin-inline: auto;
}

.hero__inner {
  min-height: calc(100vh - var(--header-h));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  padding: clamp(48px, 8vw, 92px) 0 clamp(58px, 9vw, 98px);
}

body.page-home .hero__inner {
  min-height: 100vh;
  grid-template-columns: minmax(560px, 0.96fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: clamp(40px, 5vw, 84px);
  padding-top: calc(var(--header-h) + clamp(24px, 3vw, 42px));
  padding-bottom: 28px;
}

.hero__copy {
  max-width: 760px;
}

body.page-home .hero__copy {
  max-width: 780px;
}

.hero__copy h1,
.page-hero__copy h1,
.page-hero__title h1 {
  margin: 0;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.88;
}

.hero__copy h1 {
  font-size: clamp(3.2rem, 5.8vw, 5.45rem);
  max-width: none;
  line-height: 0.92;
}

.hero__title-line {
  display: block;
  white-space: nowrap;
}

.hero__title-line--light {
  color: var(--white);
}

.hero__title-line--gold {
  color: #d9ab59;
}

.hero__lead {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.hero__lead .section-kicker {
  margin: 0;
}

.hero__lead-line {
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, rgba(232, 205, 152, 1), rgba(232, 205, 152, 0.26));
}

.hero__ornament {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(340px, 100%);
  margin: 24px 0 24px;
}

.hero__ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 205, 152, 0.9), rgba(232, 205, 152, 0.18));
}

.hero__ornament-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.hero__ornament-mark img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(232, 205, 152, 0.24));
}

.hero__body {
  display: grid;
  gap: 8px;
  max-width: 470px;
}

body.page-home .hero__body p {
  margin: 0;
  color: rgba(248, 242, 232, 0.92);
  font-size: 1.06rem;
  line-height: 1.6;
}

.hero__quote {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  max-width: 520px;
  margin-top: 32px;
  padding: 24px 0 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid var(--line-strong);
}

.hero__quote-mark {
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 0.7;
}

.hero__quote p,
.page-hero__copy p,
.page-hero__aside p,
.editorial-row__text p,
.editorial-row__panel p,
.footer-brand p,
.footer-cta-panel p,
.about-modal__content p,
.prices-modal__head p,
.talent-spotlight__copy,
.talent-modal__content p,
.service-block p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.hero__actions,
.page-hero__actions,
.modal__actions,
.footer-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__actions {
  margin-top: 34px;
}

.button__icon,
.button__arrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.button__label {
  position: relative;
  z-index: 1;
}

.button__arrow {
  font-size: 1.24rem;
  line-height: 1;
}

.button--has-icon {
  gap: 12px;
}

.button--home-solid {
  gap: 12px;
  min-height: 64px;
  padding: 0 28px;
  color: #120d08;
  background:
    linear-gradient(180deg, rgba(226, 185, 103, 0.98), rgba(196, 144, 61, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 38%);
  border-color: rgba(232, 205, 152, 0.86);
}

.button--home-solid:hover,
.button--home-solid:focus-visible {
  color: #120d08;
  background:
    linear-gradient(180deg, rgba(238, 198, 118, 1), rgba(210, 156, 70, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 38%);
}

.button--home-ghost {
  gap: 12px;
  min-height: 64px;
  padding: 0 28px;
  background:
    linear-gradient(180deg, rgba(15, 12, 9, 0.76), rgba(8, 6, 4, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 40%);
}

.button--cta-gold {
  color: #120d08;
  background:
    linear-gradient(180deg, rgba(226, 185, 103, 0.98), rgba(196, 144, 61, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 38%);
  border-color: rgba(232, 205, 152, 0.86);
}

.button--cta-gold:hover,
.button--cta-gold:focus-visible {
  color: #120d08;
  background:
    linear-gradient(180deg, rgba(238, 198, 118, 1), rgba(210, 156, 70, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 38%);
}

.hero__subactions {
  margin-top: 18px;
}

.link-prompt {
  padding-block: 8px;
}

body.page-home .hero__side {
  display: flex;
  justify-content: flex-end;
  align-self: end;
  padding-bottom: 18px;
}

.hero-review {
  position: relative;
  width: min(378px, 100%);
  margin-left: auto;
  padding: 42px 30px 24px 34px;
  border: 1px solid rgba(232, 205, 152, 0.38);
  background:
    linear-gradient(180deg, rgba(16, 12, 9, 0.84), rgba(8, 6, 4, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(217, 176, 101, 0.12), transparent 26%);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-review__badge {
  position: absolute;
  left: -14px;
  top: -18px;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 205, 152, 0.76);
  background: rgba(16, 12, 9, 0.94);
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.35rem;
  line-height: 1;
  z-index: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.hero-review p {
  margin: 0;
  color: rgba(248, 242, 232, 0.9);
  font-size: 0.94rem;
  line-height: 1.72;
}

.hero-review__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(232, 205, 152, 0.16);
  color: var(--gold-soft);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.hero-review__stars {
  letter-spacing: 0.22em;
}

.home-mobile-shortcuts {
  display: none;
}

.home-highlights {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(232, 205, 152, 0.18);
  border-bottom: 1px solid rgba(232, 205, 152, 0.18);
}

.home-highlights__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 28px;
  border-right: 1px solid rgba(232, 205, 152, 0.12);
}

.home-highlights__item:last-child {
  border-right: 0;
}

.home-highlights__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--gold-soft);
  flex: 0 0 auto;
}

.home-highlights__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-highlights__item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
}

.home-highlights__item p {
  margin: 0;
  color: rgba(248, 242, 232, 0.82);
  font-size: 0.96rem;
  line-height: 1.45;
}

.talent-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 262px;
  padding: 26px;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(14, 11, 8, 0.78), rgba(7, 6, 4, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 42%);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.talent-spotlight:focus-visible,
.talent-spotlight:hover {
  border-color: rgba(239, 214, 160, 0.6);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
  outline: none;
}

.talent-spotlight::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.7), transparent 70%);
}

.talent-spotlight::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 74px;
  height: 74px;
  border-right: 1px solid rgba(239, 214, 160, 0.22);
  border-bottom: 1px solid rgba(239, 214, 160, 0.22);
  opacity: 0.65;
}

.talent-spotlight__image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 0.78;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.talent-spotlight__image-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(4, 3, 2, 0.82));
}

.talent-spotlight__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.42s ease, transform 0.55s var(--ease);
}

.talent-spotlight__content > * {
  transition: opacity 0.42s ease, transform 0.55s var(--ease);
}

.talent-spotlight.is-swapping .talent-spotlight__image-frame img,
.talent-spotlight.is-swapping .talent-spotlight__content > * {
  opacity: 0;
  transform: translateY(14px);
}

.talent-spotlight__eyebrow,
.talent-spotlight__role {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  color: var(--gold-soft);
}

.talent-spotlight__content h2 {
  margin: 6px 0 10px;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.talent-spotlight__copy {
  margin-top: 12px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.talent-spotlight__link {
  display: inline-block;
  margin-top: 14px;
  color: var(--muted-strong);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  position: relative;
  padding-bottom: 8px;
}

.talent-spotlight__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.9), transparent);
  transition: transform 0.32s var(--ease), opacity 0.32s ease;
  transform-origin: left center;
}

.talent-spotlight__link:hover::after,
.talent-spotlight__link:focus-visible::after {
  transform: scaleX(1.06);
  opacity: 1;
}

.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: calc(78vh - var(--header-h));
  padding: clamp(76px, 9vw, 128px) 0 168px;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 3, 2, 0.02) 0%, rgba(4, 3, 2, 0.06) 34%, rgba(4, 3, 2, 0.26) 62%, rgba(4, 3, 2, 0.48) 100%);
  z-index: 0;
}

.page-hero__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: 34px 36px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(14, 11, 8, 0.7), rgba(8, 6, 4, 0.88)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 42%);
  box-shadow: var(--shadow);
}

.page-hero__copy--right {
  margin-left: auto;
  text-align: right;
}

.page-hero__copy h1 {
  font-size: clamp(3.6rem, 7vw, 6.3rem);
}

.page-hero__copy p {
  max-width: 520px;
  margin-top: 24px;
}

.page-hero__copy--right p {
  margin-left: auto;
}

.page-hero__actions {
  margin-top: 28px;
  justify-content: flex-end;
}

.page-hero__media {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: var(--shadow);
}

.page-hero__media::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 96px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.8), transparent);
  z-index: 1;
}

.page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 26%),
    linear-gradient(0deg, rgba(3, 2, 1, 0.34), rgba(3, 2, 1, 0.12));
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--split {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(460px, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: clamp(34px, 4.4vw, 72px);
  min-height: clamp(320px, 38vw, 430px);
  padding: clamp(42px, 5vw, 68px) 0 18px;
}

.page-hero--split::before {
  content: none;
}

.page-hero__title,
.page-hero__aside {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-hero__title {
  align-self: center;
}

.page-hero__title h1 {
  font-size: clamp(3.8rem, 6.6vw, 5.9rem);
  max-width: 7ch;
  line-height: 0.9;
  text-wrap: balance;
}

.page-hero__aside {
  position: relative;
  display: grid;
  gap: 24px;
  align-content: center;
  justify-items: start;
  max-width: 720px;
  padding: 18px 0 0 30px;
  border-left: 1px solid rgba(232, 205, 152, 0.22);
}

.page-hero__aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.9), transparent);
}

.page-hero__aside p {
  max-width: 24ch;
  color: var(--muted-strong);
  font-size: clamp(1.05rem, 1.85vw, 1.38rem);
  line-height: 1.58;
}

.page-hero--split .page-hero__actions {
  margin-top: 0;
  justify-content: flex-start;
}

body.page-barberia .page-hero__title h1 {
  max-width: 6.4ch;
}

body.page-beauty .page-hero__title h1 {
  max-width: 5.1ch;
}

body.page-talentos .page-hero__title h1 {
  max-width: 5.8ch;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  padding: 26px 0 34px;
}

body.page-barberia .content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-beauty .content-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.page-beauty .content-grid .service-block {
  grid-column: span 2;
}

body.page-beauty .content-grid .service-block:nth-child(4),
body.page-beauty .content-grid .service-block:nth-child(5) {
  grid-column: span 3;
}

.page-main--section .content-grid,
.page-main--section .talent-grid {
  padding-bottom: 84px;
}

.page-hero + .content-grid,
.page-hero + .talent-grid {
  position: relative;
  z-index: 3;
  margin-top: 18px;
  padding-top: 0;
}

.service-block {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 100%;
  padding: 28px 24px 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(11, 9, 7, 0.82), rgba(7, 5, 4, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 38%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-block::before {
  content: "";
  position: absolute;
  inset: 12px auto auto 12px;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.7), transparent);
}

.service-block__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(232, 205, 152, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

.service-block__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.service-block h2,
.editorial-row__text h2,
.footer-links h3,
.footer-cta-panel h3,
.prices-group__intro h3,
.about-modal__content h2,
.prices-modal__head h2,
.talent-modal__content h2 {
  margin: 0;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.95;
}

.service-block h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.page-main--beauty {
  padding-bottom: 72px;
}

.beauty-showcase,
.beauty-services-grid,
.beauty-benefits {
  width: var(--container);
  margin-inline: auto;
}

.beauty-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 318px);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
  min-height: clamp(390px, 46vw, 500px);
  padding: clamp(44px, 5vw, 72px) 0 24px;
}

.beauty-showcase__copy {
  max-width: 760px;
  padding-top: clamp(22px, 4vw, 68px);
}

.beauty-showcase .section-kicker {
  margin-bottom: 22px;
  font-size: 0.9rem;
  letter-spacing: 0.24em;
}

.beauty-showcase h1 {
  margin: 0;
  max-width: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.1rem, 5.2vw, 5rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--white);
  text-wrap: balance;
}

.beauty-showcase h1 span {
  display: block;
  margin-top: 0.06em;
  white-space: nowrap;
}

.beauty-showcase h1 em {
  color: var(--gold);
  font-style: normal;
}

.beauty-showcase__intro {
  max-width: 44ch;
  margin: 28px 0 0;
  color: rgba(248, 242, 232, 0.9);
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
  line-height: 1.7;
}

.beauty-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.beauty-showcase__actions .button {
  min-width: 172px;
}

.beauty-reservation-card {
  position: relative;
  justify-self: end;
  width: min(100%, 318px);
  display: grid;
  gap: 18px;
  margin-top: 56px;
  padding: 30px 26px 26px;
  border: 1px solid rgba(232, 205, 152, 0.34);
  background:
    linear-gradient(180deg, rgba(13, 10, 8, 0.92), rgba(6, 5, 4, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 40%);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.beauty-reservation-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.9), rgba(239, 214, 160, 0.24), transparent);
}

.beauty-reservation-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--gold);
}

.beauty-reservation-card__icon svg,
.beauty-benefit__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.beauty-reservation-card__copy h2 {
  margin: 0;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  font-size: 1.52rem;
  line-height: 0.98;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.beauty-reservation-card__copy p {
  margin: 12px 0 0;
  color: rgba(248, 242, 232, 0.86);
  font-size: 1rem;
  line-height: 1.7;
}

.beauty-reservation-card__button {
  min-width: 100%;
}

.beauty-services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 6px 0 30px;
}

.beauty-service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 324px;
  padding: 28px 18px 24px;
  border: 1px solid rgba(199, 157, 86, 0.22);
  background:
    linear-gradient(180deg, rgba(11, 9, 7, 0.84), rgba(6, 5, 4, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 38%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.beauty-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.76), transparent 62%);
  opacity: 0.72;
}

.beauty-service-card:hover,
.beauty-service-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(232, 205, 152, 0.42);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.beauty-service-card__head {
  display: grid;
  justify-items: center;
  gap: 14px;
  align-content: start;
  text-align: center;
}

.beauty-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 0;
  background: none;
}

.beauty-service-card__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.beauty-service-card h2 {
  margin: 0;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 1.2vw, 1.45rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
}

.beauty-service-card__rule {
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 0;
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.82), transparent);
}

.beauty-service-card p {
  margin: 0;
  color: rgba(221, 207, 182, 0.92);
  font-size: 0.96rem;
  line-height: 1.72;
  text-align: left;
}

.beauty-service-card__link {
  position: relative;
  justify-self: center;
  border: 0;
  background: none;
  padding: 0 22px 10px 0;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
}

.beauty-service-card__link::before,
.beauty-service-card__link::after {
  content: "";
  position: absolute;
  transition: transform 0.32s var(--ease), opacity 0.32s ease;
}

.beauty-service-card__link::before {
  left: 0;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.92), transparent);
  transform-origin: left center;
}

.beauty-service-card__link::after {
  right: 0;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.beauty-service-card__link:hover,
.beauty-service-card__link:focus-visible {
  color: var(--white);
  outline: none;
}

.beauty-service-card__link:hover::before,
.beauty-service-card__link:focus-visible::before {
  transform: scaleX(1.08);
}

.beauty-service-card__link:hover::after,
.beauty-service-card__link:focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}

.beauty-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 24px 0 6px;
  border-top: 1px solid rgba(232, 205, 152, 0.16);
}

.beauty-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 8px 20px;
  border-right: 1px solid rgba(232, 205, 152, 0.12);
}

.beauty-benefit:last-child {
  border-right: 0;
}

.beauty-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--gold-soft);
  flex: 0 0 auto;
}

.beauty-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
}

.beauty-benefit p {
  margin: 0;
  color: rgba(248, 242, 232, 0.82);
  font-size: 0.94rem;
  line-height: 1.45;
}

.page-main--barberia {
  padding-bottom: 72px;
}

.barber-showcase,
.barber-services-grid,
.barber-benefits {
  width: var(--container);
  margin-inline: auto;
}

.barber-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  min-height: clamp(390px, 46vw, 500px);
  padding: clamp(44px, 5vw, 72px) 0 24px;
}

.barber-showcase__copy {
  max-width: 740px;
  padding-top: clamp(28px, 4vw, 74px);
}

.barber-showcase .section-kicker {
  margin-bottom: 18px;
  font-size: 0.9rem;
  letter-spacing: 0.24em;
}

.barber-showcase h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.2vw, 4.95rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--white);
}

.barber-showcase h1 span {
  display: block;
  white-space: nowrap;
}

.barber-showcase h1 em {
  color: var(--gold);
  font-style: normal;
}

.barber-showcase__intro {
  max-width: 42ch;
  margin: 24px 0 0;
  color: rgba(248, 242, 232, 0.9);
  font-size: clamp(1.02rem, 1.42vw, 1.24rem);
  line-height: 1.72;
}

.barber-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.barber-showcase__actions .button {
  min-width: 176px;
}

.barber-reservation-card {
  position: relative;
  justify-self: end;
  width: min(100%, 300px);
  display: grid;
  gap: 18px;
  margin-top: 50px;
  padding: 28px 26px 26px;
  border: 1px solid rgba(232, 205, 152, 0.32);
  background:
    linear-gradient(180deg, rgba(12, 9, 7, 0.92), rgba(6, 5, 4, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 38%);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.barber-reservation-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.88), rgba(239, 214, 160, 0.22), transparent);
}

.barber-reservation-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--gold);
}

.barber-reservation-card__icon svg,
.barber-benefit__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.barber-reservation-card__copy h2 {
  margin: 0;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  font-size: 1.42rem;
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.barber-reservation-card__copy p {
  margin: 12px 0 0;
  color: rgba(248, 242, 232, 0.86);
  font-size: 1rem;
  line-height: 1.7;
}

.barber-reservation-card__button {
  min-width: 100%;
}

.barber-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 4px 0 30px;
}

.barber-service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 274px;
  padding: 22px 20px 22px;
  border: 1px solid rgba(199, 157, 86, 0.22);
  background:
    linear-gradient(180deg, rgba(11, 9, 7, 0.84), rgba(6, 5, 4, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022), transparent 38%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.barber-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.76), transparent 62%);
  opacity: 0.72;
}

.barber-service-card:hover,
.barber-service-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(232, 205, 152, 0.42);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.barber-service-card__head {
  display: grid;
  justify-items: center;
  gap: 14px;
  align-content: start;
  text-align: center;
}

.barber-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 0;
  background: none;
}

.barber-service-card__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.barber-service-card h2 {
  margin: 0;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  font-size: clamp(1.12rem, 1.16vw, 1.4rem);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
}

.barber-service-card__rule {
  display: block;
  width: 36px;
  height: 1px;
  margin-top: 0;
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.82), transparent);
}

.barber-service-card p {
  margin: 0;
  color: rgba(221, 207, 182, 0.92);
  font-size: 0.96rem;
  line-height: 1.68;
  text-align: left;
}

.barber-service-card__link {
  position: relative;
  justify-self: center;
  border: 0;
  background: none;
  padding: 0 22px 10px 0;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
}

.barber-service-card__link::before,
.barber-service-card__link::after {
  content: "";
  position: absolute;
  transition: transform 0.32s var(--ease), opacity 0.32s ease;
}

.barber-service-card__link::before {
  left: 0;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.92), transparent);
  transform-origin: left center;
}

.barber-service-card__link::after {
  right: 0;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.barber-service-card__link:hover,
.barber-service-card__link:focus-visible {
  color: var(--white);
  outline: none;
}

.barber-service-card__link:hover::before,
.barber-service-card__link:focus-visible::before {
  transform: scaleX(1.08);
}

.barber-service-card__link:hover::after,
.barber-service-card__link:focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}

.barber-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 24px 0 6px;
  border-top: 1px solid rgba(232, 205, 152, 0.16);
}

.barber-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 8px 20px;
  border-right: 1px solid rgba(232, 205, 152, 0.12);
}

.barber-benefit:last-child {
  border-right: 0;
}

.barber-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--gold-soft);
  flex: 0 0 auto;
}

.barber-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
}

.barber-benefit p {
  margin: 0;
  color: rgba(248, 242, 232, 0.82);
  font-size: 0.94rem;
  line-height: 1.45;
}

.editorial-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 22px;
  align-items: stretch;
  padding: 20px 0 100px;
}

.editorial-row__text,
.editorial-row__panel {
  padding: 30px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(13, 10, 8, 0.7), rgba(7, 6, 4, 0.88)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 42%);
}

.editorial-row__text h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 520px;
}

.editorial-row__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  box-shadow: var(--shadow);
}

.page-main--talentos {
  padding-bottom: 68px;
}

.talents-showcase,
.page-talentos .talent-grid,
.talents-prompt {
  width: var(--container);
  margin-inline: auto;
}

.talents-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  min-height: clamp(390px, 46vw, 500px);
  padding: clamp(42px, 5vw, 70px) 0 24px;
}

.talents-showcase__copy {
  max-width: 760px;
  padding-top: clamp(28px, 4vw, 72px);
}

.talents-showcase__lead {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.talents-showcase__lead .section-kicker {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.24em;
}

.talents-showcase__lead-line {
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.92), transparent);
}

.talents-showcase h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 5.5vw, 5.2rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--white);
}

.talents-showcase h1 em {
  color: var(--gold);
  font-style: normal;
}

.talents-showcase__intro {
  max-width: 46ch;
  margin: 20px 0 0;
  color: rgba(248, 242, 232, 0.9);
  font-size: clamp(1.04rem, 1.45vw, 1.24rem);
  line-height: 1.72;
}

.talents-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.talents-showcase__actions .button {
  min-width: 178px;
}

.talents-reservation-card {
  position: relative;
  justify-self: end;
  width: min(100%, 300px);
  display: grid;
  gap: 18px;
  margin-top: 42px;
  padding: 28px 26px 26px;
  border: 1px solid rgba(232, 205, 152, 0.32);
  background:
    linear-gradient(180deg, rgba(12, 9, 7, 0.92), rgba(6, 5, 4, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 38%);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.talents-reservation-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.88), rgba(239, 214, 160, 0.22), transparent);
}

.talents-reservation-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--gold);
}

.talents-reservation-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.talents-reservation-card__copy h2 {
  margin: 0;
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  font-size: 1.42rem;
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.talents-reservation-card__copy p {
  margin: 12px 0 0;
  color: rgba(248, 242, 232, 0.86);
  font-size: 1rem;
  line-height: 1.7;
}

.talents-reservation-card__button {
  min-width: 100%;
}

.page-talentos .talent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  padding: 6px 0 22px;
}

.page-talentos .talent-card {
  position: relative;
  border: 1px solid rgba(199, 157, 86, 0.24);
  padding: 0;
  background:
    linear-gradient(180deg, rgba(14, 11, 8, 0.34), rgba(7, 6, 4, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 42%);
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.38s var(--ease),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.page-talentos .talent-card img {
  width: 100%;
  aspect-ratio: 0.76;
  object-fit: cover;
  transition: transform 0.55s var(--ease), opacity 0.35s ease;
}

.page-talentos .talent-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 4, 3, 0.18) 26%, rgba(5, 4, 3, 0.96) 100%);
  z-index: 1;
}

.talent-card__crest {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.talent-card__crest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.34));
}

.page-talentos .talent-card__meta {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 18px 18px 18px;
  display: grid;
  gap: 10px;
}

.page-talentos .talent-card__meta strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.72rem, 2vw, 2.3rem);
  font-weight: 600;
  line-height: 0.96;
  color: var(--white);
  text-wrap: balance;
}

.page-talentos .talent-card__meta strong span {
  color: var(--white);
}

.page-talentos .talent-card__meta strong em {
  color: var(--gold);
  font-style: normal;
}

.page-talentos .talent-card__meta small {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
}

.page-talentos .talent-card__meta small::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.92), transparent);
}

.talent-card__description {
  color: rgba(248, 242, 232, 0.88);
  font-size: 0.96rem;
  line-height: 1.55;
}

.talent-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.talent-card__tags span {
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(239, 214, 160, 0.26);
  background:
    linear-gradient(180deg, rgba(13, 10, 8, 0.68), rgba(6, 5, 4, 0.88)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 40%);
  color: var(--gold-soft);
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.68rem;
  font-weight: 700;
}

.page-talentos .talent-card:hover,
.page-talentos .talent-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(239, 214, 160, 0.46);
  box-shadow: var(--shadow);
  outline: none;
}

.page-talentos .talent-card:hover img,
.page-talentos .talent-card:focus-visible img {
  transform: scale(1.04);
}

.talents-prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 8px 0 18px;
}

.talents-prompt__line {
  flex: 0 1 190px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 214, 160, 0.82), transparent);
}

.talents-prompt__label {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.82rem;
  white-space: nowrap;
}

.site-footer {
  position: relative;
  padding: 134px 0 28px;
  background:
    linear-gradient(180deg, rgba(11, 9, 7, 0.55), rgba(6, 5, 4, 0.98) 16%, rgba(5, 4, 3, 0.98) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 30%);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(244, 226, 183, 0.94) 18%, rgba(244, 226, 183, 0.42) 52%, rgba(244, 226, 183, 0.94) 82%, transparent 100%);
  box-shadow: 0 0 18px rgba(232, 205, 152, 0.48);
  transform: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 0, rgba(217, 176, 101, 0.2), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 34%);
  pointer-events: none;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.62fr) minmax(180px, 0.62fr) minmax(190px, 0.68fr);
  gap: clamp(22px, 3vw, 44px);
}

.footer-brand,
.footer-links,
.footer-cta-panel {
  position: relative;
}

.footer-brand img {
  width: 210px;
  margin-bottom: 20px;
}

.footer-brand__tagline {
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  line-height: 1.2;
}

.footer-brand .footer-socials {
  margin-top: 18px;
}

.footer-links h3,
.footer-cta-panel h3 {
  font-size: 1.5rem;
  color: var(--white);
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 6px;
}

.footer-links h3 {
  margin-bottom: 10px;
}

.footer-links a,
.footer-links button {
  text-align: left;
}

.footer-cta-panel {
  overflow: hidden;
  justify-self: end;
  width: 100%;
  max-width: 210px;
  padding: 16px 16px 14px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(16, 12, 9, 0.82), rgba(8, 6, 4, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 42%);
  box-shadow: var(--shadow);
}

.footer-cta-panel::before {
  content: "";
  position: absolute;
  inset: 12px auto auto 12px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 226, 183, 0.86), transparent);
}

.footer-cta-panel::after {
  content: "";
  position: absolute;
  top: -28%;
  left: -38%;
  width: 42%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255, 244, 217, 0.15), transparent);
  transform: skewX(-18deg);
  animation: footer-sweep 10s linear infinite;
}

.footer-newsletter__label {
  margin: 0;
  color: rgba(248, 242, 232, 0.86);
  font-size: 0.8rem;
  line-height: 1.45;
}

.footer-newsletter {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.footer-newsletter__input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(239, 214, 160, 0.26);
  background:
    linear-gradient(180deg, rgba(14, 11, 8, 0.84), rgba(7, 6, 4, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 42%);
  padding: 0 14px;
  color: var(--white);
  font: inherit;
  letter-spacing: 0.03em;
  font-size: 0.9rem;
}

.footer-newsletter .button {
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.68rem;
}

.footer-newsletter__input::placeholder {
  color: rgba(221, 207, 182, 0.72);
}

.footer-newsletter__input:focus {
  outline: none;
  border-color: rgba(239, 214, 160, 0.54);
  box-shadow: 0 0 0 1px rgba(239, 214, 160, 0.16);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.booking-tab {
  position: fixed;
  top: calc(var(--header-h) + 16px);
  right: 26px;
  z-index: 95;
  width: min(304px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px 14px;
  padding: 12px 14px 14px;
  border: 1px solid rgba(239, 214, 160, 0.32);
  background:
    linear-gradient(180deg, rgba(12, 9, 7, 0.9), rgba(5, 4, 3, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 36%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transform: translate3d(0, -14px, 0);
  transition:
    opacity 0.34s ease,
    transform 0.34s var(--ease),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.booking-tab::before,
.booking-tab::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.booking-tab::before {
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 214, 160, 0.92) 18%, rgba(239, 214, 160, 0.36) 55%, transparent);
  transform: scaleX(0.28);
  transform-origin: left center;
  opacity: 0.68;
  transition: transform 0.42s var(--ease), opacity 0.42s ease;
}

.booking-tab::after {
  inset: 1px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 24%, transparent 70%, rgba(199, 157, 86, 0.08)),
    radial-gradient(circle at 85% 18%, rgba(239, 214, 160, 0.12), transparent 24%);
  opacity: 0.9;
}

body.is-page-ready .booking-tab {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.is-page-ready .booking-tab::before {
  transform: scaleX(1);
  opacity: 1;
}

body.is-transitioning .booking-tab {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.booking-tab:hover,
.booking-tab:focus-within {
  transform: translate3d(0, -3px, 0);
  border-color: rgba(239, 214, 160, 0.56);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.42);
}

.booking-tab__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 5px;
}

.booking-tab__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(232, 205, 152, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.46rem;
  font-weight: 700;
  white-space: nowrap;
}

.booking-tab__eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.92), transparent);
}

.booking-tab__title {
  display: block;
  max-width: 12ch;
  color: var(--white);
  font-family: "FSBenjamin", "Montserrat", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
}

.booking-tab__button {
  position: relative;
  z-index: 1;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  min-width: 124px;
  padding: 0 16px;
  border: 1px solid rgba(239, 214, 160, 0.46);
  background:
    linear-gradient(180deg, rgba(160, 118, 52, 0.34), rgba(92, 64, 24, 0.68)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 42%);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.56rem;
  font-weight: 700;
  overflow: hidden;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.booking-tab__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 46%, transparent 54%);
  transform: translateX(-160%);
  opacity: 0;
  transition: transform 0.42s var(--ease), opacity 0.42s ease;
}

.booking-tab:hover .booking-tab__button,
.booking-tab:focus-within .booking-tab__button {
  transform: translateY(-1px);
  border-color: rgba(239, 214, 160, 0.72);
  background:
    linear-gradient(180deg, rgba(184, 139, 63, 0.46), rgba(108, 76, 31, 0.8)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 42%);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.booking-tab:hover .booking-tab__button::before,
.booking-tab:focus-within .booking-tab__button::before,
.booking-tab__button:focus-visible::before {
  animation: shine-sweep 0.94s ease forwards;
  opacity: 0.8;
}

.booking-tab:hover .booking-tab__button::after,
.booking-tab:focus-within .booking-tab__button::after {
  transform: translateX(150%);
  opacity: 1;
}

.booking-tab__button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(239, 214, 160, 0.18), 0 16px 30px rgba(0, 0, 0, 0.24);
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.footer-socials a,
.footer-socials button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(16, 12, 9, 0.84), rgba(6, 5, 4, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 40%);
  color: var(--gold-soft);
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s ease,
    color 0.35s ease;
}

.footer-socials a svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a:hover,
.footer-socials a:focus-visible,
.footer-socials button:hover,
.footer-socials button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(239, 214, 160, 0.52);
  color: var(--white);
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 150;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #2bd66b, #149b55);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.floating-whatsapp img {
  width: 30px;
  height: 30px;
  display: block;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42);
  filter: saturate(1.06) brightness(1.04);
  outline: none;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
  margin: 0;
  color: rgba(196, 177, 139, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
}

body.page-mobile-prices,
body.page-barberia-services {
  --services-sticky-h: 182px;
  background:
    radial-gradient(circle at 18% 0%, rgba(227, 185, 101, 0.12), transparent 22%),
    radial-gradient(circle at 86% 10%, rgba(227, 185, 101, 0.06), transparent 18%),
    linear-gradient(180deg, #0d0a08 0%, #090705 38%, #060504 100%);
}

body.page-mobile-prices::before,
body.page-mobile-prices::after,
body.page-barberia-services::before,
body.page-barberia-services::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body.page-mobile-prices::before,
body.page-barberia-services::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 24%),
    url("./images/foto1.webp") center 22% / cover no-repeat;
  opacity: 0.12;
  filter: saturate(0.72) contrast(1.02);
}

body.page-mobile-prices::after,
body.page-barberia-services::after {
  background:
    linear-gradient(180deg, rgba(7, 5, 4, 0.88) 0%, rgba(7, 5, 4, 0.66) 16%, rgba(7, 5, 4, 0.78) 100%),
    linear-gradient(90deg, rgba(9, 7, 5, 0.92) 0%, rgba(9, 7, 5, 0.76) 22%, rgba(9, 7, 5, 0.48) 42%, rgba(9, 7, 5, 0.82) 100%);
}

.services-page {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0 0 72px;
}

body.page-mobile-prices {
  overflow-anchor: none;
}

.services-page__sticky {
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: 54px;
  padding: 0;
}

.services-page__sticky-inner {
  position: relative;
  padding-bottom: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(249, 233, 199, 0.98), rgba(229, 194, 126, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 44%);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  overflow: visible;
}

.services-page__sticky-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(13, 9, 5, 0.18);
}

.services-page__topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px 18px 10px;
}

.services-page__brand {
  display: inline-flex;
  justify-content: center;
}

.services-page__brand img {
  width: 178px;
  display: block;
  filter: brightness(0) saturate(100%);
}

.services-page__back {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(13, 9, 5, 0.14);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(13, 9, 5, 0.92);
  padding: 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.64rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}

.services-page__back svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-page__back:hover,
.services-page__back:focus-visible {
  transform: translateY(calc(-50% - 2px));
  border-color: rgba(13, 9, 5, 0.28);
  background: rgba(255, 255, 255, 0.3);
  color: rgba(13, 9, 5, 1);
  outline: none;
}

.services-page__subtitle {
  margin: 0;
  padding: 0 18px 12px;
  text-align: center;
  color: rgba(13, 9, 5, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.66rem;
  font-weight: 700;
}

.services-nav-shell {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
  padding: 0 0 30px;
  border-top: 1px solid rgba(13, 9, 5, 0.18);
}

.services-nav-shell__toggle-icon {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
}

.services-nav-shell__toggle-icon::before {
  content: "";
  position: absolute;
  inset: 4px 5px 6px 5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.34s var(--ease);
}

.services-nav-shell__toggle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 62px;
  height: 62px;
  border: 1px solid rgba(13, 9, 5, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 245, 220, 0.98), rgba(232, 197, 127, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 48%);
  color: rgba(13, 9, 5, 0.94);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.44s var(--ease),
    box-shadow 0.32s ease,
    background 0.32s ease,
    border-color 0.32s ease;
}

.services-nav-shell__toggle::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(13, 9, 5, 0.14);
  opacity: 0;
}

.services-page__sticky:not(.is-menu-open) .services-nav-shell__toggle::after {
  animation: services-toggle-ping 1.85s ease-in-out infinite;
}

.services-nav-shell__toggle:hover,
.services-nav-shell__toggle:focus-visible {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  outline: none;
}

.services-nav-shell.is-open .services-nav-shell__toggle-icon::before,
.services-page__sticky.is-menu-open .services-nav-shell__toggle-icon::before {
  transform: rotate(-135deg);
}

.services-nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 0 10px 0;
  border: 0;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(251, 236, 204, 0.98), rgba(231, 196, 124, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 48%);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-10px) scaleY(0.82);
  transform-origin: top center;
  transition:
    max-height 0.48s cubic-bezier(0.22, 0.84, 0.22, 1),
    opacity 0.24s ease,
    padding 0.44s cubic-bezier(0.22, 0.84, 0.22, 1),
    transform 0.44s cubic-bezier(0.22, 0.84, 0.22, 1);
}

.services-nav-shell.is-open .services-nav,
.services-page__sticky.is-menu-open .services-nav {
  max-height: 420px;
  opacity: 1;
  padding: 18px 10px 46px;
  pointer-events: auto;
  transform: translateY(0) scaleY(1);
}

.services-nav__button {
  min-height: 70px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(13, 9, 5, 0.12);
  background: rgba(255, 255, 255, 0.2);
  color: rgba(13, 9, 5, 0.94);
  text-align: center;
  cursor: pointer;
  padding: 8px 4px 7px;
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s ease,
    background 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

.services-nav__button:hover,
.services-nav__button:focus-visible,
.services-nav__button.is-active {
  transform: translateY(-2px);
  border-color: rgba(13, 9, 5, 0.24);
  outline: none;
}

.services-nav__button.is-active {
  background:
    linear-gradient(180deg, rgba(255, 251, 243, 0.96), rgba(244, 222, 178, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 40%);
  color: rgba(13, 9, 5, 0.98);
  box-shadow: inset 0 0 0 1px rgba(13, 9, 5, 0.08);
}

.services-nav__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.services-nav__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
  opacity: 0.88;
}

.services-nav__text {
  font-size: 0.52rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.12;
  word-break: break-word;
  color: inherit;
}

@keyframes services-toggle-ping {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }

  24% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

.services-feed {
  display: grid;
  gap: 28px;
  width: min(100vw - 24px, 860px);
  margin: 0 auto;
}

.services-feed-section {
  scroll-margin-top: calc(var(--services-sticky-h) + 14px);
}

.services-feed-section__head {
  display: grid;
  gap: 10px;
  padding-bottom: 14px;
}

.services-feed-section__head h2 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.2rem);
}

.services-feed-section__head p:last-child {
  margin: 0;
  max-width: 48ch;
  color: var(--muted);
  line-height: 1.72;
}

.services-feed-list {
  border-top: 1px solid rgba(232, 205, 152, 0.16);
}

.services-feed-row {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.services-feed-row__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 205, 152, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.services-feed-row__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.services-feed-row__copy {
  min-width: 0;
}

.services-feed-row__copy h3 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.services-feed-row__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.services-feed-row__aside {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  white-space: nowrap;
}

.services-feed-row__cart {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(232, 205, 152, 0.3);
  background:
    linear-gradient(180deg, rgba(15, 12, 9, 0.88), rgba(7, 5, 4, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 40%);
  color: rgba(239, 214, 160, 0.96);
  cursor: pointer;
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.services-feed-row__cart svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-feed-row__cart:hover,
.services-feed-row__cart:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(232, 205, 152, 0.52);
  color: rgba(18, 13, 8, 0.96);
  background:
    linear-gradient(180deg, rgba(226, 185, 103, 0.96), rgba(196, 144, 61, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 36%);
  outline: none;
}

@media (min-width: 781px) {
  body.page-home .hero--home::before {
    background:
      radial-gradient(circle at 14% 30%, rgba(0, 0, 0, 0.26), transparent 26%),
      linear-gradient(90deg, rgba(3, 2, 1, 0.82) 0%, rgba(4, 3, 2, 0.7) 16%, rgba(4, 3, 2, 0.52) 30%, rgba(4, 3, 2, 0.28) 44%, rgba(4, 3, 2, 0.1) 56%, rgba(4, 3, 2, 0) 68%);
  }

  .services-page {
    padding-top: 0;
  }

  .services-feed {
    width: min(100vw - 40px, 960px);
  }

  .services-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .services-nav-shell.is-open .services-nav,
  .services-page__sticky.is-menu-open .services-nav {
    max-height: 520px;
  }

  .services-nav__button {
    min-height: 84px;
    gap: 8px;
    padding-inline: 8px;
  }

  .services-nav__icon,
  .services-nav__icon img {
    width: 26px;
    height: 26px;
  }

  .services-nav__text {
    font-size: 0.64rem;
  }

  .services-nav-shell__toggle {
    width: 68px;
    height: 68px;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(16px);
}

.modal__dialog {
  position: relative;
  width: min(1160px, calc(100vw - 44px));
  max-height: min(88vh, 920px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(14, 11, 8, 0.98), rgba(7, 5, 4, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 40%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.6);
}

.modal__dialog::-webkit-scrollbar {
  width: 10px;
}

.modal__dialog::-webkit-scrollbar-thumb {
  background: rgba(232, 205, 152, 0.28);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(16, 12, 9, 0.9), rgba(6, 5, 4, 0.95)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 40%);
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.35s var(--ease), border-color 0.35s ease;
}

.modal__close:hover,
.modal__close:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239, 214, 160, 0.48);
}

.modal__dialog--about {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
}

.modal__dialog--prices {
  width: min(1680px, calc(100vw - 64px));
  height: min(86vh, 920px);
  max-height: min(86vh, 920px);
  display: grid;
  grid-template-rows: 76px 72px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(209, 164, 87, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 168, 88, 0.14), transparent 18%),
    radial-gradient(circle at 0% 100%, rgba(214, 168, 88, 0.14), transparent 18%),
    radial-gradient(circle at 8% 50%, rgba(214, 168, 88, 0.08), transparent 14%),
    radial-gradient(circle at 92% 50%, rgba(214, 168, 88, 0.08), transparent 14%),
    linear-gradient(180deg, rgba(15, 12, 9, 0.985), rgba(8, 6, 5, 0.99));
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(18, 11, 5, 0.96);
}

.modal__dialog--prices::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(209, 164, 87, 0.08);
  pointer-events: none;
}

.modal__dialog--prices::-webkit-scrollbar-thumb {
  background: rgba(209, 164, 87, 0.24);
}

.modal__dialog--prices .modal__close {
  top: 18px;
  right: 22px;
  width: 34px;
  height: 34px;
  border: 0;
  background: none;
  color: rgba(224, 182, 102, 0.96);
  box-shadow: none;
}

.modal__dialog--prices .modal__close:hover,
.modal__dialog--prices .modal__close:focus-visible {
  color: rgba(248, 229, 188, 0.98);
}

.modal__dialog--about::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 16px;
  height: 16px;
  border-right: 2px solid rgba(239, 214, 160, 0.92);
  border-bottom: 2px solid rgba(239, 214, 160, 0.92);
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.modal__dialog--about.is-scroll-hint-visible::after {
  opacity: 0.9;
  animation: about-scroll-hint 1.5s ease-in-out infinite;
}

.about-modal__visual {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(4, 3, 2, 0.18), rgba(4, 3, 2, 0.66)),
    url("./images/foto5.webp") center / cover no-repeat;
}

.about-modal__content,
.prices-modal__head,
.talent-modal__content {
  padding: 40px;
}

.about-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.about-modal__content h2,
.prices-modal__head h2,
.talent-modal__content h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.prices-modal__head {
  padding-bottom: 24px;
}

.modal__dialog--prices .prices-modal__head {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(209, 164, 87, 0.18);
}

.modal__dialog--prices .prices-modal__head::after {
  display: none;
}

.modal__dialog--prices .prices-modal__head .section-kicker,
.modal__dialog--prices .prices-modal__head p:last-child {
  display: none;
}

.modal__dialog--prices .prices-modal__head h2 {
  margin: 0;
  color: rgba(224, 182, 102, 0.96);
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prices-modal__filters {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  padding: 0 24px;
  min-height: 72px;
  border-bottom: 1px solid rgba(209, 164, 87, 0.14);
  overflow: visible;
}

.price-filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 72px;
  border: 0;
  background: none;
  color: rgba(245, 235, 214, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0 11px;
  cursor: pointer;
  transition:
    color 0.35s ease,
    opacity 0.35s ease;
}

.price-filter__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.price-filter__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(87%) sepia(7%) saturate(662%) hue-rotate(358deg) brightness(96%) contrast(88%);
}

.price-filter__label {
  line-height: 1.2;
  white-space: nowrap;
}

.price-filter::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(225, 181, 99, 0.98), transparent);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.32s ease, transform 0.32s var(--ease);
}

.price-filter::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 8px;
  height: 8px;
  background: rgba(225, 181, 99, 0.96);
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  box-shadow: 0 0 18px rgba(225, 181, 99, 0.45);
  transition: opacity 0.32s ease, transform 0.32s var(--ease);
}

.price-filter:hover,
.price-filter:focus-visible,
.price-filter.is-active {
  color: rgba(252, 247, 235, 0.98);
  outline: none;
}

.price-filter:hover .price-filter__icon img,
.price-filter:focus-visible .price-filter__icon img,
.price-filter.is-active .price-filter__icon img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(58%) saturate(504%) hue-rotate(357deg) brightness(103%) contrast(93%);
}

.price-filter.is-active::after,
.price-filter.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.price-filter.is-active::before {
  transform: translateX(-50%) rotate(45deg);
}

.price-more {
  position: relative;
  flex: 0 0 auto;
  margin-left: auto;
}

.price-more__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 0 11px;
  border: 0;
  background: none;
  color: rgba(245, 235, 214, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.35s ease;
}

.price-more__toggle::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(225, 181, 99, 0.98), transparent);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.price-more__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.price-more__label {
  white-space: nowrap;
}

.price-more__toggle:hover,
.price-more__toggle:focus-visible,
.price-more.is-active .price-more__toggle,
.price-more.is-open .price-more__toggle {
  color: rgba(252, 247, 235, 0.98);
  outline: none;
}

.price-more.is-active .price-more__toggle::after,
.price-more.is-open .price-more__toggle::after {
  opacity: 1;
}

.price-more__menu {
  position: absolute;
  top: calc(100% - 8px);
  right: 0;
  z-index: 4;
  min-width: 260px;
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(209, 164, 87, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 168, 88, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(16, 12, 9, 0.985), rgba(8, 6, 5, 0.99));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.48);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.32s var(--ease);
}

.price-more.is-open .price-more__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.price-filter--menu {
  min-height: 52px;
  padding: 0 12px;
  justify-content: flex-start;
}

.price-filter--menu::after,
.price-filter--menu::before {
  display: none;
}

.prices-modal__groups {
  padding: 18px 20px 20px;
  min-height: 0;
  overflow: auto;
}

.modal__dialog--prices .prices-modal__groups {
  padding-top: 18px;
}

.prices-group {
  display: none;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 16px;
  align-content: start;
  border: 1px solid rgba(209, 164, 87, 0.2);
  background:
    radial-gradient(circle at 100% 100%, rgba(214, 168, 88, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(17, 13, 10, 0.92), rgba(10, 8, 6, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 36px rgba(0, 0, 0, 0.22);
}

.prices-group.is-active {
  display: grid;
}

.prices-group.is-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prices-group__intro {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  grid-column: 1 / -1;
  align-items: center;
  padding: 0 0 10px;
}

.prices-group__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(209, 164, 87, 0.28);
  background:
    radial-gradient(circle at 50% 18%, rgba(214, 168, 88, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(8, 6, 4, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.prices-group__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(75%) sepia(58%) saturate(504%) hue-rotate(357deg) brightness(103%) contrast(93%);
}

.prices-group__headline {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.prices-group__intro h3 {
  margin: 0;
  color: rgba(248, 241, 227, 0.98);
  font-size: clamp(1.7rem, 2.05vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prices-group__headline .section-kicker,
.prices-group__headline p:last-child {
  display: none;
}

.prices-group__rule {
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(225, 181, 99, 0.94), transparent);
}

.price-card {
  --price-actions-width: 196px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "name"
    "meta";
  column-gap: 0;
  row-gap: 6px;
  align-items: start;
  padding: 12px 16px;
  border: 1px solid rgba(209, 164, 87, 0.14);
  background:
    radial-gradient(circle at 100% 50%, rgba(214, 168, 88, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(19, 15, 12, 0.84), rgba(10, 8, 6, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

.price-card__name {
  grid-area: name;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-card__mini-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.price-card__mini-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(75%) sepia(58%) saturate(504%) hue-rotate(357deg) brightness(103%) contrast(93%);
}

.price-card h4 {
  margin: 0;
  color: rgba(248, 241, 227, 0.96);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
}

.price-card__meta {
  grid-area: meta;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  min-width: 0;
}

.price-card__clock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: rgba(225, 181, 99, 0.96);
}

.price-card__clock svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-card__meta p {
  margin: 0;
  color: rgba(248, 241, 227, 0.8);
  font-size: 0.92rem;
  line-height: 1;
}

.price-card__actions {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  width: var(--price-actions-width);
  min-width: var(--price-actions-width);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  overflow: visible;
  transform: translateY(-50%);
}

.price-card__book {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  border: 1px solid rgba(225, 181, 99, 0.52);
  background:
    linear-gradient(180deg, rgba(228, 184, 102, 0.96), rgba(198, 147, 67, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 38%);
  color: #120d08;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 24px rgba(0, 0, 0, 0.22);
  transition:
    opacity 0.22s ease,
    transform 0.32s var(--ease),
    padding 0.32s var(--ease);
}

.price-card__book-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.price-card__book-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.prices-group.is-two-column .price-card {
  --price-actions-width: 196px;
}

@media (hover: hover) and (pointer: fine) and (min-width: 781px) {
  .modal__dialog--prices .price-card:hover .price-card__book,
  .modal__dialog--prices .price-card:focus-within .price-card__book {
    padding: 0 14px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

.modal__dialog--talent {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
}

.talent-modal__visual {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(4, 3, 2, 0.08), rgba(4, 3, 2, 0.62)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 30%);
}

.talent-modal__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.talent-modal__role {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
}

.talent-modal__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.talent-modal__notes li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.talent-modal__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 214, 160, 0.95), rgba(239, 214, 160, 0.2));
}

body.has-motion .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.8s ease,
    transform 0.95s var(--ease);
}

body.has-motion .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
  }

  body.page-home .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.68fr);
  }

  .page-hero--split {
    grid-template-columns: minmax(240px, 0.84fr) minmax(0, 1fr);
    gap: 28px;
  }

  .talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-barberia .content-grid,
  body.page-beauty .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-beauty .content-grid .service-block,
  body.page-beauty .content-grid .service-block:nth-child(4),
  body.page-beauty .content-grid .service-block:nth-child(5) {
    grid-column: auto;
  }

  .beauty-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 296px);
  }

  .beauty-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .barber-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(252px, 288px);
  }

  .barber-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .talents-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(252px, 288px);
  }

  .beauty-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .barber-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beauty-benefit:nth-child(2n) {
    border-right: 0;
  }

  .beauty-benefit:nth-child(n + 3) {
    border-top: 1px solid rgba(232, 205, 152, 0.12);
  }

  .barber-benefit:nth-child(2n) {
    border-right: 0;
  }

  .barber-benefit:nth-child(n + 3) {
    border-top: 1px solid rgba(232, 205, 152, 0.12);
  }

  .talents-prompt__line {
    flex-basis: 140px;
  }
}

@media (max-width: 1080px) {
  :root {
    --container: min(1380px, calc(100vw - 34px));
  }

  .desktop-nav,
  .header-actions .header-cta {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero__inner,
  .page-hero,
  .site-footer__inner,
  .editorial-row {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
    padding-top: 78px;
  }

  body.page-home .hero__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: calc(var(--header-h) + 26px);
  }

  body.page-home .hero__copy {
    max-width: 620px;
  }

  body.page-home .hero__side {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .page-hero--split {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 42px 0 18px;
    gap: 18px;
  }

  .site-footer__inner {
    gap: 28px;
  }

  .footer-cta-panel h3 {
    max-width: none;
  }

  .modal__dialog--about,
  .modal__dialog--talent {
    grid-template-columns: 1fr;
  }

  .about-modal__visual,
  .talent-modal__visual {
    min-height: 260px;
  }

  .booking-tab {
    width: min(288px, calc(100vw - 36px));
    right: 18px;
  }

  .home-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-highlights__item:nth-child(2n) {
    border-right: 0;
  }

  .beauty-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 22px;
    padding: 34px 0 20px;
  }

  .beauty-showcase__copy {
    max-width: 560px;
    padding-top: 0;
  }

  .beauty-reservation-card {
    justify-self: start;
    margin-top: 0;
  }

  .beauty-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .barber-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 22px;
    padding: 34px 0 20px;
  }

  .barber-showcase__copy {
    max-width: 540px;
    padding-top: 0;
  }

  .barber-reservation-card {
    justify-self: start;
    margin-top: 0;
  }

  .talents-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 22px;
    padding: 34px 0 20px;
  }

  .talents-showcase__copy {
    max-width: 560px;
    padding-top: 0;
  }

  .talents-reservation-card {
    justify-self: start;
    margin-top: 0;
  }
}

@media (max-width: 780px) {
  :root {
    --header-h: 88px;
  }

  body.page-home .site-header__inner {
    width: min(100vw - 40px, 1380px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  body.page-home .site-header {
    background:
      linear-gradient(180deg, rgba(10, 8, 6, 0.94), rgba(8, 6, 4, 0.9)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 26%);
    backdrop-filter: blur(18px) saturate(135%);
    border-bottom-color: rgba(255, 255, 255, 0.04);
  }

  body.page-home .site-header::before {
    opacity: 0.78;
  }

  body.page-home .site-header::after {
    opacity: 0.24;
  }

  .site-header__inner {
    min-height: var(--header-h);
  }

  .brand img {
    width: 168px;
  }

  body.page-home .brand img {
    width: 148px;
  }

  body.page-home .header-actions {
    gap: 8px;
  }

  .hero__inner {
    padding: 48px 0 62px;
  }

  .hero__copy h1 {
    font-size: clamp(3rem, 14vw, 4.9rem);
  }

  .hero__quote {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 18px;
  }

  .hero__actions,
  .page-hero__actions,
  .modal__actions,
  .footer-cta-panel__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .header-cta {
    min-height: 48px;
    padding-inline: 16px 14px;
    font-size: 0.66rem;
  }

  .header-cta__icon {
    width: 16px;
    height: 16px;
  }

  body.page-home .header-actions .header-cta {
    display: inline-flex;
    width: 52px;
    min-height: 52px;
    padding: 0;
    justify-content: center;
    flex: 0 0 52px;
  }

  body.page-home .header-actions .header-cta span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  body.page-home .header-actions .header-cta .header-cta__icon {
    width: 20px;
    height: 20px;
  }

  body.page-home .menu-toggle {
    width: 52px;
    height: 52px;
  }

  body.page-home .menu-toggle span {
    width: 22px;
  }

  .beauty-reservation-card,
  .barber-reservation-card,
  .talents-reservation-card {
    display: none;
  }

  .booking-tab {
    top: calc(var(--header-h) + 14px);
    right: 14px;
    width: min(290px, calc(100vw - 28px));
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 14px 14px;
  }

  .booking-tab__title {
    max-width: 12ch;
    font-size: 0.8rem;
  }

  .booking-tab__button {
    width: auto;
  }

  .talent-spotlight {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 20px;
  }

  .page-hero--split {
    padding: 36px 0 14px;
    gap: 16px;
  }

  .page-hero__title h1 {
    max-width: none;
    font-size: clamp(2.75rem, 11vw, 4.4rem);
  }

  .page-hero__aside {
    gap: 16px;
    max-width: none;
    padding: 16px 0 0 22px;
  }

  .page-hero__aside p {
    max-width: none;
    font-size: 1rem;
  }

  .page-hero--split .page-hero__actions {
    justify-content: flex-start;
  }

  body.page-home .home-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0 0;
    border-top: 0;
    border-bottom: 0;
  }

  body.page-home .home-highlights__item,
  body.page-home .home-highlights__item:last-child,
  body.page-home .home-highlights__item:nth-child(2n) {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 14px;
    min-height: 92px;
    padding: 16px 18px;
    text-align: left;
    border: 1px solid rgba(232, 205, 152, 0.58);
    border-right: 1px solid rgba(232, 205, 152, 0.58);
    border-radius: 12px;
    background:
      linear-gradient(180deg, rgba(11, 9, 7, 0.96), rgba(6, 5, 4, 0.99)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 34%);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  }

  body.page-home .home-highlights__item > div {
    min-width: 0;
  }

  body.page-home .home-highlights__icon {
    width: 50px;
    height: 50px;
    border: 0;
    background: none;
    box-shadow: none;
  }

  body.page-home .home-highlights__icon svg {
    width: 34px;
    height: 34px;
  }

  body.page-home .home-highlights__item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.78rem;
    line-height: 1.16;
    letter-spacing: 0.06em;
  }

  body.page-home .home-highlights__item p {
    font-size: 0.88rem;
    line-height: 1.3;
    max-width: none;
  }

  .beauty-services-grid,
  .barber-services-grid,
  .page-talentos .talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-mobile-shortcuts {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: min(100vw - 58px, 336px);
    margin: 40px auto 0;
    border: 1px solid rgba(244, 226, 183, 0.72);
    border-radius: 26px;
    overflow: hidden;
    background:
      linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 234, 184, 0.38) calc(50% - 0.5px), rgba(255, 234, 184, 0.38) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
      linear-gradient(180deg, rgba(183, 134, 56, 0.98), rgba(108, 69, 22, 0.98)),
      radial-gradient(circle at 50% 0%, rgba(255, 235, 190, 0.34), transparent 58%);
    box-shadow:
      0 0 0 1px rgba(239, 214, 160, 0.24),
      0 0 34px rgba(214, 177, 107, 0.42),
      0 0 12px rgba(255, 231, 176, 0.38),
      inset 0 0 26px rgba(255, 220, 152, 0.16);
    isolation: isolate;
  }

  .home-mobile-shortcuts::before {
    content: "";
    position: absolute;
    inset: -22%;
    background:
      conic-gradient(
        from 18deg,
        rgba(255, 230, 170, 0) 0deg,
        rgba(255, 245, 214, 0.2) 42deg,
        rgba(255, 230, 170, 0) 88deg,
        rgba(255, 214, 140, 0.16) 154deg,
        rgba(255, 230, 170, 0) 226deg,
        rgba(255, 242, 214, 0.24) 296deg,
        rgba(255, 230, 170, 0) 360deg
      );
    filter: blur(12px);
    opacity: 0.88;
    animation: home-shortcuts-rotate 7.6s linear infinite;
    z-index: 0;
    pointer-events: none;
  }

  .home-mobile-shortcuts::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 231, 176, 0.84);
    background: rgba(85, 55, 18, 0.92);
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 0 14px rgba(239, 214, 160, 0.36);
    z-index: 2;
  }

  .home-mobile-shortcut {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 16px;
    min-height: 164px;
    padding: 24px 18px 22px;
    border: 0;
    background:
      linear-gradient(180deg, rgba(184, 133, 50, 0.34), rgba(96, 63, 18, 0.22)),
      radial-gradient(circle at 50% 0%, rgba(255, 234, 184, 0.12), transparent 52%);
    text-decoration: none;
    overflow: hidden;
    color: #f7ebd2;
    z-index: 1;
  }

  .home-mobile-shortcut::before {
    content: "";
    position: absolute;
    inset: -12% -10%;
    background:
      radial-gradient(circle at 18% 24%, rgba(255, 245, 214, 0.18), transparent 18%),
      radial-gradient(circle at 84% 72%, rgba(255, 210, 120, 0.1), transparent 22%),
      linear-gradient(118deg, transparent 18%, rgba(255, 241, 204, 0.16) 50%, transparent 82%);
    animation: home-shortcut-sheen 6.4s ease-in-out infinite alternate;
    opacity: 0.84;
    z-index: 0;
    pointer-events: none;
  }

  .home-mobile-shortcut::after {
    display: none;
  }

  .home-mobile-shortcut--beauty {
    order: 2;
  }

  .home-mobile-shortcut--barber {
    order: 1;
  }

  .home-mobile-shortcut__icon,
  .home-mobile-shortcut__label {
    position: relative;
    z-index: 1;
  }

  .home-mobile-shortcut__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
  }

  .home-mobile-shortcut__icon svg {
    width: 50px;
    height: 50px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .home-mobile-shortcut__label {
    font-family: "FSBenjamin", "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 1rem;
    line-height: 1.04;
    text-align: center;
    max-width: 8.6ch;
  }

  body.page-home .home-highlights {
    width: min(100vw - 46px, 354px);
    gap: 10px;
    padding-top: 34px;
  }

  body.page-home .home-highlights__item,
  body.page-home .home-highlights__item:last-child,
  body.page-home .home-highlights__item:nth-child(2n) {
    min-height: 88px;
    padding: 14px 16px;
    gap: 12px;
    border-radius: 10px;
    background:
      linear-gradient(180deg, rgba(10, 8, 6, 0.98), rgba(5, 4, 3, 0.995)),
      linear-gradient(90deg, rgba(255, 221, 154, 0.04), transparent 26%);
    box-shadow:
      0 0 0 1px rgba(236, 205, 136, 0.06),
      0 10px 22px rgba(0, 0, 0, 0.18);
  }

  body.page-home .home-highlights__icon {
    width: 42px;
    height: 42px;
  }

  body.page-home .home-highlights__icon svg {
    width: 28px;
    height: 28px;
  }

  body.page-home .home-highlights__item strong {
    font-size: 0.75rem;
    margin-bottom: 2px;
    letter-spacing: 0.055em;
  }

  body.page-home .home-highlights__item p {
    font-size: 0.84rem;
    line-height: 1.22;
  }

  .content-grid,
  .prices-group {
    grid-template-columns: 1fr;
  }

  .prices-group__intro {
    grid-template-columns: 1fr;
  }

  .price-card {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .price-card strong {
    grid-column: 2;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .beauty-showcase {
    padding: 28px 0 18px;
  }

  .beauty-showcase h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 10.5vw, 4.3rem);
  }

  .beauty-showcase h1 span {
    white-space: normal;
  }

  .beauty-showcase__intro {
    max-width: none;
    font-size: 1rem;
  }

  .beauty-showcase__actions {
    gap: 12px;
    margin-top: 26px;
  }

  .beauty-services-grid {
    gap: 12px;
  }

  .beauty-service-card {
    min-height: auto;
  }

  .beauty-benefits {
    grid-template-columns: 1fr;
    padding-top: 16px;
  }

  .beauty-benefit {
    padding: 14px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(232, 205, 152, 0.12);
  }

  .beauty-benefit:last-child {
    border-bottom: 0;
  }

  .barber-showcase {
    padding: 28px 0 18px;
  }

  .barber-showcase h1 {
    font-size: clamp(2.75rem, 10.5vw, 4.25rem);
  }

  .barber-showcase h1 span {
    white-space: normal;
  }

  .barber-showcase__intro {
    max-width: none;
    font-size: 1rem;
  }

  .barber-services-grid {
    gap: 12px;
  }

  .barber-service-card {
    min-height: auto;
  }

  .barber-benefits {
    grid-template-columns: 1fr;
    padding-top: 16px;
  }

  .barber-benefit {
    padding: 14px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(232, 205, 152, 0.12);
  }

  .barber-benefit:last-child {
    border-bottom: 0;
  }

  .talents-showcase {
    padding: 28px 0 18px;
  }

  .talents-showcase h1 {
    font-size: clamp(2.8rem, 10.8vw, 4.4rem);
  }

  .talents-showcase__intro {
    max-width: none;
    font-size: 1rem;
  }

  .page-talentos .talent-grid {
    gap: 14px;
    padding-bottom: 18px;
  }

  .page-talentos .talent-card__meta {
    padding: 16px 16px 16px;
  }

  .page-talentos .talent-card__meta strong {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }

  .talent-card__description {
    font-size: 0.92rem;
  }

  .talents-prompt {
    gap: 14px;
  }

  .talents-prompt__label {
    font-size: 0.74rem;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .home-bg-slider {
    position: absolute;
    top: var(--header-h);
    right: 0;
    left: 0;
    bottom: auto;
    height: min(82vh, 680px);
    z-index: -4;
  }

  .home-bg-slide {
    inset: -2% -5% 0;
    filter: saturate(1) contrast(1.03) brightness(0.9);
  }

  body.page-home::after {
    position: absolute;
    top: var(--header-h);
    right: 0;
    left: 0;
    bottom: auto;
    height: min(82vh, 680px);
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.16) 0%, rgba(5, 4, 3, 0.08) 26%, rgba(5, 4, 3, 0.44) 62%, rgba(5, 4, 3, 0.92) 100%),
      linear-gradient(90deg, rgba(4, 3, 2, 0.88) 0%, rgba(5, 4, 3, 0.5) 30%, rgba(5, 4, 3, 0.16) 58%, rgba(5, 4, 3, 0.04) 74%),
      radial-gradient(circle at 16% 18%, rgba(217, 176, 101, 0.12), transparent 18%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.22));
  }

  body.page-home .page-main--home {
    position: relative;
    z-index: 1;
  }

  body.page-home .hero--home {
    min-height: auto;
    padding-bottom: 30px;
    overflow: clip;
  }

  body.page-home .hero__inner {
    min-height: 0;
    gap: 18px;
    width: min(100vw - 44px, 1380px);
    padding-top: calc(var(--header-h) + clamp(150px, 21vh, 220px));
    padding-bottom: 12px;
  }

  body.page-home .hero__copy {
    max-width: 100%;
  }

  body.page-home .hero__copy h1 {
    max-width: 100%;
    font-size: clamp(2.28rem, 10.8vw, 3.55rem);
    line-height: 0.85;
  }

  body.page-home .hero__title-line {
    white-space: nowrap;
  }

  body.page-home .hero__lead {
    gap: 16px;
    margin-bottom: 16px;
  }

  body.page-home .hero__lead .section-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  body.page-home .hero__lead-line {
    display: none;
  }

  body.page-home .hero__ornament {
    width: min(210px, 100%);
    gap: 12px;
    margin: 16px 0 18px;
  }

  body.page-home .hero__ornament-mark {
    width: 28px;
    height: 28px;
  }

  body.page-home .hero__ornament-mark img {
    width: 20px;
    height: 20px;
  }

  body.page-home .hero__body {
    max-width: 270px;
    gap: 10px;
  }

  body.page-home .hero__body p {
    font-size: 1rem;
    line-height: 1.56;
  }

  body.page-home .hero__actions {
    margin-top: 26px;
    gap: 14px;
  }

  body.page-home .button--home-solid,
  body.page-home .button--home-ghost {
    min-height: 68px;
    padding: 0 24px;
    font-size: 0.84rem;
  }

  body.page-home .hero__side {
    display: block;
    padding-bottom: 0;
    margin-top: 10px;
  }

  body.page-home .home-highlights {
    width: min(100vw - 44px, 1380px);
    margin-inline: auto;
  }

  body.page-home .hero-review {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 12px;
    padding: 0 14px 4px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  body.page-home .hero-review__badge {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0 auto 10px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-size: 2rem;
  }

  body.page-home .hero-review p {
    margin-inline: 2px;
    font-size: 0.82rem;
    line-height: 1.58;
  }

  body.page-home .hero-review__meta {
    margin-top: 12px;
    padding-top: 12px;
    margin-inline: 2px;
    padding-right: 2px;
    align-items: flex-end;
    gap: 8px;
    font-size: 0.78rem;
  }

  body.page-home .hero-review__stars {
    font-size: 0.84rem;
    letter-spacing: 0.16em;
  }

  body.page-home .hero-review__meta span:last-child {
    font-size: 0.78rem;
    white-space: nowrap;
    text-align: right;
  }

  .services-page {
    width: 100%;
    padding-top: 0;
  }

  .services-page__topbar {
    min-height: 68px;
    padding-inline: 14px;
  }

  .services-page__brand img {
    width: 156px;
  }

  .services-page__back {
    padding-inline: 10px;
    font-size: 0.58rem;
  }

  .services-page__back span {
    display: none;
  }

  .services-page__subtitle {
    padding-inline: 14px;
  }

  .services-nav {
    gap: 6px;
  }

  .services-nav-shell__toggle {
    width: 56px;
    height: 56px;
  }

  .services-feed {
    width: min(100vw - 18px, 860px);
    gap: 24px;
  }

  .services-feed-row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .services-feed-row__icon {
    width: 44px;
    height: 44px;
  }

  .services-feed-row__icon img {
    width: 22px;
    height: 22px;
  }

  .services-feed-row__aside {
    gap: 8px;
  }

  .services-feed-row strong {
    padding-top: 2px;
    font-size: 0.94rem;
  }

  .services-feed-row__cart {
    width: 32px;
    height: 32px;
  }

  .services-feed-row__cart svg {
    width: 15px;
    height: 15px;
  }

  .hero__inner,
  .page-hero,
  .content-grid,
  .editorial-row,
  .talent-grid,
  .site-footer__inner,
  .footer-bottom,
  .beauty-showcase,
  .beauty-services-grid,
  .beauty-benefits,
  .barber-showcase,
  .barber-services-grid,
  .barber-benefits,
  .talents-showcase,
  .talents-prompt {
    width: min(100vw - 26px, 1380px);
  }

  .site-footer__inner,
  .footer-bottom {
    justify-items: center;
    text-align: center;
  }

  .footer-brand,
  .footer-links,
  .footer-cta-panel {
    width: 100%;
    justify-self: center;
    text-align: center;
  }

  .footer-brand > p:not(.footer-brand__tagline) {
    display: none;
  }

  .footer-brand img {
    margin-inline: auto;
  }

  .footer-brand .footer-socials {
    justify-content: center;
  }

  .footer-links {
    justify-items: center;
  }

  .footer-links a,
  .footer-links button {
    justify-content: center;
    text-align: center;
  }

  .footer-cta-panel {
    max-width: min(320px, 100%);
    margin-inline: auto;
  }

  .footer-newsletter {
    justify-items: center;
  }

  .footer-newsletter__input,
  .footer-newsletter .button {
    text-align: center;
  }

  .hero__quote p,
  .page-hero__copy p,
  .page-hero__aside p,
  .editorial-row__text p,
  .editorial-row__panel p,
  .footer-brand p,
  .footer-cta-panel p,
  .about-modal__content p,
  .prices-modal__head p,
  .talent-spotlight__copy,
  .talent-modal__content p,
  .service-block p {
    font-size: 0.95rem;
  }

  .page-hero__title h1 {
    font-size: clamp(2.55rem, 12vw, 4.1rem);
  }

  .modal {
    padding: 16px;
  }

  .modal__dialog--about {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 32px);
    min-height: calc(100vh - 32px);
    display: block;
    overflow: auto;
  }

  .about-modal__visual {
    position: absolute;
    inset: 0;
    min-height: 0;
    background-position: center;
  }

  .about-modal__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(6, 5, 4, 0.84), rgba(6, 5, 4, 0.56) 18%, rgba(6, 5, 4, 0.74) 100%),
      linear-gradient(90deg, rgba(4, 3, 2, 0.72) 0%, rgba(4, 3, 2, 0.34) 40%, rgba(4, 3, 2, 0.56) 100%);
  }

  .about-modal__content {
    position: relative;
    z-index: 1;
    min-height: 100%;
    justify-content: flex-start;
    padding: 22px;
    padding-top: 82px;
    gap: 16px;
  }

  .modal__dialog--about::after {
    bottom: 14px;
  }

  .home-bg-slide--1 {
    background-position: 62% 24%;
    animation:
      home-slide-1-visibility 24s ease-in-out infinite,
      home-slide-1-drift-mobile 8.4s ease-in-out -4.6s infinite alternate;
  }

  .home-bg-slide--2 {
    background-position: 62% 42%;
    animation:
      home-slide-2-visibility 24s ease-in-out infinite,
      home-slide-2-drift-mobile 9.1s ease-in-out -3.9s infinite alternate;
  }

  .home-bg-slide--3 {
    background-position: 64% 10%;
    animation:
      home-slide-3-visibility 24s ease-in-out infinite,
      home-slide-3-drift-mobile 8.8s ease-in-out -4.1s infinite alternate;
  }

  body.page-beauty::before,
  body.page-barberia::before,
  body.page-talentos::before {
    filter: saturate(1) contrast(1.06) brightness(0.78);
  }

  body.page-beauty::after,
  body.page-barberia::after,
  body.page-talentos::after {
    background:
      radial-gradient(circle at 16% 16%, rgba(217, 176, 101, 0.12), transparent 16%),
      radial-gradient(circle at 74% 18%, rgba(229, 204, 150, 0.06), transparent 16%),
      linear-gradient(90deg, rgba(4, 3, 2, 0.68) 0%, rgba(5, 4, 3, 0.32) 32%, rgba(7, 6, 5, 0.12) 56%, rgba(3, 2, 1, 0.38) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3));
  }

  .talent-spotlight {
    grid-template-columns: 1fr;
  }

  .page-hero + .content-grid,
  .page-hero + .talent-grid {
    margin-top: 10px;
  }

  .beauty-services-grid,
  .barber-services-grid,
  .page-talentos .talent-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-tab {
    left: 13px;
    right: 13px;
    width: auto;
    grid-template-columns: 1fr;
  }

  .booking-tab__copy {
    gap: 6px;
  }

  .booking-tab__eyebrow {
    font-size: 0.5rem;
  }

  .booking-tab__title {
    max-width: none;
    font-size: 0.82rem;
  }

  .booking-tab__button {
    width: 100%;
  }

  .talent-spotlight__image-frame {
    max-width: 146px;
  }

  .service-block {
    grid-template-columns: 1fr;
  }

  .beauty-showcase {
    padding-top: 24px;
  }

  .beauty-showcase h1 {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 3.9rem);
  }

  .beauty-reservation-card {
    width: 100%;
    padding: 24px 18px 20px;
  }

  .beauty-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beauty-service-card {
    min-height: 0;
    gap: 14px;
    padding: 18px 14px 18px;
    justify-items: center;
    align-content: start;
    background:
      linear-gradient(180deg, rgba(10, 8, 6, 0.9), rgba(5, 4, 3, 0.96)),
      radial-gradient(circle at 50% 0%, rgba(214, 177, 107, 0.08), transparent 56%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  }

  .beauty-service-card__head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .beauty-service-card__head > div {
    order: 2;
    display: grid;
    justify-items: center;
    gap: 10px;
  }

  .beauty-service-card__icon {
    order: 1;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    justify-self: center;
  }

  .beauty-service-card__icon img {
    width: 34px;
    height: 34px;
  }

  .beauty-service-card h2 {
    font-size: clamp(0.98rem, 3.6vw, 1.18rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .beauty-service-card__rule {
    width: 32px;
    margin-top: 0;
    background: linear-gradient(90deg, transparent, rgba(239, 214, 160, 0.82), transparent);
  }

  .beauty-service-card p {
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(228, 214, 190, 0.9);
    text-align: left;
  }

  .beauty-service-card__link {
    justify-self: center;
    padding: 0 20px 8px 0;
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .barber-showcase {
    padding-top: 24px;
  }

  .barber-showcase h1 {
    font-size: clamp(2.45rem, 12vw, 3.95rem);
  }

  .barber-reservation-card {
    width: 100%;
    padding: 24px 18px 20px;
  }

  .barber-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .barber-service-card {
    min-height: 0;
    gap: 14px;
    padding: 18px 14px 18px;
    justify-items: center;
    align-content: start;
    background:
      linear-gradient(180deg, rgba(10, 8, 6, 0.9), rgba(5, 4, 3, 0.96)),
      radial-gradient(circle at 50% 0%, rgba(214, 177, 107, 0.08), transparent 56%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  }

  .barber-service-card__head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .barber-service-card__head > div {
    order: 2;
    display: grid;
    justify-items: center;
    gap: 10px;
  }

  .barber-service-card__icon {
    order: 1;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    justify-self: center;
  }

  .barber-service-card__icon img {
    width: 34px;
    height: 34px;
  }

  .barber-service-card h2 {
    font-size: clamp(0.98rem, 3.6vw, 1.18rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .barber-service-card__rule {
    width: 32px;
    margin-top: 0;
    background: linear-gradient(90deg, transparent, rgba(239, 214, 160, 0.82), transparent);
  }

  .barber-service-card p {
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(228, 214, 190, 0.9);
    text-align: left;
  }

  .barber-service-card__link {
    justify-self: center;
    padding: 0 20px 8px 0;
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .talents-showcase {
    padding-top: 24px;
  }

  .talents-showcase h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .talents-reservation-card {
    width: 100%;
    padding: 24px 18px 20px;
  }

  .page-talentos .talent-grid {
    width: min(100vw - 26px, 1380px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-talentos .talent-card__meta strong {
    font-size: clamp(1.18rem, 4.8vw, 1.62rem);
  }

  .talent-card__tags {
    gap: 6px;
  }

  .talent-card__tags span {
    padding-inline: 10px;
    font-size: 0.64rem;
  }

  .talents-prompt {
    flex-wrap: wrap;
    gap: 10px;
  }

  .talents-prompt__line {
    flex-basis: 90px;
  }

  .prices-modal__head,
  .prices-modal__filters,
  .prices-modal__groups,
  .talent-modal__content {
    padding-inline: 20px;
  }

  .prices-modal__head,
  .talent-modal__content {
    padding-top: 70px;
  }

  .modal__dialog--talent {
    max-height: calc(100vh - 32px);
    overflow: auto;
  }

  .modal__dialog--talent .modal__close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 1.35rem;
    background:
      linear-gradient(180deg, rgba(13, 10, 8, 0.78), rgba(6, 5, 4, 0.88)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 42%);
    backdrop-filter: blur(4px);
  }

  .talent-modal__visual {
    position: relative;
    min-height: 0;
    height: clamp(208px, 34vh, 280px);
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(4, 3, 2, 0.06), rgba(4, 3, 2, 0.2) 55%, rgba(4, 3, 2, 0.76)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 30%);
  }

  .talent-modal__visual::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(5, 4, 3, 0), rgba(5, 4, 3, 0.86));
    pointer-events: none;
  }

  .talent-modal__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    transform: scale(0.94);
    transform-origin: center top;
  }

  .talent-modal__content {
    gap: 12px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .talent-modal__content .section-kicker {
    margin-bottom: 2px;
  }

  .talent-modal__content h2 {
    font-size: clamp(2.1rem, 10.5vw, 3.15rem);
    line-height: 0.92;
    text-wrap: balance;
  }

  .talent-modal__role {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .talent-modal__notes {
    gap: 8px;
  }

  .modal {
    padding: 16px;
  }

  .modal__dialog {
    width: min(100vw - 32px, 1160px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .transition-curtain__panel,
  .transition-curtain__line,
  .particle,
  .footer-cta-panel::after,
  .booking-tab__button::before {
    animation: none !important;
  }

  .button,
  .nav-link,
  .talent-card,
  .booking-tab,
  .booking-tab::before,
  .booking-tab__button,
  .booking-tab__button::after,
  .talent-spotlight__image-frame img,
  .talent-spotlight__content > *,
  body.has-motion .reveal {
    transition: none !important;
  }
}

@keyframes shine-sweep {
  0% {
    transform: skewX(-20deg) translateX(-180%);
  }

  100% {
    transform: skewX(-20deg) translateX(420%);
  }
}

@keyframes particle-float {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  12% {
    opacity: 0.2;
  }

  60% {
    opacity: 0.28;
  }

  100% {
    transform: translate3d(var(--drift), calc(-120vh - 120px), 0);
    opacity: 0;
  }
}

@keyframes home-slide-1-visibility {
  0%,
  28% {
    opacity: 1;
  }

  35%,
  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes home-slide-2-visibility {
  0%,
  27% {
    opacity: 0;
  }

  35%,
  60% {
    opacity: 1;
  }

  68%,
  100% {
    opacity: 0;
  }
}

@keyframes home-slide-3-visibility {
  0%,
  60% {
    opacity: 0;
  }

  68%,
  93% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes home-slide-1-drift {
  from {
    transform: scale(1.08) translate3d(-1.8%, -3%, 0);
  }

  to {
    transform: scale(1.12) translate3d(1.2%, 2.4%, 0);
  }
}

@keyframes home-slide-2-drift {
  from {
    transform: scale(1.09) translate3d(3.4%, -0.8%, 0);
  }

  to {
    transform: scale(1.13) translate3d(-2.8%, 1.2%, 0);
  }
}

@keyframes home-slide-3-drift {
  from {
    transform: scale(1.07) translate3d(-2.4%, 1%, 0);
  }

  to {
    transform: scale(1.11) translate3d(2.2%, -1.2%, 0);
  }
}

@keyframes home-slide-1-drift-mobile {
  from {
    transform: scale(1.14) translate3d(-6.8%, -7.4%, 0);
  }

  to {
    transform: scale(1.22) translate3d(5.8%, 5.9%, 0);
  }
}

@keyframes home-slide-2-drift-mobile {
  from {
    transform: scale(1.15) translate3d(7.3%, -3.4%, 0);
  }

  to {
    transform: scale(1.23) translate3d(-6.4%, 4.1%, 0);
  }
}

@keyframes home-slide-3-drift-mobile {
  from {
    transform: scale(1.13) translate3d(-5.8%, 3.8%, 0);
  }

  to {
    transform: scale(1.21) translate3d(6.2%, -4.5%, 0);
  }
}

@keyframes home-shortcuts-rotate {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes home-shortcut-sheen {
  from {
    transform: translate3d(-3%, -2%, 0) scale(1);
  }

  to {
    transform: translate3d(4%, 3%, 0) scale(1.06);
  }
}

@keyframes curtain-open-top {
  100% {
    transform: translateY(-110%);
  }
}

@keyframes curtain-open-bottom {
  100% {
    transform: translateY(110%);
  }
}

@keyframes curtain-line-fade {
  100% {
    opacity: 0;
  }
}

@keyframes footer-sweep {
  0% {
    transform: translateX(0) skewX(-18deg);
  }

  100% {
    transform: translateX(340%) skewX(-18deg);
  }
}

@keyframes about-scroll-hint {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }

  50% {
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-bg-slide {
    animation: none;
    opacity: 0;
    transform: scale(1.08);
  }

  .home-bg-slide--1 {
    opacity: 1;
  }

  .modal__dialog--about.is-scroll-hint-visible::after {
    animation: none;
  }
}
