/* ============================================================
   RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: 1.12;
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: var(--section-py) 0;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.7;
}

.section-header {
  margin-bottom: 56px;
}

.section-header--center {
  text-align: center;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .03em;
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.btn--primary {
  background: var(--wine);
  color: var(--white);
}

.btn--primary:hover {
  background: var(--wine-h);
  transform: translateY(-1px);
}

.btn--outline {
  background: transparent;
  color: var(--wine);
  border: 1.5px solid var(--wine);
}

.btn--outline:hover {
  background: var(--wine);
  color: var(--white);
}

.btn--gold {
  background: var(--gold);
  color: var(--bg);
  font-weight: 600;
}

.btn--gold:hover {
  background: var(--gold-l);
}

.btn--ghost {
  background: transparent;
  color: var(--text-mid);
  border: 1.5px solid var(--border-l);
}

.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--sm {
  padding: 9px 20px;
  font-size: 13px;
}

.btn--lg {
  padding: 16px 36px;
  font-size: 15px;
}

/* ============================================================
   PHOTO PLACEHOLDERS  (заменить на реальные фото)
   ============================================================ */
.photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

/* Fallback gradients по категориям */
.photo--hero {
  background: radial-gradient(ellipse at 60% 40%, #3A2030 0%, #181410 70%);
}

.photo--about {
  background: radial-gradient(ellipse at 40% 50%, #2A1C24 0%, #141010 70%);
}

.photo--laser {
  background: linear-gradient(135deg, #1E1230 0%, #2A1840 100%);
}

.photo--nails {
  background: linear-gradient(135deg, #2E1020 0%, #3A1430 100%);
}

.photo--hair {
  background: linear-gradient(135deg, #1C1808 0%, #2C2410 100%);
}

.photo--color {
  background: linear-gradient(135deg, #08101C 0%, #102030 100%);
}

.photo--brows {
  background: linear-gradient(135deg, #1C1020 0%, #281428 100%);
}

.photo--lashes {
  background: linear-gradient(135deg, #20102A 0%, #2C1638 100%);
}

.photo--massage {
  background: linear-gradient(135deg, #08141C 0%, #102028 100%);
}

.photo--sugar {
  background: linear-gradient(135deg, #081C14 0%, #102820 100%);
}

.photo--makeup {
  background: linear-gradient(135deg, #1C0814 0%, #281020 100%);
}

.photo--perm {
  background: linear-gradient(135deg, #1C1008 0%, #281810 100%);
}

.photo--wedding {
  background: linear-gradient(135deg, #1C0810 0%, #281018 100%);
}

.photo--curl {
  background: linear-gradient(135deg, #0C1818 0%, #182424 100%);
}

.photo--spec-1 {
  background: linear-gradient(160deg, #1A1028 0%, #22163A 100%);
}

.photo--spec-2 {
  background: linear-gradient(160deg, #1A0E1A 0%, #260E26 100%);
}

.photo--spec-3 {
  background: linear-gradient(160deg, #1A1208 0%, #261A0C 100%);
}

.photo--spec-4 {
  background: linear-gradient(160deg, #081A14 0%, #0C261E 100%);
}

.photo--spec-5 {
  background: linear-gradient(160deg, #180A10 0%, #240E18 100%);
}

.photo--spec-6 {
  background: linear-gradient(160deg, #0A1018 0%, #0E1C28 100%);
}

.photo--g1 {
  background: linear-gradient(135deg, #260E1A, #3A1630);
}

.photo--g2 {
  background: linear-gradient(135deg, #0E1C2A, #162A3C);
}

.photo--g3 {
  background: linear-gradient(135deg, #1A1408, #261E10);
}

.photo--g4 {
  background: linear-gradient(135deg, #1A0E28, #261436);
}

.photo--g5 {
  background: linear-gradient(135deg, #081C12, #102818);
}

.photo--g6 {
  background: linear-gradient(135deg, #1A1008, #281810);
}

.photo--g7 {
  background: linear-gradient(135deg, #20101C, #2E1828);
}

.photo--g8 {
  background: linear-gradient(135deg, #0E1820, #16242C);
}

.photo--g9 {
  background: linear-gradient(135deg, #1C0E18, #281624);
}

.photo-icon {
  font-size: 40px;
  opacity: .35;
  position: relative;
  z-index: 1;
}

.photo-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, .3);
  letter-spacing: .08em;
  z-index: 1;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  padding: 9px 0;
  color: var(--text-mid);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar__sep {
  opacity: .3;
}

.topbar a {
  color: var(--text-mid);
  transition: color var(--transition);
}

.topbar a:hover {
  color: var(--gold);
}

.topbar__online {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-light);
}

.topbar__online::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #5EC97A;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

.topbar__socials {
  display: flex;
  gap: 12px;
}

.topbar__socials a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  opacity: .6;
}

.topbar__socials a:hover {
  opacity: 1;
  color: var(--gold);
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(16, 14, 12, .92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--transition);
}

.header.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, .5);
}

.header__inner {
  display: flex;
  align-items: center;
  height: 68px;
  gap: 20px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}

.logo__icon {
  width: 38px;
  height: 38px;
}

.logo__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1;
}

.logo__sub {
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: 3px;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.nav__link {
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-mid);
  transition: var(--transition);
  white-space: nowrap;
}

.nav__link:hover {
  color: var(--text);
  background: var(--bg-3);
}

.header__cta {
  margin-left: 8px;
  flex-shrink: 0;
}

/* Burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--transition);
}

.burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--bg-2);
  flex-direction: column;
  padding: 88px 32px 48px;
  gap: 4px;
  overflow-y: auto;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav__link {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  transition: color var(--transition);
}

.mobile-nav__link:hover {
  color: var(--gold);
}

.mobile-nav__link:last-of-type {
  border: none;
}

.mobile-nav__cta {
  margin-top: 24px;
  text-align: center;
  justify-content: center;
}

.mobile-nav__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-3);
  border: 1px solid var(--border);
  color: var(--text-mid);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.mobile-nav__close:hover {
  background: var(--bg-4);
  color: var(--text);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--bg);
  padding: 80px 0 0;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 60%, rgba(139, 50, 82, .12) 0%, transparent 70%);
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  position: relative;
}

.hero__content {
  padding-bottom: 80px;
}

.hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 1px solid var(--border-l);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}

.hero__title {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-bottom: 24px;
}

.hero__title em {
  font-style: italic;
  color: var(--wine);
  display: block;
}

.hero__sub {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.75;
  max-width: 420px;
  margin-bottom: 40px;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__stats {
  display: flex;
  gap: 36px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.hero__stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--wine);
  line-height: 1;
}

.hero__stat-label {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 4px;
}

/* Hero visual */
.hero__visual {
  position: relative;
  align-self: end;
}

.hero__img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 240px 240px 0 0;
  overflow: hidden;
}

.hero__img .photo {
  height: 100%;
}

.hero__badge {
  position: absolute;
  bottom: 80px;
  left: -48px;
  background: var(--bg-3);
  border: 1px solid var(--border-l);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
}

.hero__badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(139, 50, 82, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.hero__badge-title {
  font-size: 14px;
  font-weight: 600;
}

.hero__badge-sub {
  font-size: 12px;
  color: var(--text-light);
}

.hero__rating {
  position: absolute;
  top: 40px;
  right: -28px;
  background: var(--wine);
  color: var(--white);
  border-radius: var(--radius);
  padding: 16px 20px;
  text-align: center;
  box-shadow: var(--shadow);
}

.hero__rating-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.hero__rating-stars {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 4px 0;
  opacity: .85;
}

.hero__rating-label {
  font-size: 11px;
  opacity: .75;
}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.services {
  background: var(--bg-2);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.service-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-l);
  box-shadow: var(--shadow);
}

.service-card__img {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.service-card__img .photo {
  height: 100%;
}

.service-card__body {
  padding: 24px;
}

.service-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.service-card__desc {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.65;
  margin-bottom: 16px;
}

.service-card__price {
  font-size: 13px;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
}

.service-card__price strong {
  font-size: 20px;
}

.service-card__actions {
  display: flex;
  gap: 10px;
}

.services__more {
  text-align: center;
  margin-top: 48px;
}

.services__extra {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 20px;
}

/* ============================================================
   CTA BAND — full-width bg image
   ============================================================ */
.wa-band {
  position: relative;
  background: url('../img/photo/salon/008_2a0000019c2742684b40.webp') center/cover no-repeat;
  padding: 90px 0;
}

.wa-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(80, 20, 42, 0.86);
  z-index: 0;
}

.wa-band .container {
  position: relative;
  z-index: 1;
}

.wa-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.wa-band__title {
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 400;
  color: #fff;
  max-width: 520px;
}

.wa-band__sub {
  font-size: 15px;
  color: rgba(255, 255, 255, .65);
  margin-top: 10px;
}

.wa-band__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wa-band__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--wine);
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  flex-shrink: 0;
  white-space: nowrap;
}

.wa-band__btn:hover {
  background: rgba(255, 255, 255, .88);
  transform: translateY(-2px);
}

.wa-band__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.wa-band__btn--wa svg {
  fill: #25D366;
}

.wa-band__btn--tg {
  background: #0088cc;
  color: #fff;
}

.wa-band__btn--tg:hover {
  background: #0099e0;
}

.wa-band__btn--tg svg {
  fill: #fff;
}

.wa-band__btn--max {
  background: #5c24f0;
  color: #fff;
}

.wa-band__btn--max:hover {
  background: #6f35ff;
}

.wa-band__btn--max svg {
  fill: #fff;
}

@media (max-width: 860px) {
  .wa-band {
    padding: 64px 0;
    background-attachment: scroll;
  }
}

@media (max-width: 600px) {
  .wa-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .wa-band__btns {
    width: 100%;
  }

  .wa-band__btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  background: var(--bg);
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about__visual {
  position: relative;
}

.about__img {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 0 120px 0 120px;
  overflow: hidden;
}

.about__img .photo {
  height: 100%;
}

.about__exp {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--wine);
  color: var(--white);
  border-radius: var(--radius);
  padding: 24px 28px;
  text-align: center;
  box-shadow: var(--shadow);
}

.about__exp-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

.about__exp-text {
  font-size: 13px;
  opacity: .8;
  margin-top: 4px;
}

.about__lead {
  font-size: 18px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 24px;
}

.about__text {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.85;
  margin-bottom: 40px;
}

.about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.about__stat {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}

.about__stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--wine);
  font-weight: 500;
}

.about__stat-label {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 4px;
}

/* Stat cards with background photo + overlay */
.about__stat--img {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  border-color: transparent;
}

.about__stat--img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 6, 0.65);
  z-index: 0;
}

.about__stat--img .about__stat-num,
.about__stat--img .about__stat-label {
  position: relative;
  z-index: 1;
}

.about__stat--img .about__stat-num {
  color: var(--gold);
}

.about__stat--img .about__stat-label {
  color: rgba(240, 230, 218, 0.75);
}

/* About photo */
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Price table — price column no-wrap */
.price-table td:nth-child(3) {
  white-space: nowrap;
}

/* ============================================================
   BENEFITS
   ============================================================ */
.benefits {
  background: var(--bg-2);
}

.benefits__intro {
  max-width: 560px;
  margin-bottom: 56px;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

.benefit {
  padding: 0;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}

.benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.benefit__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 28px 0;
}

.benefit__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: rgba(192, 154, 107, 0.22);
  line-height: 1;
}

.benefit__icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(139, 50, 82, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit__icon {
  width: 24px;
  height: 24px;
  fill: var(--wine);
  display: block;
}

.benefit__body {
  padding: 20px 28px 32px;
  flex: 1;
}

.benefit__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.benefit__text {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.75;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery {
  background: var(--bg);
}

.gallery__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

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

.gallery__tab {
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 500;
  border: 1.5px solid var(--border-l);
  background: transparent;
  color: var(--text-mid);
  cursor: pointer;
  transition: var(--transition);
}

.gallery__tab.active {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--white);
}

.gallery__tab:hover:not(.active) {
  border-color: var(--gold-d);
  color: var(--gold);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 12px;
  grid-auto-flow: dense;
}

.gallery__item {
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery__item--wide {
  grid-column: span 2;
}

.gallery__item--tall {
  grid-row: span 2;
}

.gallery__item .photo {
  height: 100%;
  transition: transform .4s ease;
}

.gallery__item:hover .photo {
  transform: scale(1.04);
}

.gallery__item a {
  display: block;
  height: 100%;
}

.gallery__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.gallery__item:hover a img {
  transform: scale(1.04);
}

.gallery__item[data-cat] {
  transition: opacity .25s ease, transform .25s ease;
}

.gallery__item.hidden {
  display: none;
}

.gallery__load {
  text-align: center;
  margin-top: 40px;
}

/* ============================================================
   SPECIALISTS  (вместо блока мастеров)
   ============================================================ */
.specialists {
  background: var(--bg-2);
}

.specialists__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.spec-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.spec-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.spec-card__img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.spec-card__img .photo {
  height: 100%;
}

.spec-card__body {
  padding: 24px 28px 28px;
}

.spec-card__role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.spec-card__name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.spec-card__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.spec-card__skill {
  font-size: 12px;
  padding: 4px 12px;
  background: var(--bg-4);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  color: var(--text-mid);
}

/* ============================================================
   PRICE LIST
   ============================================================ */
.prices {
  background: var(--bg);
}

.prices__intro {
  max-width: 600px;
}

.price-accordion {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-item {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition);
}

.price-item.open {
  border-color: var(--border-l);
}

.price-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  cursor: pointer;
  user-select: none;
  gap: 16px;
  transition: background var(--transition);
}

.price-item__header:hover {
  background: var(--bg-4);
}

.price-item__left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.price-item__icon {
  font-size: 22px;
  flex-shrink: 0;
}

.price-item__title {
  font-size: 17px;
  font-weight: 500;
}

.price-item__range {
  font-size: 14px;
  color: var(--gold);
  margin-top: 2px;
}

.price-item__arrow {
  font-size: 20px;
  color: var(--text-light);
  transition: transform var(--transition);
  flex-shrink: 0;
}

.price-item.open .price-item__arrow {
  transform: rotate(180deg);
}

.price-item__body {
  display: none;
  padding: 0 28px 24px;
  border-top: 1px solid var(--border);
}

.price-item.open .price-item__body {
  display: block;
  padding-top: 20px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table tr {
  border-bottom: 1px solid var(--border);
}

.price-table tr:last-child {
  border: none;
}

.price-table td {
  padding: 10px 0;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.5;
}

.price-table td:first-child {
  width: 60%;
}

.price-table td:nth-child(2) {
  color: var(--text-light);
  font-size: 13px;
  width: 25%;
}

.price-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

.price-item__cta {
  margin-top: 20px;
}

/* ============================================================
   PROMOS
   ============================================================ */
.promos {
  background: var(--bg-2);
}

.promos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.promo-card {
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.promo-card--1 {
  background: linear-gradient(160deg, #5C1F32 0%, #3A1020 100%);
}

.promo-card--2 {
  background: linear-gradient(160deg, #9A7A4E 0%, #5A4020 100%);
}

.promo-card--3 {
  background: linear-gradient(160deg, #1E3A5A 0%, #0E1E32 100%);
}

.promo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, transparent 60%);
  border-radius: inherit;
}

.promo-card__content {
  position: relative;
  z-index: 1;
}

.promo-card__badge {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 12px;
}

.promo-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 10px;
}

.promo-card__text {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.6;
  margin-bottom: 24px;
}

.promo-card__btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, .15);
  border: 1.5px solid rgba(255, 255, 255, .35);
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  transition: var(--transition);
}

.promo-card__btn:hover {
  background: rgba(255, 255, 255, .28);
}

/* ============================================================
   LEAD FORM
   ============================================================ */
.lead {
  background: var(--bg);
}

.lead__inner {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 72px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.lead__content .section-tag {
  color: var(--gold);
}

.lead__content h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  margin: 12px 0 20px;
}

.lead__content p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 36px;
}

.lead__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.lead__feature::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.lead__feature span {
  font-size: 14px;
  color: var(--text-mid);
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-label {
  font-size: 12px;
  color: var(--text-light);
  letter-spacing: .04em;
}

.form-input,
.form-select,
.form-textarea {
  padding: 13px 16px;
  border-radius: var(--radius);
  background: var(--bg-3);
  border: 1.5px solid var(--border);
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color var(--transition);
  -webkit-appearance: none;
}

.form-input::placeholder {
  color: var(--text-light);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--wine);
}

.form-select {
  cursor: pointer;
}

.form-select option {
  background: var(--bg-3);
  color: var(--text);
}

.form-privacy {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.5;
}

.form-privacy a {
  color: var(--gold);
  text-decoration: underline;
}

.form-submit {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 15px;
  margin-top: 4px;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews {
  background: var(--bg-2);
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  margin-bottom: 48px;
}

.review-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}

.review-card__stars {
  color: #F5A623;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.review-card__text {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.review-card__name {
  font-size: 14px;
  font-weight: 600;
}

.review-card__date {
  font-size: 12px;
  color: var(--text-light);
}

.reviews__cta {
  text-align: center;
}

/* ============================================================
   CONTACTS
   ============================================================ */
.contacts {
  background: var(--bg);
}

.contacts__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contacts__info h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  align-items: flex-start;
}

.contact-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: var(--bg-3);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-label {
  font-size: 11px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px;
}

.contact-value {
  font-size: 16px;
  font-weight: 500;
}

.contact-value a:hover {
  color: var(--gold);
}

.contacts__socials {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.social-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border: 1.5px solid var(--border-l);
  color: var(--text-mid);
  transition: var(--transition);
  letter-spacing: .03em;
}

.social-btn:hover {
  border-color: var(--wine);
  background: var(--wine);
  color: var(--white);
}

.contacts__map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 420px;
  background: var(--bg-3);
  border: 1px solid var(--border);
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  color: var(--text-light);
  font-size: 13px;
  padding: 56px 0 32px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

/* Service-page footer (3 columns) */
.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer__desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.7;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

.footer__brand .logo__name {
  color: var(--text);
}

.footer__about {
  margin-top: 16px;
  line-height: 1.8;
}

.footer__col h4 {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 20px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__links a {
  transition: color var(--transition);
}

.footer__links a:hover {
  color: var(--gold);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  gap: 16px;
  flex-wrap: wrap;
}

.footer__legal a {
  margin-left: 16px;
}

.footer__legal a:hover {
  color: var(--gold);
}

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.floating {
  position: fixed;
  right: 22px;
  bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 150;
}

.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .5);
  transition: transform var(--transition), box-shadow var(--transition);
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 21px;
}

.float-btn:hover {
  transform: scale(1.1) translateX(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .6);
}

.float-btn--phone {
  background: var(--wine);
}

.float-btn--wa {
  background: #25D366;
}

.float-btn--tg {
  background: #2AABEE;
}

.float-btn--max {
  background: #FF6B35;
}

.float-btn--top {
  background: var(--bg-4);
  border: 1px solid var(--border-l);
  color: var(--text-mid);
  font-size: 16px;
}

.float-btn svg {
  width: 22px;
  height: 22px;
  fill: var(--white);
}

.float-label {
  position: absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-4);
  border: 1px solid var(--border-l);
  color: var(--text);
  font-size: 12px;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
  font-family: 'Inter', sans-serif;
}

.float-label::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--border-l);
}

.float-btn:hover .float-label {
  opacity: 1;
}

/* Back to top */
.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 150;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-4);
  border: 1px solid var(--border-l);
  color: var(--text-mid);
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.back-top.visible {
  display: flex;
}

.back-top:hover {
  background: var(--wine);
  color: var(--white);
  border-color: var(--wine);
}

/* ============================================================
   FADE-IN ANIMATIONS
   ============================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   SERVICE PAGE  (uslugi/...)
   ============================================================ */
.svc-hero {
  background: var(--bg-2);
  padding: 72px 0;
  border-bottom: 1px solid var(--border);
}

.svc-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.svc-hero__breadcrumb {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 20px;
}

.svc-hero__breadcrumb a {
  color: var(--gold);
}

.svc-hero__breadcrumb a:hover {
  text-decoration: underline;
}

.svc-hero__title {
  font-size: clamp(34px, 4.5vw, 58px);
  margin-bottom: 20px;
}

.svc-hero__desc {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 36px;
}

.svc-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.svc-hero__img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.svc-hero__img .photo {
  height: 100%;
}

.svc-features {
  background: var(--bg);
  padding: 72px 0;
}

.svc-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.svc-feature {
  padding: 28px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.svc-feature__icon {
  font-size: 32px;
  margin-bottom: 14px;
}

.svc-feature__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.svc-feature__text {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
}

.svc-prices {
  background: var(--bg-2);
  padding: 72px 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .footer__top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .topbar__right {
    display: none;
  }

  .nav,
  .header__cta {
    display: none;
  }

  .burger {
    display: flex;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .hero__visual {
    display: none;
  }

  .hero__stats {
    gap: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .wa-band__inner {
    flex-direction: column;
  }

  .about__inner {
    grid-template-columns: 1fr;
  }

  .about__visual {
    display: none;
  }

  .about__stats {
    grid-template-columns: 1fr 1fr;
  }

  .benefits__grid {
    grid-template-columns: 1fr;
  }

  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .gallery__item--wide {
    grid-column: span 2;
  }

  .gallery__item--tall {
    grid-row: span 1;
  }

  .specialists__grid {
    grid-template-columns: 1fr;
  }

  .promos__grid {
    grid-template-columns: 1fr;
  }

  .lead__inner {
    grid-template-columns: 1fr;
    padding: 40px 28px;
    gap: 40px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .reviews__grid {
    grid-template-columns: 1fr;
  }

  .contacts__inner {
    grid-template-columns: 1fr;
  }

  .footer__top {
    grid-template-columns: 1fr;
  }

  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .svc-hero__inner {
    grid-template-columns: 1fr;
  }

  .svc-hero__img {
    display: none;
  }

  .svc-features__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .specialists__grid {
    grid-template-columns: 1fr;
  }

  .gallery__grid {
    grid-template-columns: 1fr;
  }

  .about__stats {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn {
    text-align: center;
    justify-content: center;
  }
}

/* ============================================================
   SERVICE / HERO / PRICE IMAGES
   ============================================================ */
.service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price-item__icon-img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* ============================================================
   QUIZ
   ============================================================ */
.quiz {
  background: var(--bg-2);
}

.quiz__header {
  text-align: center;
}

.quiz__progress {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 40px 0 48px;
}

.quiz__step-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid var(--border-l);
  color: var(--text-light);
  transition: var(--transition);
}

.quiz__step-dot.active {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}

.quiz__step-dot.done {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg);
}

.quiz__step-label {
  font-size: 11px;
  color: var(--text-light);
  letter-spacing: .06em;
}

.quiz__step-line {
  flex: 1;
  max-width: 80px;
  height: 2px;
  background: var(--border);
  border-radius: 2px;
}

.quiz__step-line.done {
  background: var(--gold-d);
}

.quiz__content {
  max-width: 940px;
  margin: 0 auto;
}

.quiz__pane {
  display: none;
}

.quiz__pane.active {
  display: block;
  animation: fadeUp .35s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.quiz__question {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 36px;
}

.quiz__options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.quiz__option {
  background: var(--bg-3);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  user-select: none;
}

.quiz__option:hover {
  border-color: var(--wine-d);
  transform: translateY(-2px);
}

.quiz__option.selected {
  border-color: var(--wine);
  box-shadow: 0 0 0 1px var(--wine);
}

.quiz__option img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.quiz__option:hover img {
  transform: scale(1.04);
}

.quiz__option-label {
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-mid);
}

.quiz__option.selected .quiz__option-label {
  color: var(--text);
}

.quiz__time-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.quiz__time-card {
  background: var(--bg-3);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}

.quiz__time-card:hover {
  border-color: var(--wine-d);
}

.quiz__time-card.selected {
  border-color: var(--wine);
  background: rgba(139, 50, 82, .08);
}

.quiz__time-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.quiz__time-label {
  font-size: 16px;
  font-weight: 500;
}

.quiz__visit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 8px 0;
}

.quiz__visit-card {
  background: var(--bg-3);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 20px;
  cursor: pointer;
  transition: border-color .25s, background .25s, transform .2s;
  text-align: center;
}

.quiz__visit-card:hover {
  border-color: var(--wine-d);
  transform: translateY(-2px);
}

.quiz__visit-card.selected {
  border-color: var(--wine);
  background: rgba(139, 50, 82, .08);
}

.quiz__visit-icon {
  font-size: 40px;
  margin-bottom: 14px;
}

.quiz__visit-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.quiz__visit-sub {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.5;
}

@media (max-width: 480px) {
  .quiz__visit-grid {
    grid-template-columns: 1fr;
  }
}

.quiz__contact {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}

.quiz__contact p {
  color: var(--text-mid);
  margin-bottom: 28px;
}

.quiz__field {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--bg-3);
  border: 1.5px solid var(--border);
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color var(--transition);
}

.quiz__field:focus {
  border-color: var(--wine);
}

.quiz__field::placeholder {
  color: var(--text-light);
}

.quiz__nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

.quiz__result {
  text-align: center;
  padding: 32px 0;
}

.quiz__result-emoji {
  font-size: 56px;
  margin-bottom: 20px;
}

.quiz__result h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.quiz__result p {
  color: var(--text-mid);
  font-size: 16px;
}

@media (max-width: 768px) {
  .quiz__options {
    grid-template-columns: repeat(2, 1fr);
  }

  .quiz__time-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   BOOKING MODAL  (fancybox)
   ============================================================ */
.booking-modal {
  padding: 44px 48px;
  width: 540px;
  max-width: 100%;
  background: var(--bg-2);
  border-radius: var(--radius-lg);
}

.booking-modal h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 6px;
}

.booking-modal__sub {
  color: var(--text-mid);
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.55;
}

.booking-modal .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.booking-modal .form-group {
  margin-bottom: 12px;
}

.booking-modal .form-input,
.booking-modal .form-select,
.booking-modal .form-textarea {
  width: 100%;
}

.booking-modal .form-textarea {
  resize: vertical;
  min-height: 80px;
}

.booking-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-light);
  cursor: pointer;
  margin: 4px 0 20px;
}

.booking-modal__consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--wine);
  cursor: pointer;
}

.booking-modal__consent a {
  color: var(--gold);
}

.booking-modal__submit {
  width: 100%;
  justify-content: center;
  padding: 15px;
  font-size: 15px;
}

/* Fancybox dark theme override */
.fancybox__backdrop {
  background: rgba(0, 0, 0, .75) !important;
}

.fancybox__container {
  --fancybox-bg: transparent;
}

@media (max-width: 560px) {
  .booking-modal {
    padding: 28px 20px;
    width: 100%;
  }

  .booking-modal .form-row {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   FLOATING BUTTONS — proper SVG icons
   ============================================================ */
.float-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  display: block;
  flex-shrink: 0;
}

.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-btn--phone {
  background: var(--wine);
}

.float-btn--wa {
  background: #25D366;
}

.float-btn--tg {
  background: #2AABEE;
}

.float-btn--max {
  background: #005FF9;
}

/* ============================================================
   SERVICE CTA BAND (replaces wa-band on sub-pages)
   ============================================================ */
.svc-cta {
  background: var(--wine-d);
  text-align: center;
}

.svc-cta__inner {
  padding: 72px 0 56px;
  max-width: none;
}

.svc-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.2;
}

.svc-cta__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, .72);
  margin-bottom: 32px;
}

.svc-cta__btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.svc-cta__img {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.svc-cta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-cta__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      var(--wine-d) 0%,
      rgba(107, 36, 64, .55) 40%,
      rgba(20, 10, 8, .85) 100%);
}

@media (max-width: 640px) {
  .svc-cta__img {
    height: 260px;
  }
}

/* ============================================================
   SERVICE HERO — address badge
   ============================================================ */
.svc-hero__address {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  color: var(--text-light);
}

.svc-hero__address svg {
  width: 16px;
  height: 16px;
  fill: var(--wine);
  flex-shrink: 0;
}

/* ============================================================
   SERVICE FEATURE IMAGES (replace emoji)
   ============================================================ */
.svc-feature__img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.svc-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.svc-feature:hover .svc-feature__img img {
  transform: scale(1.04);
}

.svc-feature {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-3);
}

.svc-feature__body {
  padding: 20px 24px 24px;
}

/* ============================================================
   SERVICE GALLERY
   ============================================================ */
.svc-gallery {
  background: var(--bg-2);
}

.svc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 48px;
}

.svc-gallery__item {
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1;
}

.svc-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.svc-gallery__item::after {
  content: '🔍';
  position: absolute;
  inset: 0;
  background: rgba(139, 50, 82, .0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  opacity: 0;
  transition: all .3s ease;
}

.svc-gallery__item:hover img {
  transform: scale(1.06);
}

.svc-gallery__item:hover::after {
  background: rgba(139, 50, 82, .45);
  opacity: 1;
}

@media (max-width: 640px) {
  .svc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--bg);
}

.faq__list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq__item {
  border-bottom: 1px solid var(--border);
}

.faq__item:first-child {
  border-top: 1px solid var(--border);
}

.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  transition: color var(--transition);
}

.faq__q:hover {
  color: var(--gold);
}

.faq__q-arrow {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--bg-3);
  border: 1px solid var(--border-l);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--gold);
  transition: transform var(--transition);
}

.faq__item.open .faq__q-arrow {
  transform: rotate(180deg);
}

.faq__a {
  display: none;
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-mid);
  max-width: 700px;
}

.faq__item.open .faq__a {
  display: block;
  animation: fadeUp .25s ease;
}

/* ============================================================
   FIX: service feature cards — image-based layout
   ============================================================ */
.svc-feature {
  padding: 0 !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  border: 1px solid var(--border-l);
}

.svc-feature__icon {
  display: none;
}

/* Fix desc spacing with new address block */
.svc-hero__desc {
  margin-bottom: 16px !important;
}

.svc-hero__address {
  margin-top: 0;
  margin-bottom: 24px;
}

.svc-hero__address a {
  color: var(--gold);
}

.svc-hero__address a:hover {
  text-decoration: underline;
}

/* ============================================================
   FIX: buttons with SVG icons
   ============================================================ */
.btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
  vertical-align: middle;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Ghost button on dark burgundy bg */
.svc-cta__btns .btn--ghost {
  border-color: rgba(255, 255, 255, .45);
  color: rgba(255, 255, 255, .9);
}

.svc-cta__btns .btn--ghost:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.svc-cta__btns .btn--ghost svg {
  fill: #25D366;
}

/* ============================================================
   FIX: svc-features grid — ensure 3 cols on desktop
   ============================================================ */
.svc-features__grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 900px) {
  .svc-features__grid {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   FIX: svc-gallery grid — 3 per row (1 col on mobile)
   ============================================================ */
@media (max-width: 900px) {
  .svc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   BOOKING MODAL on service pages
   ============================================================ */
.booking-modal__head {
  margin-bottom: 24px;
}

.booking-modal__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

.booking-modal__sub {
  font-size: 14px;
  color: var(--text-light);
}

.booking-modal__field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 16px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 12px;
  transition: border-color var(--transition);
}

.booking-modal__field:focus {
  outline: none;
  border-color: var(--wine);
}

.booking-modal__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--text-light);
}

.booking-modal__consent input {
  flex-shrink: 0;
  margin-top: 2px;
}

.booking-modal__submit {
  width: 100%;
  justify-content: center;
  padding: 15px;
}

.booking-modal__field {
  width: 100%;
  padding: 13px 16px;
  background: var(--bg-3);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
  resize: vertical;
  min-height: 80px;
  box-sizing: border-box;
  transition: border-color var(--transition);
}

.booking-modal__field:focus {
  outline: none;
  border-color: var(--wine);
}

.booking-modal__field::placeholder {
  color: var(--text-light);
}

/* Service page hero image */
.svc-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-lg);
}

/* ============================================================
   FANCYBOX DARK MODAL FIX
   ============================================================ */
.fancybox__container {
  --fancybox-bg: rgba(10, 6, 4, .95);
}

.fancybox__slide {
  padding: 20px;
}

.fancybox__content {
  background: var(--bg-2) !important;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  color: var(--text);
}

.f-button.is-close-btn {
  background: var(--bg-3);
  color: var(--text);
}

/* ============================================================
   АКЦИИ (PROMO) — service pages
   ============================================================ */
.svc-promo {
  background: var(--bg-2);
}

.svc-promo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 900px) {
  .svc-promo__grid {
    grid-template-columns: 1fr;
  }
}

.svc-promo__card {
  background: var(--bg-3);
  border: 1px solid var(--border-l);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition);
}

.svc-promo__card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}

.svc-promo__icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.svc-promo__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 10px;
}

.svc-promo__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-mid);
}

/* ============================================================
   CONTACTS — service pages
   ============================================================ */
.svc-contacts {
  background: var(--bg);
}

.svc-contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .svc-contacts__grid {
    grid-template-columns: 1fr;
  }
}

.svc-contacts__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--bg-2);
  border: 1px solid var(--border-l);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.svc-contacts__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(139, 50, 82, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-contacts__icon svg {
  width: 22px;
  height: 22px;
  fill: var(--wine);
}

.svc-contacts__label {
  font-size: 12px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}

.svc-contacts__value {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
}

.svc-contacts__map {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.svc-contacts__map iframe {
  display: block;
}

/* ============================================================
   HERO — REDUCED TOP SPACING & SMALLER IMAGE
   ============================================================ */
.hero {
  padding-top: 36px;
}

.hero__img {
  aspect-ratio: 4/5;
}

/* ============================================================
   MOBILE HEADER — FULL REBUILD (≤ 768px)
   ============================================================ */
@media (max-width: 768px) {

  /* 1. Lock horizontal scroll at root level */
  html {
    overflow-x: hidden;
    max-width: 100%;
  }

  body {
    overflow-x: hidden;
    max-width: 100vw;
  }

  /* 2. Topbar: hide entirely on mobile */
  .topbar {
    display: none !important;
  }

  /* 3. Header: stick to top, full width, no overflow */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    z-index: 200;
  }

  .header .container {
    padding: 0 16px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .header__inner {
    height: 56px;
    justify-content: space-between;
    gap: 0;
  }

  /* 4. Logo: compact, no subtitle */
  .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .logo__name {
    font-size: 19px;
  }

  .logo__sub {
    display: none;
  }

  /* 5. Desktop nav + CTA: force-hidden */
  .nav {
    display: none !important;
  }

  .header__cta {
    display: none !important;
  }

  /* 6. Burger: always show, no auto-margin */
  .burger {
    display: flex !important;
    flex-shrink: 0;
    margin-left: 12px;
  }

  /* 7. Hero: compensate for fixed header height */
  .hero {
    padding-top: 56px;
  }

  /* 8. Mobile nav: full-screen, strictly within viewport */
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 72px 28px 48px;
    gap: 0;
    z-index: 400;
  }

  .mobile-nav__close {
    top: 12px;
    right: 12px;
  }

  .mobile-nav__link {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 14px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .mobile-nav__cta {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    margin-top: 28px;
  }
}

/* ============================================================
   NAV DROPDOWN — «Услуги» hover menu
   ============================================================ */
.nav__item {
  position: relative;
  display: inline-flex;
}

.nav__item>.nav__link {
  cursor: pointer;
}

.nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-2);
  border: 1px solid var(--border-l);
  border-radius: var(--radius-lg);
  padding: 10px;
  min-width: 520px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  z-index: 600;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .55);
}

.nav__item:hover .nav__dropdown,
.nav__item.open .nav__dropdown {
  display: grid;
}

.nav__dropdown::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 14px;
}

.nav__dropdown-link {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-mid);
  border-radius: var(--radius);
  transition: var(--transition);
  white-space: nowrap;
}

.nav__dropdown-link:hover {
  background: var(--bg-3);
  color: var(--gold);
}

/* ============================================================
   PROMOS — REAL BACKGROUND IMAGES
   ============================================================ */
.promo-card {
  background-size: cover !important;
  background-position: center !important;
}

.promo-card::after {
  background: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .52) 50%, rgba(0, 0, 0, .28) 100%);
}

.promo-card--1 {
  background-image: url('../img/services/laser.webp');
}

.promo-card--2 {
  background-image: url('../img/services/brows.webp');
}

.promo-card--3 {
  background-image: url('../img/services/nails.webp');
}

/* ============================================================
   SOCIAL BUTTONS — BRAND COLORS + SVG
   ============================================================ */
.social-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.social-btn--vk {
  color: #4C75A3;
  border-color: rgba(76, 117, 163, .45);
}

.social-btn--wa {
  color: #25D366;
  border-color: rgba(37, 211, 102, .45);
}

.social-btn--tg {
  color: #2AABEE;
  border-color: rgba(42, 171, 238, .45);
}

.social-btn--max {
  color: #4B8BFF;
  border-color: rgba(75, 139, 255, .45);
}

.social-btn--vk:hover {
  background: #4C75A3;
  border-color: #4C75A3;
  color: #fff;
}

.social-btn--wa:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}

.social-btn--tg:hover {
  background: #2AABEE;
  border-color: #2AABEE;
  color: #fff;
}

.social-btn--max:hover {
  background: #005FF9;
  border-color: #005FF9;
  color: #fff;
}

/* ============================================================
   FAQ — OPEN ITEM BACKDROP
   ============================================================ */
.faq__item {
  transition: background var(--transition), padding var(--transition);
  border-radius: var(--radius);
}

.faq__item.open {
  background: rgba(139, 50, 82, .07);
  padding: 0 16px;
  margin: 0 -16px;
}

.faq__item.open .faq__q {
  color: var(--gold);
}

/* ============================================================
   PRICE TABLE — LARGER SERVICE NAMES
   ============================================================ */
.price-table td:first-child {
  font-size: 15px;
}

.price-table td {
  padding: 10px 8px;
}

.price-row__book {
  width: 1%;
  white-space: nowrap;
  padding-left: 8px !important;
}

.price-row__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: var(--radius-pill);
  background: rgba(139, 50, 82, .14);
  border: 1px solid rgba(139, 50, 82, .28);
  color: var(--wine);
  white-space: nowrap;
  transition: var(--transition);
}

.price-row__btn:hover {
  background: var(--wine);
  color: #fff;
  border-color: var(--wine);
}

/* ============================================================
   PRIVACY POLICY MODAL
   ============================================================ */
.privacy-modal {
  background: var(--bg-2);
  border-radius: var(--radius-lg);
  padding: 40px 48px;
  max-width: 640px;
  max-height: 80vh;
  overflow-y: auto;
  color: var(--text);
}

.privacy-modal h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.privacy-modal h3 {
  font-size: 15px;
  margin: 18px 0 8px;
  color: var(--gold);
  font-weight: 600;
}

.privacy-modal p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 10px;
}

@media (max-width: 680px) {
  .privacy-modal {
    padding: 24px;
  }
}

/* ============================================================
   SVC-CTA REDESIGN
   ============================================================ */
.svc-cta {
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.svc-cta__inner {
  background: linear-gradient(180deg, rgba(139, 50, 82, .08) 0%, transparent 100%);
  text-align: center;
  padding: 64px 24px 48px;
}

.svc-cta__title {
  font-size: clamp(26px, 3.5vw, 44px);
  margin-bottom: 10px;
}

.svc-cta__sub {
  color: var(--text-mid);
  margin-bottom: 36px;
  font-size: 16px;
}

.svc-cta__channels {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.svc-cta__channel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  text-decoration: none;
}

.svc-cta__channel svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

.svc-cta__channel--wa {
  background: rgba(37, 211, 102, .12);
  color: #25D366;
  border: 1.5px solid rgba(37, 211, 102, .3);
}

.svc-cta__channel--tg {
  background: rgba(42, 171, 238, .12);
  color: #2AABEE;
  border: 1.5px solid rgba(42, 171, 238, .3);
}

.svc-cta__channel--max {
  background: rgba(75, 139, 255, .12);
  color: #4B8BFF;
  border: 1.5px solid rgba(75, 139, 255, .3);
}

.svc-cta__channel--form {
  background: rgba(192, 154, 107, .12);
  color: var(--gold);
  border: 1.5px solid rgba(192, 154, 107, .3);
}

.svc-cta__channel--wa:hover {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}

.svc-cta__channel--tg:hover {
  background: #2AABEE;
  color: #fff;
  border-color: #2AABEE;
}

.svc-cta__channel--max:hover {
  background: #005FF9;
  color: #fff;
  border-color: #005FF9;
}

.svc-cta__channel--form:hover {
  background: var(--wine);
  color: #fff;
  border-color: var(--wine);
}

.svc-cta__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 24px 60px;
  max-width: 960px;
  margin: 0 auto;
}

.svc-cta__benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: var(--bg-2);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-l);
}

.svc-cta__benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(139, 50, 82, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.svc-cta__benefit-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.svc-cta__benefit-text {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.55;
}

.svc-cta__img {
  display: none;
}

@media (max-width: 768px) {
  .svc-cta__channels {
    flex-direction: column;
    align-items: stretch;
  }

  .svc-cta__channel {
    justify-content: center;
  }

  .svc-cta__benefits {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   GALLERY SLIDER (SERVICE PAGES)
   ============================================================ */
.svc-gallery__slider-wrap {
  position: relative;
  margin-top: 48px;
}

.svc-gallery__slider {
  display: flex;
  gap: 16px;
  overflow: hidden;
}

.svc-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.svc-gallery__item:hover img {
  transform: scale(1.04);
}

.svc-gallery__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, .88);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .25s ease;
  pointer-events: none;
  z-index: 2;
}

.svc-gallery__zoom svg {
  width: 22px;
  height: 22px;
  fill: #1a0e0b;
}

.svc-gallery__item:hover .svc-gallery__zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.svc-gallery__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.svc-gallery__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-3);
  border: 1.5px solid var(--border-l);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  flex-shrink: 0;
}

.svc-gallery__btn:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}

@media (max-width: 768px) {}

/* ============================================================
   SVC PROMO CARDS — BACKGROUND IMAGES
   ============================================================ */
.svc-promo__card {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
}

.svc-promo__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 4, .72);
  border-radius: inherit;
  z-index: 0;
}

.svc-promo__card>* {
  position: relative;
  z-index: 1;
}

.svc-promo__title {
  color: var(--gold);
}

.svc-promo__text {
  color: rgba(240, 230, 218, .85);
}

/* ============================================================
   SVC HERO — PROMINENT ЗАПИСАТЬСЯ BUTTON
   ============================================================ */
.svc-hero__actions .btn--primary {
  box-shadow: 0 0 0 3px rgba(139, 50, 82, .35), 0 4px 20px rgba(139, 50, 82, .3);
}

.svc-hero__actions .btn--primary:hover {
  box-shadow: 0 0 0 4px rgba(139, 50, 82, .5), 0 8px 28px rgba(139, 50, 82, .4);
}

/* Service page gallery old grid hide */
.svc-gallery__grid {
  display: none;
}

/* ============================================================
   SVC-CTA — background image + overlay
   ============================================================ */
.svc-cta {
  position: relative;
  background: url('../img/salon/all/002_2a0000019e697a30c89f.webp') center/cover no-repeat !important;
  border-top: none !important;
}

.svc-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 6, 4, 0.88) 0%, rgb(0 0 0 / 82%) 100%);
  z-index: 0;
}

.svc-cta .container {
  position: relative;
  z-index: 1;
}

.svc-cta__inner {
  background: none !important;
}

.svc-cta__title {
  color: #fff !important;
}

.svc-cta__sub {
  color: rgba(255, 255, 255, 0.7) !important;
}

.svc-cta__benefit {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.svc-cta__benefit-title {
  color: #fff;
}

.svc-cta__benefit-text {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* svc-cta мобайл — уменьшаем отступы */
@media (max-width: 640px) {
  .svc-cta__inner {
    padding: 36px 16px 20px !important;
  }

  .svc-cta__title {
    font-size: clamp(20px, 5vw, 28px) !important;
    margin-bottom: 6px;
  }

  .svc-cta__sub {
    font-size: 14px !important;
    margin-bottom: 20px;
  }

  .svc-cta__channels {
    gap: 8px !important;
    margin-bottom: 28px !important;
  }

  .svc-cta__channel {
    padding: 11px 16px !important;
    font-size: 14px;
  }

  .svc-cta__benefits {
    gap: 12px !important;
    padding: 0 0 32px !important;
  }

  .svc-cta__benefit {
    padding: 16px !important;
  }
}

/* ============================================================
   SVC PRICE TABS
   ============================================================ */
.svc-tabs {
  margin-top: 40px;
}

/* Tab nav */
.svc-tabs__nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0;
}

.svc-tabs--single .svc-tabs__nav {
  display: none;
}

.svc-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px 20px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: var(--radius) var(--radius) 0 0;
  color: var(--text-mid);
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: -1px;
  font-family: inherit;
}

.svc-tab-btn:hover {
  color: var(--text);
  background: var(--bg-3);
}

.svc-tab-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
  background: var(--bg-2);
}

.svc-tab-btn__icon {
  font-size: 20px;
  line-height: 1;
}

.svc-tab-btn__label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.svc-tab-btn__range {
  font-size: 12px;
  color: var(--text-light);
}

.svc-tab-btn.active .svc-tab-btn__range {
  color: var(--text-mid);
}

/* Panels */
.svc-tab-panel {
  display: none;
}

.svc-tab-panel.active {
  display: block;
}

/* Single-tab: always show */
.svc-tabs--single .svc-tab-panel {
  display: block !important;
}

/* Mobile tabs */
@media (max-width: 640px) {
  .svc-tab-btn {
    padding: 10px 14px;
  }

  .svc-tab-btn__label {
    font-size: 13px;
  }

  .svc-tab-btn__range {
    display: none;
  }
}

/* ============================================================
   SVC-HERO IMAGE — VISIBLE ON MOBILE (below text)
   ============================================================ */
@media (max-width: 768px) {
  .svc-hero__img {
    display: block !important;
    height: 260px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 24px;
  }

  .svc-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}

/* ============================================================
   SVC PRICE TABS — IMAGE CARD REDESIGN
   ============================================================ */
.svc-tabs__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
  border-bottom: none;
  padding-bottom: 0;
}

.svc-tabs--single .svc-tabs__nav {
  display: none !important;
}

.svc-tab-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 140px;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: var(--radius-lg);
  background: var(--bg-3);
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition);
  margin-bottom: 0;
  font-family: inherit;
}

.svc-tab-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 4, .65);
  border-radius: inherit;
  transition: background var(--transition);
}

.svc-tab-btn>* {
  position: relative;
  z-index: 1;
}

.svc-tab-btn:hover {
  border-color: rgba(192, 154, 107, .5);
  transform: translateY(-2px);
}

.svc-tab-btn:hover::before {
  background: rgba(139, 50, 82, .55);
}

.svc-tab-btn.active {
  border-color: var(--gold);
}

.svc-tab-btn.active::before {
  background: rgba(139, 50, 82, .68);
}

.svc-tab-btn__icon {
  display: none;
}

.svc-tab-btn__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
}

.svc-tab-btn__range {
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
  text-align: center;
}

.svc-tab-btn.active .svc-tab-btn__range {
  color: rgba(255, 255, 255, .9);
}

@media (max-width: 640px) {
  .svc-tabs__nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .svc-tab-btn {
    height: 100px;
  }

  .svc-tab-btn__label {
    font-size: 16px;
  }

  .svc-tab-btn__range {
    display: block;
  }
}

/* ============================================================
   PRICE ACCORDION HEADER — ЗАПИСАТЬСЯ BUTTON (скрываем из шапки)
   ============================================================ */
.price-item__left {
  order: 1;
  flex: 1;
}

.price-hdr__book {
  display: none !important;
}

.price-item__arrow {
  order: 3;
}

/* ── Кнопка «Записаться» в каждой строке прайса ── */
.price-row__action {
  width: 120px;
  text-align: right;
  vertical-align: middle;
  padding: 6px 0;
}

.price-row__btn {
  display: inline-block;
  font-size: 12px;
  color: var(--gold);
  text-decoration: none;
  border: 1px solid rgba(192, 154, 107, 0.35);
  border-radius: 20px;
  padding: 4px 12px;
  white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s;
  cursor: pointer;
}

.price-row__btn:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}

@media (max-width: 680px) {
  .price-row__action {
    display: none;
  }
}

/* ============================================================
   CONSULTATION SECTION — блок с фоновым фото в контейнере
   ============================================================ */
.consultation {
  padding: 60px 0;
  background: var(--bg-2);
}

.consultation__card {
  position: relative;
  background: url('../img/salon/all/002_2a0000019e697a30c89f.webp') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  padding: 64px 56px;
}

.consultation__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 6, 0.70);
  z-index: 0;
  border-radius: 20px;
}

.consultation__body {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.section-tag--light {
  color: var(--gold);
  background: rgba(192, 154, 107, 0.15);
}

.consultation__title {
  font-size: clamp(26px, 4vw, 44px);
  color: #fff;
  margin: 16px 0 10px;
  line-height: 1.2;
}

.consultation__desc {
  color: rgba(240, 230, 218, 0.72);
  font-size: 16px;
  margin-bottom: 10px;
}

.consultation__label {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(240, 230, 218, 0.55);
  margin-bottom: 10px;
}

.consultation__row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: stretch;
}

.consultation__field {
  flex: 1 1 200px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  color: #fff;
  border-radius: var(--radius);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color .2s;
  appearance: none;
  -webkit-appearance: none;
}

.consultation__field::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.consultation__field:focus {
  border-color: rgba(192, 154, 107, 0.6);
}

.consultation__field option {
  background: #1a1410;
  color: var(--text);
}

.consultation__submit {
  flex: 0 0 auto;
  padding: 14px 28px;
  background: var(--wine);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s, transform .15s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.consultation__submit:hover {
  background: #a03d63;
  transform: translateY(-1px);
}

.consultation__agree {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: rgba(240, 230, 218, 0.5);
  font-size: 13px;
  cursor: pointer;
}

.consultation__agree input[type="checkbox"] {
  accent-color: var(--wine);
  cursor: pointer;
}

.consultation__agree a {
  color: var(--gold);
  text-decoration: underline;
}

.consultation__messengers {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.consultation__msg-label {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(240, 230, 218, 0.45);
}

.consultation__msg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s, filter .2s;
  flex-shrink: 0;
}

.consultation__msg:hover {
  transform: scale(1.12);
  filter: brightness(1.15);
}

.consultation__msg--wa {
  background: #25D366;
}

.consultation__msg--tg {
  background: #0088cc;
}

.consultation__msg--max {
  background: linear-gradient(135deg, #0077cc 0%, #7b2ff7 100%);
}

.consultation__msg svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  display: block;
}

/* стрелка для select внутри карточки (белая) */
.consultation__select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-opacity='.55' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
  cursor: pointer;
}

@media (max-width: 860px) {
  .consultation__card {
    padding: 48px 32px;
  }

  .consultation__submit {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .consultation__card {
    padding: 36px 20px;
    border-radius: 14px;
  }

  .consultation__row {
    flex-direction: column;
  }

  .consultation__field {
    flex: 1 1 auto;
  }
}

/* ── Стрелка для select в модальном окне бронирования ── */
/* !important нужен: ниже в файле есть правило с более высокой специфичностью
   (.booking-modal .form-group select { background-image: none }) для страниц услуг */
.booking-modal .form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: var(--bg-3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C09A6B' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 44px !important;
  cursor: pointer;
}

/* ============================================================
   FORM SELECT — CSS ARROW
   ============================================================ */
.form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C09A6B' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px !important;
}

/* ============================================================
   BOOKING MODAL — DATE PICKER STYLING
   ============================================================ */
input[type="date"].form-select,
input[type="date"].booking-modal__field {
  color-scheme: dark;
  cursor: pointer;
  /* Remove custom CSS arrow — native calendar icon handles interaction */
  background-image: none !important;
  padding-right: 16px !important;
}

/* Remove arrow from time select on service pages */
select.booking-modal__field {
  appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
  padding-right: 16px !important;
}

.bk-datetime-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 480px) {
  .bk-datetime-row {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SVC HERO — ЗАПИСАТЬСЯ BUTTON OUTLINED
   ============================================================ */
.svc-hero__actions .btn--primary {
  border: 2px solid rgba(192, 154, 107, .5);
  box-shadow: 0 0 0 4px rgba(139, 50, 82, .2), 0 6px 24px rgba(139, 50, 82, .35);
  font-size: 16px;
  padding: 15px 36px;
}

.svc-hero__actions .btn--primary:hover {
  border-color: var(--gold);
  box-shadow: 0 0 0 5px rgba(139, 50, 82, .3), 0 8px 32px rgba(139, 50, 82, .45);
}

/* ============================================================
   О НАС — SERVICE PAGES
   ============================================================ */
.svc-about {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.svc-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.svc-about__img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.svc-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-about__content {
  padding: 8px 0;
}

.svc-about__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-mid);
  margin: 20px 0 24px;
}

.svc-about__list {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-about__list li {
  font-size: 14px;
  color: var(--text-mid);
  padding-left: 20px;
  position: relative;
}

.svc-about__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 600;
}

@media (max-width: 768px) {
  .svc-about__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .svc-about__img {
    aspect-ratio: 16/9;
  }
}

/* ============================================================
   TASK 4: BIGGER DESKTOP NAV LINKS
   ============================================================ */
@media (min-width: 769px) {
  .nav__link {
    font-size: 15px !important;
    padding: 8px 14px !important;
    letter-spacing: .01em;
  }
}

/* ============================================================
   TASK 10: PRICE TABLE ROW HOVER GLOW (service pages)
   ============================================================ */
.price-table tbody tr {
  transition: background .18s ease;
  cursor: default;
  position: relative;
}

.price-table tbody tr:hover td {
  background: rgba(139, 50, 82, .13);
}

.price-table tbody tr:hover td:first-child {
  box-shadow: inset 3px 0 0 var(--wine);
}

/* ============================================================
   TASK 2: CONTACT ICONS — SVG STYLING
   ============================================================ */
.contact-icon {
  color: var(--gold);
  display: flex;
  align-items: center;
}

.contact-icon svg {
  fill: var(--gold);
}

/* ============================================================
   TASK 7: GALLERY SLIDER — SHOW 2 ITEMS PER VIEW
   ============================================================ */
/* ============================================================
   TASK 8: MOSAIC GALLERY
   ============================================================ */
.svc-mosaic {
  padding: 72px 0;
  background: var(--bg);
}

.svc-mosaic__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 220px 220px;
  gap: 12px;
  margin-top: 48px;
  grid-auto-rows: 200px;
}

.svc-mosaic__item {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}

.svc-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.svc-mosaic__item:hover img {
  transform: scale(1.06);
}

.svc-mosaic__item--wide {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .svc-mosaic__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-rows: 200px;
  }

  .svc-mosaic__item--wide {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .svc-mosaic__grid {
    grid-template-columns: 1fr;
  }

  .svc-mosaic__item--wide {
    grid-column: span 1;
  }
}

/* ============================================================
   TASK 1 + 9: BOOKING MODAL LABEL
   ============================================================ */
.booking-modal__label {
  display: block;
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 6px;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* Service page modal select arrow removed — match main select style */
.booking-modal .form-group select,
#booking-form-svc select {
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
}


/* ── Мозаика «Наш салон» (magazine layout) ──────────────────── */
.svc-mosaic {
  padding: 72px 0;
  background: var(--bg);
}

.svc-mosaic__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 8px;
  margin-top: 48px;
  grid-auto-rows: 200px;
}

.svc-mosaic__item {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
  background: #1a1715;
}

.svc-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.svc-mosaic__item:hover img {
  transform: scale(1.05);
}

.svc-mosaic__item--tall {
  grid-row: 1 / 3;
}

@media (max-width: 900px) {
  .svc-mosaic__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px;
    grid-auto-rows: 200px;
  }

  .svc-mosaic__item--tall {
    grid-row: 1 / 3;
  }
}

@media (max-width: 520px) {
  .svc-mosaic__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 200px;
  }

  .svc-mosaic__item--tall {
    grid-row: auto;
    height: 240px;
  }

  .svc-mosaic__item {
    height: 200px;
  }
}

/* ── Главная — слайдер «Наш салон» (4 фото в ряд) ──────────── */
.salon-slider {
  padding: 72px 0;
  background: var(--bg);
}

.salon-slider__wrap {
  overflow: hidden;
  margin-top: 40px;
}

.salon-slider__track {
  display: flex;
  gap: 10px;
  transition: transform .4s ease;
}

.salon-slider__item {
  flex: 0 0 calc(25% - 8px);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.salon-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.salon-slider__item:hover img {
  transform: scale(1.04);
}

.salon-slider__nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.salon-slider__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  background: transparent;
  color: var(--text);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
}

.salon-slider__btn:hover {
  background: var(--wine);
  border-color: var(--wine);
}

@media (max-width: 900px) {
  .salon-slider__item {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width: 520px) {
  .salon-slider__item {
    flex: 0 0 calc(100%);
  }
}

/* ── Слайдер галереи — scroll-snap ──────────────────────────── */
.svc-gallery {
  padding: 72px 0;
  background: var(--bg);
}

.svc-gallery__slider-wrap {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}

.svc-gallery__slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
}

.svc-gallery__slider::-webkit-scrollbar {
  display: none;
}

.svc-gallery__item {
  flex: 0 0 calc(33.333% - 7px);
  scroll-snap-align: start;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}

.svc-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.svc-gallery__item:hover img {
  transform: scale(1.04);
}

.svc-gallery__zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .0);
  transition: background .25s;
}

.svc-gallery__item:hover .svc-gallery__zoom {
  background: rgba(0, 0, 0, .25);
}

.svc-gallery__zoom svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  opacity: 0;
  transition: opacity .25s;
}

.svc-gallery__item:hover .svc-gallery__zoom svg {
  opacity: .9;
}

.svc-gallery__nav {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.svc-gallery__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  background: transparent;
  color: var(--text);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
}

.svc-gallery__btn:hover {
  background: var(--wine);
  border-color: var(--wine);
}

@media (max-width: 768px) {
  .svc-gallery__item {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width: 480px) {
  .svc-gallery__item {
    flex: 0 0 100%;
  }
}

/* ============================================================
   ABOUT STAT — лавровый декор (Group.png)
   ============================================================ */
.about__stat-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-bottom: 8px;
}

.about__stat__deco {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 118%;
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.about__stat-num {
  position: relative;
  z-index: 1;
}

/* ============================================================
   АКЦИИ / PROMO SECTION
   ============================================================ */
.promos {
  background: var(--bg);
  padding: 80px 0;
}

.promos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.promo-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  padding: 40px 32px 36px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  background: var(--bg-3);
  border: 1px solid var(--border);
  transition: transform .25s ease, box-shadow .25s ease;
}

.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.promo-card--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promo-card--img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10, 8, 6, 0.75) 40%, rgba(139, 50, 82, 0.65) 100%);
  z-index: 0;
}

.promo-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.promo-card__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(192, 154, 107, 0.15);
  border: 1px solid rgba(192, 154, 107, 0.35);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.promo-card__icon {
  font-size: 38px;
  margin-bottom: 14px;
  line-height: 1;
}

.promo-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
}

.promo-card__text {
  font-size: 14px;
  color: rgba(240, 230, 218, 0.72);
  line-height: 1.65;
  flex: 1;
}

.promo-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  transition: color .2s;
}

.promo-card__cta:hover {
  color: #e0b870;
}

.promo-card__cta svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform .2s;
}

.promo-card__cta:hover svg {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .promos__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .promos__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100% !important;
  }

  .price-table tr {
    padding: 12px 0;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
  }

  .price-table tr:last-child {
    border-bottom: none;
  }

  .price-table td:first-child {
    width: 100% !important;
    font-size: 15px !important;
    margin-bottom: 6px;
    padding: 0 !important;
  }

  .price-table td:nth-child(2) {
    width: auto !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: var(--gold) !important;
    font-weight: 600;
  }

  .price-table td.price_row__action {
    display: none !important;
  }

  .price-table td.price-row__action {
    display: block !important;
    width: auto !important;
    text-align: right;
    padding: 0 !important;
  }
}

#booking {
  display: none !important;
}
}

/* Compact expandable service lists in footer */
.footer-services-disclosure { min-width: min(280px, 100%); }
.footer-services-disclosure > summary { align-items: center; border-bottom: 1px solid rgba(192,154,107,.22); color: var(--text); cursor: pointer; display: flex; font-size: 12px; font-weight: 700; justify-content: space-between; letter-spacing: .12em; list-style: none; padding: 4px 0 12px; text-transform: uppercase; }
.footer-services-disclosure > summary::-webkit-details-marker { display: none; }
.footer-services-disclosure__arrow { color: var(--gold); font-size: 20px; line-height: 1; transform: rotate(0); transition: transform .2s ease; }
.footer-services-disclosure[open] .footer-services-disclosure__arrow { transform: rotate(180deg); }
.footer-services-disclosure .footer__links { display: grid; gap: 8px 22px; grid-template-columns: repeat(2,minmax(120px,1fr)); margin-top: 16px; }
@media (max-width: 700px) {
  .footer-services-disclosure { width: 100%; }
  .footer-services-disclosure .footer__links { grid-template-columns: 1fr 1fr; }
}
