:root {
  --luxury-pointer-x: 50%;
  --luxury-pointer-y: 40%;
  --luxury-parallax-x: 0px;
  --luxury-parallax-y: 0px;
  --luxury-gold-soft: rgba(240, 217, 154, 0.12);
  --luxury-teal-soft: rgba(79, 168, 182, 0.12);
  --luxury-panel-strong: rgba(8, 8, 10, 0.78);
  --luxury-line-strong: rgba(247, 239, 226, 0.18);
}

/* ─── Cursor orb ─── */
.luxury-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(216, 181, 109, 0.13) 0%,
    rgba(216, 181, 109, 0.05) 38%,
    transparent 68%
  );
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  mix-blend-mode: screen;
}

body {
  position: relative;
  overflow-x: hidden;
}

#root {
  position: relative;
  z-index: 1;
}

/* ─── Atmosphere layer ─── */
.luxury-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.luxury-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--luxury-pointer-x) var(--luxury-pointer-y), rgba(240, 217, 154, 0.18), transparent 22%),
    radial-gradient(circle at 14% 12%, rgba(240, 217, 154, 0.1), transparent 32%),
    radial-gradient(circle at 86% 14%, rgba(67, 153, 168, 0.13), transparent 26%),
    radial-gradient(circle at 72% 82%, rgba(140, 90, 220, 0.07), transparent 24%);
  filter: blur(12px);
  opacity: 1;
}

.luxury-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.034) 50%, transparent 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 80px);
  mix-blend-mode: screen;
  opacity: 0.32;
}

.luxury-atmosphere__aurora,
.luxury-atmosphere__mesh,
.luxury-atmosphere__grain,
.luxury-atmosphere__beam {
  position: absolute;
  inset: 0;
}

.luxury-atmosphere__aurora {
  filter: blur(90px);
  opacity: 0.72;
  transform-origin: center;
  animation: luxuryAurora 18s ease-in-out infinite alternate;
}

.luxury-atmosphere__aurora--gold {
  background:
    radial-gradient(circle at 22% 18%, rgba(216, 181, 109, 0.5), transparent 38%),
    radial-gradient(circle at 80% 70%, rgba(216, 181, 109, 0.22), transparent 30%);
}

.luxury-atmosphere__aurora--teal {
  background:
    radial-gradient(circle at 78% 20%, rgba(67, 153, 168, 0.38), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(79, 132, 200, 0.22), transparent 26%);
  animation-duration: 22s;
  animation-direction: alternate-reverse;
}

.luxury-atmosphere__aurora--violet {
  background:
    radial-gradient(circle at 52% 60%, rgba(140, 90, 220, 0.2), transparent 32%),
    radial-gradient(circle at 88% 44%, rgba(180, 100, 200, 0.14), transparent 24%);
  animation-duration: 26s;
  animation-delay: -8s;
}

.luxury-atmosphere__mesh {
  inset: -15%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%),
    linear-gradient(130deg, transparent 0%, rgba(240, 217, 154, 0.08) 45%, transparent 100%);
  background-size: 22px 22px, 100% 100%;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.96), transparent 86%);
  opacity: 0.2;
  animation: luxuryMesh 26s linear infinite;
}

.luxury-atmosphere__grain {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0.5px, transparent 0.7px);
  background-size: 14px 14px;
  opacity: 0.12;
  mix-blend-mode: screen;
}

.luxury-atmosphere__beam {
  inset: -12% 6% auto auto;
  width: 58vw;
  height: 58vw;
  background: conic-gradient(
    from 172deg,
    transparent 0deg,
    rgba(255, 255, 255, 0.1) 30deg,
    transparent 55deg,
    rgba(240, 217, 154, 0.22) 108deg,
    transparent 158deg
  );
  filter: blur(32px);
  opacity: 0.44;
  animation: luxuryBeam 22s ease-in-out infinite;
}

/* Gold dust particles */
.luxury-particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 217, 154, 0.95), rgba(240, 217, 154, 0.3) 60%, transparent 100%);
  pointer-events: none;
  animation: luxuryParticleRise var(--luxury-particle-dur, 14s) ease-in-out var(--luxury-particle-delay, 0s) infinite;
}

/* ─── Header ─── */
body.luxury-enhanced ._ambientCanvas_1xs16_8 {
  opacity: 0.46;
  filter: blur(1px) saturate(1.12);
}

body.luxury-enhanced ._header_1xs16_73 {
  background: rgba(5, 5, 7, 0.82);
  border-color: rgba(247, 239, 226, 0.14);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(240, 217, 154, 0.1) inset;
  backdrop-filter: blur(24px) saturate(1.3);
  position: relative;
  z-index: 320;
}

/* ─── Hero layout ─── */
body.luxury-enhanced ._heroGrid_1xs16_133 {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 42px;
}

/* ─── Hero copy block ─── */
body.luxury-enhanced ._heroCopy_1xs16_141 {
  position: relative;
  gap: 24px;
}

body.luxury-enhanced ._heroCopy_1xs16_141::before {
  content: "";
  position: absolute;
  inset: -28px -16px -24px -20px;
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(240, 217, 154, 0.09), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 60%);
  border: 1px solid rgba(247, 239, 226, 0.065);
  opacity: 0.96;
  z-index: -1;
  animation: luxuryPanelBreath 10s ease-in-out infinite;
}

/* ─── Hero title ─── */
body.luxury-enhanced ._heroTitle_1xs16_146 {
  max-width: 10ch;
  font-size: clamp(3.45rem, 7.15vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 14px 52px rgba(0, 0, 0, 0.32), 0 2px 8px rgba(0, 0, 0, 0.18);
  will-change: transform;
}

/* Gold phrase shimmer — dramatic sweep */
body.luxury-enhanced ._heroTitle_1xs16_146 span {
  display: inline;
  background: linear-gradient(
    115deg,
    rgba(200, 162, 88, 1) 0%,
    rgba(240, 217, 154, 1) 24%,
    rgba(255, 248, 210, 1) 40%,
    rgba(240, 217, 154, 1) 56%,
    rgba(200, 162, 88, 1) 72%,
    rgba(255, 248, 210, 1) 86%,
    rgba(240, 217, 154, 1) 100%
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: luxuryGoldShimmer 5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  filter: drop-shadow(0 0 20px rgba(240, 217, 154, 0.4));
}

/* ─── Hero lead text ─── */
body.luxury-enhanced ._heroLead_1xs16_157 {
  max-width: 37rem;
  color: rgba(247, 239, 226, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  opacity: 0;
  transform: translateY(18px);
  animation: luxuryFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

/* ─── Print ribbon tags ─── */
.luxury-print-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  transform: translateY(14px);
  animation: luxuryFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards;
}

.luxury-print-ribbon span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(240, 217, 154, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 217, 154, 0.12), rgba(255, 255, 255, 0.04));
  color: rgba(247, 239, 226, 0.92);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 4px 20px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.luxury-print-ribbon span:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 36px rgba(240, 217, 154, 0.22);
}

.luxury-print-ribbon span::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(240, 217, 154, 1), rgba(255, 255, 255, 0.92));
  animation: luxuryDotPulse 3s ease-in-out infinite;
}

.luxury-print-ribbon span:nth-child(2)::before { animation-delay: -1s; }
.luxury-print-ribbon span:nth-child(3)::before { animation-delay: -2s; }

/* ─── Buttons ─── */
body.luxury-enhanced ._buttonRow_1xs16_23 {
  opacity: 0;
  transform: translateY(14px);
  animation: luxuryFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
}

body.luxury-enhanced ._buttonPrimary_1xs16_30 {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(216, 181, 109, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  animation: luxuryButtonPulse 3.5s ease-in-out 1.6s infinite;
}

body.luxury-enhanced ._buttonPrimary_1xs16_30::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.28) 48%, transparent 76%);
  background-size: 250% 100%;
  animation: luxuryButtonSheen 4.5s ease-in-out 2s infinite;
}

body.luxury-enhanced ._buttonGhost_1xs16_31 {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(247, 239, 226, 0.2);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

body.luxury-enhanced ._buttonGhost_1xs16_31:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(240, 217, 154, 0.36);
  box-shadow: 0 8px 36px rgba(240, 217, 154, 0.14);
}

/* ─── Metric cards ─── */
body.luxury-enhanced ._metricRail_1xs16_165 {
  gap: 14px;
}

body.luxury-enhanced ._metricCard_1xs16_172 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
  border-color: rgba(240, 217, 154, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.24);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

body.luxury-enhanced ._metricCard_1xs16_172:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 56px rgba(240, 217, 154, 0.2);
}

body.luxury-enhanced ._metricCard_1xs16_172::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(240, 217, 154, 0.1) 50%, transparent 70%);
  background-size: 250% 100%;
  animation: luxuryButtonSheen 6s ease-in-out var(--luxury-metric-delay, 0s) infinite;
}

/* ─── Hero visual (image panel) ─── */
body.luxury-enhanced ._heroVisual_1xs16_197 {
  min-height: 700px;
  border: 1px solid rgba(247, 239, 226, 0.14);
  background: rgba(5, 5, 6, 0.34);
  overflow: hidden;
}

body.luxury-enhanced ._heroVisual_1xs16_197 img {
  transform: scale(1.04) translate3d(var(--luxury-parallax-x, 0px), var(--luxury-parallax-y, 0px), 0);
  transform-origin: center center;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  animation: luxuryImageFloat 14s ease-in-out infinite;
}

body.luxury-enhanced ._heroVisual_1xs16_197::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.5), transparent 48%),
    linear-gradient(180deg, transparent 42%, rgba(5, 5, 6, 0.84)),
    radial-gradient(circle at 78% 44%, rgba(255, 255, 255, 0.22), transparent 28%);
}

body.luxury-enhanced ._heroVisual_1xs16_197::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 12%, rgba(255, 255, 255, 0.14) 30%, transparent 48%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 11px);
  mix-blend-mode: screen;
  opacity: 0.44;
  animation: luxurySweep 11s ease-in-out infinite;
}

.luxury-print-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.luxury-print-markers,
.luxury-print-orbit {
  position: absolute;
  inset: 0;
}

.luxury-print-markers span {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0.9;
}

.luxury-print-markers span::before,
.luxury-print-markers span::after {
  content: "";
  position: absolute;
  background: rgba(240, 217, 154, 0.82);
}

.luxury-print-markers span::before {
  width: 14px;
  height: 1px;
}

.luxury-print-markers span::after {
  width: 1px;
  height: 14px;
}

.luxury-print-mark--tl { top: 26px; left: 24px; }
.luxury-print-mark--tl::before, .luxury-print-mark--bl::before { left: 0; }
.luxury-print-mark--tl::after, .luxury-print-mark--tr::after { top: 0; }
.luxury-print-mark--tr { top: 26px; right: 24px; }
.luxury-print-mark--tr::before, .luxury-print-mark--br::before { right: 0; }
.luxury-print-mark--bl { bottom: 122px; left: 24px; }
.luxury-print-mark--bl::after, .luxury-print-mark--br::after { bottom: 0; }
.luxury-print-mark--br { right: 24px; bottom: 122px; }

/* ─── Orbiting rings ─── */
.luxury-print-orbit span {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 154, 0.28);
  background: radial-gradient(circle, rgba(240, 217, 154, 0.18), transparent 70%);
  animation: luxuryPulse 8s ease-in-out infinite;
}

.luxury-print-orbit span:nth-child(1) {
  top: 7%; right: 9%;
  width: 132px; height: 132px;
}

.luxury-print-orbit span:nth-child(2) {
  top: 27%; left: 7%;
  width: 92px; height: 92px;
  animation-delay: -2.6s;
}

.luxury-print-orbit span:nth-child(3) {
  right: 17%; bottom: 13%;
  width: 168px; height: 168px;
  animation-delay: -5.2s;
}

/* ─── Panel accent line ─── */
.luxury-panel-accent {
  position: absolute;
  inset: 10px 16px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 217, 154, 0), rgba(240, 217, 154, 0.92), rgba(240, 217, 154, 0));
  animation: luxuryLineShimmer 4s ease-in-out infinite;
}

/* ─── Floating panel ─── */
body.luxury-enhanced ._floatingPanel_1xs16_221 {
  background: rgba(7, 7, 9, 0.84);
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(240, 217, 154, 0.06) inset;
  animation: luxuryPanelFloat 8s ease-in-out infinite;
}

body.luxury-enhanced ._floatingPanel_1xs16_221 strong {
  font-size: 1.72rem;
  line-height: 0.98;
  background: linear-gradient(
    115deg,
    rgba(200, 162, 88, 1) 0%,
    rgba(240, 217, 154, 1) 30%,
    rgba(255, 248, 210, 1) 45%,
    rgba(240, 217, 154, 1) 60%,
    rgba(200, 162, 88, 1) 80%,
    rgba(255, 248, 210, 1) 100%
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: luxuryGoldShimmer 6s ease-in-out 2s infinite;
}

body.luxury-enhanced ._sectionTitle_1xs16_274 {
  text-wrap: balance;
}

/* ═══════════════════════════════════════════
   RESPONSIVE — полная адаптивность
   ═══════════════════════════════════════════ */

/* ─── ≤1200px: широкий планшет ─── */
@media (max-width: 1200px) {
  body.luxury-enhanced ._heroTitle_1xs16_146 {
    font-size: clamp(3.2rem, 6vw, 6.5rem);
  }
}

/* ─── ≤980px: планшет — сбрасываем кастомную двухколоночную сетку ─── */
@media (max-width: 980px) {
  /* Курсор — нет на тач-устройствах */
  .luxury-cursor { display: none !important; }

  /* КРИТИЧЕСКИ: наш override 0.84fr/1.16fr перекрывал bundle-reset.
     Явно возвращаем 1 колонку. */
  body.luxury-enhanced ._heroGrid_1xs16_133 {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 116px;
  }

  body.luxury-enhanced ._heroTitle_1xs16_146 {
    max-width: none;
    font-size: clamp(2.9rem, 6.8vw, 5.6rem);
    line-height: 0.93;
  }

  body.luxury-enhanced ._heroCopy_1xs16_141::before {
    inset: -16px -12px -16px -14px;
  }

  body.luxury-enhanced ._heroVisual_1xs16_197 {
    min-height: 480px;
    border-radius: 28px;
  }

  /* Плавающая панель не плавает — статично */
  body.luxury-enhanced ._floatingPanel_1xs16_221 {
    animation: none;
    transform: none;
  }

  /* Experience — 2 колонки на планшете */
  body.luxury-enhanced ._experienceGrid_1xs16_367 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Aurora чуть тише */
  .luxury-atmosphere__aurora {
    filter: blur(72px);
    opacity: 0.58;
  }

  /* Секции */
  body.luxury-enhanced ._splitSection_1xs16_254,
  body.luxury-enhanced ._portfolioSection_1xs16_255,
  body.luxury-enhanced ._experienceSection_1xs16_256,
  body.luxury-enhanced ._contactSection_1xs16_257 {
    padding: 80px 0;
  }
}

/* ─── ≤768px: iPad portrait / большой телефон ─── */
@media (max-width: 768px) {
  body.luxury-enhanced ._heroGrid_1xs16_133 {
    gap: 26px;
    padding-top: 108px;
  }

  body.luxury-enhanced ._heroTitle_1xs16_146 {
    font-size: clamp(2.75rem, 9.5vw, 4.8rem);
  }

  body.luxury-enhanced ._heroLead_1xs16_157 {
    font-size: clamp(0.96rem, 3.5vw, 1.1rem);
  }

  body.luxury-enhanced ._heroVisual_1xs16_197 {
    min-height: 380px;
  }

  /* Portfolio — 1 колонка */
  body.luxury-enhanced ._portfolioGrid_1xs16_333 {
    grid-template-columns: 1fr;
  }

  body.luxury-enhanced ._portfolioCard_1xs16_305:first-child {
    grid-row: auto;
  }

  /* Metrics: 3 на планшете нормально */
  body.luxury-enhanced ._metricRail_1xs16_165 {
    gap: 10px;
  }

  .luxury-atmosphere__beam {
    width: 70vw;
    height: 70vw;
    opacity: 0.3;
  }
}

/* ─── ≤640px: телефон (совпадает с bundle breakpoint) ─── */
@media (max-width: 640px) {
  /* Атмосфера — облегчаем */
  .luxury-cursor { display: none !important; }

  .luxury-atmosphere__aurora {
    filter: blur(55px);
    opacity: 0.48;
  }

  .luxury-atmosphere__beam {
    width: 88vw;
    height: 88vw;
    inset: -8% 0 auto auto;
    filter: blur(28px);
    opacity: 0.26;
  }

  /* Частицы уже управляются JS — CSS только прячет лишние */
  .luxury-particle:nth-child(n+12) { display: none; }

  /* ── Hero ── */
  body.luxury-enhanced ._heroGrid_1xs16_133 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 100px;
  }

  body.luxury-enhanced ._heroCopy_1xs16_141 {
    gap: 16px;
  }

  body.luxury-enhanced ._heroCopy_1xs16_141::before {
    inset: -12px -8px -12px -10px;
    border-radius: 24px;
    animation: none;
  }

  body.luxury-enhanced ._heroTitle_1xs16_146 {
    max-width: none;
    font-size: clamp(2.65rem, 13vw, 4.4rem);
    line-height: 0.93;
    letter-spacing: -0.025em;
  }

  body.luxury-enhanced ._heroLead_1xs16_157 {
    max-width: 100%;
    font-size: clamp(0.93rem, 4.2vw, 1.05rem);
    /* Перезапускаем анимацию с меньшим сдвигом */
    animation: luxuryFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
  }

  /* ── Ribbon ── */
  .luxury-print-ribbon {
    gap: 7px;
    animation-delay: 0.7s;
  }

  .luxury-print-ribbon span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    gap: 7px;
  }

  /* ── Кнопки — складываются вертикально ── */
  body.luxury-enhanced ._buttonRow_1xs16_23 {
    flex-direction: column;
    gap: 10px;
    animation-delay: 0.9s;
  }

  body.luxury-enhanced ._buttonPrimary_1xs16_30 {
    width: 100%;
    justify-content: center;
    animation: luxuryButtonPulse 3.5s ease-in-out 2s infinite;
  }

  body.luxury-enhanced ._buttonGhost_1xs16_31 {
    width: 100%;
    justify-content: center;
  }

  /* ── Метрики — 3 колонки, но меньше ── */
  body.luxury-enhanced ._metricRail_1xs16_165 {
    /* Переопределяем бандловый 1fr */
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 8px;
  }

  body.luxury-enhanced ._metricCard_1xs16_172:hover {
    transform: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.24);
  }

  body.luxury-enhanced ._metricCard_1xs16_172::after {
    animation: none;
  }

  /* ── Визуальная панель ── */
  body.luxury-enhanced ._heroVisual_1xs16_197 {
    min-height: 280px;
    border-radius: 22px;
  }

  body.luxury-enhanced ._heroVisual_1xs16_197 img {
    transform: scale(1.04);
    transition: none;
    animation: luxuryImageFloat 14s ease-in-out infinite;
  }

  /* ── Плавающая панель — зафиксированная ── */
  body.luxury-enhanced ._floatingPanel_1xs16_221 {
    animation: none !important;
    transform: none !important;
  }

  body.luxury-enhanced ._floatingPanel_1xs16_221 strong {
    font-size: 1.42rem;
  }

  /* ── Орбиты — меньше ── */
  .luxury-print-orbit span:nth-child(1) { width: 78px; height: 78px; }
  .luxury-print-orbit span:nth-child(2) { width: 52px; height: 52px; }
  .luxury-print-orbit span:nth-child(3) { width: 96px; height: 96px; }

  /* ── Маркеры углов ── */
  .luxury-print-markers span { width: 20px; height: 20px; }
  .luxury-print-mark--tl::before, .luxury-print-mark--bl::before,
  .luxury-print-mark--tr::before, .luxury-print-mark--br::before { width: 10px; }
  .luxury-print-mark--tl::after, .luxury-print-mark--tr::after,
  .luxury-print-mark--bl::after, .luxury-print-mark--br::after { height: 10px; }
  .luxury-print-mark--bl, .luxury-print-mark--br { bottom: 44px; }

  /* ── Заголовки секций ── */
  body.luxury-enhanced ._sectionTitle_1xs16_274 {
    font-size: clamp(2.1rem, 9.5vw, 3.2rem);
    line-height: 0.92;
  }

  /* ── Experience — 1 колонка ── */
  body.luxury-enhanced ._experienceGrid_1xs16_367 {
    grid-template-columns: 1fr;
  }

  /* ── Секции ── */
  body.luxury-enhanced ._splitSection_1xs16_254,
  body.luxury-enhanced ._portfolioSection_1xs16_255,
  body.luxury-enhanced ._experienceSection_1xs16_256,
  body.luxury-enhanced ._contactSection_1xs16_257 {
    padding: 56px 0;
  }

  /* ── Contact ── */
  body.luxury-enhanced ._contactShell_1xs16_391 {
    padding: 22px 18px;
    border-radius: 22px;
  }
}

/* ─── ≤390px: iPhone 14/15 и меньше ─── */
@media (max-width: 390px) {
  body.luxury-enhanced ._heroTitle_1xs16_146 {
    font-size: clamp(2.4rem, 14.5vw, 3.6rem);
    line-height: 0.91;
  }

  body.luxury-enhanced ._heroLead_1xs16_157 {
    font-size: 0.9rem;
  }

  /* Ribbon — вертикально */
  .luxury-print-ribbon {
    flex-direction: column;
    gap: 6px;
  }

  .luxury-print-ribbon span {
    width: 100%;
    max-width: 100%;
  }

  /* Метрики — 2 колонки, третья растягивается */
  body.luxury-enhanced ._metricRail_1xs16_165 {
    grid-template-columns: 1fr 1fr;
  }

  body.luxury-enhanced ._heroVisual_1xs16_197 {
    min-height: 240px;
  }
}

/* ─── Mobile burger button ─── */
.luxury-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(247, 239, 226, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  cursor: pointer;
  z-index: 300;
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.luxury-burger:hover {
  background: rgba(240, 217, 154, 0.12);
  border-color: rgba(240, 217, 154, 0.3);
}

.luxury-burger__lines {
  position: relative;
  width: 20px;
  height: 14px;
  pointer-events: none;
}

.luxury-burger__lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: rgba(247, 239, 226, 0.9);
  border-radius: 2px;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, top 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.luxury-burger__lines span:nth-child(1) { top: 0; }
.luxury-burger__lines span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.luxury-burger__lines span:nth-child(3) { bottom: 0; }

/* Open state → X */
.luxury-burger.is-open .luxury-burger__lines span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.luxury-burger.is-open .luxury-burger__lines span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
.luxury-burger.is-open .luxury-burger__lines span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 980px) {
  .luxury-burger {
    display: flex;
  }
}

/* ─── Mobile menu overlay ─── */
.luxury-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 112px 24px 40px;
  overflow-y: auto;
  background: rgba(5, 5, 7, 0.96);
  backdrop-filter: blur(28px) saturate(1.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.luxury-mobile-menu.is-open {
  opacity: 1;
  pointer-events: all;
}

.luxury-mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(240, 217, 154, 0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(67, 153, 168, 0.1), transparent 38%);
  pointer-events: none;
}

.luxury-mobile-menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(320px, calc(100vw - 48px));
  padding: 20px 28px;
  border: 1px solid rgba(247, 239, 226, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 239, 226, 0.88);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  backdrop-filter: blur(12px);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  transform: translateY(16px);
}

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

.luxury-mobile-menu.is-open a:nth-child(1) { transition-delay: 0.04s; }
.luxury-mobile-menu.is-open a:nth-child(2) { transition-delay: 0.1s; }
.luxury-mobile-menu.is-open a:nth-child(3) { transition-delay: 0.16s; }
.luxury-mobile-menu.is-open a:nth-child(4) { transition-delay: 0.22s; }

.luxury-mobile-menu a:hover,
.luxury-mobile-menu a:focus-visible {
  background: rgba(240, 217, 154, 0.1);
  border-color: rgba(240, 217, 154, 0.3);
  color: rgba(247, 239, 226, 1);
  transform: translateY(-2px);
}

/* Main site link — gold accent */
.luxury-mobile-menu a:last-child {
  border-color: rgba(240, 217, 154, 0.22);
  background: linear-gradient(135deg, rgba(240, 217, 154, 0.1), rgba(255, 255, 255, 0.04));
  color: rgba(240, 217, 154, 0.95);
}

.luxury-mobile-menu a:last-child:hover {
  background: linear-gradient(135deg, rgba(240, 217, 154, 0.18), rgba(255, 255, 255, 0.07));
  box-shadow: 0 8px 32px rgba(240, 217, 154, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .luxury-atmosphere__aurora,
  .luxury-atmosphere__mesh,
  .luxury-atmosphere__beam,
  .luxury-cursor,
  .luxury-particle,
  body.luxury-enhanced ._heroVisual_1xs16_197 img,
  body.luxury-enhanced ._heroVisual_1xs16_197::after,
  body.luxury-enhanced ._heroLead_1xs16_157,
  .luxury-print-ribbon,
  body.luxury-enhanced ._buttonRow_1xs16_23,
  body.luxury-enhanced ._floatingPanel_1xs16_221,
  .luxury-print-orbit span {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ─── Keyframes ─── */

@keyframes luxuryAurora {
  0%   { transform: translate3d(-3%, 0%, 0) scale(1); }
  100% { transform: translate3d(4%, 3%, 0) scale(1.12); }
}

@keyframes luxuryBeam {
  0%   { transform: rotate(0deg) scale(1); opacity: 0.24; }
  50%  { opacity: 0.52; }
  100% { transform: rotate(14deg) scale(1.12); opacity: 0.3; }
}

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

@keyframes luxurySweep {
  0%, 100% { transform: translate3d(-10%, 0, 0); opacity: 0.2; }
  45%       { opacity: 0.48; }
  50%       { transform: translate3d(10%, 0, 0); }
}

@keyframes luxuryImageFloat {
  0%, 100% { transform: scale(1.04) translate3d(var(--luxury-parallax-x, 0px), var(--luxury-parallax-y, 0px), 0); }
  50%       { transform: scale(1.06) translate3d(var(--luxury-parallax-x, 0px), calc(var(--luxury-parallax-y, 0px) - 10px), 0); }
}

@keyframes luxuryPulse {
  0%, 100% { transform: scale(0.88); opacity: 0.2; }
  50%       { transform: scale(1.06); opacity: 0.62; }
}

@keyframes luxuryGoldShimmer {
  0%        { background-position: 100% 50%; }
  40%, 60%  { background-position: 0% 50%; }
  100%      { background-position: 100% 50%; }
}

@keyframes luxuryFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes luxuryPanelBreath {
  0%, 100% { opacity: 0.9; }
  50%       { opacity: 1; }
}

@keyframes luxuryPanelFloat {
  0%, 100% { transform: translateY(0); box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  50%       { transform: translateY(-8px); box-shadow: 0 44px 100px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 40px rgba(240, 217, 154, 0.08); }
}

@keyframes luxuryLineShimmer {
  0%, 100% { opacity: 0.36; transform: scaleX(0.65); }
  50%       { opacity: 0.92; transform: scaleX(1.1); }
}

@keyframes luxuryButtonPulse {
  0%, 100% { box-shadow: 0 18px 52px rgba(216, 181, 109, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.14) inset; }
  50%       { box-shadow: 0 22px 68px rgba(216, 181, 109, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 0 32px rgba(240, 217, 154, 0.22); }
}

@keyframes luxuryButtonSheen {
  0%, 70%, 100% { background-position: 250% 0; }
  35%            { background-position: -250% 0; }
}

@keyframes luxuryDotPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(240, 217, 154, 0.12), 0 0 6px rgba(240, 217, 154, 0.36); }
  50%       { box-shadow: 0 0 0 7px rgba(240, 217, 154, 0.2), 0 0 16px rgba(240, 217, 154, 0.56); }
}

@keyframes luxuryParticleRise {
  0%   { transform: translate3d(0, 0, 0) scale(0.2); opacity: 0; }
  12%  { opacity: 0.72; }
  88%  { opacity: 0.36; }
  100% { transform: translate3d(var(--luxury-particle-dx, 24px), -85vh, 0) scale(0.5); opacity: 0; }
}