/* ======================================== 
   1. ПАЛИТРА "LUXURY & SOUL" — SHARP EDITION
   ======================================== */
:root {
  --bg-body: #fdf8f4;
  --bg-section: #fff9f5;
  --bg-card: #ffffff;

  --ink: #2a1f18;
  --ink-light: #6b5548;
  --muted: #9c836e;
  --text-on-gold: #2e1e14;

  --rose: #eec8d5;
  --rose-mid: #dfa8bf;
  --gold-1: #dfc07e;
  --gold-2: #c8a450;
  --gold-3: #8f6a24;
  --gold-deep: #6e4e18;

  --gold-text: linear-gradient(120deg, #8f6a24 0%, #c8a450 40%, #ead898 55%, #8f6a24 100%);

  --border: 1px solid rgba(210, 175, 100, 0.22);
  --border-rose: 1px solid rgba(240, 205, 217, 0.6);
  --border-strong: 1px solid rgba(210, 175, 100, 0.45);

  --shadow-sm: 0 2px 12px rgba(42, 31, 24, 0.06);
  --shadow-md: 0 8px 32px rgba(42, 31, 24, 0.09);
  --shadow-lg: 0 24px 72px rgba(42, 31, 24, 0.12);
  --shadow-gold: 0 12px 40px rgba(212, 175, 96, 0.28);

  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 48px;

  --serif: "Playfair Display", serif;
  --sans: "Manrope", sans-serif;

  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ======================================== 
   2. RESET И БАЗА
   ======================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: var(--sans);
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--bg-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

/* ======================================== 
   АНИМАЦИИ — KEYFRAMES
   ======================================== */

@keyframes shine {
  to { background-position: 200% center; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleIn {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

@keyframes floatYSlow {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200, 164, 80, 0); }
  50% { box-shadow: 0 0 32px 8px rgba(200, 164, 80, 0.22); }
}

@keyframes rotateOrb {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes shimmerLine {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes particleDrift {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: 0.6; }
  33% { transform: translateY(-20px) translateX(10px) scale(1.1); opacity: 1; }
  66% { transform: translateY(-10px) translateX(-8px) scale(0.95); opacity: 0.8; }
  100% { transform: translateY(0) translateX(0) scale(1); opacity: 0.6; }
}

@keyframes borderPulse {
  0%, 100% { border-color: rgba(210, 175, 100, 0.22); }
  50% { border-color: rgba(210, 175, 100, 0.55); }
}

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes revealMask {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0% 0 0); }
}

@keyframes counterUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes waveRipple {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(2.2); opacity: 0; }
}

@keyframes typewriterBlink {
  0%, 100% { border-color: var(--gold-2); }
  50% { border-color: transparent; }
}

@keyframes goldFlicker {
  0%, 100% { opacity: 1; }
  92% { opacity: 1; }
  93% { opacity: 0.85; }
  94% { opacity: 1; }
  97% { opacity: 0.9; }
  98% { opacity: 1; }
}

/* ======================================== 
   SCROLL-REVEAL УТИЛИТЫ
   ======================================== */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.reveal--left {
  transform: translateX(-36px);
}

.reveal.reveal--right {
  transform: translateX(36px);
}

.reveal.reveal--scale {
  transform: scale(0.9);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* ======================================== 
   3. ТИПОГРАФИКА
   ======================================== */
.h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(52px, 6.5vw, 96px);
  margin: 8px 0 20px;
  line-height: 1.0;
  letter-spacing: -0.04em;
  background: var(--gold-text);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 7s linear infinite, goldFlicker 8s ease-in-out infinite;
}

.h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(30px, 3.5vw, 52px);
  margin: 0 0 20px;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.h2--light { color: var(--text-on-gold); }

.kicker {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-3);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.kicker::before {
  content: "";
  display: block;
  width: 32px;
  height: 1.5px;
  background: var(--gold-2);
  flex-shrink: 0;
  transform-origin: left;
  animation: scaleIn 0.8s cubic-bezier(0.4,0,0.2,1) both;
}

.kicker--light { color: var(--text-on-gold); opacity: 0.75; }
.kicker--light::before { background: var(--text-on-gold); opacity: 0.5; }

.lead {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--muted);
  font-weight: 500;
  max-width: 620px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.lead--light { color: var(--text-on-gold); opacity: 0.88; }
.muted { color: var(--muted); line-height: 1.65; }

/* ======================================== 
   4. КОНТЕЙНЕР
   ======================================== */
.container {
  width: min(1240px, 93%);
  margin: 0 auto;
  padding: 0 20px;
}

/* ======================================== 
   5. КНОПКИ
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.3) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.btn:active::after {
  opacity: 1;
  transition: opacity 0s;
}

.btn--primary {
  background: linear-gradient(135deg, var(--gold-3) 0%, var(--gold-2) 50%, #f0d07a 100%);
  background-size: 200% auto;
  color: #2a1400;
  box-shadow: 0 4px 20px rgba(160, 120, 48, 0.4), inset 0 1px 0 rgba(255,255,255,0.25);
}

.btn--primary:hover {
  background-position: right center;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(160, 120, 48, 0.55), inset 0 1px 0 rgba(255,255,255,0.25);
}

.btn--primary:active {
  transform: translateY(-1px) scale(0.99);
}

.btn--soft {
  background: #ffffff;
  border: 1.5px solid var(--gold-2);
  color: var(--ink);
}

.btn--soft:hover {
  background: #fffbf5;
  border-color: var(--gold-3);
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-md);
}

.btn--light {
  background: #ffffff;
  color: var(--text-on-gold);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255,255,255,0.6);
}

.btn--light:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-md);
}

.btn--sm { padding: 11px 24px; font-size: 11px; }

.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

.chip {
  font-size: 12.5px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 6px;
  background: #fff;
  border: var(--border-strong);
  color: var(--ink-light);
  letter-spacing: 0.01em;
  transition: all 0.25s ease;
}

.chip:hover {
  border-color: var(--gold-2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* ======================================== 
   6. HEADER
   ======================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 248, 244, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(210, 175, 100, 0.2);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.header.scrolled {
  box-shadow: 0 4px 32px rgba(42, 31, 24, 0.1);
  background: rgba(253, 248, 244, 0.99);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 72px;
}

.brand__logo {
  height: 44px;
  width: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand__logo:hover {
  transform: scale(1.05) rotate(-1deg);
}

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

.nav__link {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-light);
  padding: 8px 14px;
  border-radius: 6px;
  transition: all 0.25s ease;
  letter-spacing: 0.01em;
  position: relative;
}

.nav__link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 1.5px;
  background: var(--gold-2);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1px;
}

.nav__link:hover {
  color: var(--ink);
  background: rgba(212, 175, 96, 0.1);
}

.nav__link:hover::after {
  transform: scaleX(1);
}

.burger { display: none; background: transparent; border: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }

.burger span {
  width: 24px;
  height: 1.5px;
  background: var(--ink);
  display: block;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.burger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.burger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background: #fff;
  padding: 20px 24px;
  flex-direction: column;
  gap: 4px;
  border-bottom: var(--border-strong);
  box-shadow: var(--shadow-lg);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.mobile-menu.is-open {
  display: flex;
  transform: scaleY(1);
  opacity: 1;
}

.mobile-menu a {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  padding: 12px 16px;
  border-radius: 8px;
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateX(-12px);
}

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

.mobile-menu.is-open a:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.is-open a:nth-child(2) { transition-delay: 0.1s; }
.mobile-menu.is-open a:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu.is-open a:nth-child(4) { transition-delay: 0.2s; }
.mobile-menu.is-open a:nth-child(5) { transition-delay: 0.25s; }
.mobile-menu.is-open a:nth-child(6) { transition-delay: 0.3s; }

.mobile-menu a:hover { background: #fffbf5; color: var(--gold-3); transform: translateX(6px); }

/* ======================================== 
   7. СЕКЦИИ
   ======================================== */
.section { padding: 100px 0; position: relative; }

.section--tint {
  background: linear-gradient(180deg, var(--bg-body) 0%, #fff3f7 50%, var(--bg-body) 100%);
  padding: 10px 0;
}

.section--gold {
  background: linear-gradient(135deg, #fce9d8 0%, #faeade 40%, #f0d5e4 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.section--gold::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
  pointer-events: none;
  animation: floatYSlow 12s ease-in-out infinite;
}

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

.particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 164, 80, 0.5), transparent);
  animation: particleDrift ease-in-out infinite;
}

.sectionHead { margin-bottom: 60px; }

.sectionHead.center {
  text-align: center;
  margin: 0 auto 64px;
  max-width: 720px;
}

/* ======================================== 
   8. HERO
   ======================================== */
.hero {
  padding: 90px 0 110px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 50%; bottom: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(230, 200, 142, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 164, 80, 0.06) 0%, transparent 70%);
  top: -100px;
  right: -200px;
  animation: floatYSlow 15s ease-in-out infinite;
  pointer-events: none;
}

.hero__wrap {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__content { padding-right: 20px; }

.hero .kicker {
  animation: fadeInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

.hero .h1 {
  animation: fadeInLeft 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

.hero .lead {
  animation: fadeInLeft 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.35s both;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  animation: fadeInUp 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
}

.hero .chips {
  animation: fadeInUp 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.65s both;
}

.hero__trust {
  display: flex; gap: 24px; flex-wrap: wrap;
  margin-top: 36px; padding-top: 28px;
  border-top: var(--border);
  animation: fadeInUp 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
}

.trust__item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: var(--ink-light); }
.trust__num { font-size: 18px; }

/* ======================================== 
   8b. ПОРТРЕТ
   ======================================== */
.hero__visual {
  position: relative;
  animation: fadeInRight 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s both;
}

.portrait {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 5px solid #fff;
  animation: floatY 8s ease-in-out infinite;
  transition: box-shadow 0.4s ease;
}

.portrait:hover {
  box-shadow: var(--shadow-lg), 0 0 60px rgba(200, 164, 80, 0.25);
}

.portrait__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.portrait:hover .portrait__img {
  transform: scale(1.04);
}

.portrait__spark { display: none; }

.portrait::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius-lg) + 2px);
  background: linear-gradient(135deg, rgba(200, 164, 80, 0.4), rgba(238, 200, 213, 0.3), rgba(200, 164, 80, 0.4));
  z-index: -1;
  animation: rotateOrb 8s linear infinite;
}

.hero__card {
  position: absolute;
  bottom: 36px; right: -32px;
  z-index: 3;
  background: #fff;
  padding: 24px 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  max-width: 280px;
  border: var(--border);
  animation: fadeInScale 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg), var(--shadow-gold);
}

.hero__cardTitle {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--gold-3);
  margin-bottom: 8px;
  font-size: 16px;
}

.hero__cardText { font-size: 13.5px; margin-bottom: 16px; line-height: 1.55; color: var(--muted); }

/* ======================================== 
   9. О НАС
   ======================================== */
.aboutGrid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 72px;
  align-items: start;
}

.aboutPhoto {
  position: relative;
}

.aboutPhoto .imgSoft {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.aboutPhoto:hover .imgSoft {
  transform: scale(1.02) rotate(0.5deg);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(200, 164, 80, 0.15);
}

.aboutPhoto::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 2px solid rgba(200, 164, 80, 0.2);
  border-radius: calc(var(--radius-lg) + 12px);
  transition: border-color 0.5s ease, transform 0.5s ease;
}

.aboutPhoto:hover::after {
  border-color: rgba(200, 164, 80, 0.4);
  transform: scale(1.01);
}

.quoteCard {
  background: linear-gradient(135deg, #fffbf7 0%, #fff5ef 100%);
  padding: 40px 44px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: var(--border-strong);
  margin-bottom: 36px;
  position: relative;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.quoteCard:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.quoteCard::before {
  content: "\201C";
  position: absolute;
  top: 10px; left: 28px;
  font-family: var(--serif);
  font-size: 80px;
  line-height: 1;
  color: var(--gold-1);
  opacity: 0.8;
}

.quoteCard__text {
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.55;
  position: relative;
  z-index: 1;
  padding-top: 16px;
}

.warmList { display: grid; gap: 20px; margin-bottom: 36px; }

.warmItem {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: #fff;
  border: var(--border);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.warmItem:hover {
  border-color: var(--gold-2);
  box-shadow: var(--shadow-sm);
  transform: translateX(8px);
  background: #fffcf9;
}

.warmIcon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff5f8 0%, #ffeef5 100%);
  display: grid; place-items: center;
  font-size: 20px;
  border: var(--border-rose);
  transition: transform 0.3s ease;
}

.warmItem:hover .warmIcon {
  transform: scale(1.1) rotate(5deg);
}

.warmTitle { font-weight: 700; font-size: 15.5px; margin-bottom: 4px; color: var(--ink); }
.inlineActions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }

/* ======================================== 
   10. УСЛУГИ
   ======================================== */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 8px 0;
}

.card {
  background: var(--bg-card);
  border: var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  animation: cardEntrance 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.card:nth-child(1) { animation-delay: 0.05s; }
.card:nth-child(2) { animation-delay: 0.1s; }
.card:nth-child(3) { animation-delay: 0.15s; }
.card:nth-child(4) { animation-delay: 0.2s; }
.card:nth-child(5) { animation-delay: 0.25s; }
.card:nth-child(6) { animation-delay: 0.3s; }
.card:nth-child(7) { animation-delay: 0.35s; }
.card:nth-child(8) { animation-delay: 0.4s; }

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 32px 80px rgba(42, 31, 24, 0.15);
  border-color: rgba(212, 175, 96, 0.5);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(200, 164, 80, 0.06) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
}

.card:hover::before {
  opacity: 1;
}

.card__media {
  width: 100%;
  aspect-ratio: 2/2;
  flex-shrink: 0;
  background: #f0ebe4;
  order: -1;
  overflow: hidden;
  position: relative;
}

.card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover .card__media img { transform: scale(1.08); }

.card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(42, 31, 24, 0.15));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card:hover .card__media::after {
  opacity: 1;
}

.card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 26px 26px;
  position: relative;
  z-index: 1;
}

.card__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; gap: 12px; }

.card__title { display: flex; gap: 12px; align-items: flex-start; flex: 1; }

.card__icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 3px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card:hover .card__icon {
  transform: scale(1.3) rotate(-5deg);
}

.card h3 { font-family: var(--serif); font-size: 17px; font-weight: 700; line-height: 1.35; color: var(--ink); margin: 0; }

.pill {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border-radius: 5px;
  background: #fdf6ee;
  color: var(--gold-3);
  border: var(--border-strong);
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.card:hover .pill {
  background: var(--gold-2);
  color: #fff;
  border-color: var(--gold-2);
  transform: scale(1.05);
}

.card__desc { font-size: 13.5px; color: var(--muted); margin-top: 6px; line-height: 1.6; }

/* ======================================== 
   11. КЛУБ
   ======================================== */
.clubIntro {
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: var(--radius-xl);
  padding: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  backdrop-filter: blur(12px);
  margin: 32px 0;
  box-shadow: var(--shadow-md);
  transition: box-shadow 0.4s ease;
}

.clubIntro:hover {
  box-shadow: var(--shadow-lg);
}

.clubBullets { display: grid; gap: 4px; margin-bottom: 32px; }

.clubBullet {
  display: flex; gap: 18px;
  color: var(--text-on-gold);
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
}

.clubBullet:hover {
  background: rgba(255,255,255,0.6);
  transform: translateX(6px);
}

.clubBullet__icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.clubBullet:hover .clubBullet__icon {
  transform: scale(1.25) rotate(10deg);
}

.clubBullet__title { font-weight: 800; margin-bottom: 6px; font-size: 16px; line-height: 1.3; color: var(--text-on-gold); }
.clubBullet__desc { font-size: 14px; opacity: 0.85; line-height: 1.6; color: var(--text-on-gold); }

.clubFormats { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }

.clubFormat {
  background: rgba(255,255,255,0.7);
  padding: 22px 24px;
  border-radius: var(--radius-md);
  flex: 1;
  border: 1px solid rgba(255,255,255,0.9);
  min-width: 180px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.clubFormat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  background: rgba(255,255,255,0.9);
}

.clubFormat__tag { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold-3); margin-bottom: 8px; }
.clubFormat__title { font-weight: 700; font-family: var(--serif); font-size: 19px; margin-bottom: 8px; color: var(--ink); }
.clubFormat__desc { font-size: 13.5px; line-height: 1.6; color: var(--muted); }

.clubMiniCTA {
  margin-top: 28px;
  padding: 24px 28px;
  background: rgba(255,255,255,0.75);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.clubMiniCTA:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.clubMiniCTA__title { font-weight: 800; font-size: 17px; margin-bottom: 8px; color: var(--text-on-gold); font-family: var(--serif); }
.clubMiniCTA__text { margin-bottom: 18px; line-height: 1.6; color: var(--text-on-gold); opacity: 0.88; font-size: 14px; }

.clubVideoCard {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  text-align: center;
  box-shadow: var(--shadow-md);
  border: var(--border);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.clubVideoCard:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.clubVideoCard__kicker { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold-3); margin-bottom: 10px; font-weight: 700; }
.clubVideoCard__title { font-family: var(--serif); font-size: 21px; font-weight: 700; margin-bottom: 24px; color: var(--ink); }

.clubVideos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }

.clubVideo--vertical {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 9/16;
  background: #1a1a1a;
  box-shadow: var(--shadow-md);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.clubVideo--vertical:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-lg);
}

.clubVideo--vertical iframe { width: 100%; height: 100%; }

.clubDivider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 96, 0.3), transparent);
  margin: 72px 0;
  position: relative;
  overflow: visible;
}

.clubDivider::after {
  content: "✦";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--gold-2);
  font-size: 14px;
  background: linear-gradient(135deg, #fce9d8 0%, #faeade 100%);
  padding: 0 16px;
  animation: spinSlow 8s linear infinite;
}

.pricingHead { text-align: center; margin: 0 auto 48px; max-width: 800px; }

.pricingTitle { font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); font-weight: 700; margin-bottom: 14px; color: var(--text-on-gold); }
.pricingSub { font-size: 16px; line-height: 1.65; color: var(--text-on-gold); opacity: 0.85; }

.pricingWithPhoto {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 56px;
  margin-top: 56px;
  align-items: start;
}

.pricingPhoto {
  position: relative;
}

.pricingPhoto img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.pricingPhoto:hover img {
  transform: scale(1.02);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(200, 164, 80, 0.2);
}

.pricingVideoRow {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 36px;
  background: rgba(255,255,255,0.75);
  border-radius: var(--radius-lg);
  padding: 28px 36px;
  border: var(--border);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}

.pricingVideoRow:hover {
  background: rgba(255,255,255,0.9);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.pricingVideoRow__label { display: flex; align-items: center; gap: 16px; min-width: 200px; }

.pricingVideoRow__icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 16px;
  box-shadow: 0 6px 16px rgba(212,175,96,0.4);
  animation: pulseGlow 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.pricingVideoRow:hover .pricingVideoRow__icon {
  transform: scale(1.1);
}

.pricingVideoRow__title { font-family: var(--serif); font-weight: 700; font-size: 18px; color: var(--text-on-gold); margin-bottom: 4px; }
.pricingVideoRow__sub { font-size: 13px; color: var(--text-on-gold); opacity: 0.75; }

.pricingVideoRow__frame {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #1a1a1a;
  box-shadow: var(--shadow-md);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pricingVideoRow:hover .pricingVideoRow__frame {
  transform: scale(1.01);
  box-shadow: var(--shadow-lg);
}

.pricingVideoRow__frame iframe { width: 100%; height: 100%; display: block; }

.pricingGrid { display: grid; gap: 16px; }

.priceCard {
  background: rgba(255,255,255,0.85);
  border-radius: var(--radius-md);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto;
  align-items: center;
  gap: 24px;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255,255,255,0.7);
  position: relative;
  overflow: hidden;
}

.priceCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.priceCard:hover::before {
  left: 150%;
}

.priceCard:hover {
  background: #fff;
  box-shadow: var(--shadow-md);
  transform: translateX(10px);
  border-color: rgba(200, 164, 80, 0.3);
}

.priceCard--accent {
  background: #fff;
  border: 2px solid var(--gold-2);
  box-shadow: var(--shadow-gold);
  animation: borderPulse 4s ease-in-out infinite;
}

.priceCard--accent:hover {
  transform: translateX(10px);
  box-shadow: var(--shadow-gold), var(--shadow-md);
  animation: none;
  border-color: var(--gold-3);
}

.priceCard__name { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--ink); margin: 0 0 6px; line-height: 1.2; }
.priceCard__who { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.5; }

.priceCard__top { display: flex; align-items: flex-start; justify-content: space-between; }

.priceBadge {
  background: var(--gold-2);
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-left: 10px;
  vertical-align: middle;
  white-space: nowrap;
  transition: transform 0.3s ease;
}

.priceCard:hover .priceBadge {
  transform: scale(1.05);
}

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

.priceMeta__chip {
  font-size: 12.5px;
  background: #fff9f3;
  padding: 7px 14px;
  border-radius: 6px;
  font-weight: 600;
  color: #543d32;
  border: var(--border);
  transition: all 0.25s ease;
}

.priceCard:hover .priceMeta__chip {
  border-color: rgba(200, 164, 80, 0.4);
}

.priceList { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }

.priceList li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.55;
}

.priceList li::before {
  content: "✦";
  color: var(--gold-2);
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.priceCard:hover .priceList li::before {
  transform: rotate(45deg);
  color: var(--gold-3);
}

.priceActions { }

.clubCTA { margin-top: 64px; text-align: center; }

.clubCTA__card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 56px 64px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  border: var(--border-strong);
  transition: all 0.4s ease;
}

.clubCTA__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg), var(--shadow-gold);
}

.clubCTA__title { font-family: var(--serif); font-size: 30px; font-weight: 700; margin-bottom: 14px; color: var(--text-on-gold); }
.clubCTA__text { font-size: 16px; line-height: 1.7; margin-bottom: 28px; color: var(--text-on-gold); opacity: 0.88; }

/* ======================================== 
   12. ОТЗЫВЫ — КАРУСЕЛЬ С ПРЕВЬЮ
   ======================================== */
.revCarousel {
  position: relative;
  overflow: hidden;
  padding: 8px 0 0;
}

.revCarousel__track {
  display: flex;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.revCard {
  flex: 0 0 calc(33.333% - 16px);
  background: #fff;
  border: var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: left;
}

.revCard:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 32px 80px rgba(42, 31, 24, 0.15);
  border-color: rgba(212, 175, 96, 0.45);
}

.revCard__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1a1a;
  flex-shrink: 0;
}

.revCard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  filter: saturate(0.9);
}

.revCard:hover .revCard__thumb img {
  transform: scale(1.08);
  filter: saturate(1.1);
}

.revCard__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 12, 6, 0.32);
  transition: background 0.3s ease;
}

.revCard:hover .revCard__overlay {
  background: rgba(20, 12, 6, 0.15);
}

.revCard__playBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold-1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 8px 28px rgba(200, 164, 80, 0.6);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  padding-left: 3px;
}

.revCard__playBtn::before,
.revCard__playBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(200, 164, 80, 0.5);
  animation: waveRipple 2s ease-out infinite;
}

.revCard__playBtn::after {
  animation-delay: 0.7s;
}

.revCard:hover .revCard__playBtn {
  transform: scale(1.15);
  box-shadow: 0 16px 48px rgba(200, 164, 80, 0.8);
}

.revCard__body {
  padding: 20px 24px 24px;
  flex: 1;
}

.revCard__name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.25;
  transition: color 0.25s ease;
}

.revCard:hover .revCard__name {
  color: var(--gold-3);
}

.revCard__topic {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 500;
}

.revCarousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.revCarousel__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: var(--border-strong);
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  flex-shrink: 0;
}

.revCarousel__btn:hover {
  background: var(--gold-2);
  color: #fff;
  border-color: var(--gold-2);
  transform: scale(1.15);
  box-shadow: var(--shadow-gold);
}

.revCarousel__btn:active {
  transform: scale(0.95);
}

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

.revCarousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(200, 164, 80, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 0;
  flex-shrink: 0;
}

.revCarousel__dot.is-active {
  background: var(--gold-2);
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(200, 164, 80, 0.45);
}

.revCarousel__dot:hover:not(.is-active) {
  background: rgba(200, 164, 80, 0.6);
  transform: scale(1.3);
}

/* ======================================== 
   13. КОНТАКТЫ
   ======================================== */
.contactWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 64px 72px;
  box-shadow: var(--shadow-lg);
  border: var(--border);
  margin: 24px 0;
  align-items: center;
  transition: box-shadow 0.4s ease;
}

.contactWrap:hover {
  box-shadow: 0 32px 100px rgba(42, 31, 24, 0.14);
}

.contactInfo { padding: 8px 0; }

.contactMeta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  padding: 20px 24px;
  background: #fffbf7;
  border-radius: var(--radius-sm);
  border: var(--border-strong);
  transition: border-color 0.3s ease;
}

.contactMeta:hover {
  border-color: rgba(200, 164, 80, 0.4);
}

.contactMeta__item { display: flex; justify-content: space-between; align-items: center; font-size: 14px; gap: 16px; }
.contactMeta__label { color: var(--muted); font-weight: 500; flex-shrink: 0; }
.contactMeta__value { font-weight: 700; color: var(--ink); text-align: right; }

.contactActions { display: flex; flex-direction: column; gap: 14px; }

.contactActions__hint { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: var(--muted); margin-bottom: 4px; }

.contactBtn {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.contactBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
}

.contactBtn:hover::before {
  left: 150%;
}

.contactBtn__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: grid; place-items: center;
  flex-shrink: 0;
  color: #fff;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contactBtn:hover .contactBtn__icon {
  transform: scale(1.15) rotate(-5deg);
}

.contactBtn__text { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.contactBtn__title { font-weight: 800; font-size: 16px; line-height: 1; }
.contactBtn__sub { font-size: 13px; opacity: 0.75; font-weight: 500; }
.contactBtn__arrow { font-size: 18px; opacity: 0.5; transition: all 0.3s ease; }
.contactBtn:hover .contactBtn__arrow { opacity: 1; transform: translateX(6px) scale(1.2); }

.contactBtn--wa { background: #f0faf2; border: 1.5px solid rgba(37, 170, 70, 0.2); color: #1a5e2e; }
.contactBtn--wa .contactBtn__icon { background: linear-gradient(135deg, #25d366, #128c3e); }
.contactBtn--wa:hover { background: #e4f7e8; border-color: rgba(37, 170, 70, 0.4); box-shadow: 0 12px 40px rgba(37, 170, 70, 0.2); transform: translateY(-3px); }

.contactBtn--tg { background: #f0f7ff; border: 1.5px solid rgba(36, 144, 211, 0.2); color: #1a3e5e; }
.contactBtn--tg .contactBtn__icon { background: linear-gradient(135deg, #29b6f6, #0277bd); }
.contactBtn--tg:hover { background: #e4f1fd; border-color: rgba(36, 144, 211, 0.4); box-shadow: 0 12px 40px rgba(36, 144, 211, 0.2); transform: translateY(-3px); }

.contactBtn--ig { background: #fff0f7; border: 1.5px solid rgba(193, 53, 132, 0.2); color: #7b1450; }
.contactBtn--ig .contactBtn__icon { background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
.contactBtn--ig:hover { background: #fce4f0; border-color: rgba(193, 53, 132, 0.4); box-shadow: 0 12px 40px rgba(193, 53, 132, 0.2); transform: translateY(-3px); }

.form { padding: 0; }
.form__note { margin-top: 14px; font-size: 12px; color: var(--muted); line-height: 1.6; }
.waBlock { display: none; }

/* ======================================== 
   14. FOOTER
   ======================================== */
.footer {
  text-align: center;
  padding: 40px 0;
  border-top: var(--border);
  color: var(--muted);
  font-size: 13.5px;
  background: var(--bg-body);
}

/* ======================================== 
   15. МОДАЛКА
   ======================================== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal.is-open { opacity: 1; pointer-events: all; }

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

.modal__dialog {
  position: relative;
  background: #fff;
  width: min(600px, 92%);
  border-radius: var(--radius-xl);
  box-shadow: 0 40px 100px rgba(0,0,0,0.25);
  max-height: 90vh;
  transform: translateY(30px) scale(0.95);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  border: var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal.is-open .modal__dialog {
  transform: translateY(0) scale(1);
}

.modal__banner {
  width: 100%;
  height: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.modal__banner::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

.modal__banner-icon {
  font-size: 64px;
  line-height: 1;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.1));
  position: relative;
  z-index: 1;
  animation: floatY 4s ease-in-out infinite;
}

.modal__scroll { overflow-y: auto; max-height: calc(90vh - 160px); padding: 8px 40px 40px; }

.modal__header { margin-bottom: 16px; padding-right: 40px; }

.modal__title { font-family: var(--serif); font-size: 24px; font-weight: 700; margin-top: 10px; color: var(--ink); line-height: 1.25; }

.modal__text { font-size: 15px; line-height: 1.75; margin-bottom: 24px; color: var(--ink-light); }

.modal__video {
  margin: 16px 0 20px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.35s ease;
}

.modal__video:hover {
  transform: scale(1.01);
}

.modal__iframe { width: 100%; aspect-ratio: 16/9; display: block; }

.modal__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: var(--border);
}

.modal__waBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #25d366, #128c3e);
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(37, 170, 70, 0.35);
}

.modal__waBtn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 36px rgba(37, 170, 70, 0.5);
}

.modal__close {
  position: absolute;
  top: 16px; right: 16px;
  background: rgba(255,255,255,0.9);
  border: none;
  width: 36px; height: 36px;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--ink);
  z-index: 10;
  box-shadow: var(--shadow-sm);
}

.modal__close:hover {
  background: var(--rose);
  color: var(--gold-deep);
  transform: rotate(90deg) scale(1.1);
}

/* ======================================== 
   Медитация — шорты и прочее
   ======================================== */
.modal__shorts{margin:16px 0 20px}
.modal__shorts-title{font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--gold-3);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.modal__shorts-title::before{content:"";display:block;width:20px;height:1.5px;background:var(--gold-2)}
.modal__shorts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}
.modal__short-wrap{border-radius:12px;overflow:hidden;aspect-ratio:9/16;background:#111;box-shadow:0 4px 16px rgba(0,0,0,.18);transition:transform 0.35s ease}
.modal__short-wrap:hover{transform:scale(1.03)}
.modal__short-wrap iframe{width:100%;height:100%;display:block;border:none}
.about-video-row{margin-top:36px;background:#fff;border-radius:20px;padding:28px 32px;border:1px solid rgba(210,175,100,.22);box-shadow:0 2px 12px rgba(42,31,24,.06);transition:box-shadow 0.3s ease}
.about-video-row:hover{box-shadow:var(--shadow-md)}
.about-video-row__title{font-family:var(--serif);font-size:18px;font-weight:700;color:var(--ink);margin-bottom:16px}
.about-video-row__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.about-short-wrap{border-radius:12px;overflow:hidden;aspect-ratio:9/16;background:#111;box-shadow:0 4px 16px rgba(0,0,0,.15);transition:transform 0.35s ease}
.about-short-wrap:hover{transform:scale(1.02)}
.about-short-wrap iframe{width:100%;height:100%;display:block;border:none}

.meditation-player{background:linear-gradient(135deg,#fff9f5 0%,#fef0f5 100%);border-radius:20px;padding:28px 32px;margin:20px 0 4px;border:1px solid rgba(240,205,217,.6);box-shadow:0 4px 20px rgba(238,200,213,.3);transition:all 0.35s ease}
.meditation-player:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(238,200,213,.5)}
.meditation-player__badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#8f6a24,#c8a450);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;padding:5px 12px;border-radius:20px;margin-bottom:14px}
.meditation-player__title{font-family:var(--serif);font-size:18px;font-weight:700;color:var(--ink);margin-bottom:6px;line-height:1.3}
.meditation-player__sub{font-size:12.5px;color:var(--muted);margin-bottom:18px}
.meditation-player__audio{width:100%;height:44px;border-radius:22px;outline:none;accent-color:#c8a450}
.meditation-player__duration{margin-top:10px;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}
.meditation-player__duration::before{content:"⏱";font-size:13px}
.meditation-player__tips{margin-top:16px;padding:14px 18px;background:rgba(255,255,255,.7);border-radius:12px;border:1px solid rgba(240,205,217,.5);font-size:12.5px;color:var(--ink-light);line-height:1.65}
.meditation-player__tips strong{color:var(--gold-3);font-weight:700}
.meditation-desc{background:linear-gradient(135deg,#fffbf7,#fff5f9);border-radius:14px;padding:20px 22px;border:1px solid rgba(240,205,217,.5);margin-bottom:20px;font-size:14px;line-height:1.75;color:var(--ink-light)}
.meditation-desc p{margin-bottom:10px}
.meditation-desc p:last-child{margin-bottom:0}

.services-intro-short{margin-bottom:36px;display:flex;justify-content:center}
.services-intro-short__wrap{display:flex;gap:24px;align-items:center;background:#fff;border-radius:20px;padding:24px 32px;border:1px solid rgba(210,175,100,.22);box-shadow:0 2px 12px rgba(42,31,24,.06);max-width:680px;width:100%;transition:all 0.35s ease}
.services-intro-short__wrap:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.services-intro-short__video{border-radius:12px;overflow:hidden;aspect-ratio:9/16;background:#111;box-shadow:0 4px 16px rgba(0,0,0,.18);width:150px;flex-shrink:0;transition:transform 0.35s ease}
.services-intro-short__wrap:hover .services-intro-short__video{transform:scale(1.02)}
.services-intro-short__video iframe{width:100%;height:100%;display:block;border:none}
.services-intro-short__label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--gold-3);margin-bottom:8px}
.services-intro-short__title{font-family:var(--serif);font-size:19px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}
.services-intro-short__desc{font-size:13.5px;color:var(--muted);line-height:1.65}

/* ======================================== 
   PLAN LINK HOVER
   ======================================== */
.js-plan-link {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js-plan-link:hover {
  transform: translateY(-3px) scale(1.05);
}

/* ========================================
   ОБЛОЖКА МЕДИТАЦИИ В МОДАЛКЕ
   ======================================== */
.modal__meditation-cover {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  height: 280px;
}

.modal__meditation-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.is-open .modal__meditation-cover-img {
  animation: meditationCoverIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes meditationCoverIn {
  from { transform: scale(1.06); opacity: 0.7; }
  to   { transform: scale(1);    opacity: 1; }
}

/* Градиент снизу — плавный переход в белый */
.modal__meditation-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(42, 31, 24, 0.08) 0%,
    rgba(42, 31, 24, 0.04) 50%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
}

/* Оверлей с бейджиком и подписью поверх фото */
.modal__meditation-cover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 24px;
  z-index: 2;
  pointer-events: none;
}

.modal__meditation-cover-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 7px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(143, 106, 36, 0.5);
  animation: pulseGlow 3s ease-in-out infinite;
  backdrop-filter: blur(4px);
}

.modal__meditation-cover-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  text-shadow: 0 2px 12px rgba(42, 31, 24, 0.6);
  line-height: 1.2;
}

/* Когда обложка видна — скролл-зона уменьшается только на её высоту (баннера нет) */
.modal__meditation-cover:not([hidden]) ~ .modal__scroll {
  max-height: calc(90vh - 280px);
}

/* ======================================== 
   16. АДАПТИВ
   ======================================== */
@media (max-width: 960px) {
  .container { padding: 0 18px; }
  .nav, .header-cta { display: none; }
  .burger { display: flex; }

  .h1 { font-size: 42px; letter-spacing: -0.03em; }
  .h2 { font-size: 28px; }

  .hero { padding: 56px 0 64px; }
  .hero__wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero__content { padding-right: 0; order: 1; }
  .hero__visual { order: 2; }
  .hero__card { position: relative; right: auto; bottom: auto; margin-top: -16px; max-width: 100%; }

  .section { padding: 72px 0; }
  .section--tint, .section--gold { padding: 80px 0; }
  .sectionHead.center { margin-bottom: 48px; }

  .aboutGrid { grid-template-columns: 1fr; gap: 36px; }
  .aboutPhoto { max-width: 480px; margin: 0 auto; }

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

  .clubIntro { grid-template-columns: 1fr; gap: 36px; padding: 36px 32px; }
  .clubVideos { grid-template-columns: 1fr; }
  .pricingWithPhoto { grid-template-columns: 1fr; gap: 36px; }
  .pricingPhoto { max-width: 480px; }
  .priceCard { grid-template-columns: 1fr; gap: 16px; padding: 22px 24px; }
  .priceMeta { justify-content: flex-start; }
  .clubCTA__card { padding: 40px 32px; }

  .revCard { flex: 0 0 calc(50% - 12px); }

  .pricingVideoRow { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .pricingVideoRow__label { min-width: unset; }

  .contactWrap { grid-template-columns: 1fr; gap: 36px; padding: 40px 32px; border-radius: var(--radius-lg); }

  .modal__banner { height: 130px; }
  .modal__banner-icon { font-size: 52px; }
  .modal__scroll { padding: 8px 28px 32px; max-height: calc(90vh - 130px); }
  .modal__title { font-size: 22px; }

  .modal__meditation-cover { height: 240px; }
  .modal__meditation-cover:not([hidden]) ~ .modal__scroll { max-height: calc(90vh - 240px); }
}

@media (max-width: 600px) {
  .container { padding: 0 16px; }
  .h1 { font-size: 36px; }
  .h2 { font-size: 24px; }
  .lead { font-size: 15px; }

  .hero { padding: 48px 0 52px; }
  .hero__actions { flex-direction: column; gap: 10px; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .chips { gap: 8px; }
  .chip { font-size: 12px; padding: 7px 14px; }
  .hero__trust { gap: 16px; }

  .section { padding: 60px 0; }
  .section--tint, .section--gold { padding: 64px 0; }

  .cards { grid-template-columns: 1fr; gap: 14px; }

  .btn { padding: 13px 22px; font-size: 12px; }
  .btn--sm { padding: 10px 18px; font-size: 11px; }

  .clubIntro { padding: 24px 20px; }
  .clubFormats { flex-direction: column; }
  .clubCTA__card { padding: 32px 24px; }
  .pricingGrid { gap: 12px; }
  .priceCard { padding: 18px 20px; }
  .priceCard__name { font-size: 20px; }

  .revCard { flex: 0 0 100%; }
  .revCard__name { font-size: 15px; }
  .revCarousel__nav { gap: 14px; margin-top: 28px; }
  .revCarousel__btn { width: 42px; height: 42px; }

  .pricingVideoRow { padding: 18px; gap: 16px; }

  .contactWrap { padding: 28px 20px; gap: 28px; }
  .contactBtn { padding: 16px 18px; gap: 14px; }
  .contactBtn__icon { width: 44px; height: 44px; border-radius: 10px; }
  .contactBtn__title { font-size: 15px; }

  .modal__dialog { width: 98%; border-radius: var(--radius-lg); }
  .modal__banner { height: 120px; }
  .modal__banner-icon { font-size: 48px; }
  .modal__scroll { padding: 8px 20px 28px; max-height: calc(90vh - 120px); }
  .modal__actions { flex-direction: column; }
  .modal__waBtn, .modal__actions .btn--soft { width: 100%; justify-content: center; }

  .brand__logo { height: 38px; }
  .header__inner { height: 64px; }

  .services-intro-short__wrap { flex-direction: column; padding: 20px; gap: 16px; }
  .services-intro-short__video { width: 100%; max-width: 220px; margin: 0 auto; }
  .about-video-row__grid { grid-template-columns: 1fr; }
  .about-video-row { padding: 20px; }

  .modal__meditation-cover { height: 200px; }
  .modal__meditation-cover-title { font-size: 16px; }
  .modal__meditation-cover:not([hidden]) ~ .modal__scroll { max-height: calc(90vh - 200px); }
}

/* Отключаем анимации при prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.1ms !important;
  }
}