@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('font/lora-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('font/lora-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('font/lora-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('font/manrope-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('font/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('font/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --primary: #100b0e;
  --primary-light: #2d1c22;
  --gold: #bf7a2e;
  --gold-bright: #ffd36f;
  --gold-light: #ffe2ac;
  --accent: #e86f5c;
  --accent-light: #ffc7b8;
  --beige: #fff0d8;
  --cream: #fff8ef;
  --text: #181113;
  --text-light: #474044;
  --white: #ffffff;
  --glass-bg: rgba(255,255,255,0.12);
  --glass-border: rgba(255,255,255,0.2);
  --shadow: 0 10px 34px rgba(40,24,28,0.1);
  --shadow-md: 0 16px 54px rgba(40,24,28,0.13);
  --shadow-lg: 0 24px 70px rgba(40,24,28,0.18);
  --shadow-gold: 0 14px 44px rgba(191,122,46,0.36);
  --transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --radius: 18px;
  --radius-sm: 10px;
  --radius-xl: 24px;
  --font-serif: 'Lora', Georgia, serif;
  --font-logo: Georgia, 'Times New Roman', serif;
  --font-sans: 'Manrope', -apple-system, sans-serif;
  --ticker-speed: 26s;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(232,111,92,0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(255,211,111,0.22), transparent 24%),
    var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-scroll-locked {
  overflow: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 110px 0;
  position: relative;
}

.section-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--gold);
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
}

.section-label::before,
.section-label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: var(--gold);
  opacity: 0.72;
}

.section-label::before { right: calc(100% + 16px); }
.section-label::after { left: calc(100% + 16px); }

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.18;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.15rem;
  color: var(--text-light);
  max-width: 560px;
  line-height: 1.7;
}

.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 24px 0;
  transition:
    background-color var(--transition),
    padding var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
  background: linear-gradient(180deg, rgba(16, 11, 14, 0.9) 0%, rgba(16, 11, 14, 0.62) 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header.scrolled {
  background: rgba(16, 11, 14, 0.96);
  padding: 16px 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.28);
  border-bottom: 1px solid rgba(255,211,111,0.16);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-logo);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 1px;
  white-space: nowrap;
  transition: var(--transition-fast);
}

.logo:hover {
  opacity: 0.9;
}

.logo-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow:
    0 0 0 2px rgba(255,211,111,0.42),
    0 8px 24px rgba(0,0,0,0.22);
  transition: var(--transition-fast);
}

.logo:hover .logo-icon {
  box-shadow:
    0 0 0 3px rgba(255,211,111,0.7),
    0 10px 28px rgba(0,0,0,0.28);
}

.logo-mark {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--accent));
  color: var(--primary);
  font-weight: 700;
  font-size: 1.1rem;
}

.logo-mark--compact {
  font-size: 0.9rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  font-size: 0.94rem;
  font-weight: 600;
  color: rgba(255,255,255,0.86);
  text-transform: uppercase;
  letter-spacing: 2.6px;
  transition: var(--transition-fast);
  position: relative;
  padding: 10px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gold-bright);
  border-radius: 999px;
  transition: var(--transition);
}

.nav-link:hover,
.nav-link.active,
.nav-link[aria-current="page"] {
  color: var(--gold-bright);
}

.nav-link:hover::after,
.nav-link.active::after,
.nav-link[aria-current="page"]::after {
  width: 100%;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  z-index: 1001;
}

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

.burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.burger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: var(--primary);
  overflow: hidden;
  padding: 126px 0 74px;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(232,111,92,0.18) 0%, transparent 45%),
    linear-gradient(90deg, rgba(12,8,11,0.92) 0%, rgba(12,8,11,0.64) 42%, rgba(12,8,11,0.4) 70%, rgba(12,8,11,0.9) 100%),
    linear-gradient(180deg, rgba(12,8,11,0.22) 0%, rgba(12,8,11,0.08) 32%, rgba(12,8,11,0.82) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-video-bg,
.hero-showcase-video,
.hero-preview-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.48;
  filter: saturate(1.18) contrast(1.08);
}

.hero-video-sheen {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 76% 24%, rgba(255,211,111,0.28), transparent 22%),
    radial-gradient(circle at 72% 78%, rgba(232,111,92,0.3), transparent 28%);
}

@keyframes bgShift {
  0% { background-position: 0 0; }
  100% { background-position: 60px 60px; }
}

.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, rgba(255,255,255,0.98) 0%, rgba(247,226,191,0.95) 38%, rgba(214,163,84,0.9) 72%, rgba(223,143,129,0.6) 100%);
  border-radius: 50%;
  opacity: 0;
  animation: floatUp linear infinite;
  box-shadow:
    0 0 10px rgba(247,226,191,0.85),
    0 0 24px rgba(214,163,84,0.5),
    0 0 38px rgba(223,143,129,0.28);
}

.particle:nth-child(1) { left: 8%; animation-duration: 14s; animation-delay: 0s; width: 5px; height: 5px; }
.particle:nth-child(2) { left: 22%; animation-duration: 18s; animation-delay: 2s; width: 7px; height: 7px; }
.particle:nth-child(3) { left: 40%; animation-duration: 16s; animation-delay: 4s; width: 5px; height: 5px; }
.particle:nth-child(4) { left: 58%; animation-duration: 20s; animation-delay: 1s; width: 6px; height: 6px; }
.particle:nth-child(5) { left: 75%; animation-duration: 15s; animation-delay: 3s; width: 4px; height: 4px; }
.particle:nth-child(6) { left: 30%; animation-duration: 17s; animation-delay: 5s; width: 8px; height: 8px; }
.particle:nth-child(7) { left: 52%; animation-duration: 13s; animation-delay: 2s; width: 5px; height: 5px; }
.particle:nth-child(8) { left: 88%; animation-duration: 19s; animation-delay: 4s; width: 6px; height: 6px; }

@keyframes floatUp {
  0% { transform: translateY(102vh) scale(0.45); opacity: 0.16; }
  2% { opacity: 0.95; }
  90% { opacity: 0.68; }
  100% { transform: translateY(-10vh) scale(1.2); opacity: 0; }
}

.hero-content {
  position: relative;
  max-width: 680px;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 52px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border: 1px solid rgba(255,211,111,0.48);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold-light);
  margin-bottom: 36px;
  background: rgba(16,11,14,0.78);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.24),
    0 0 26px rgba(191,122,46,0.12);
}

.hero-badge--phone {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-variant-numeric: lining-nums tabular-nums;
}

.hero-badge--clear {
  background: rgba(255,248,239,0.9);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #8e4f13;
  border-color: rgba(191,122,46,0.82);
  box-shadow: 0 16px 34px rgba(40,24,28,0.12);
}

.hero-badge--clear .hero-badge-dot {
  background: #bf6b1f;
  box-shadow: 0 0 10px rgba(191,107,31,0.38);
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: heroBadgeDotPulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(214,163,84,0.6);
}

@keyframes heroBadgeDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.25; transform: scale(1.5); }
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(3.3rem, 7vw, 6.3rem);
  font-weight: 600;
  color: var(--white);
  line-height: 0.97;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.hero-title-accent {
  background: linear-gradient(135deg, #e8ab45 0%, var(--gold-bright) 38%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  line-height: 1.7;
  margin: 0 0 26px;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37,25,30,0.82);
  border: 1px solid rgba(255,211,111,0.24);
  color: rgba(255,255,255,0.92);
  box-shadow: 0 8px 20px rgba(0,0,0,0.14);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: var(--transition-fast);
}

.hero-note:hover {
  transform: translateY(-2px);
  border-color: rgba(255,211,111,0.58);
  background: rgba(255,211,111,0.14);
  color: var(--gold-light);
}

.hero-note:focus-visible {
  outline: 2px solid rgba(242,205,132,0.9);
  outline-offset: 3px;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 30px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid transparent;
  box-shadow: 0 10px 28px rgba(40,24,28,0.12);
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(191,122,46,0.22);
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.btn-primary {
  background: linear-gradient(135deg, #e1aa4f 0%, var(--gold-bright) 42%, var(--accent) 100%);
  color: var(--primary);
  border-color: rgba(255,211,111,0.58);
  box-shadow:
    0 10px 30px rgba(191,122,46,0.28),
    0 0 0 1px rgba(255,255,255,0.18) inset;
}

.btn-outline {
  background: rgba(28,19,23,0.82);
  color: var(--white);
  border: 1px solid rgba(255,211,111,0.34);
}

.btn-outline--soft-active {
  background: rgba(255,211,111,0.1);
  color: var(--gold-light);
  border-color: rgba(255,211,111,0.5);
  box-shadow:
    0 10px 28px rgba(0,0,0,0.14),
    0 0 22px rgba(191,122,46,0.08);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.stat-item {
  display: block;
  padding: 22px 24px 20px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(61,40,46,0.92), rgba(25,17,21,0.86));
  border: 1px solid rgba(255,211,111,0.16);
  box-shadow:
    0 22px 46px rgba(0,0,0,0.24),
    0 0 24px rgba(191,122,46,0.08);
  transition: var(--transition-fast);
}

.stat-item:hover {
  transform: translateY(-6px);
}

.stat-item:focus-visible {
  outline: 2px solid rgba(242,205,132,0.9);
  outline-offset: 4px;
  transform: translateY(-6px);
}

.stat-number {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 600;
  color: #fffaf4;
  letter-spacing: 1px;
  line-height: 0.95;
}

.stat-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 10px;
}

.hero-media {
  position: relative;
  display: grid;
  gap: 22px;
}

.hero-media-main {
  position: relative;
  padding: 20px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(52,35,41,0.9), rgba(20,14,17,0.82));
  border: 1px solid rgba(255,211,111,0.18);
  box-shadow: 0 28px 78px rgba(0,0,0,0.36);
  overflow: hidden;
}

.hero-media-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.12), transparent 28%),
    linear-gradient(180deg, transparent 45%, rgba(20,15,18,0.28) 100%);
  pointer-events: none;
}

.hero-showcase-video {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  filter: saturate(1.12) contrast(1.06);
}

.hero-floating-card {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(16,11,14,0.82);
  color: var(--white);
  border: 1px solid rgba(255,211,111,0.22);
  box-shadow: 0 20px 40px rgba(0,0,0,0.32);
  animation: floatCard 5.5s ease-in-out infinite alternate;
}

.hero-floating-card strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-floating-kicker,
.hero-preview-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.hero-floating-card-top {
  top: 24px;
  left: 24px;
  max-width: min(240px, calc(100% - 48px));
  animation-name: floatCardTop;
}

.hero-floating-card-bottom {
  right: 28px;
  bottom: 28px;
  animation-delay: -2.2s;
}

.hero-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
}

.hero-preview-card,
.hero-preview-text {
  border-radius: 28px;
  border: 1px solid rgba(255,211,111,0.16);
  background: rgba(16,11,14,0.84);
  box-shadow: 0 22px 54px rgba(0,0,0,0.3);
}

.hero-preview-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
}

.hero-preview-media {
  min-height: 128px;
  overflow: hidden;
  border-radius: 20px;
}

.hero-preview-video {
  filter: saturate(1.1) contrast(1.06);
}

.hero-preview-copy p {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  line-height: 1.3;
}

.hero-preview-text {
  padding: 22px 22px;
  color: rgba(255,255,255,0.78);
  display: grid;
  align-content: start;
}

.hero-preview-text p {
  margin-top: 8px;
  line-height: 1.65;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(242,205,132,0.1);
  border-radius: 999px;
  z-index: 1;
  animation: orbitFloat 12s ease-in-out infinite alternate;
}

.hero-orbit-1 {
  width: 360px;
  height: 360px;
  top: 12%;
  right: 2%;
}

.hero-orbit-2 {
  width: 220px;
  height: 220px;
  right: 22%;
  bottom: 8%;
  animation-delay: -4s;
}

@keyframes floatCard {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, -12px, 0); }
}

@keyframes floatCardTop {
  0% { transform: translate3d(0, 12px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes orbitFloat {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-18px, 22px, 0); }
}

.beauty-ticker {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1b1116 0%, #100b0e 100%);
  border-top: 1px solid rgba(255,211,111,0.14);
  border-bottom: 1px solid rgba(255,211,111,0.12);
}

.beauty-ticker-inner {
  display: flex;
  width: max-content;
  animation: tickerMove var(--ticker-speed) linear infinite;
}

.beauty-ticker-track {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  padding: 18px 10px;
}

.beauty-ticker-track span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  white-space: nowrap;
}

.beauty-ticker-track span::after {
  content: '✦';
  margin-left: 18px;
  color: rgba(255,211,111,0.58);
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.services {
  background: linear-gradient(180deg, #fff0df 0%, var(--white) 100%);
  overflow: hidden;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  pointer-events: none;
}

.services::after {
  content: '';
  position: absolute;
  inset: auto auto 8% -120px;
  width: 280px;
  height: 280px;
  pointer-events: none;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
  counter-reset: service-card;
}

.services-phone-wrap {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.service-card {
  counter-increment: service-card;
  padding: 44px 32px;
  border-radius: var(--radius-xl);
  background: #fffdf9;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191,122,46,0.16);
  box-shadow: 0 18px 44px rgba(40,24,28,0.1);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--accent), var(--gold-bright));
  transform: scaleX(0);
  transform-origin: left;
  transition:
    transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.24s ease;
  opacity: 0;
}

.service-card::after {
  content: counter(service-card, decimal-leading-zero);
  position: absolute;
  top: 26px;
  right: 28px;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  color: rgba(16,11,14,0.1);
  line-height: 1;
}

.service-card:hover,
.service-card.is-scroll-active {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(191,122,46,0.34);
  background: var(--white);
}

.service-card:hover::before,
.service-card.is-scroll-active::before {
  transform: scaleX(1);
  opacity: 1;
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 1.3rem;
  transition: var(--transition);
  box-shadow:
    0 8px 24px rgba(191,122,46,0.28),
    0 0 0 1px rgba(255,255,255,0.32) inset;
}

.service-card:hover .service-icon,
.service-card.is-scroll-active .service-icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow:
    0 10px 34px rgba(191,122,46,0.42),
    0 0 0 1px rgba(255,255,255,0.36) inset;
}

.service-name {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
}

.service-desc {
  font-size: 0.98rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 22px;
}

.service-price {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #9b5a1b;
  letter-spacing: 0.5px;
}

.service-price::before {
  content: '';
  width: 26px;
  height: 1px;
  background: rgba(191,122,46,0.65);
}

.masters {
  background: var(--primary);
  color: var(--white);
  overflow: hidden;
}

.masters::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background:
    radial-gradient(ellipse at 20% 100%, rgba(232,111,92,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(255,211,111,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.masters .section-title { color: var(--white); }
.masters .section-subtitle { color: rgba(255,255,255,0.72); }

.masters-carousel {
  position: relative;
  margin-top: 60px;
  padding: 0 52px;
}

.masters-track-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-xl);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.masters-track-wrapper::-webkit-scrollbar {
  display: none;
}

.masters-track {
  display: flex;
  gap: 28px;
}

.master-card {
  flex: 0 0 calc(25% - 21px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--primary-light);
  transition: var(--transition);
  border: 1px solid rgba(255,211,111,0.1);
  box-shadow: 0 18px 44px rgba(0,0,0,0.18);
  cursor: default;
}

.master-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 66px rgba(0,0,0,0.42);
  border-color: rgba(255,211,111,0.3);
}

.master-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}

.master-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.master-photo--join {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255,211,111,0.2), rgba(232,111,92,0.14)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 16px),
    var(--primary-light);
}

.master-photo--join::before {
  content: '';
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255,211,111,0.34);
  border-radius: 50%;
}

.master-join-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(255,211,111,0.58);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  background: rgba(16,11,14,0.62);
}

.master-photo--ludmila img,
.master-photo--victoria img,
.master-photo--diana img {
  object-position: center top;
}

.master-card:hover .master-photo img {
  transform: scale(1.05);
}

.master-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: linear-gradient(135deg, var(--gold-bright), var(--accent));
  color: var(--primary);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: var(--transition-fast);
}

.master-card:hover .master-badge {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(191,122,46,0.44);
}

.master-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 28px 32px;
}

.master-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.master-role {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.master-bio {
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
  margin-bottom: 16px;
}

.master-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255,211,111,0.12);
  align-items: center;
  justify-content: flex-start;
}

.master-social {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255,211,111,0.18);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.78);
  transition: var(--transition-fast);
  flex-shrink: 0;
}

.master-card:hover .master-social {
  border-color: rgba(255,211,111,0.56);
  color: var(--gold-light);
  background: rgba(255,211,111,0.08);
  box-shadow: 0 2px 12px rgba(0,0,0,0.14);
}

.master-social:hover,
.master-card:hover .master-social:hover {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
  background: rgba(255,211,111,0.13);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.master-social--join,
.master-card:hover .master-social--join {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--primary);
}

.master-social--join:hover,
.master-card:hover .master-social--join:hover {
  border-color: var(--gold-bright);
  background: var(--gold-bright);
  color: var(--primary);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,211,111,0.12);
  border: 1px solid rgba(255,211,111,0.26);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: var(--transition-fast);
  color: var(--white);
  font-size: 1.1rem;
}

.carousel-arrow:hover {
  background: rgba(255,211,111,0.2);
  border-color: var(--gold-bright);
  color: var(--gold-bright);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  transform: translateY(-50%) scale(1.05);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-arrow--prev { left: 0; }
.carousel-arrow--next { right: 0; }

.carousel-arrow:disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.24);
  transition: var(--transition-fast);
  cursor: pointer;
}

.carousel-dot:hover {
  background: rgba(255,211,111,0.46);
}

.carousel-dot.active {
  width: 32px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--gold), var(--accent));
}

.carousel-progress {
  margin: 0 auto;
  margin-top: 28px;
  width: 100%;
  max-width: 300px;
  height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  overflow: hidden;
}

.carousel-progress--inactive {
  background: rgba(255,255,255,0.16);
}

.carousel-progress-bar {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--accent));
  width: 0%;
  will-change: width;
}

.carousel-progress--inactive .carousel-progress-bar {
  background: rgba(255,255,255,0.22);
}

.school {
  background: var(--white);
  overflow: hidden;
}

.school::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(232,111,92,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.school-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  margin-top: 60px;
}

.school-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(180deg, #e2e1e6 0%, #d1d0d6 54%, #b7b6bd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px rgba(191,122,46,0.14);
  cursor: pointer;
}

.school-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(16,11,14,0.18));
  pointer-events: none;
  transition: opacity var(--transition-fast);
}

.school-image.is-playing::before {
  opacity: 0;
}

.school-image.is-playing {
  cursor: default;
}

.school-image.is-playing .school-video-caption {
  opacity: 0;
  transform: translate(-50%, -8px);
}

.school-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: linear-gradient(180deg, #e2e1e6 0%, #d1d0d6 54%, #b7b6bd 100%);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.school-image.is-playing .school-video-player {
  opacity: 1;
}

.school-video-caption {
  position: absolute;
  top: calc(30% + 18px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 72px), 520px);
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 600;
  line-height: 1.15;
  color: rgba(28,19,23,0.9);
  text-shadow: 0 8px 24px rgba(255,255,255,0.28);
  pointer-events: none;
  z-index: 1;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.school-video-play {
  position: absolute;
  inset: auto 24px 24px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(16,11,14,0.82);
  color: var(--white);
  border: 1px solid rgba(255,211,111,0.26);
  box-shadow: 0 18px 38px rgba(0,0,0,0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: var(--transition-fast);
}

.school-video-play:hover {
  transform: translateY(-2px);
  background: rgba(16,11,14,0.92);
}

.school-video-play:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.school-video-play[hidden] {
  display: none;
}

.school-video-play-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--accent));
  color: var(--primary);
  font-size: 0.95rem;
  padding-left: 2px;
  flex-shrink: 0;
}

.school-video-play-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.school-copy-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 18px;
}

.school-copy-text {
  color: var(--text-light);
  line-height: 1.75;
  margin-bottom: 8px;
}

.school-copy-action {
  margin-top: 32px;
}

.school-features {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.school-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: var(--transition-fast);
}

.school-feature:hover {
  transform: translateX(6px);
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff0d8, #ffe0d2);
  border: 1px solid rgba(191,122,46,0.16);
  box-shadow: 0 8px 22px rgba(40,24,28,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.15rem;
  transition: var(--transition-fast);
}

.school-feature:hover .feature-icon {
  background: linear-gradient(135deg, var(--gold), var(--accent));
  box-shadow: 0 10px 28px rgba(191,122,46,0.34);
}

.feature-text h4 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 6px;
}

.feature-text p {
  font-size: 0.98rem;
  color: var(--text-light);
  line-height: 1.65;
}

.contacts {
  background:
    radial-gradient(circle at 16% 20%, rgba(232,111,92,0.08), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(255,211,111,0.14), transparent 24%),
    var(--cream);
  position: relative;
}

.contacts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(191,122,46,0.34), transparent);
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 60px;
}

.contact-info-card {
  background: #fffdf9;
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(191,122,46,0.14);
}

.contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(40,24,28,0.08);
}

.contact-item:last-child,
.contact-item:last-of-type { border-bottom: none; }

.contact-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff0d8, #ffe0d2);
  border: 1px solid rgba(191,122,46,0.18);
  box-shadow: 0 8px 22px rgba(40,24,28,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.15rem;
  transition: var(--transition-fast);
}

.contact-item-icon--link {
  cursor: pointer;
}

.contact-item-mainlink {
  display: block;
  flex: 1;
  min-width: 0;
  color: inherit;
  cursor: pointer;
}

.contact-item:hover .contact-item-icon {
  background: linear-gradient(135deg, var(--gold), var(--accent));
  box-shadow: 0 10px 28px rgba(191,122,46,0.32);
}

.contact-item-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #83501e;
  margin-bottom: 4px;
}

.contact-item-value {
  font-size: 1.08rem;
  color: var(--primary);
  font-weight: 650;
}

.contact-form {
  position: relative;
  background: #fffdf9;
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(191,122,46,0.14);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-map-shell {
  position: relative;
  flex: 1;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow:
    0 14px 36px rgba(40,24,28,0.12),
    0 0 0 1px rgba(191,122,46,0.14);
}

.contact-map-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(191,122,46,0.18),
    inset 0 0 24px 4px rgba(255,249,242,0.42);
}

.contact-map-frame {
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-xl);
  display: block;
}

.contact-review-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  color: var(--primary);
  background-color: #fffaf4;
  border-color: rgba(191,122,46,0.28);
}

#review {
  scroll-margin-top: calc(50vh - 150px);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: auto;
}

.contact-actions .btn-outline.contact-review-btn {
  background: #fffdf9;
  color: var(--primary);
  border-color: rgba(191,122,46,0.42);
  box-shadow: 0 10px 28px rgba(40,24,28,0.1);
}

.contact-booking-btn {
  margin-top: 22px;
}

@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow:
      0 16px 48px rgba(191,122,46,0.44),
      0 0 0 1px rgba(255,255,255,0.24) inset;
    filter: saturate(1.08) brightness(1.03);
  }

  .btn-outline:hover {
    border-color: var(--gold-bright);
    color: var(--gold-bright);
    transform: translateY(-3px);
    background: rgba(255,211,111,0.16);
    box-shadow: 0 14px 38px rgba(191,122,46,0.24);
  }

  .contact-actions .btn-outline:hover {
    color: var(--primary);
  }

  .contact-actions .btn-outline.contact-review-btn:hover {
    background: #fff2de;
    border-color: rgba(191,122,46,0.66);
    box-shadow: 0 14px 36px rgba(191,122,46,0.2);
  }
}

.footer {
  background: var(--primary);
  color: rgba(255,255,255,0.55);
  padding: 70px 0 36px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214,163,84,0.3), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.footer-brand .logo {
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.footer-desc {
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 320px;
}

.footer-col-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--white);
  margin-bottom: 22px;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 0.95rem;
  transition: var(--transition-fast);
}

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

.footer-bottom {
  padding-top: 28px;
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.35);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none), (pointer: coarse) {
  .contacts .reveal {
    transform: none;
    transition: opacity 0.35s ease;
  }
}

@media (max-width: 1200px) {
  .hero-shell {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.88fr);
  }

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

@media (max-width: 1100px) {
  .masters-carousel {
    padding: 0 44px;
  }

  .master-card {
    flex: 0 0 calc(50% - 14px);
  }
}

@media (max-width: 1024px) {
  .hero {
    padding-top: 126px;
  }

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

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-notes,
  .hero-actions {
    justify-content: center;
  }

  .hero-media {
    width: min(580px, 100%);
    margin: 0 auto;
  }

  .hero-stats {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .school-content {
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .school-content { grid-template-columns: 1fr; }
  .contacts-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
  .header-inner {
    gap: 20px;
  }

  .logo {
    gap: 12px;
    font-size: 1.45rem;
    letter-spacing: 0.5px;
  }

  .logo-icon {
    width: 50px;
    height: 50px;
  }

  .nav-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(26,18,20,0.98);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 44px;
    transition: var(--transition);
    box-shadow: -10px 0 50px rgba(0,0,0,0.4);
    z-index: 1000;
  }

  .nav-list.active { right: 0; }

  .nav-link {
    font-size: 1.05rem;
    color: var(--white);
  }

  .burger { display: flex; }

  .hero-badge--phone {
    font-size: 1.05rem;
  }
}

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

  .section { padding: 76px 0; }

  .hero {
    min-height: auto;
    padding: 134px 0 52px;
  }

  .hero-title {
    line-height: 1.02;
    margin-bottom: 34px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .stat-item {
    display: grid;
    align-content: start;
    gap: 8px;
    text-align: left;
    min-height: 118px;
    padding: 26px 14px;
  }

  .stat-number {
    font-size: clamp(1.8rem, 6.2vw, 2.05rem);
    letter-spacing: 0;
    line-height: 0.95;
  }

  .stat-label {
    margin-top: 0;
    font-size: 0.66rem;
    line-height: 1.35;
    letter-spacing: 1.1px;
    text-wrap: balance;
  }

  .hero-media-main {
    padding: 14px;
    border-radius: 30px;
  }

  .hero-showcase-video {
    border-radius: 22px;
  }

  .hero-floating-card-top {
    left: 14px;
    top: 14px;
  }

  .hero-floating-card-bottom {
    right: 14px;
    bottom: 14px;
  }

  .hero-preview-card {
    grid-template-columns: 92px 1fr;
  }

  .hero-preview-media {
    min-height: 100px;
  }

  .beauty-ticker-track {
    padding: 14px 8px;
  }

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

  .masters-carousel {
    padding: 0;
  }

  .master-card {
    flex: 0 0 100%;
  }

  .carousel-arrow {
    display: none;
  }

  .masters-track-wrapper {
    touch-action: auto;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

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

  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .hero-stats {
    gap: 8px;
    margin-top: 36px;
  }

  .hero-title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }

  .hero-badge,
  .hero-note,
  .beauty-ticker-track span {
    letter-spacing: 1.6px;
  }

  .hero-preview-card,
  .hero-preview-text,
  .stat-item {
    border-radius: 22px;
  }

  .stat-item {
    min-height: 108px;
    padding: 24px 12px;
  }

  .stat-number {
    font-size: 1.65rem;
  }

  .stat-label {
    font-size: 0.58rem;
    letter-spacing: 0.95px;
  }

  .school-video-play {
    inset: auto 16px 16px 16px;
    gap: 10px;
    padding: 12px 14px;
  }

  .school-video-caption {
    top: 30%;
    width: min(calc(100% - 40px), 420px);
    font-size: 1.35rem;
  }

  .school-video-play-icon {
    width: 34px;
    height: 34px;
  }

  .school-video-play-label {
    font-size: 0.76rem;
    letter-spacing: 1.6px;
  }

  .service-card { padding: 32px 22px; }
  .contact-info-card,
  .contact-form { padding: 28px 22px; }
  .master-info { padding: 22px 22px 26px; }
}
