/* ============================================================
   Дизайн-токены — единственный источник правды.
   Канон палитры: приглушённое золото «visual balance pass».
   Не переопределять :root ниже по файлу и в inline-стилях
   страниц — значения там должны совпадать с этими.
   Шкала радиусов: 12 / 14 / 16 / 18 / 20 / 24 / 999(pill).
   ============================================================ */
:root{
  --bg:#0a0d10;
  --bg2:#11151a;
  --bg3:#181d23;
  --txt:#f4efe4;
  --mut:#b7b1a7;
  --mut2:#8f9298;
  --gold:#9c7a3a;
  --gold2:#d3bf88;
  --platinum:#d9d8d2;
  --line:rgba(211,191,136,.16);
  --line-strong:rgba(211,191,136,.28);
  --line-cool:rgba(170,184,194,.2);
  --surface:rgba(255,255,255,.026);
  --surface2:rgba(255,255,255,.045);
  --surface3:rgba(255,255,255,.07);
  --premium-panel:linear-gradient(155deg,rgba(255,255,255,.044),rgba(255,255,255,.014) 52%,rgba(211,191,136,.028));
  --premium-panel-soft:linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.01));
  --premium-border:rgba(217,216,210,.14);
  --premium-shadow:0 20px 68px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.045);
  --premium-shadow-strong:0 30px 92px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.055);
  --shadow-soft:var(--premium-shadow);
  --shadow:var(--premium-shadow-strong);
  --dash-panel:linear-gradient(150deg,rgba(27,28,35,.74),rgba(8,9,12,.82) 56%,rgba(54,39,22,.34));
  --dash-panel-soft:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.014));
  --dash-line:rgba(218,190,124,.24);
  --dash-line-cool:rgba(126,139,174,.24);
  --dash-amber:#d2a466;
  --dash-glow:0 26px 86px rgba(0,0,0,.46),0 0 0 1px rgba(126,139,174,.18),inset 0 1px 0 rgba(255,255,255,.06);
  --maxw:1180px;
  --r:14px;
  --ease:cubic-bezier(.16,1,.3,1);
  --fluid-h1:clamp(2.7rem,6vw,6.1rem);
  --fluid-h2:clamp(1.95rem,3.4vw,3.2rem);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
html{background:var(--bg)}
body{
  margin:0;
  background:
    radial-gradient(1200px 680px at 74% -12%,rgba(211,191,136,.085),transparent 54%),
    radial-gradient(980px 560px at 6% 18%,rgba(150,168,184,.055),transparent 58%),
    linear-gradient(180deg,#050607 0%,#0a0c0f 46%,#050607 100%)!important;
  color:var(--txt);
  font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:clip;
}
body::after{opacity:.024!important;mix-blend-mode:soft-light}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
section[id]{scroll-margin-top:104px}
.wrap{width:100%;max-width:var(--maxw);margin:0 auto}
.gold{color:var(--gold2)}
.skip-link{
  position:absolute;
  left:14px;
  top:-80px;
  z-index:200;
  border-radius:999px;
  background:var(--gold2);
  color:#15100a;
  padding:11px 17px;
  font-weight:800;
  transition:top .2s var(--ease);
}
.skip-link:focus{top:14px}

h1,h2,h3,.sec-head h2,.shead h2{
  letter-spacing:0!important;
  font-kerning:normal;
  text-wrap:balance;
}
p{color-scheme:dark;text-wrap:pretty}
.wrap{padding-left:clamp(18px,4vw,28px);padding-right:clamp(18px,4vw,28px)}

header{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(180deg,rgba(8,9,11,.96),rgba(5,6,7,.86))!important;
  border-bottom:1px solid rgba(211,191,136,.13)!important;
  box-shadow:0 16px 48px rgba(0,0,0,.32)!important;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
header.scrolled{background:rgba(6,7,9,.9)!important}
.bar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:76px}
.logo{border-color:rgba(211,191,136,.16)!important;background:rgba(255,255,255,.018)!important}
.logo{display:flex;align-items:center;gap:11px;min-height:48px;border:1px solid rgba(211,191,136,.14);border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);padding:7px 12px 7px 8px;white-space:nowrap}
.logo img{display:block;width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(0,0,0,.35))}
.logo-copy{display:block;line-height:1.05;min-width:0;font-family:'Manrope',system-ui,sans-serif}
.logo b,.logo-copy b{font-weight:750;letter-spacing:.015em}
.logo-copy b{display:block;font-size:.95rem}
.logo span,.logo-copy span{color:rgba(217,216,210,.68)!important}
.logo-copy span{display:block;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;margin-top:3px}
.nav,.menu{border-color:rgba(211,191,136,.12)!important;background:rgba(255,255,255,.012)!important}
.nav{display:flex;align-items:center;justify-content:flex-start;gap:2px;min-width:0;border:1px solid rgba(211,191,136,.12);border-radius:999px;padding:4px}
.nav a,.menu a,.nav-links a,.hlink{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:999px;
  padding:0 10px;
  color:rgba(217,216,210,.72)!important;
  font-weight:700;
  font-size:.86rem;
  letter-spacing:.005em;
  white-space:nowrap;
}
.nav a:hover,.menu a:hover,.nav-links a:hover,.hlink:hover,
.menu a.on{color:var(--gold2)!important}
.hactions{display:flex;align-items:center;gap:10px}
.htrust{display:none!important}
.hmessenger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  border:1px solid rgba(211,191,136,.18);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  padding:0 13px;
  color:#eee5d4!important;
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.01em;
  white-space:nowrap;
  transition:transform .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease);
}
.hmessenger:hover,
.hmessenger:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(211,191,136,.38);
  background:rgba(211,191,136,.075);
}
.hmessenger--tg{
  border-color:rgba(136,177,215,.25);
  color:#dceeff!important;
}
.hmessenger--max{
  color:#f4e6c6!important;
}
.header-phones{
  display:grid;
  gap:2px;
  min-width:max-content;
}
.header-phones .hphone{
  min-height:18px;
  line-height:1.08;
  font-size:.78rem;
  letter-spacing:.015em;
}
.hphone{display:inline-flex;align-items:center;min-height:42px;font-weight:750;white-space:nowrap}

.eyebrow{
  color:var(--gold2)!important;
  letter-spacing:.22em!important;
  font-size:.7rem!important;
  font-weight:800!important;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  border:1px solid transparent;
  border-radius:999px;
  padding:12px 24px;
  font-family:inherit;
  font-weight:800;
  letter-spacing:.01em;
  cursor:pointer;
  white-space:nowrap;
  transition:transform .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease),box-shadow .22s var(--ease)!important;
}
.btn-gold{
  background:linear-gradient(135deg,#f8efd4 0%,#e5dab6 48%,#b99654 100%)!important;
  color:#151008!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.48),0 14px 40px rgba(185,145,69,.18)!important;
}
.nav a.btn-gold,
.menu a.btn-gold,
.nav-links a.btn-gold,
.nav-cta .btn-gold{
  color:#151008!important;
}
.nav a.btn-gold:hover,
.menu a.btn-gold:hover,
.nav-links a.btn-gold:hover,
.nav-cta .btn-gold:hover{
  color:#151008!important;
}
.btn-gold:hover{
  transform:translateY(-2px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.56),0 18px 50px rgba(185,145,69,.24)!important;
}
.btn-gold::after{animation:none!important;opacity:.18}
.btn-ghost{
  border-color:rgba(211,191,136,.18)!important;
  background:rgba(255,255,255,.018)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.btn-ghost:hover{background:rgba(211,191,136,.062)!important;border-color:rgba(211,191,136,.32)!important}
.btn-text{
  min-height:48px;
  border-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(242,237,223,.82)!important;
  padding:12px 4px!important;
}
.btn-text::after{
  content:"";
  width:38px;
  height:1px;
  background:linear-gradient(90deg,rgba(211,191,136,.78),transparent);
  margin-left:8px;
  transition:width .22s var(--ease),background .22s var(--ease);
}
.btn-text:hover,
.btn-text:focus-visible{
  color:var(--gold2)!important;
  transform:none!important;
}
.btn-text:hover::after,
.btn-text:focus-visible::after{width:52px}

footer{
  border-top:1px solid rgba(211,191,136,.13);
  padding:34px 0;
  color:rgba(217,216,210,.66);
  font-size:.85rem;
}
footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
footer a{display:inline-flex;align-items:center;min-height:42px}
footer a:hover{color:var(--gold2)}

.mobile-sticky-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:70;
  display:none;
  gap:9px;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:rgba(6,7,9,.94);
  border-top:1px solid rgba(211,191,136,.16);
  box-shadow:0 -18px 48px rgba(0,0,0,.42);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
.mobile-sticky-cta .btn{
  flex:1 1 0;
  min-width:0;
  min-height:46px;
  padding:10px 12px;
  font-size:.88rem;
}

.inner-main{overflow:hidden}
.lp-hero{
  position:relative;
  min-height:clamp(560px,74svh,720px);
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(211,191,136,.13);
  background:#050607;
  isolation:isolate;
  overflow:hidden;
}
.lp-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(5,6,7,.9),rgba(5,6,7,.46) 42%,rgba(5,6,7,.92)),
    linear-gradient(90deg,rgba(5,6,7,.94),rgba(5,6,7,.72) 40%,rgba(5,6,7,.28) 78%);
}
.lp-hero-media{
  position:absolute;
  inset:0;
  z-index:-2;
}
.lp-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% 50%;
  filter:brightness(.58) saturate(.96) contrast(1.08);
}
.lp-hero-copy{
  max-width:760px;
  padding:88px 0 72px;
}
.lp-hero h1{
  max-width:720px;
  margin:0;
  color:#f4efe4;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:500;
  font-size:var(--fluid-h1);
  line-height:.96;
}
.lp-hero p{
  max-width:620px;
  margin:22px 0 0;
  color:rgba(244,239,228,.78);
  font-size:clamp(1rem,1.2vw,1.12rem);
}
.lp-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}
.lp-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:760px;
  margin-top:28px;
}
.lp-proof span,
.lp-proof a{
  min-height:78px;
  border:1px solid rgba(211,191,136,.16);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.014));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 18px 54px rgba(0,0,0,.28);
  padding:13px 14px;
  color:rgba(217,216,210,.74);
  font-size:.8rem;
  line-height:1.35;
}
.lp-proof b{
  display:block;
  color:#f0d49b;
  font-size:1rem;
  margin-bottom:3px;
}
.lp-section{
  position:relative;
  padding:84px 0;
  border-bottom:1px solid rgba(211,191,136,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.014),rgba(255,255,255,.004));
}
.lp-section--dark{background:linear-gradient(180deg,#060708,#050607)}
.lp-head{
  max-width:760px;
  margin-bottom:32px;
}
.lp-head.center{text-align:center;margin-left:auto;margin-right:auto}
.lp-head h2{
  margin:0;
  color:#f4efe4;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:500;
  font-size:var(--fluid-h2);
  line-height:1.08;
}
.lp-head p{
  margin:14px 0 0;
  color:rgba(217,216,210,.72);
}
.lp-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.lp-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.lp-card{
  position:relative;
  border:1px solid rgba(218,190,124,.15);
  border-radius:20px;
  background:
    radial-gradient(420px 200px at 100% 0%,rgba(210,164,102,.12),transparent 62%),
    linear-gradient(155deg,rgba(255,255,255,.044),rgba(255,255,255,.014) 52%,rgba(211,191,136,.028));
  box-shadow:var(--premium-shadow);
  padding:22px;
  overflow:hidden;
}
.lp-card img{
  display:block;
  width:100%;
  aspect-ratio:16/11;
  object-fit:cover;
  border-radius:16px;
  margin:-6px 0 18px;
  filter:saturate(.94) contrast(1.08) brightness(.94);
}
.lp-card .tag{
  display:block;
  color:#f0d49b;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
  line-height:1.35;
}
.lp-card h3{
  margin:10px 0 8px;
  color:#f4efe4;
  font-size:1.08rem;
  line-height:1.25;
}
.lp-card p{
  margin:0;
  color:rgba(217,216,210,.72);
  font-size:.92rem;
  line-height:1.58;
}
.lp-card b.price{
  display:block;
  margin:14px 0 10px;
  color:#f6deb0;
  font-size:clamp(1.45rem,2vw,1.9rem);
  line-height:1.06;
}
.lp-card a:not(.btn){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  margin-top:16px;
  border:1px solid rgba(211,191,136,.22);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#f2e4be;
  padding:7px 13px;
  font-size:.84rem;
  font-weight:850;
}
.lp-list{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.lp-list span{
  border:1px solid rgba(218,190,124,.13);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  padding:11px 12px;
  color:rgba(217,216,210,.74);
  font-size:.9rem;
}
.lp-list b{color:#f0d49b}
.lp-split{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(24px,5vw,56px);
  align-items:start;
}
.lp-note{
  border:1px solid rgba(218,190,124,.16);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:var(--premium-shadow);
  padding:20px;
  color:rgba(217,216,210,.76);
}
.lp-faq .faq-grid{margin-top:0}

@media(max-width:980px){
  .bar{height:auto;min-height:0;flex-wrap:wrap;padding:10px 0 8px}
  .logo{flex:1 1 auto;min-width:0}
  .hactions{margin-left:auto}
  .hphone{display:none}
  .nav{order:3;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border:0;border-radius:0;background:transparent!important;padding:8px 0 12px}
  .nav::-webkit-scrollbar{display:none}
  .nav a{flex:0 0 auto;border:1px solid rgba(211,191,136,.12);background:rgba(255,255,255,.016)}
  .lp-hero{min-height:auto;text-align:center}
  .lp-hero-copy{margin:0 auto;padding:62px 0 54px}
  .lp-actions{justify-content:center}
  .lp-proof{grid-template-columns:repeat(2,minmax(0,1fr));margin-left:auto;margin-right:auto}
  .lp-grid,.lp-grid.two,.lp-split{grid-template-columns:1fr}
}

@media(max-width:560px){
  body{padding-bottom:76px}
  .logo-copy span{display:none}
  .hactions .btn{display:none}
  .mobile-sticky-cta{display:flex}
  .lp-hero h1{font-size:clamp(2.35rem,10vw,3.15rem);line-height:1}
  .lp-hero-copy{padding:42px 0 38px}
  .lp-actions{display:grid;grid-template-columns:1fr;max-width:330px;margin-left:auto;margin-right:auto}
  .lp-actions .btn{width:100%}
  .lp-proof{grid-template-columns:1fr}
  .lp-section{padding:60px 0}
  .lp-card{border-radius:18px;padding:18px}
  footer .wrap{display:block;text-align:center}
}

.hero{
  border-bottom:1px solid rgba(211,191,136,.12)!important;
  background-color:var(--bg)!important;
}
.hero-media img{
  object-position:62% 50%!important;
  filter:brightness(.5) saturate(.96) contrast(1.12)!important;
}
.hero-bg{filter:brightness(.43) saturate(.95) contrast(1.12)!important}
.hero::after,
.hero-bg::after{
	  background:
	    linear-gradient(180deg,rgba(5,6,7,.82) 0%,rgba(5,6,7,.34) 38%,rgba(5,6,7,.62) 72%,rgba(5,6,7,.94) 100%),
	    linear-gradient(90deg,rgba(5,6,7,.86) 0%,rgba(5,6,7,.5) 42%,rgba(5,6,7,.16) 65%,rgba(5,6,7,.66) 100%)!important;
}
.hero-gridfx{opacity:.035!important;background-size:148px 148px!important}
.hero-glow,.particles,.final-glow,.final-aurora,.cur-dot,.cur-ring{display:none!important}
.hero h1{
  max-width:980px;
  font-weight:500!important;
  line-height:.96!important;
  animation:none!important;
  background:none!important;
  color:var(--txt)!important;
  -webkit-text-fill-color:currentColor!important;
  text-shadow:0 28px 84px rgba(0,0,0,.74)!important;
}
.hero h1 .serif,.hero h1 i,.hero h1 em{
  color:var(--gold2)!important;
  -webkit-text-fill-color:var(--gold2)!important;
}
.hero h1 .h1-locale{
  margin-top:14px;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:.24em;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold2)!important;
  -webkit-text-fill-color:var(--gold2)!important;
  text-shadow:0 16px 40px rgba(0,0,0,.64);
}
	.hero-subtitle,.hero p,.hero p.lead{
  color:#e2ddd2!important;
  font-weight:400!important;
  line-height:1.66!important;
  text-shadow:0 14px 36px rgba(0,0,0,.58)!important;
	}
.hero-cta--quiet{
  align-items:center;
  margin-top:30px!important;
}
.hero-services a,.hero-services span,.marker,.markers .marker,.quote-points span{
  border-color:rgba(217,216,210,.16)!important;
  background:rgba(5,6,7,.52)!important;
  color:#eee7d8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.hero-protocol{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
  max-width:700px;
}
.hero-protocol span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border:1px solid rgba(217,216,210,.14);
  border-radius:999px;
  background:rgba(255,255,255,.014);
  padding:6px 12px;
  color:rgba(242,237,223,.82);
  font-size:.75rem;
  font-weight:750;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-proof span,.hero-proof a,.mobile-advisor a{
  border-color:rgba(217,216,210,.14)!important;
  background:linear-gradient(180deg,rgba(7,8,10,.66),rgba(7,8,10,.42))!important;
  box-shadow:var(--premium-shadow)!important;
}
.hero-proof a{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:82px;
  border:1px solid rgba(211,191,136,.18);
  border-radius:var(--r);
  background:linear-gradient(180deg,rgba(7,8,10,.58),rgba(7,8,10,.38));
  padding:13px 14px;
  color:#d7d2c7;
  font-size:.78rem;
  line-height:1.24;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 44px rgba(0,0,0,.24);
}
.hero-proof a:hover{
  border-color:rgba(211,191,136,.32)!important;
  background:linear-gradient(180deg,rgba(12,13,15,.76),rgba(7,8,10,.52))!important;
}
.hero-proof .hero-rating-card{
  border-color:rgba(211,191,136,.48)!important;
  box-shadow:0 0 0 1px rgba(211,191,136,.16),var(--premium-shadow)!important;
}

.hero-proof .hero-rating-card:hover,
.hero-proof .hero-rating-card:focus-visible{
  border-color:rgba(211,191,136,.62)!important;
  box-shadow:0 0 0 1px rgba(211,191,136,.26),0 22px 70px rgba(0,0,0,.4)!important;
}
.proof-mobile-combo{display:none!important}

.system-panel{
  width:min(100%,372px)!important;
  border-color:rgba(217,216,210,.16)!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.028),transparent 34%),
    linear-gradient(160deg,rgba(9,10,12,.72),rgba(5,6,7,.46))!important;
  box-shadow:0 28px 82px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.052)!important;
  padding:20px!important;
}
.system-panel::before{opacity:.22!important}
.system-title{letter-spacing:.16em!important}
.system-live{color:rgba(217,216,210,.78)!important}
.concierge-lead{
  position:relative;
  margin:-2px 0 15px;
  color:rgba(242,237,223,.76)!important;
  font-size:.86rem!important;
  line-height:1.55!important;
  text-shadow:none!important;
}
.advisor-option{
  border-color:rgba(217,216,210,.13)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,.01))!important;
  padding:12px 13px 12px 15px!important;
  box-shadow:inset 1px 0 0 rgba(211,191,136,.28)!important;
}
.advisor-option:hover{
  border-color:rgba(211,191,136,.28)!important;
  background:rgba(255,255,255,.028)!important;
}
.advisor-option span{color:#f1eadb!important;font-weight:760!important}
.advisor-option b{color:#d9d8d2!important}
.advisor-option em{color:rgba(217,216,210,.62)!important}
.standard-list{
  position:relative;
  display:grid;
  gap:10px;
  margin-top:16px;
}
.standard-list a{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:2px 12px;
  align-items:start;
  border-top:1px solid rgba(217,216,210,.12);
  padding:14px 0 4px;
  color:inherit;
}
.standard-list b{
  grid-row:1/3;
  color:rgba(211,191,136,.72);
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.7rem;
  font-weight:500;
  line-height:.92;
}
.standard-list span{
  color:#f1eadb;
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.14em;
  line-height:1.25;
  text-transform:uppercase;
}
.standard-list em{
  color:rgba(217,216,210,.66);
  font-style:normal;
  font-size:.82rem;
  line-height:1.35;
}
.standard-list a:hover span,
.standard-list a:focus-visible span{color:var(--gold2)}
.system-assurance{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}
.system-assurance span{
  border:1px solid rgba(217,216,210,.12);
  border-radius:12px;
  background:rgba(255,255,255,.018);
  padding:10px 9px;
  color:rgba(217,216,210,.76);
  font-size:.72rem;
  line-height:1.28;
}
.system-assurance b{
  display:block;
  color:var(--gold2);
  font-size:.7rem;
  letter-spacing:.12em;
  margin-bottom:3px;
}

.system-panel,.quote-box,.card,.case-card,.guar,
.map-copy,.lead-box,.price-card,.book,.bpanel,.dir,.need,.tier,.ccard,
.svc-item,.how-item,.stat,.xs,.proof,.addr,.loc-info,.loc-map,.crm-screen,
.signature-visual,.lounge-img,.why-showcase,.gal figure,
.about-img,.warranty,.map-frame{
  border-color:var(--premium-border)!important;
  box-shadow:var(--premium-shadow)!important;
}
.quote-box,.guar,.map-copy,.lead-box,.price-card,
.book,.bpanel,.dir,.need,.tier,.svc-item,.how-item,.stat,.xs,.proof,.addr,
.loc-info,.loc-map,.warranty{
  background:var(--premium-panel)!important;
}
.card,.case-card,.ccard,.crm-screen,.signature-visual,.lounge-img,
.why-showcase,.gal figure,.about-img,.map-frame{
  background:#080a0d!important;
}
.tiers,.cards4,.dirs,.proc{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));
}
.grid3{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
}
.tier,.need,.dir,.card,.case-card,.ccard,.why>*,.about-grid>*,
.loc-grid>*,.price-list>*,.casegrid>*,.map-layout>*,.signature-layout>*,
.crm-system .wrap>*,.crm-visual>*,.combo>*{min-width:0}
.ba-sheen,.dir-sheen{display:none!important}
.tier .btn,.ccard .go,.card .go{white-space:normal;text-align:center}
.card:hover,.case-card:hover,.ccard:hover,.dir:hover,.need:hover,.tier:hover,
.svc-item:hover,.how-item:hover,.xs:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(211,191,136,.32)!important;
  box-shadow:var(--premium-shadow-strong)!important;
}
.card .cover:focus-visible{
  outline:2px solid var(--gold2)!important;
  outline-offset:-6px!important;
  border-radius:inherit;
}
.card img,.case-card img,.ccard img,.gal img,.why-showcase img,
.lounge-img img,.signature-visual img,.about-img img{
  filter:saturate(.94) contrast(1.08) brightness(.93)!important;
}
.card:hover img,.case-card:hover img,.ccard:hover img,.gal figure:hover img,
.why-showcase:hover img,.lounge-img:hover img,.about-img:hover img{
  filter:saturate(.98) contrast(1.1) brightness(.98)!important;
}
.shead h2,.sec-head h2,.contacts h2,.crm-copy h2,.signature-copy h2,
.about-text h2,.final h2{
  color:#f2eddf!important;
  font-weight:500!important;
}
.shead p,.sec-head p,.card .desc,.case-body p,.tier .sub,.need p,
.guar p,.crm-copy p,.about p,.contacts .lead{
  color:rgba(217,216,210,.72)!important;
}

.alt,.band,.guarantees,.crm-system,.yandex-card{
  background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.006))!important;
  border-color:rgba(211,191,136,.12)!important;
}
.sec::before,
.yandex-card::before,
.signature-scene::before,
.crm-system::before,
.case-card:first-child .case-body::after{
  content:none!important;
}
.signature-scene{
  background:
    radial-gradient(900px 520px at 76% 18%,rgba(211,191,136,.06),transparent 56%),
    linear-gradient(180deg,#08090c,#050607 82%)!important;
}

.cases{
  position:relative;
  overflow:hidden;
  padding:clamp(66px,8vw,104px) 0;
  border-top:1px solid rgba(211,191,136,.11);
  border-bottom:1px solid rgba(211,191,136,.12);
  background:
    radial-gradient(820px 480px at 74% 16%,rgba(211,191,136,.052),transparent 62%),
    radial-gradient(680px 420px at 12% 28%,rgba(126,139,174,.052),transparent 66%),
    linear-gradient(180deg,#08090c,#050607 88%)!important;
}

.cases::before{
  content:"WORKS";
  position:absolute;
  right:-.08em;
  top:42px;
  color:rgba(255,255,255,.026);
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(5rem,15vw,12rem);
  line-height:.8;
  letter-spacing:.06em;
  pointer-events:none;
}

.reveal,.reveal-up{
  transition-duration:.72s!important;
  transition-timing-function:var(--ease)!important;
}
.marquee-row,.hero h1 .serif,.hero h1,.pl-bar i{animation:none!important}
#preload{display:none!important;visibility:hidden!important}

@media(min-width:1101px) and (max-width:1500px){
  .nav a[href="o-nas/"]{display:none!important}
}

@media(max-width:1360px){
  .htrust{display:none!important}
}
@media(max-width:1080px){
  .hphone{display:none!important}
  .header-phones{display:none!important}
}
/* Мессенджеры-иконки помещаются в шапку только на широких экранах (≥1241): ниже логотип+меню
   +2 телефона+CTA уже занимают контейнер 1180px, иконки выдавливали меню за пилюлю. */
@media(max-width:1240px){
  .hactions .hmessenger{display:none!important}
}

#services .cards{grid-template-columns:repeat(4,minmax(0,1fr))!important}
#services .card{grid-column:span 2!important;min-height:clamp(340px,30vw,430px)!important}
#services .card:first-child{grid-column:span 2!important;min-height:clamp(380px,34vw,480px)!important}
#services .card:nth-child(2){grid-column:span 2!important}

.casegrid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  align-items:stretch;
  gap:18px!important;
}
.casegrid .case-card{
  grid-column:span 4!important;
  grid-row:auto!important;
}
.case-card{
  overflow:hidden;
  min-height:0;
  height:100%;
  border:1px solid rgba(218,190,124,.16);
  border-radius:20px;
  cursor:zoom-in;
  display:flex;
  flex-direction:column;
  color:inherit;
  outline:none;
}
.case-card:focus-visible{
  outline:2px solid rgba(211,191,136,.88);
  outline-offset:4px;
}
.casegrid .case-card:first-child,
.casegrid .case-card:nth-child(2),
.casegrid .case-card:nth-child(3){
  grid-column:span 4!important;
  grid-row:auto!important;
}
.casegrid .case-card img{
  display:block;
  width:100%;
  aspect-ratio:4/3!important;
  height:auto!important;
  object-fit:cover;
  object-position:center center;
}
.casegrid .case-card:nth-child(2) img{object-position:center center}
.casegrid .case-card:nth-child(3) img{object-position:center 44%}
.casegrid .case-card:nth-child(4) img{object-position:center 44%}
.casegrid .case-card:nth-child(5) img{object-position:center 48%}
.casegrid .case-card:nth-child(6) img{object-position:center 42%}

.case-body{
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}

.case-kicker{
  display:block;
  color:#e8d69f;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.case-body h3{
  margin:0;
  color:#f2eddf;
  font-size:clamp(1.18rem,1.7vw,1.55rem);
  line-height:1.13;
}

.case-body p{
  margin:0;
  line-height:1.55;
}

.case-facts{
  display:grid;
  gap:8px;
  margin-top:auto;
  padding-top:8px;
}

.map-frame iframe{
  filter:invert(.82) hue-rotate(180deg) saturate(.82) brightness(1.14) contrast(1.02)!important;
}
.map-frame{
  position:relative!important;
  min-height:430px;
}
.map-frame::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(5,6,7,.015),rgba(5,6,7,.045));
  mix-blend-mode:multiply;
}
.map-frame iframe:not([src]){
  opacity:0;
}
.map-fallback{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-items:center;
  gap:10px;
  background:
    linear-gradient(90deg,rgba(211,191,136,.07) 1px,transparent 1px) center/58px 58px,
    linear-gradient(rgba(211,191,136,.045) 1px,transparent 1px) center/58px 58px,
    radial-gradient(circle at 54% 48%,rgba(211,191,136,.16),transparent 0 8px,rgba(211,191,136,.08) 9px,transparent 74px),
	    linear-gradient(145deg,#0d1216,#071016 52%,#090a0c);
  color:#f0eadc;
  text-align:center;
  overflow:hidden;
  isolation:isolate;
}
.map-fallback img{
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 56%;
  filter:brightness(.58) saturate(.9) contrast(1.08);
}
.map-fallback::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(5,6,7,.18),rgba(5,6,7,.58)),
    linear-gradient(90deg,rgba(5,6,7,.38),rgba(5,6,7,.1),rgba(5,6,7,.44));
  pointer-events:none;
}
.map-fallback span{
  color:rgba(217,216,210,.72);
  font-size:.86rem;
}
.map-fallback b{
  border:1px solid rgba(211,191,136,.22);
  border-radius:999px;
  background:rgba(5,6,7,.64);
  padding:10px 16px;
  color:#f3e8c9;
  font-size:.82rem;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.map-frame iframe[src]{
  display:none!important;
}

.quote-form{
  display:grid;
  gap:10px;
  min-width:276px;
}
.quote-form label{
  display:grid;
  gap:6px;
}
.quote-form label span{
  color:rgba(211,191,136,.82);
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.quote-form input,
.quote-form select{
  width:100%;
  min-height:46px;
  border:1px solid rgba(217,216,210,.14);
  border-radius:12px;
  background:rgba(5,6,7,.64);
  color:var(--txt);
  font:inherit;
  font-size:1rem;
  padding:0 13px;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.quote-form input::placeholder{color:rgba(217,216,210,.62)}
.quote-form input:focus,
.quote-form select:focus{
  border-color:rgba(211,191,136,.42);
  box-shadow:0 0 0 3px rgba(211,191,136,.1),inset 0 1px 0 rgba(255,255,255,.04);
}
.quote-form .btn{width:100%;min-height:46px}
.quote-form-note{
  margin:-2px 0 2px;
  color:rgba(217,216,210,.62);
  font-size:.78rem;
  line-height:1.45;
  text-align:center;
}
.studio-brief{
  display:grid;
  gap:10px;
  min-width:280px;
}
.studio-brief a{
  display:grid;
  gap:5px;
  min-height:70px;
  border:1px solid rgba(217,216,210,.14);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  padding:14px 15px;
  color:var(--txt);
  transition:border-color .22s var(--ease),background .22s var(--ease),transform .22s var(--ease);
}
.studio-brief a:hover,
.studio-brief a:focus-visible{
  border-color:rgba(211,191,136,.34);
  background:linear-gradient(135deg,rgba(211,191,136,.075),rgba(255,255,255,.018));
  transform:translateY(-1px);
}
.studio-brief b{
  color:#f3e8c9;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.studio-brief span{
  color:rgba(217,216,210,.72);
  font-size:.9rem;
  line-height:1.35;
}
.studio-brief--editorial{
  align-self:stretch;
  min-width:min(100%,320px);
  border-left:1px solid rgba(211,191,136,.16);
  padding-left:24px;
}
.studio-brief--editorial span{
  display:flex;
  align-items:center;
  min-height:42px;
  border-bottom:1px solid rgba(217,216,210,.12);
  color:rgba(242,237,223,.78);
  font-size:.9rem;
}
.studio-brief--editorial b{
  min-width:38px;
  color:rgba(211,191,136,.78);
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.34rem;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
}

.atelier-section{
  position:relative;
  overflow:hidden;
  padding:clamp(52px,7vw,92px) 0;
  border-bottom:1px solid rgba(211,191,136,.12);
  background:
    radial-gradient(760px 440px at 82% 18%,rgba(211,191,136,.055),transparent 62%),
    linear-gradient(180deg,rgba(255,255,255,.008),rgba(255,255,255,.018) 48%,rgba(255,255,255,.006));
}
.atelier-layout{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);
  gap:clamp(26px,5vw,64px);
  align-items:center;
}
.atelier-copy{max-width:520px}
.atelier-copy h2{
  color:#f2eddf;
  font-size:clamp(2.15rem,4.5vw,4rem);
  font-weight:500;
  line-height:.98;
}
.atelier-copy p{
  margin-top:18px;
  color:rgba(217,216,210,.74);
  font-size:clamp(.98rem,1.4vw,1.08rem);
}
.atelier-lines{
  display:grid;
  gap:10px;
  margin-top:26px;
}
.atelier-lines span{
  display:grid;
  gap:4px;
  border-top:1px solid rgba(211,191,136,.14);
  padding-top:13px;
}
.atelier-lines b{
  color:#f3e8c9;
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.atelier-lines em{
  color:rgba(217,216,210,.68);
  font-style:normal;
  line-height:1.45;
}
.atelier-media{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(180px,.46fr);
  gap:14px;
  align-items:end;
}
.atelier-media--single{
  grid-template-columns:minmax(0,1fr);
  align-items:stretch;
}
.atelier-media--trio{
  grid-template-columns:minmax(0,1fr) minmax(176px,.42fr);
  align-items:stretch;
}
.atelier-media--trio .atelier-photo--wide{
  grid-row:span 2;
  min-height:470px;
}
.atelier-media--trio .atelier-photo--side{
  min-height:228px;
  margin-bottom:0;
  aspect-ratio:auto;
}
.atelier-media--trio .atelier-photo--side:nth-of-type(2) img{
  object-position:center 58%;
}
.atelier-media--trio .atelier-photo--side:nth-of-type(3) img{
  object-position:center 62%;
}
.atelier-photo{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(217,216,210,.14);
  border-radius:20px;
  background:#080a0d;
  box-shadow:var(--premium-shadow);
  isolation:isolate;
}
.atelier-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.94) contrast(1.08) brightness(.88);
}
.atelier-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(5,6,7,.78));
  pointer-events:none;
}
.atelier-photo figcaption{
  position:absolute;
  z-index:1;
  left:16px;
  right:16px;
  bottom:14px;
  color:#f1eadb;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.atelier-photo--main{
  aspect-ratio:16/11;
  min-height:360px;
}
.atelier-photo--side{
  aspect-ratio:3/4;
  min-height:270px;
  margin-bottom:26px;
}
.atelier-photo--wide{
  aspect-ratio:4/3;
  min-height:430px;
}
.signature-visual img{
  object-position:center center;
}
#services .card:nth-child(1) img{object-position:center 48%}
#services .card:nth-child(2) img{object-position:58% 50%}
#services .card:nth-child(3) img{object-position:center 48%}
#services .card:nth-child(4) img{object-position:center 52%}
.contact-proof{
  display:flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  max-width:100%;
  min-height:36px;
  margin:-18px auto 28px;
  border:1px solid rgba(211,191,136,.16);
  border-radius:999px;
  background:rgba(255,255,255,.018);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  padding:7px 13px;
  color:rgba(242,237,223,.78);
  font-size:.78rem;
  font-weight:750;
  text-align:center;
}
.contact-form{
  width:min(100%,920px);
  grid-template-columns:minmax(190px,1.05fr) minmax(190px,.95fr) minmax(190px,.7fr);
  align-items:end;
  gap:12px;
  margin:0 auto 22px;
  border:1px solid rgba(211,191,136,.14);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
  box-shadow:var(--premium-shadow),inset 0 1px 0 rgba(255,255,255,.045);
  padding:16px;
}
.contact-form .quote-form-note{
  grid-column:1/-1;
  margin:0;
  text-align:left;
}

.hero h1 span{
  display:block;
}

.quote-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.quote-cta-row .btn{
  min-height:46px;
  padding-left:20px;
  padding-right:20px;
}

.map-review-themes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}

.map-review-themes span{
  border:1px solid rgba(211,191,136,.13);
  border-radius:12px;
  background:rgba(255,255,255,.016);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  padding:11px 12px;
  color:rgba(242,237,223,.76);
  font-size:.8rem;
  line-height:1.35;
}
.map-contact-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.map-contact-links a{
  display:flex;
  min-width:0;
  min-height:96px;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(211,191,136,.14);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  padding:13px 12px;
  color:rgba(242,237,223,.8);
  transition:transform .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease);
}
.map-contact-links a:hover,
.map-contact-links a:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(211,191,136,.34);
  background:rgba(211,191,136,.07);
}
.map-contact-links b{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--gold2);
  font-size:.72rem;
  letter-spacing:.13em;
  line-height:1.2;
  text-transform:uppercase;
}
.map-contact-links b svg{
  width:15px;
  height:15px;
  flex:0 0 auto;
  fill:none;
  stroke:var(--gold2);
  stroke-width:1.8;
  stroke-linejoin:round;
  stroke-linecap:round;
}
.map-contact-links span{
  display:block;
  margin-top:10px;
  color:rgba(217,216,210,.72);
  font-size:.78rem;
  line-height:1.34;
}

.case-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:clamp(54px,5.8vw,78px);
  position:relative;
  z-index:2;
}

.case-cta .btn{
  min-height:54px;
}

.case-cta .btn-telegram-wide{
  min-width:min(100%,360px);
  border-color:rgba(176,198,224,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 14px 34px rgba(44,88,132,.16);
}

.case-card--text{
  min-height:260px!important;
  display:flex;
  background:
    radial-gradient(520px 280px at 12% 0%,rgba(211,191,136,.055),transparent 58%),
    linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.01))!important;
}

.case-card--text .case-body{
  min-height:100%!important;
  display:flex;
  flex-direction:column;
  width:100%;
}

.case-card--text .case-facts{
  margin-top:18px;
  padding-top:14px;
}

.crm-system{
  background:
    radial-gradient(900px 520px at 80% 10%,rgba(211,191,136,.055),transparent 60%),
    linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.004))!important;
}

.card h3,.case-body h3{
  font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:650!important;
  letter-spacing:0!important;
}
.card-body{
  position:relative;
  z-index:3;
  pointer-events:none;
}
.service-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.service-meta span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  border:1px solid rgba(211,191,136,.18);
  border-radius:999px;
  background:rgba(5,6,7,.56);
  padding:5px 11px;
  color:#f0e4c8;
  font-size:.8rem;
  font-weight:850;
}
.service-meta small{
  color:rgba(217,216,210,.66);
  font-size:.78rem;
  line-height:1.35;
}
.service-price{
  display:grid;
  gap:3px;
  margin-top:13px;
  max-width:360px;
  border-left:2px solid rgba(211,191,136,.5);
  padding-left:12px;
}
.service-price b{
  color:#f6deb0;
  font-size:1rem;
  line-height:1.12;
}
.service-price span{
  color:rgba(217,216,210,.68);
  font-size:.78rem;
  line-height:1.35;
}
.service-calc{
  position:relative;
  z-index:4;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:12px;
  border:1px solid rgba(211,191,136,.22);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#f2e4be;
  padding:7px 13px;
  font-size:.86rem;
  font-weight:800;
  pointer-events:auto;
  scroll-margin-bottom:96px;
  transition:background .22s var(--ease),border-color .22s var(--ease),color .22s var(--ease);
}
.service-calc:hover,
.service-calc:focus-visible{
  border-color:rgba(211,191,136,.42);
  background:rgba(211,191,136,.11);
  color:#fff2d1;
}
.crm-system .wrap{gap:clamp(28px,5vw,62px)!important}
.crm-bullets{
  grid-template-columns:1fr 1fr;
  gap:10px!important;
}
.crm-bullets span{
  display:block!important;
  border:1px solid rgba(211,191,136,.14);
  border-radius:14px;
  background:rgba(255,255,255,.022);
  padding:15px 16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.crm-bullets b{
  display:block;
  color:var(--gold2)!important;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:7px;
}
.crm-bullets em{
  display:block;
  color:rgba(217,216,210,.76);
  font-style:normal;
  font-size:.9rem;
  line-height:1.5;
}
.crm-screen{
  cursor:zoom-in;
  outline:none;
}
.crm-screen img{
  filter:none!important;
}
.crm-system .crm-screen::after{
  box-shadow:inset 0 0 18px rgba(0,0,0,.18)!important;
}
.crm-system .crm-screen figcaption{
  position:static!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:rgba(7,8,10,.9)!important;
  padding:11px 14px!important;
  line-height:1.4!important;
}
.crm-client-visual{
  display:grid!important;
  grid-template-columns:minmax(0,1.28fr) minmax(230px,.72fr)!important;
  align-items:start!important;
  gap:16px!important;
  min-height:0!important;
}
.crm-client-visual .crm-screen,
.crm-client-visual .crm-screen--card,
.crm-client-visual .crm-screen--docs{
  position:relative!important;
  right:auto!important;
  top:auto!important;
  width:100%!important;
}
.crm-client-visual .crm-screen--docs{
  margin-top:-24px!important;
}
.crm-screen:focus-visible{outline:2px solid var(--gold2);outline-offset:4px}
.zoom-hint{
  position:absolute;
  z-index:4;
  right:16px;
  top:16px;
  border:1px solid rgba(211,191,136,.2);
  border-radius:999px;
  background:rgba(5,6,7,.76);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  padding:7px 11px;
  color:var(--gold2);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.about{padding:clamp(74px,8vw,116px) 0!important;text-align:left!important}
.about-story{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);
  gap:clamp(28px,5vw,58px);
  align-items:center;
}
.about-copy h2{
  font-weight:500!important;
  font-size:clamp(2.1rem,4.4vw,3.75rem)!important;
  line-height:1.02!important;
  max-width:720px;
}
.about-copy p{
  margin:18px 0 0!important;
  max-width:620px!important;
  color:rgba(217,216,210,.76)!important;
}
.about-timeline{
  display:grid;
  gap:10px;
  margin:26px 0 28px;
}
.about-timeline span{
  border:1px solid rgba(211,191,136,.14);
  border-radius:14px;
  background:rgba(255,255,255,.018);
  padding:13px 15px;
  color:rgba(217,216,210,.74);
  font-size:.92rem;
}
.about-timeline b{
  display:block;
  color:var(--gold2);
  font-size:.7rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:4px;
}
.about-gallery{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
}
.about-gallery--single{
  grid-template-columns:minmax(0,1fr);
  max-width:520px;
}
.about-gallery figure{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(211,191,136,.16);
  border-radius:18px;
  background:#080a0d;
  box-shadow:var(--premium-shadow);
  min-height:220px;
}
.about-gallery figure:first-child{grid-row:span 2;min-height:460px}
.about-gallery--single figure:first-child{grid-row:auto;min-height:520px}
.about-gallery figure:nth-child(2),
.about-gallery figure:nth-child(3){
  min-height:230px;
}
.about-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.94) contrast(1.08) brightness(.9);
}
.about-gallery figure:nth-child(2) img{object-position:center 58%}
.about-gallery figure:nth-child(3) img{object-position:center 60%}
.about-gallery figcaption{
  position:absolute;
  left:14px;
  bottom:14px;
  border:1px solid rgba(211,191,136,.18);
  border-radius:999px;
  background:rgba(5,6,7,.7);
  padding:7px 11px;
  color:#e8dfca;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.image-zoom{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(3,4,5,.88);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  padding:clamp(18px,4vw,46px);
}
.image-zoom.open{display:flex}
.image-zoom img{
  max-width:min(1200px,96vw);
  max-height:86vh;
  border:1px solid rgba(211,191,136,.22);
  border-radius:18px;
  background:#080a0d;
  box-shadow:0 30px 100px rgba(0,0,0,.65);
  object-fit:contain;
}
.image-zoom-close{
  position:absolute;
  right:18px;
  top:18px;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(211,191,136,.22);
  background:rgba(255,255,255,.04);
  color:var(--txt);
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

@media(max-width:820px){
  html,body{max-width:100%;overflow-x:clip!important}
  img,video,canvas,iframe{max-width:100%}
  .why,.about-grid,.loc-grid,.price-list,.casegrid,.map-layout,.signature-layout,
  .crm-system .wrap,.crm-visual,.combo{
    grid-template-columns:minmax(0,1fr)!important;
  }
	  header{box-shadow:0 12px 36px rgba(0,0,0,.3)!important}
	  .hero{padding-top:clamp(52px,9vw,72px)!important}
	  .hero-media img{
	    object-position:58% 50%!important;
	    filter:brightness(.42) saturate(.94) contrast(1.12)!important;
	  }
	  body::after{display:none!important}
  .motion-ready .reveal-up{
    opacity:1!important;
    transform:none!important;
    clip-path:none!important;
  }
  .hero h1{line-height:1.02!important}
  .hero h1 span{display:block}
  .hero-subtitle,.hero p,.hero p.lead{line-height:1.62!important}
  .hero-protocol{justify-content:center;max-width:430px;margin:16px auto 0}
  .hero-protocol span{font-size:.68rem;min-height:32px;padding:5px 10px}
  .card,.case-card,.ccard{min-height:clamp(300px,70vw,380px)}
  .atelier-layout{
    grid-template-columns:minmax(0,1fr);
    gap:24px;
  }
  .atelier-copy{text-align:left}
	  .atelier-media,
	  .atelier-media--trio{grid-template-columns:minmax(0,1fr)}
	  .atelier-media--trio .atelier-photo--wide{
	    grid-row:auto;
	  }
	  .atelier-media--trio .atelier-photo--side{
	    min-height:260px;
	  }
  .contact-form{
    grid-template-columns:1fr;
    border-radius:18px;
    padding:14px;
  }
  .contact-form .quote-form-note{
    text-align:center;
  }
		  .atelier-photo--main{
    min-height:300px;
    aspect-ratio:4/5;
  }
  .atelier-photo--side{
    min-height:240px;
    aspect-ratio:4/3;
    margin-bottom:0;
  }
  .atelier-photo--wide{
    min-height:300px;
    aspect-ratio:4/3;
  }
  .quote-cta-row{justify-content:center}
  .map-review-themes{grid-template-columns:1fr}
  .map-contact-links{grid-template-columns:minmax(0,1fr)}
  #services .cards,.casegrid,.about-story,.about-gallery{grid-template-columns:1fr!important}
  #services .card,#services .card:first-child,#services .card:nth-child(2),
  .casegrid .case-card,.casegrid .case-card:first-child,.casegrid .case-card:nth-child(2),
  .casegrid .case-card:nth-child(3){grid-column:auto!important}
  .crm-bullets{grid-template-columns:1fr}
  .crm-client-visual{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
    position:static!important;
    min-height:0!important;
    max-width:560px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .crm-client-visual .crm-screen,
  .crm-client-visual .crm-screen--card,
  .crm-client-visual .crm-screen--docs{
    position:relative!important;
    right:auto!important;
    top:auto!important;
    width:100%!important;
    margin-top:0!important;
  }
  .crm-screen::after{box-shadow:inset 0 0 26px rgba(0,0,0,.24)!important}
  .crm-screen figcaption{
    position:static!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
    border-radius:0!important;
    background:rgba(7,8,10,.9)!important;
    padding:10px 12px!important;
    line-height:1.35!important;
  }
  .about{text-align:left!important}
	  .about-gallery figure:first-child{grid-row:auto;min-height:320px}
	  .about-gallery figure{min-height:260px}
  .about-gallery--single{max-width:560px}
}

@media(min-width:821px) and (max-width:1500px){
  .htrust{display:none!important}
}

@media(max-width:560px){
  .eyebrow{letter-spacing:.2em!important;font-size:.66rem!important}
  .hero .eyebrow{
    max-width:300px!important;
    letter-spacing:.14em!important;
  }
	  .hero h1{
	    max-width:min(100%,320px)!important;
	    font-size:clamp(2.05rem,9.2vw,2.42rem)!important;
	    line-height:1.04!important;
	    padding-inline:2px;
	  }
	  .hero h1 .h1-locale{
	    margin-top:10px;
	    font-size:.28em;
	    letter-spacing:.14em;
	  }
	  .hero-media img{
	    object-position:60% 48%!important;
	  }
  .hero-subtitle{
    max-width:320px!important;
  }
  .hero-services{display:none!important}
  .hero-protocol{display:none!important}
  .marquee{display:none!important}
  .btn{min-height:46px}
  .quote-box,.lead-box,.map-copy{padding:24px 20px!important}
  .quote-cta-row{
    display:grid;
    grid-template-columns:1fr;
  }
  .quote-cta-row .btn{
    width:100%;
  }
  .quote-form{min-width:0}
  .contact-proof{border-radius:14px;line-height:1.4}
  .service-meta{gap:7px}
  .service-calc{width:100%;max-width:240px}
  .hactions .btn{display:none!important}
  .hmessenger{
    min-height:38px;
    padding:0 10px;
    font-size:.72rem;
  }
  .hmessenger--tg{max-width:88px}
  .map-contact-links{
    grid-template-columns:minmax(0,1fr);
  }
  .map-contact-links a{
    min-height:86px;
    padding:12px 11px;
  }
  .nav{
    justify-content:flex-start!important;
    overflow-x:auto!important;
    gap:5px!important;
    -webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 34px),transparent);
    mask-image:linear-gradient(90deg,#000 calc(100% - 34px),transparent);
  }
  .nav a[href="#cases"],
  .nav a[href="o-nas/"]{display:none!important}
  .nav a{
    flex:0 0 auto!important;
    min-width:max-content!important;
    padding:0 12px!important;
    font-size:.78rem!important;
  }
  .case-cta{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:44px;
  }
  .case-cta .btn{
    width:100%;
  }
  .atelier-section{padding:56px 0}
  .atelier-photo{border-radius:16px}
	  .atelier-photo--main{min-height:340px}
	  .atelier-photo--wide{min-height:260px}
	  .atelier-media--trio .atelier-photo--side{min-height:230px}
	  .atelier-photo figcaption{font-size:.68rem}
  .card::after{
    background:linear-gradient(180deg,rgba(5,6,7,.1) 0%,rgba(5,6,7,.5) 38%,rgba(5,6,7,.96) 100%)!important;
  }
  .sec,.crm-system,.cases{
    padding-bottom:calc(86px + env(safe-area-inset-bottom))!important;
  }
  .map-frame iframe{filter:invert(.78) hue-rotate(180deg) saturate(.82) brightness(1.18) contrast(1.02)!important}
  .map-frame::after{background:linear-gradient(180deg,rgba(5,6,7,.02),rgba(5,6,7,.045))!important}
  .card:hover img,.case-card:hover img,.ccard:hover img{transform:none!important}
}

/* Dashboard-inspired premium layer (токены --dash-* — в :root в начале файла) */
.hero-system .system-panel,
.hero-proof a,
.hero-proof span,
.mobile-advisor a,
.card,
.case-card,
.guar,
.map-copy,
.map-frame,
.crm-screen,
.signature-visual,
.about-gallery figure,
.contact-form{
  position:relative;
  isolation:isolate;
  border-color:rgba(218,190,124,.18)!important;
  box-shadow:var(--dash-glow)!important;
}

.hero-system .system-panel,
.hero-proof a,
.hero-proof span,
.mobile-advisor a,
.case-card,
.guar,
.map-copy,
.contact-form{
  background:var(--dash-panel)!important;
}

.hero-system .system-panel::after,
.hero-proof a::after,
.hero-proof span::after,
.mobile-advisor a::after,
.case-card::before,
.guar::before,
.map-copy::before,
.contact-form::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:inherit;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(211,191,136,.18),transparent 28%,rgba(126,139,174,.12) 72%,transparent),
    linear-gradient(180deg,rgba(255,255,255,.055),transparent 30%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.045);
  opacity:.62;
}

.hero-system .system-panel > *,
.hero-proof a > *,
.hero-proof span > *,
.mobile-advisor a > *,
.case-card > *,
.guar > *,
.map-copy > *,
.contact-form > *{
  position:relative;
  z-index:2;
}

.system-panel{
  border-radius:24px!important;
}
.system-panel::before{
  opacity:.34!important;
  background:
    radial-gradient(360px 190px at 88% 0%,rgba(211,191,136,.18),transparent 62%),
    radial-gradient(280px 180px at 4% 16%,rgba(113,132,182,.16),transparent 70%)!important;
}
.system-top{
  padding-bottom:12px;
  border-bottom:1px solid rgba(218,190,124,.16);
}
.system-live::before{
  background:#7ee0b3!important;
  box-shadow:0 0 18px rgba(126,224,179,.66)!important;
}
.standard-list{
  gap:8px!important;
}
.standard-list a{
  min-height:74px;
  border:1px solid rgba(218,190,124,.13)!important;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  padding:13px 14px!important;
  transition:border-color .22s var(--ease),background .22s var(--ease),transform .22s var(--ease);
}
.standard-list a:hover,
.standard-list a:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(218,190,124,.28)!important;
  background:linear-gradient(180deg,rgba(211,191,136,.06),rgba(255,255,255,.018));
}
.standard-list b{
  color:var(--dash-amber)!important;
}
.system-note{
  border-top-color:rgba(218,190,124,.16)!important;
  color:rgba(244,239,228,.68)!important;
}

.hero-proof a,
.hero-proof span,
.mobile-advisor a{
  border-radius:18px!important;
}
.hero-proof a::before,
.hero-proof span::before,
.mobile-advisor a::before{
  content:"";
  position:absolute;
  left:13px;
  top:12px;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--dash-amber);
  box-shadow:0 0 18px rgba(210,164,102,.56);
  opacity:.82;
}
.hero-proof b,
.mobile-advisor b{
  color:#f0d49b!important;
}
.hero-rating-card{
  border-color:rgba(211,191,136,.56)!important;
  box-shadow:0 0 0 1px rgba(211,191,136,.22),0 24px 76px rgba(0,0,0,.5)!important;
}

.card{
  border-radius:24px!important;
  box-shadow:0 24px 76px rgba(0,0,0,.5),0 0 0 1px rgba(126,139,174,.16),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  pointer-events:none;
  background:
    radial-gradient(560px 260px at 12% 0%,rgba(211,191,136,.12),transparent 56%),
    linear-gradient(135deg,rgba(126,139,174,.14),transparent 42%);
}
.card-body,
.case-body{
  position:relative;
  z-index:2;
}
.service-meta,
.service-price,
.case-facts span,
.crm-bullets span,
.map-facts span,
.map-review-themes span,
.map-contact-links a{
  border-color:rgba(218,190,124,.14)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
.service-meta{
  border-radius:999px!important;
  padding:7px 10px!important;
}
.service-price{
  border-radius:16px;
  border:1px solid rgba(218,190,124,.14);
  border-left:2px solid rgba(211,191,136,.5);
  padding:10px 12px!important;
}
.case-facts span,
.crm-bullets span{
  border:1px solid rgba(218,190,124,.13);
  border-radius:14px;
  padding:9px 10px;
}
.case-facts b,
.crm-bullets b,
.map-facts b,
.map-score b{
  color:#f0d49b!important;
}
.case-card--text{
  background:
    radial-gradient(420px 220px at 18% 0%,rgba(211,191,136,.11),transparent 58%),
    var(--dash-panel)!important;
}

.map-score{
  border-color:rgba(218,190,124,.2)!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.012))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 18px 50px rgba(0,0,0,.28);
}
.map-review-themes{
  gap:9px!important;
}

.contact-proof{
  border-color:rgba(218,190,124,.24)!important;
  background:linear-gradient(135deg,rgba(218,190,124,.13),rgba(255,255,255,.018))!important;
  box-shadow:0 18px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.055)!important;
}
.contact-form{
  border-radius:24px!important;
  background:
    radial-gradient(540px 220px at 82% 0%,rgba(210,164,102,.16),transparent 62%),
    var(--dash-panel)!important;
}
.quote-form input,
.quote-form select{
  border-color:rgba(218,190,124,.16)!important;
  background:rgba(5,6,8,.72)!important;
}
.quote-form input:focus,
.quote-form select:focus{
  border-color:rgba(211,191,136,.44)!important;
  box-shadow:0 0 0 3px rgba(210,164,102,.12),inset 0 1px 0 rgba(255,255,255,.045)!important;
}

.faq-item{
  position:relative;
  isolation:isolate;
  border:1px solid rgba(218,190,124,.16);
  border-radius:20px;
  background:
    radial-gradient(420px 200px at 100% 0%,rgba(210,164,102,.12),transparent 62%),
    var(--dash-panel);
  box-shadow:var(--dash-glow);
}

.seo-faq{
  position:relative;
  padding:86px 0;
  border-top:1px solid rgba(218,190,124,.12);
  background:
    radial-gradient(820px 320px at 84% 4%,rgba(126,139,174,.08),transparent 62%),
    linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.004));
  overflow:hidden;
}

.price-hub{
  position:relative;
  padding:84px 0;
  border-top:1px solid rgba(218,190,124,.12);
  border-bottom:1px solid rgba(218,190,124,.12);
  background:
    radial-gradient(760px 340px at 18% 6%,rgba(211,191,136,.08),transparent 62%),
    radial-gradient(680px 320px at 88% 14%,rgba(126,139,174,.07),transparent 64%),
    linear-gradient(180deg,rgba(255,255,255,.016),rgba(255,255,255,.004));
  overflow:hidden;
}
.price-hub::before{
  content:"ЦЕНЫ";
  position:absolute;
  right:-.06em;
  top:24px;
  color:rgba(255,255,255,.027);
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(6rem,16vw,13rem);
  line-height:.8;
  letter-spacing:.08em;
  pointer-events:none;
}
.price-hub-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:clamp(24px,4.4vw,54px);
  align-items:stretch;
}
.price-hub-copy h2{
  font-weight:500;
  font-size:var(--fluid-h2);
  line-height:1.08;
}
.price-hub-copy p{
  max-width:560px;
  margin-top:16px;
  color:rgba(244,239,228,.74)!important;
  line-height:1.72;
}
.price-hub-note{
  margin-top:20px;
  max-width:540px;
  border:1px solid rgba(218,190,124,.16);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  padding:15px 16px;
  color:rgba(217,216,210,.76);
  font-size:.92rem;
  line-height:1.55;
}
.price-hub-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.price-hub-actions--single{
  display:grid;
  grid-template-columns:minmax(0,540px);
  gap:12px;
  align-items:start;
}
.price-hub-actions--single .btn-price-photo{
  width:100%;
  min-height:64px;
  padding:16px 24px;
  text-align:center;
  white-space:normal;
  font-size:clamp(.98rem,1.08vw,1.08rem);
  box-shadow:0 18px 46px rgba(204,166,83,.18);
}
.price-hub-action-note{
  max-width:540px;
  margin:0;
  border:1px solid rgba(218,190,124,.13);
  border-radius:16px;
  background:
    radial-gradient(360px 140px at 12% 0%,rgba(179,194,210,.08),transparent 64%),
    rgba(255,255,255,.018);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  padding:13px 15px;
  color:rgba(217,216,210,.76)!important;
  font-size:.88rem;
  line-height:1.55;
}
.price-hub-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:1fr;
  align-content:stretch;
  gap:14px;
}
.price-hub-grid article{
  position:relative;
  min-height:236px;
  border:1px solid rgba(218,190,124,.16);
  border-radius:20px;
  background:
    radial-gradient(420px 200px at 100% 0%,rgba(210,164,102,.13),transparent 62%),
    var(--dash-panel);
  box-shadow:var(--dash-glow);
  padding:20px;
  overflow:hidden;
}
.price-hub-grid article::after{
  content:"";
  position:absolute;
  inset:auto 20px 62px 20px;
  height:1px;
  background:linear-gradient(90deg,rgba(211,191,136,.28),transparent);
  pointer-events:none;
}
.price-hub-grid span{
  display:block;
  color:#f0d49b;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
  line-height:1.35;
}
.price-hub-grid h3{
  margin-top:10px;
  color:#f4efe4;
  font-size:1.05rem;
  line-height:1.22;
}
.price-hub-grid b{
  display:block;
  margin-top:14px;
  color:#f6deb0;
  font-size:clamp(1.35rem,2vw,1.8rem);
  line-height:1.08;
}
.price-hub-grid p{
  margin-top:12px;
  color:rgba(217,216,210,.72)!important;
  font-size:.9rem;
  line-height:1.5;
}
.price-hub-grid a{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:1px solid rgba(211,191,136,.22);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#f2e4be;
  font-size:.84rem;
  font-weight:850;
  transition:background .22s var(--ease),border-color .22s var(--ease),color .22s var(--ease),transform .22s var(--ease);
}
.price-hub-grid a:hover,
.price-hub-grid a:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(211,191,136,.42);
  background:rgba(211,191,136,.11);
  color:#fff2d1;
}
.seo-faq::before{
  content:"FAQ";
  position:absolute;
  left:-.06em;
  top:34px;
  color:rgba(255,255,255,.026);
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(6rem,17vw,14rem);
  line-height:.8;
  letter-spacing:.08em;
  pointer-events:none;
}
.faq-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.faq-item{
  padding:0;
  overflow:hidden;
}
.faq-item::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(211,191,136,.12),transparent 32%,rgba(126,139,174,.09));
  opacity:.62;
}
.faq-item summary,
.faq-item p{
  position:relative;
  z-index:2;
}
.faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:20px 52px 20px 22px;
  color:#f4efe4;
  font-weight:800;
  line-height:1.35;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:18px;
  width:28px;
  height:28px;
  border:1px solid rgba(218,190,124,.2);
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#f0d49b;
  font-weight:800;
}
.faq-item[open] summary::after{content:"−"}
.faq-item p{
  padding:0 22px 22px;
  color:rgba(217,216,210,.74)!important;
  font-size:.94rem;
  line-height:1.68;
}
.faq-cta{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}

@media(max-width:860px){
  .price-hub-layout,
  .faq-grid{
    grid-template-columns:1fr;
  }
}

@media(min-width:821px) and (max-width:1100px){
  .logo{
    gap:8px!important;
    padding-right:10px!important;
  }
  .logo-copy b{
    font-size:.84rem!important;
  }
  .logo-copy span{
    font-size:.52rem!important;
    letter-spacing:.13em!important;
  }
  .nav a{
    padding-left:9px!important;
    padding-right:9px!important;
    font-size:.8rem!important;
  }
}

@media(max-width:640px){
  .price-hub,
  .seo-faq{
    padding:60px 0;
  }
  .faq-item{
    border-radius:18px;
  }
  .faq-item summary{
    padding:18px 50px 18px 18px;
  }
  .faq-item p{
    padding:0 18px 18px;
  }
  .faq-cta{
    display:grid;
    grid-template-columns:1fr;
  }
  .price-hub-grid{
    grid-template-columns:1fr;
  }
  .price-hub-grid article{
    min-height:222px;
    border-radius:18px;
    padding:18px;
  }
  .price-hub-grid a{
    left:18px;
    right:18px;
  }
  .price-hub-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .price-hub-actions--single{
    grid-template-columns:1fr;
  }
  .price-hub-actions .btn{
    width:100%;
  }
  .faq-cta .btn{
    width:100%;
  }
}

@media(max-width:560px){
  .hero-proof a::before,
  .hero-proof span::before,
  .mobile-advisor a::before{
    left:10px;
    top:9px;
    width:6px;
    height:6px;
  }
  .standard-list a,
  .contact-form,
  .case-facts span,
  .crm-bullets span{
    border-radius:16px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .card:hover,.case-card:hover,.ccard:hover,.dir:hover,.need:hover,.tier:hover,
  .svc-item:hover,.how-item:hover,.xs:hover,.btn:hover{
    transform:none!important;
  }
}

@media(max-width:820px){
  html{
    scroll-padding-top:24px;
  }
  header{
    position:relative!important;
    top:auto!important;
    z-index:20!important;
  }
  section[id]{
    scroll-margin-top:24px!important;
  }
  .signature-visual{
    min-height:0!important;
    padding-top:64%;
    padding-bottom:248px;
  }
  .signature-visual img{
    object-position:50% 36%!important;
    filter:brightness(.84) saturate(1) contrast(1.04)!important;
    transform:scale(1.01)!important;
  }
  .signature-visual::after{
    background:linear-gradient(180deg,rgba(7,8,10,.08),rgba(7,8,10,.34) 46%,rgba(7,8,10,.82)),linear-gradient(90deg,rgba(7,8,10,.52),rgba(7,8,10,.1) 58%,rgba(7,8,10,.38))!important;
  }
}

@media(max-width:560px){
  .signature-visual{
    padding-top:72%;
    padding-bottom:282px;
  }
}

/* Visual balance pass: calmer metal, lighter graphite, readable map.
   (Токены пасса подняты в :root в начале файла.) */
html{background:#0a0d10!important}

body{
  background:
    radial-gradient(1080px 620px at 76% -10%,rgba(211,191,136,.07),transparent 56%),
    radial-gradient(980px 560px at 8% 18%,rgba(158,178,194,.07),transparent 58%),
    linear-gradient(180deg,#0a0d10 0%,#11151a 48%,#090b0e 100%)!important;
}

header{
  background:linear-gradient(180deg,rgba(16,18,21,.96),rgba(10,12,15,.88))!important;
  border-bottom-color:rgba(211,191,136,.14)!important;
}

.gold,
.eyebrow{
  color:var(--gold2)!important;
}

.btn-gold{
  background:linear-gradient(135deg,#d6c48e 0%,#b99850 50%,#87662f 100%)!important;
  color:#14100a!important;
  text-shadow:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 12px 32px rgba(156,122,58,.18)!important;
}

.btn-gold *,
.nav a.btn-gold,
.menu a.btn-gold,
.nav-links a.btn-gold,
.nav-cta .btn-gold{
  color:#14100a!important;
  -webkit-text-fill-color:#14100a!important;
}

.btn-gold:hover{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 16px 42px rgba(156,122,58,.23)!important;
}

.btn-gold::before{opacity:.22!important}
.btn-gold::after{opacity:.08!important}

.btn-ghost:hover{
  background:rgba(211,191,136,.07)!important;
  border-color:rgba(211,191,136,.3)!important;
}

.map-frame{
  background:#12161a!important;
  border-color:rgba(211,191,136,.18)!important;
}

.map-frame iframe,
.loc-map iframe{
  filter:saturate(1.04) contrast(.98) brightness(1.12)!important;
}

.map-frame::after{
  background:linear-gradient(180deg,rgba(10,13,16,.01),rgba(10,13,16,.02))!important;
}

.map-fallback{
  background:
    linear-gradient(90deg,rgba(211,191,136,.055) 1px,transparent 1px) center/58px 58px,
    linear-gradient(rgba(211,191,136,.038) 1px,transparent 1px) center/58px 58px,
    linear-gradient(145deg,#151a1f,#10161b 52%,#0f1114)!important;
}

.map-fallback img{
  filter:brightness(1.02) saturate(1.04) contrast(1.01)!important;
  object-position:center 52%!important;
}

.map-fallback::after{
  background:
    linear-gradient(180deg,rgba(8,10,12,.02),rgba(8,10,12,.16)),
    linear-gradient(90deg,rgba(8,10,12,.14),rgba(8,10,12,.02),rgba(8,10,12,.16))!important;
}

.map-fallback span{
  display:inline-flex;
  border-radius:999px;
  background:rgba(8,10,12,.5);
  padding:7px 12px;
  color:rgba(245,241,231,.84)!important;
}

.map-fallback b{
  background:rgba(13,16,19,.72)!important;
  border-color:rgba(211,191,136,.26)!important;
  color:#efe5c5!important;
}

.hero-media img{
  filter:brightness(.72) saturate(.98) contrast(1.06)!important;
}

.hero::after{
  background:
    linear-gradient(180deg,rgba(10,13,16,.78) 0%,rgba(10,13,16,.34) 38%,rgba(10,13,16,.52) 68%,rgba(10,13,16,.86) 100%),
    linear-gradient(90deg,rgba(10,13,16,.86) 0%,rgba(10,13,16,.62) 36%,rgba(10,13,16,.18) 68%,rgba(10,13,16,.58) 100%)!important;
}

.hero-bg{
  filter:brightness(.48) saturate(1.03) contrast(1.08)!important;
}

.hero-bg::after{
  background:
    radial-gradient(125% 85% at 50% 36%,transparent 38%,rgba(8,10,12,.52) 100%),
    linear-gradient(180deg,rgba(8,10,12,.66),rgba(8,10,12,.24) 36%,rgba(8,10,12,.72)),
    linear-gradient(90deg,rgba(8,10,12,.64),rgba(8,10,12,.48) 50%,rgba(8,10,12,.64))!important;
}

@media(max-width:820px){
  .atelier-media,
  .atelier-photo{
    min-width:0!important;
    width:100%!important;
  }

  .atelier-media--trio .atelier-photo--wide{
    min-height:300px!important;
    width:100%!important;
  }
}

@media(max-width:560px){
  .atelier-media--trio .atelier-photo--wide{
    min-height:260px!important;
  }
}

button.btn{
  appearance:none;
  -webkit-appearance:none;
}

body.lead-modal-open{
  overflow:hidden;
}

.lead-form__consent{
  display:flex;
  gap:9px;
  align-items:flex-start;
  color:rgba(217,216,210,.72);
  font-size:.8rem;
  line-height:1.45;
}
.lead-form__consent input{
  width:16px;
  height:16px;
  min-height:0;
  margin-top:2px;
  accent-color:#d3bf88;
  flex:0 0 auto;
}
.lead-form__consent a{
  color:var(--gold2);
  text-decoration:underline;
}
.lead-success[hidden]{display:none!important}
.lead-success{
  display:grid;
  justify-items:center;
  gap:12px;
  padding:26px 8px 10px;
  text-align:center;
}
.lead-success__icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border:1px solid rgba(211,191,136,.4);
  border-radius:50%;
  background:rgba(211,191,136,.1);
}
.lead-success__icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:var(--gold2);
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.lead-success h3{
  margin:0;
  font-size:clamp(1.35rem,2.4vw,1.7rem);
  line-height:1.15;
  color:#f4efe4;
}
.lead-success p{
  margin:0;
  max-width:420px;
  color:rgba(217,216,210,.78);
  font-size:.95rem;
  line-height:1.55;
}
.lead-success .btn{
  margin-top:10px;
  min-width:180px;
}

.lead-modal{
  position:fixed;
  inset:0;
  z-index:150;
  display:grid;
  place-items:center;
  padding:clamp(10px,2vw,22px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s var(--ease),visibility .22s var(--ease);
}

.lead-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.lead-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,5,7,.74);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

.lead-modal__dialog{
  position:relative;
  width:min(640px,calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  max-height:min(92dvh,720px);
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  border:1px solid rgba(218,190,124,.2);
  border-radius:20px;
  background:
    radial-gradient(520px 260px at 8% 0%,rgba(185,198,210,.1),transparent 64%),
    linear-gradient(145deg,rgba(25,27,31,.98),rgba(9,10,12,.98));
  box-shadow:0 28px 90px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.06);
  padding:clamp(18px,3vw,28px);
}

.lead-modal__dialog h2{
  margin:0;
  max-width:580px;
  font-size:clamp(1.45rem,2.6vw,2.1rem);
  line-height:1.1;
}

.lead-modal__dialog p{
  max-width:560px;
  margin:8px 0 0;
  color:rgba(217,216,210,.76);
  font-size:.92rem;
  line-height:1.55;
}

.lead-modal__close{
  position:absolute;
  right:14px;
  top:14px;
  width:42px;
  height:42px;
  border:1px solid rgba(217,216,210,.16);
  border-radius:50%;
  background:rgba(255,255,255,.04);
  color:#f4efe4;
  font:inherit;
  font-size:1.35rem;
  cursor:pointer;
}

.lead-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
  margin-top:16px;
}

.lead-form label{
  display:grid;
  gap:7px;
  min-width:0;
}

.lead-form label > span:first-child{
  color:rgba(211,191,136,.82);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea{
  width:100%;
  border:1px solid rgba(217,216,210,.14);
  border-radius:12px;
  background:rgba(5,6,7,.72);
  color:var(--txt);
  font:inherit;
  font-size:1rem;
  padding:10px 12px;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.lead-form input,
.lead-form select{
  min-height:44px;
}

.lead-form textarea{
  min-height:64px;
  resize:vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder{
  color:rgba(217,216,210,.48);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus{
  border-color:rgba(211,191,136,.42);
  box-shadow:0 0 0 3px rgba(211,191,136,.1),inset 0 1px 0 rgba(255,255,255,.04);
}

.lead-form__file-input{
  position:absolute;
  width:1px!important;
  height:1px!important;
  opacity:0;
  pointer-events:none;
}

.lead-form__file-ui{
  min-height:48px;
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(217,216,210,.14);
  border-radius:14px;
  background:rgba(5,6,7,.72);
  padding:13px 14px;
  color:var(--txt);
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  min-width:0;
}

.lead-form__file-ui b{
  color:#f3ead7;
  font-size:.95rem;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
}

.lead-form__file-ui em{
  min-width:0;
  color:rgba(217,216,210,.58);
  font-style:normal;
  font-size:.9rem;
  line-height:1.35;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.lead-form__file-label{
  grid-column:1/-1;
}

.lead-form__file-input:focus-visible + .lead-form__file-ui{
  border-color:rgba(211,191,136,.42);
  box-shadow:0 0 0 3px rgba(211,191,136,.1),inset 0 1px 0 rgba(255,255,255,.04);
}

.lead-form__wide,
.lead-form__submit,
.lead-form__status{
  grid-column:1/-1;
}

.lead-form__submit{
  width:100%;
  min-height:58px;
  margin-top:4px;
}

.lead-form__status{
  min-height:1.4em;
  margin:0;
  color:rgba(217,216,210,.76);
  font-size:.9rem;
  line-height:1.45;
}

.cases-lead-btn{
  min-width:min(100%,420px);
  min-height:58px;
  padding-left:28px;
  padding-right:28px;
}

@media(max-width:640px){
  .lead-modal{
    padding:10px;
  }
  .lead-modal__dialog{
    max-height:92vh;
    border-radius:20px;
    padding:22px 16px;
  }
  .lead-form{
    grid-template-columns:1fr;
  }
  .lead-modal__close{
    right:10px;
    top:10px;
  }
  .lead-modal__dialog .eyebrow{
    padding-right:48px;
  }
  .lead-form__submit{
    min-height:54px;
  }
  .lead-form__file-ui{
    align-items:flex-start;
    flex-direction:column;
  }
  .lead-form__file-ui em{
    white-space:normal;
  }
  .cases-lead-btn{
    width:100%;
  }
}

/* Доступность: видимый фокус для клавиатурной навигации (глобально) */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:2px solid var(--gold2)!important;
  outline-offset:2px;
}

/* Компактная мобильная шапка: логотип и мессенджеры в одну строку */
@media(max-width:560px){
  .bar{gap:8px;padding:8px 0 4px}
  .logo{gap:8px;padding:5px 10px 5px 6px;min-height:40px}
  .logo img{width:30px;height:30px}
  .logo-copy b{font-size:.8rem}
  .hactions{gap:6px}
  .hmessenger{min-height:36px;padding:0 10px;font-size:.8rem}
  .hphones{display:none}
  .nav{padding:4px 0 8px}
  .nav a{padding:0 10px;font-size:.82rem}
}

/* Сверхузкие экраны: держим логотип и мессенджеры в одной строке и на 360px */
@media(max-width:389px){
  .bar{gap:6px}
  .logo{gap:6px;padding:4px 8px 4px 5px}
  .logo img{width:26px;height:26px}
  .logo-copy b{font-size:.72rem}
  .hmessenger{min-height:32px;padding:0 8px;font-size:.74rem}
}

/* Компактная модалка заявки на телефонах */
@media(max-width:560px){
  .lead-modal{padding:10px}
  .lead-modal__dialog{padding:16px 14px 18px;border-radius:16px}
  .lead-modal__dialog .eyebrow{font-size:.62rem;margin-bottom:6px}
  .lead-modal__dialog h2{font-size:1.28rem;max-width:calc(100% - 44px)}
  .lead-modal__dialog p{font-size:.84rem;line-height:1.45;margin-top:6px}
  .lead-modal__close{width:36px;height:36px;right:10px;top:10px;font-size:1.15rem}
  .lead-form{gap:9px;margin-top:12px}
  .lead-form label{gap:5px}
  .lead-form label > span:first-child{font-size:.62rem}
  .lead-form input,.lead-form select{min-height:42px;padding:9px 11px;font-size:.95rem}
  .lead-form textarea{min-height:52px;font-size:.95rem}
  .lead-form__submit{min-height:48px}
}

/* ═══════════════════════════════════════════════════════════════
   Премиум-полировка: типографика цифр + отклик на нажатие
   ═══════════════════════════════════════════════════════════════ */

/* Табличные «инженерные» цифры для всех числовых блоков: цены, рейтинг,
   классы авто, телефоны, статистика — выравниваются в колонки и не «пляшут». */
.map-score,.map-facts,.hero-proof,.hero-rating-card,
.lp-proof,.lp-proof b,
.price,.pp-price,.pp-sub,.price-hub-grid,.price-hub-grid b,
.tier,.tier-sum,.price-note,
.stat,.stat b,.stats,
.hphone,.nav-phone,.mnav-phone,.map-contact-links,
a[href^="tel:"]{
  font-variant-numeric:tabular-nums lining-nums;
  font-feature-settings:"tnum" 1,"lnum" 1;
}

/* Крупные ценовые числа — чуть плотнее для «дорогой» подачи */
.price,.pp-price,.price-hub-grid b,.tier-sum,.stat b{
  letter-spacing:-.012em;
}

/* Отклик на нажатие — физика клика на всех кнопках */
.btn:active{
  transform:translateY(1px) scale(.99)!important;
  transition-duration:.06s!important;
}
.btn-gold:active{
  transform:translateY(0) scale(.99)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 8px 22px rgba(185,145,69,.2)!important;
}
/* Интерактивные карточки-ссылки тоже отвечают на нажатие */
.map-contact-links a:active,
.price-hub-grid article:active,
.hmessenger:active,
.case-card:active{
  transform:translateY(0) scale(.99);
  transition-duration:.06s;
}

/* Фирменное выделение текста вместо дефолтного синего */
::selection{
  background:rgba(211,191,136,.26);
  color:#f4efe4;
  text-shadow:none;
}
::-moz-selection{
  background:rgba(211,191,136,.26);
  color:#f4efe4;
}

/* Убираем серую вспышку при тапе на мобильных — отклик даёт наш :active */
a,button,[role="button"],.btn,summary,.tier,label{
  -webkit-tap-highlight-color:transparent;
}

/* ═══ Строка доверия над шапкой ═══ */
.topbar{
  background:linear-gradient(180deg,#0c0f12,#0a0d10);
  border-bottom:1px solid rgba(211,191,136,.12);
  position:relative;
  z-index:40;
}
.topbar-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:36px;
  padding-top:6px;
  padding-bottom:6px;
  font-size:.78rem;
  letter-spacing:.01em;
  color:rgba(217,216,210,.7);
}
.topbar-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.topbar-rating{
  color:rgba(217,216,210,.78);
  transition:color .2s var(--ease);
  font-variant-numeric:tabular-nums lining-nums;
  /* тач-зона ≥40px без сдвига макета */
  padding:11px 6px;
  margin:-11px -6px;
}
.topbar-rating b{color:var(--gold2);font-weight:800}
.topbar-rating:hover{color:#f4efe4}
.topbar-star{width:13px;height:13px;fill:var(--gold2);flex:0 0 auto;filter:drop-shadow(0 0 6px rgba(211,191,136,.3))}
.topbar-sep{width:3px;height:3px;border-radius:50%;background:rgba(211,191,136,.42);flex:0 0 auto}
.topbar-loc{color:rgba(217,216,210,.56)}

@media(max-width:820px){
  .topbar-row{gap:12px;font-size:.74rem}
  .topbar-sep--loc,.topbar-loc{display:none}
}
@media(max-width:640px){
  .topbar-sep--exp,.topbar-exp{display:none}
}
@media(max-width:520px){
  .topbar-row{gap:9px;font-size:.7rem;min-height:32px}
}

/* Чат-виджет CRM: на мобильном поднимаем кнопку над нижней sticky-панелью,
   чтобы она не перекрывала «Рассчитать». Десктоп — без изменений. */
@media(max-width:820px){
  .mgkc-btn{bottom:calc(86px + env(safe-area-inset-bottom))!important}
}

/* ═══ Единый размер кнопок и постоянная высота шапки на всех страницах ═══ */

/* .btn не задавал font-size → <button> (13px) и <a> (15px) рендерились разного
   размера. Фиксируем единый размер текста для всех кнопок. */
.btn{font-size:.94rem}

/* Сервисные страницы (plenka/keramika) несут inline header{padding:20px 0} и
   header.scrolled{padding:13px 0} — шапка выше и «прыгает» на скролле.
   Обнуляем: высота держится на .bar min-height, одинаково на всех страницах. */
header{padding:0!important}
header.scrolled{padding:0!important}

/* Чекбокс согласия: маленький и в строку (перебиваем .lead-form input{width:100%}) */
.lead-form__consent{display:flex!important;gap:9px;align-items:flex-start}
.lead-form__consent input[type="checkbox"]{
  width:18px!important;
  height:18px!important;
  min-height:0!important;
  flex:0 0 auto;
  margin:2px 0 0;
  padding:0!important;
  accent-color:#d3bf88;
  border-radius:5px!important;
}

/* Портфолио: карточка-галерея «фото готового авто + название» */
.lp-card--photo{padding:0;overflow:hidden;text-align:center}
.lp-card--photo img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center 50%;
  margin:0;
  display:block;
  border-radius:0;
}
.lp-card--photo h3{
  margin:0;
  padding:15px 16px 17px;
  font-size:1.12rem;
  line-height:1.22;
}


/* Мессенджеры в шапке — компактные иконки (текстовые пилюли не помещались в 1180px) */
.hactions .hmessenger--icon{
  width:40px;
  min-width:40px;
  padding:0;
  justify-content:center;
}
.hactions .hmessenger--icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:var(--gold2);
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hactions .hmessenger--icon:hover svg{stroke:#f4efe4}
/* Шапка с 7 пунктами навигации («Химчистка» добавлена 2026-07-11):
   компактные пункты, чтобы меню не наезжало на телефоны и мессенджеры. */
@media(min-width:1101px){
  header .nav{gap:1px!important}
  header .nav a{padding:0 6px!important;font-size:.8rem!important}
}
/* Активный пункт меню — единообразно на всех страницах
   (инлайн a.on есть не везде, напр. на /himchistka-salona/) */
header .nav a.on{color:var(--gold2)!important}
