/* ============ ШРИФТЫ (variable, self-hosted) ============ */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../assets/fonts/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: 200 800;
  font-display: swap;
  src: url("../assets/fonts/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: 200 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../assets/fonts/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;
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/tektur-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: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/tektur-cyrillic.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/tektur-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/tektur-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 {
  --bg: #0C0A07;
  --bg2: #100D09;
  --panel: #14110B;
  --gold: #D9A441;
  --cream: #F2EAD9;
  --pad-x: clamp(20px, 4vw, 56px);
  --tektur: 'Tektur', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--cream);
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}
::selection { background: var(--gold); color: var(--bg); }
.gold { color: var(--gold); }

/* ============ АНИМАЦИИ ============ */
@keyframes heroLine { from { opacity: 0; transform: translateY(60px) skewY(2deg); } to { opacity: 1; transform: translateY(0) skewY(0); } }
@keyframes heroFade { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marqueeL { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marqueeR { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes glowPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 0.9; } }
@keyframes keySpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes smokeA { 0% { transform: translate(-6%, 2%) scale(1); opacity: 0.55; } 50% { transform: translate(5%, -3%) scale(1.15); opacity: 0.8; } 100% { transform: translate(-6%, 2%) scale(1); opacity: 0.55; } }
@keyframes smokeB { 0% { transform: translate(4%, -2%) scale(1.1); opacity: 0.4; } 50% { transform: translate(-5%, 3%) scale(1); opacity: 0.65; } 100% { transform: translate(4%, -2%) scale(1.1); opacity: 0.4; } }
@keyframes rayShift { 0% { transform: rotate(-2deg) translateX(-2%); opacity: 0.5; } 50% { transform: rotate(2deg) translateX(2%); opacity: 0.85; } 100% { transform: rotate(-2deg) translateX(-2%); opacity: 0.5; } }
@keyframes stepProgress { from { width: 0; } to { width: 100%; } }
@keyframes stepIn { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: translateX(0); } }

/* ============ HEADER ============ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 18px var(--pad-x);
  background: linear-gradient(180deg, rgba(12,10,7,0.92) 0%, rgba(12,10,7,0.75) 70%, rgba(12,10,7,0) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.logo {
  font-family: var(--tektur); font-weight: 900; font-size: 18px; letter-spacing: 0.06em;
  color: var(--cream); text-decoration: none; display: flex; align-items: center; gap: 10px;
}
.logo-mark {
  display: inline-flex; width: 34px; height: 34px; border: 1.5px solid var(--gold);
  align-items: center; justify-content: center; color: var(--gold); font-size: 15px; border-radius: 2px;
}
.logo-sub {
  display: block; font-family: 'Manrope', sans-serif; font-weight: 600;
  font-size: 10px; letter-spacing: 0.32em; color: var(--gold);
}
.nav-desktop { display: flex; gap: 32px; font-size: 14px; font-weight: 600; letter-spacing: 0.04em; }
.nav-desktop a { color: var(--cream); text-decoration: none; opacity: 0.75; transition: opacity 0.2s ease, color 0.2s ease; }
.nav-desktop a:hover { opacity: 1; color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-phone {
  color: var(--cream); text-decoration: none; font-weight: 700; font-size: 14px;
  letter-spacing: 0.03em; opacity: 0.9; white-space: nowrap; transition: color 0.2s ease;
}
.header-phone:hover { color: var(--gold); }
.header-cta {
  background: var(--gold); color: var(--bg); text-decoration: none; font-weight: 700;
  font-size: 13px; letter-spacing: 0.06em; padding: 12px 22px; border-radius: 2px;
  transition: transform 0.2s ease, box-shadow 0.2s ease; white-space: nowrap;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(217,164,65,0.35); }

/* ============ КНОПКИ ============ */
.btn-gold {
  background: var(--gold); color: var(--bg); text-decoration: none;
  font-family: var(--tektur); font-weight: 800; font-size: 15px; padding: 20px 36px;
  transition: transform 0.2s ease, box-shadow 0.2s ease; display: inline-block;
}
.btn-clip { clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(217,164,65,0.4); }
.btn-ghost {
  color: var(--cream); text-decoration: none; font-weight: 700; font-size: 14px;
  padding: 20px 26px; border: 1px solid rgba(242,234,217,0.3);
  transition: border-color 0.2s ease, color 0.2s ease; display: inline-block;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  justify-content: flex-end; overflow: hidden;
}
.hero-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse 120% 90% at 30% 20%, #1A1409 0%, #0C0A07 55%); }
.hero-cinema {
  position: absolute; top: -8%; bottom: -8%; right: 0; width: 62%;
  filter: sepia(0.35) saturate(0.85) contrast(1.05) brightness(0.9);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.85) 38%, #000 65%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.85) 38%, #000 65%);
  will-change: transform;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 25%;
  opacity: 0; transition: opacity 1.8s ease;
  will-change: transform, opacity;
}
.hero-slide.on { opacity: 1; }
.hero-slide.kb-a { animation: kenBurnsA 14s ease-in-out both; }
.hero-slide.kb-b { animation: kenBurnsB 14s ease-in-out both; }
@keyframes kenBurnsA { from { transform: scale(1.06) translateX(0); } to { transform: scale(1.18) translateX(-2.5%); } }
@keyframes kenBurnsB { from { transform: scale(1.18) translateX(-2%); } to { transform: scale(1.06) translateX(1%); } }
/* Мерцание факелов: тёплые пятна света с неровным пульсом */
.hero-torch {
  position: absolute; inset: 0; pointer-events: none; mix-blend-mode: screen;
  background:
    radial-gradient(ellipse 26% 32% at 78% 34%, rgba(217,140,50,0.20) 0%, transparent 70%),
    radial-gradient(ellipse 20% 26% at 52% 62%, rgba(200,110,40,0.14) 0%, transparent 70%);
  animation: torchFlicker 4.6s steps(1, end) infinite;
}
@keyframes torchFlicker {
  0% { opacity: 0.85; } 7% { opacity: 0.6; } 12% { opacity: 0.95; }
  21% { opacity: 0.7; } 28% { opacity: 1; } 39% { opacity: 0.65; }
  47% { opacity: 0.9; } 58% { opacity: 0.75; } 66% { opacity: 1; }
  74% { opacity: 0.6; } 83% { opacity: 0.92; } 91% { opacity: 0.7; } 100% { opacity: 0.85; }
}
.hero-embers { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
/* «Живая» подпись кадра */
.hero-caption {
  position: absolute; right: clamp(20px, 4vw, 56px); bottom: 132px;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border: 1px solid rgba(217,164,65,0.35); border-radius: 2px;
  background: rgba(12,10,7,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  font-family: var(--tektur); font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(242,234,217,0.9);
  animation: heroFade 0.9s ease 1.15s both;
}
.hero-caption-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 10px rgba(217,164,65,0.9); animation: capPulse 1.6s ease-in-out infinite;
}
@keyframes capPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.75); } }
.hero-caption-text { transition: opacity 0.5s ease; }
.hero-caption-text.fading { opacity: 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,7,0.5) 0%, rgba(12,10,7,0.15) 38%, rgba(12,10,7,0.9) 82%, #0C0A07 100%); }
.hero-rays {
  position: absolute; top: -20%; left: 15%; width: 70%; height: 90%;
  background: conic-gradient(from 178deg at 50% 0%, transparent 0deg, rgba(217,164,65,0.10) 4deg, transparent 9deg, rgba(217,164,65,0.06) 14deg, transparent 20deg);
  transform-origin: 50% 0; animation: rayShift 11s ease-in-out infinite; pointer-events: none;
}
.hero-smoke { position: absolute; pointer-events: none; }
.hero-smoke-a {
  left: -15%; bottom: -10%; width: 80%; height: 60%;
  background: radial-gradient(ellipse 60% 50% at 50% 60%, rgba(120,95,50,0.22) 0%, transparent 70%);
  filter: blur(40px); animation: smokeA 16s ease-in-out infinite;
}
.hero-smoke-b {
  right: -20%; bottom: -15%; width: 90%; height: 70%;
  background: radial-gradient(ellipse 55% 45% at 50% 55%, rgba(70,58,38,0.35) 0%, transparent 70%);
  filter: blur(50px); animation: smokeB 21s ease-in-out infinite;
}
.hero-smoke-c {
  left: 10%; top: 10%; width: 70%; height: 55%;
  background: radial-gradient(ellipse 50% 40% at 50% 50%, rgba(217,164,65,0.10) 0%, transparent 70%);
  filter: blur(60px); animation: smokeB 26s ease-in-out infinite reverse;
}
.hero-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 45% at 62% 40%, rgba(217,164,65,0.13) 0%, transparent 70%);
  animation: glowPulse 7s ease-in-out infinite; pointer-events: none;
}
.hero-rail {
  position: absolute; left: clamp(16px, 2.5vw, 40px); top: 0; bottom: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  gap: 20px; padding-bottom: 140px; pointer-events: none;
}
.hero-rail-text {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-size: 12px; font-weight: 700; letter-spacing: 0.42em; color: rgba(217,164,65,0.8);
  animation: heroFade 1s ease 1.1s both;
}
.hero-rail-line {
  width: 1px; height: 90px;
  background: linear-gradient(180deg, rgba(217,164,65,0.7), transparent);
  animation: heroFade 1s ease 1.2s both;
}
.hero-body { position: relative; padding: 150px var(--pad-x) 0 clamp(56px, 7vw, 120px); }
.hero-badge-row { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; animation: heroFade 0.9s ease 0.1s both; }
.hero-badge {
  font-family: var(--tektur); font-size: 12px; font-weight: 700; letter-spacing: 0.3em;
  color: var(--bg); background: var(--gold); padding: 7px 14px 6px;
}
.hero-title {
  margin: 0; font-family: var(--tektur); font-weight: 900; line-height: 0.92;
  text-transform: uppercase; display: flex; flex-direction: column;
}
.hero-line { display: block; overflow: hidden; }
.hero-line-gap { margin-top: clamp(6px, 0.8vw, 14px); }
.hero-line-in { display: block; animation: heroLine 0.9s cubic-bezier(0.22,1,0.36,1) both; }
.hero-line-1 {
  font-size: clamp(26px, 3.4vw, 52px); font-weight: 600; letter-spacing: 0.14em;
  color: rgba(242,234,217,0.9); animation-delay: 0.2s;
}
.hero-line-2 {
  font-size: clamp(52px, 9.6vw, 150px); letter-spacing: 0.01em; color: transparent;
  background: linear-gradient(110deg, #D9A441 0%, #D9A441 42%, #F7E1A6 50%, #D9A441 58%, #D9A441 100%);
  background-size: 260% 100%; background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text;
  text-shadow: 0 10px 60px rgba(217,164,65,0.25);
  animation: heroLine 0.9s cubic-bezier(0.22,1,0.36,1) 0.38s both, goldShimmer 7s ease-in-out 2s infinite;
}
@keyframes goldShimmer {
  0%, 55% { background-position: 100% 0; }
  75%, 100% { background-position: 0% 0; }
}
.hero-line-3 {
  font-size: clamp(52px, 9.6vw, 150px); letter-spacing: 0.01em;
  margin-left: clamp(28px, 6vw, 110px);
  -webkit-text-stroke: 2px rgba(217,164,65,0.9); color: transparent; animation-delay: 0.56s;
}
.hero-dot { -webkit-text-stroke: 0; color: var(--gold); }
.hero-bottom {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 32px; margin-top: clamp(28px, 3vw, 44px); padding-bottom: 120px;
}
.hero-lead-col { display: flex; flex-direction: column; gap: 26px; animation: heroFade 0.9s ease 0.7s both; }
.hero-lead {
  margin: 0; max-width: 440px; font-size: 17px; line-height: 1.6;
  color: rgba(242,234,217,0.85); border-left: 2px solid var(--gold); padding-left: 20px;
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero-seal {
  position: relative; width: 158px; height: 158px;
  margin-right: clamp(0px, 3vw, 60px); animation: heroFade 0.9s ease 0.9s both;
}
.hero-seal-ring { position: absolute; inset: 0; animation: keySpin 26s linear infinite; }
.hero-seal-text {
  font-family: var(--tektur); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.35em; fill: rgba(217,164,65,0.85);
}
.hero-seal-key { position: absolute; top: 53px; left: 53px; }
.hero-stats {
  position: relative; border-top: 1px solid rgba(217,164,65,0.25);
  background: rgba(12,10,7,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: grid; grid-template-columns: repeat(4, 1fr); animation: heroFade 0.9s ease 1s both;
}
.hero-stat { padding: 26px clamp(16px, 3vw, 48px); border-right: 1px solid rgba(217,164,65,0.15); }
.hero-stat-num { font-family: var(--tektur); font-weight: 800; font-size: clamp(22px, 2.4vw, 34px); color: var(--gold); }
.hero-stat-label { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; color: rgba(242,234,217,0.65); margin-top: 6px; }

/* ============ MARQUEE ============ */
.marquee {
  border-top: 1px solid rgba(217,164,65,0.3); border-bottom: 1px solid rgba(217,164,65,0.3);
  background: var(--gold); overflow: hidden; padding: 14px 0;
}
.marquee-track { display: flex; width: max-content; animation: marqueeL 28s linear infinite; }
.marquee-track span {
  display: flex; align-items: center; gap: 28px; padding-right: 28px;
  font-family: var(--tektur); font-weight: 700; font-size: 15px; letter-spacing: 0.08em;
  color: var(--bg); white-space: nowrap;
}
.marquee-track span i { font-style: normal; font-size: 11px; }

/* ============ СЕКЦИИ: ОБЩЕЕ ============ */
.h2 {
  margin: 0; font-family: var(--tektur); font-weight: 800;
  font-size: clamp(32px, 5vw, 64px); line-height: 1.05; text-transform: uppercase;
}
.section-head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: clamp(40px, 5vw, 72px);
}
.section-head .h2 { max-width: 720px; }
.section-head-col { margin-bottom: clamp(40px, 5vw, 72px); }
.section-note { margin: 0; max-width: 380px; font-size: 16px; line-height: 1.6; color: rgba(242,234,217,0.7); }
.kicker-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.kicker-line { width: 44px; height: 1px; background: var(--gold); }
.kicker-line-sm { width: 34px; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.34em; color: var(--gold); }
.kicker-sm { font-size: 12px; letter-spacing: 0.3em; }

/* ============ ПРЕИМУЩЕСТВА (аккордеон) ============ */
.section-why { padding: clamp(80px, 10vw, 140px) var(--pad-x); }
.acc-row { display: flex; gap: 10px; height: 560px; }
.acc-panel {
  position: relative; flex: 1; overflow: hidden;
  border: 1px solid rgba(217,164,65,0.18); background: var(--panel); cursor: pointer;
  transition: flex 0.65s cubic-bezier(0.32,0.72,0.24,1), border-color 0.4s ease,
              background 0.4s ease;
  min-width: 0;
}
.acc-panel.acc-on {
  flex: 4.2; border-color: rgba(217,164,65,0.6);
  background: linear-gradient(165deg, #1C160C 0%, #12100A 65%);
}
.acc-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.25; transition: opacity 0.6s ease, transform 0.8s ease; transform: scale(1.12);
}
.acc-on .acc-img { opacity: 1; transform: scale(1); }
.acc-img-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,7,0.45) 0%, rgba(12,10,7,0.85) 100%); }
.acc-num {
  position: absolute; top: 18px; right: 20px; font-family: var(--tektur);
  font-weight: 900; font-size: 88px; line-height: 1; color: transparent;
  -webkit-text-stroke: 1.2px rgba(217,164,65,0.2);
  pointer-events: none; user-select: none; transition: -webkit-text-stroke-color 0.4s ease;
}
.acc-on .acc-num { -webkit-text-stroke-color: rgba(217,164,65,0.5); }
.acc-vert {
  position: absolute; left: 26px; bottom: 24px; writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--tektur); font-weight: 700; font-size: 17px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(242,234,217,0.55); white-space: nowrap;
  opacity: 1; transition: opacity 0.4s ease, color 0.4s ease; pointer-events: none;
}
.acc-on .acc-vert { opacity: 0; color: var(--gold); }
.acc-content {
  position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(24px, 2.5vw, 40px);
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.5s ease 0.18s, transform 0.5s ease 0.18s; pointer-events: none;
}
.acc-on .acc-content { opacity: 1; transform: translateY(0); }
.acc-badge {
  display: inline-block; font-family: var(--tektur); font-size: 11px; font-weight: 700;
  letter-spacing: 0.26em; color: var(--bg); background: var(--gold);
  padding: 6px 12px 5px; margin-bottom: 18px;
}
.acc-title {
  margin: 0 0 14px; font-family: var(--tektur); font-weight: 800;
  font-size: clamp(22px, 2.3vw, 34px); line-height: 1.08; text-transform: uppercase; min-width: 320px;
}
.acc-text { margin: 0; max-width: 460px; min-width: 300px; font-size: 15px; line-height: 1.65; color: rgba(242,234,217,0.78); }

/* ============ КАК ПРОХОДИТ ============ */
.section-how {
  padding: clamp(80px, 10vw, 140px) var(--pad-x);
  background: var(--bg2); border-top: 1px solid rgba(217,164,65,0.15);
}
.how-grid { display: grid; grid-template-columns: minmax(300px, 5fr) 7fr; gap: clamp(32px, 5vw, 88px); align-items: start; }
.step-item {
  position: relative; cursor: pointer; padding: 20px 4px;
  border-bottom: 1px solid rgba(217,164,65,0.15);
  display: flex; align-items: baseline; gap: 18px; transition: padding-left 0.3s ease;
}
.step-item:hover { padding-left: 12px; }
.step-item-num {
  font-family: var(--tektur); font-weight: 700; font-size: 14px;
  color: rgba(217,164,65,0.45); transition: color 0.3s ease;
}
.step-item-title {
  font-family: var(--tektur); font-weight: 700; font-size: clamp(15px, 1.3vw, 18px);
  text-transform: uppercase; letter-spacing: 0.02em;
  color: rgba(242,234,217,0.45); transition: color 0.3s ease;
}
.step-item-arrow { margin-left: auto; font-size: 14px; color: transparent; transition: color 0.3s ease; }
.step-item.on .step-item-num { color: var(--gold); }
.step-item.on .step-item-title { color: var(--cream); }
.step-item.on .step-item-arrow { color: var(--gold); }
.step-item-bar {
  position: absolute; left: 0; bottom: -1px; height: 2px; background: var(--gold);
  display: none;
}
.step-item.on .step-item-bar { display: block; animation: stepProgress 6s linear both; }
.step-panel {
  position: relative; min-height: 360px; padding: clamp(28px, 3vw, 52px);
  border: 1px solid rgba(217,164,65,0.25);
  background: linear-gradient(145deg, #17130C 0%, #100D09 70%);
  border-radius: 4px; overflow: hidden;
  animation: stepIn 0.55s cubic-bezier(0.22,1,0.36,1) both;
}
.step-ghost {
  position: absolute; top: -40px; right: -10px; font-family: var(--tektur);
  font-weight: 900; font-size: clamp(160px, 18vw, 260px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(217,164,65,0.28);
  pointer-events: none; user-select: none;
}
.step-panel-inner { position: relative; display: flex; flex-direction: column; gap: 22px; max-width: 560px; }
.step-panel-inner .kicker-row { margin-bottom: 0; }
.step-title {
  margin: 0; font-family: var(--tektur); font-weight: 800;
  font-size: clamp(26px, 3.2vw, 46px); line-height: 1.08; text-transform: uppercase; color: var(--cream);
}
.step-text { margin: 0; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.7; color: rgba(242,234,217,0.75); }
.step-dots {
  position: absolute; left: clamp(28px, 3vw, 52px); bottom: clamp(24px, 2.5vw, 40px);
  display: flex; gap: 8px;
}
.step-dots span { width: 26px; height: 3px; background: rgba(217,164,65,0.25); cursor: pointer; transition: background 0.3s ease; }
.step-dots span.on { background: var(--gold); }

/* ============ ГАЛЕРЕЯ ============ */
.section-gallery { padding: clamp(80px, 10vw, 140px) 0; overflow: hidden; }
.gallery-head { padding: 0 var(--pad-x); margin-bottom: clamp(36px, 4vw, 56px); }
.gallery-rows { display: flex; flex-direction: column; gap: 16px; }
.gallery-track { display: flex; width: max-content; gap: 16px; }
.gallery-track-l { animation: marqueeL 46s linear infinite; }
.gallery-track-r { animation: marqueeR 52s linear infinite; }
.gallery-track img {
  height: 240px; width: auto; border-radius: 4px;
  border: 1px solid rgba(217,164,65,0.2); object-fit: cover; filter: saturate(0.95);
}
.gallery-more {
  text-align: center; margin-top: 40px; font-size: 14px; font-weight: 600;
  letter-spacing: 0.05em; color: rgba(242,234,217,0.6);
}
.gallery-more a {
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(217,164,65,0.4); transition: border-color 0.2s ease;
}
.gallery-more a:hover { border-bottom-color: var(--gold); }

/* ============ ОТЗЫВЫ ============ */
.section-reviews {
  padding: clamp(80px, 10vw, 140px) var(--pad-x);
  background: var(--bg2); border-top: 1px solid rgba(217,164,65,0.15);
}
.section-reviews .section-head-col { margin-bottom: clamp(40px, 5vw, 64px); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.review-card {
  margin: 0; border: 1px solid rgba(217,164,65,0.2); border-radius: 4px;
  padding: clamp(28px, 3vw, 44px); background: var(--panel);
  display: flex; flex-direction: column; gap: 24px;
}
.review-quote { color: var(--gold); font-family: var(--tektur); font-size: 28px; line-height: 1; }
.review-card blockquote { margin: 0; font-size: 17px; line-height: 1.7; color: rgba(242,234,217,0.85); flex: 1; }
.review-card figcaption { font-family: var(--tektur); font-weight: 700; font-size: 14px; color: var(--gold); }
.review-maps {
  border: 1px dashed rgba(217,164,65,0.35); border-radius: 4px;
  padding: clamp(28px, 3vw, 44px);
  display: flex; flex-direction: column; justify-content: center; gap: 18px;
}
.review-maps p { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(242,234,217,0.75); }
.review-maps-links { display: flex; flex-wrap: wrap; gap: 12px; }
.review-maps-links a {
  color: var(--cream); text-decoration: none; font-weight: 700; font-size: 14px;
  padding: 14px 22px; border: 1px solid rgba(242,234,217,0.3); border-radius: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.review-maps-links a:hover { border-color: var(--gold); color: var(--gold); }

/* ============ CTA ============ */
.section-cta {
  position: relative; padding: clamp(100px, 12vw, 180px) var(--pad-x);
  text-align: center; overflow: hidden;
}
.cta-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 55% at 50% 60%, rgba(217,164,65,0.16) 0%, transparent 70%); }
.cta-body { position: relative; }
.cta-kicker { margin-bottom: 24px; }
.cta-title {
  margin: 0 auto; max-width: 1000px; font-family: var(--tektur); font-weight: 900;
  font-size: clamp(36px, 6.5vw, 92px); line-height: 1.02; text-transform: uppercase;
}
.cta-note { margin: 28px auto 44px; max-width: 480px; font-size: 17px; line-height: 1.6; color: rgba(242,234,217,0.75); }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.cta-phone { font-size: clamp(16px, 2vw, 22px); padding: 24px 44px; border-radius: 2px; }
.cta-phone:hover { box-shadow: 0 14px 40px rgba(217,164,65,0.45); }
.cta-tg { font-size: 16px; padding: 24px 36px; border-radius: 2px; }

/* ============ FOOTER ============ */
.footer {
  border-top: 1px solid rgba(217,164,65,0.2); padding: 36px var(--pad-x);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 20px; font-size: 13px; color: rgba(242,234,217,0.5);
}
.footer-brand { font-family: var(--tektur); font-weight: 700; font-size: 14px; color: rgba(242,234,217,0.8); }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: rgba(242,234,217,0.6); text-decoration: none; transition: color 0.2s ease; }
.footer-links a:hover { color: var(--gold); }

/* ============ REVEAL ============ */
[data-reveal] {
  opacity: 0; transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
[data-reveal].revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hero-line-in, .hero-badge-row, .hero-lead-col, .hero-seal, .hero-stats,
  .hero-rail-text, .hero-rail-line, .hero-slide, .hero-torch, .hero-caption { animation: none !important; }
  .hero-line-in { opacity: 1; }
  .hero-slide:first-child { opacity: 1; }
}

/* ============ АДАПТИВ ============ */
@media (max-width: 1180px) {
  .nav-desktop { display: none; }
}
@media (max-width: 980px) {
  .how-grid { grid-template-columns: 1fr; }
  .acc-row { flex-direction: column; height: auto; }
  .acc-panel { min-height: 88px; }
  .acc-panel.acc-on { min-height: 300px; }
  .acc-panel.acc-on .acc-content { position: static; transform: none; }
  .acc-vert { writing-mode: horizontal-tb; transform: none; }
  .acc-title, .acc-text { min-width: 0; }
}
@media (max-width: 720px) {
  .header-phone { display: none; }
  .hero-rail { display: none; }
  .hero-caption { display: none; }
  .header { gap: 12px; padding-top: 14px; padding-bottom: 14px; }
  .logo { font-size: 15px; gap: 8px; }
  .logo-mark { width: 28px; height: 28px; font-size: 13px; }
  .logo-sub { font-size: 8px; letter-spacing: 0.26em; }
  .header-cta { font-size: 11px; padding: 10px 14px; letter-spacing: 0.04em; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stat { border-bottom: 1px solid rgba(217,164,65,0.15); }
  .hero-bottom { padding-bottom: 80px; }
}
