/* ЭЛИТКАРС — направление «Ночной шоурум» */
:root{
  --bg:#171B22; --bg-deep:#12151A; --bg-raised:#1D222B; --bg-raised-2:#242A35;
  --ink:#EDE8DE; --muted:#B7BCC6; --dim:#7F8794;
  --line:rgba(237,232,222,.14); --line-strong:rgba(237,232,222,.32);
  --light:#CFE3FF; --glow:rgba(207,227,255,.32);
  --font-display:'Unbounded','Arial Black',sans-serif;
  --font-body:'Golos Text','Helvetica Neue',Arial,sans-serif;
  --container:1312px; --gutter:64px;
  --radius:4px; --radius-lg:12px;
  --header-h:88px;
  --ease-out:cubic-bezier(.22,1,.36,1);
}
@media (max-width:1100px){:root{--gutter:32px;--header-h:76px}}
@media (max-width:720px){:root{--gutter:20px;--header-h:68px}}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
html.no-anim{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:400 17px/1.55 var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg{display:block;max-width:100%}
[hidden]{display:none!important}
a{color:inherit}
button{font:inherit;color:inherit}
p{margin:0}
:focus-visible{outline:2px solid var(--light);outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-stopped{overflow:hidden}

h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;margin:0;text-wrap:balance}
h1{font-size:clamp(40px,5.2vw,76px);line-height:1.04}
h2{font-size:clamp(28px,3.2vw,46px);line-height:1.1}
h3{font-size:clamp(18px,1.55vw,22px);line-height:1.3}
.lead{font-size:clamp(17px,1.35vw,20px);line-height:1.55;color:var(--muted);max-width:560px;text-wrap:pretty}
.muted{color:var(--muted)}

.wrap{max-width:calc(var(--container) + var(--gutter)*2);margin:0 auto;padding:0 var(--gutter)}
.section{padding:clamp(80px,9vw,140px) 0}
.section-deep{background:var(--bg-deep)}
.section-head{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:32px 40px;align-items:end;margin-bottom:clamp(40px,5vw,64px)}
.section-head .lead{justify-self:start}
@media (max-width:900px){.section-head{grid-template-columns:1fr}}

/* Кнопки и ссылки */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:56px;padding:0 30px;border-radius:var(--radius);font-family:var(--font-body);font-weight:600;font-size:16px;line-height:1;background:var(--ink);color:var(--bg-deep);border:1px solid var(--ink);text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .25s,border-color .25s,color .25s,transform .35s var(--ease-out)}
.btn:hover{background:#fff;border-color:#fff;transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn:disabled{opacity:.6;cursor:default;transform:none}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}
.btn-ghost:hover{background:rgba(237,232,222,.07);border-color:var(--ink);color:var(--ink)}
.btn-sm{height:44px;padding:0 22px;font-size:15px}
.link-ul{font-weight:500;text-decoration:none;padding-bottom:2px;border-bottom:1px solid var(--line-strong);transition:border-color .25s,color .25s}
.link-ul:hover{border-color:var(--ink);color:#fff}
.actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}

/* Шапка */
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;height:var(--header-h);display:flex;align-items:center;border-bottom:1px solid transparent;transition:background .4s,border-color .4s}
.site-header.is-scrolled{background:rgba(23,27,34,.74);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:var(--line)}
.header-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-family:var(--font-display);font-weight:600;font-size:17px;letter-spacing:.02em;text-decoration:none;color:var(--ink);white-space:nowrap}
.nav{display:flex;gap:36px}
.nav a{font-size:15px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s}
.nav a:hover,.nav a.is-active{color:var(--ink)}
.header-right{display:flex;align-items:center;gap:24px}
.header-phone{font-size:15px;font-weight:500;text-decoration:none;color:var(--ink);white-space:nowrap}
.header-link{font-size:15px;font-weight:500;text-decoration:none;color:var(--muted);white-space:nowrap;transition:color .2s}
.header-link:hover{color:var(--ink)}
.burger{display:none;width:44px;height:44px;margin-right:-10px;background:none;border:0;cursor:pointer;position:relative;z-index:60}
.burger span{position:absolute;left:11px;right:11px;height:1.5px;background:var(--ink);transition:transform .4s var(--ease-out),opacity .3s}
.burger span:nth-child(1){top:17px}.burger span:nth-child(2){top:26px}
html.menu-open .burger span:nth-child(1){transform:translateY(4.5px) rotate(45deg)}
html.menu-open .burger span:nth-child(2){transform:translateY(-4.5px) rotate(-45deg)}
@media (max-width:1240px){.nav{gap:24px}.nav a,.header-phone,.header-link{font-size:14px}.header-right{gap:18px}}
@media (max-width:1100px){.nav,.header-right .btn,.header-link{display:none}.burger{display:block}}
@media (max-width:720px){.header-phone{display:none}}

/* Мобильное меню */
.menu{position:fixed;inset:0;z-index:45;background:var(--bg-deep);display:flex;flex-direction:column;justify-content:center;gap:40px;padding:calc(var(--header-h) + 24px) var(--gutter) 40px;opacity:0;visibility:hidden;transition:opacity .45s,visibility .45s}
html.menu-open .menu{opacity:1;visibility:visible}
.menu-nav{display:flex;flex-direction:column;gap:18px}
.menu-nav a{font-family:var(--font-display);font-weight:500;font-size:clamp(26px,6vw,36px);text-decoration:none;color:var(--ink);opacity:0;transform:translateY(18px);transition:opacity .5s var(--ease-out),transform .6s var(--ease-out)}
html.menu-open .menu-nav a{opacity:1;transform:none}
html.menu-open .menu-nav a:nth-child(2){transition-delay:.05s}
html.menu-open .menu-nav a:nth-child(3){transition-delay:.1s}
html.menu-open .menu-nav a:nth-child(4){transition-delay:.15s}
html.menu-open .menu-nav a:nth-child(5){transition-delay:.2s}
.menu-foot{display:flex;flex-direction:column;gap:14px;font-size:17px;opacity:0;transition:opacity .5s .25s}
html.menu-open .menu-foot{opacity:1}
.menu-foot a{text-decoration:none;color:var(--muted)}
.menu-foot a:hover{color:var(--ink)}

/* Шторка перехода между страницами */
.page-curtain{position:fixed;inset:0;z-index:100;background:var(--bg-deep);transform:translateY(101%);pointer-events:none}
html.js .page-curtain{transform:translateY(0)}
html.js.is-ready .page-curtain{transform:translateY(-101%);transition:transform .75s var(--ease-out)}
html.no-anim .page-curtain{display:none}

/* Первый экран */
.hero{position:relative;min-height:min(100vh,980px);min-height:min(100svh,980px);padding:calc(var(--header-h) + 7vh) 0 48px;display:flex;overflow:hidden}
.hero-inner{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%}
.hero-copy{position:relative;z-index:2;max-width:720px;display:flex;flex-direction:column;gap:28px}
.hero-title .line{display:block;overflow:hidden;padding-bottom:.06em;margin-bottom:-.06em}
.hero-title .line>span{display:block}
.hero-sub{max-width:520px;font-size:clamp(17px,1.4vw,20px);line-height:1.5;color:var(--muted)}
.hero-actions{margin-top:6px}
.hero-car-wrap{--refl-h:min(13vw,120px);position:absolute;right:-3vw;bottom:246px;width:min(62vw,920px);z-index:1;pointer-events:none}
.hero-glow{position:absolute;left:-12%;right:-12%;bottom:calc(var(--refl-h) - 16%);height:32%;background:radial-gradient(ellipse 50% 50% at 50% 50%,var(--glow),rgba(207,227,255,0) 70%)}
.hero-car{position:relative}
.hero-car svg{width:100%;height:auto}
.hero-reflection{position:relative;height:var(--refl-h);overflow:hidden;opacity:.35;transform:scaleY(-1);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0));mask-image:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0))}
.hero-reflection svg{position:absolute;left:0;bottom:0;width:100%;height:auto}
.hero-facts{position:relative;height:96px;margin-top:150px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;padding-top:26px;font-size:15px;line-height:1.45;color:var(--muted)}
.hero-facts p{max-width:360px}
.hero-facts-line{position:absolute;top:0;left:0;right:0;height:1px;background:var(--line);transform-origin:left center}
html.js:not(.no-anim) .hero-glow,html.js:not(.no-anim) .hero-car,html.js:not(.no-anim) .hero-reflection,html.js:not(.no-anim) .hero-sub,html.js:not(.no-anim) .hero-actions,html.js:not(.no-anim) .hero-facts p{opacity:0}
html.js:not(.no-anim) .hero-facts-line{transform:scaleX(0)}
html.js:not(.no-anim) .hero-title .line>span{transform:translateY(110%)}
@media (max-width:1100px){
  .hero{min-height:0;padding-bottom:40px}
  .hero-copy{max-width:640px}
  .hero-car-wrap{position:relative;right:auto;bottom:auto;width:100%;margin:8px 0 -24px}
  .hero-facts{height:auto;margin-top:32px}
}
@media (max-width:720px){
  .hero-facts{grid-template-columns:1fr;gap:12px;padding-top:22px}
  .hero-actions{gap:18px}
}

/* Общие для главной */
.section-foot{display:flex;justify-content:flex-start;margin-top:40px}

/* Горизонтальная лента карточек */
.rail{position:relative}
.rail-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:clamp(32px,4vw,48px)}
.rail-nav{display:flex;gap:10px;flex:none}
.rail-btn{width:48px;height:48px;border-radius:50%;border:1px solid var(--line-strong);background:transparent;color:var(--ink);display:grid;place-items:center;cursor:pointer;transition:border-color .25s,background .25s}
.rail-btn:hover{border-color:var(--ink);background:rgba(237,232,222,.06)}
.rail-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.rail-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--gutter);scroll-padding-right:var(--gutter);scrollbar-width:none;padding:4px 0 8px;cursor:grab;margin:0 calc(var(--gutter)*-1);padding-left:var(--gutter);padding-right:var(--gutter)}
.rail-track::-webkit-scrollbar{display:none}
.rail-track.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.rail-track>*{scroll-snap-align:start}

/* Карточка автомобиля */
.car-card{flex:0 0 clamp(272px,29vw,392px);display:flex;flex-direction:column;gap:16px;text-decoration:none;color:inherit}
.car-media{position:relative;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;background:radial-gradient(ellipse 70% 45% at 50% 88%,rgba(207,227,255,.16),rgba(207,227,255,0) 70%),var(--bg-raised);border:1px solid var(--line)}
.car-media img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out)}
.car-media img.ph{position:absolute;inset:16% 8% 12%;width:auto;height:auto;max-width:84%;max-height:72%;margin:auto;object-fit:contain}
.car-card:hover .car-media img{transform:scale(1.04)}
.car-card:hover .car-media img.ph{transform:scale(1.03)}
.car-media::after{content:'';position:absolute;inset:0;background:linear-gradient(112deg,rgba(207,227,255,0) 35%,rgba(207,227,255,.12) 50%,rgba(207,227,255,0) 65%);transform:translateX(-110%);transition:transform 1s var(--ease-out);pointer-events:none}
.car-card:hover .car-media::after{transform:translateX(110%)}
.car-body{display:flex;flex-direction:column;gap:6px}
.car-title{font-family:var(--font-display);font-weight:500;font-size:17px;line-height:1.3;letter-spacing:-.01em}
.car-trim{color:var(--dim);font-family:var(--font-body);font-weight:400;font-size:15px}
.car-specs{font-size:14px;color:var(--dim)}
.car-price{font-size:16px;font-weight:600;margin-top:4px}
.car-price.is-empty{font-weight:500;color:var(--muted)}

/* Почему доверяют */
.trust{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px}
.trust-sticky{position:sticky;top:calc(var(--header-h) + 32px);align-self:start;display:flex;flex-direction:column;gap:24px}
.trust-list{display:flex;flex-direction:column}
.trust-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:28px;padding:36px 0;border-top:1px solid var(--line)}
.trust-item:last-child{border-bottom:1px solid var(--line)}
.trust-icon{width:52px;height:52px;color:var(--light);opacity:.85}
.trust-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.trust-item h3{margin-bottom:10px}
.trust-item p{color:var(--muted);max-width:520px;text-wrap:pretty}
@media (max-width:900px){.trust{grid-template-columns:1fr}.trust-sticky{position:static}}
@media (max-width:520px){.trust-item{grid-template-columns:1fr;gap:16px}.trust-icon{width:40px;height:40px}}

/* Четыре шага */
.steps-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px}
.steps-sticky{position:sticky;top:calc(var(--header-h) + 32px);align-self:start;display:flex;flex-direction:column;gap:24px}
.steps-list{position:relative;padding-left:60px}
.steps-line{position:absolute;left:12px;top:22px;bottom:22px;width:2px;background:var(--line)}
.steps-line-fill{position:absolute;inset:0;background:var(--light);transform-origin:top center;transform:scaleY(0)}
.step{position:relative;padding:8px 0 60px}
.step:last-child{padding-bottom:8px}
.step::before{content:'';position:absolute;left:-60px;top:9px;width:26px;height:26px;border-radius:50%;background:var(--bg-deep);border:2px solid var(--line);transition:border-color .45s,box-shadow .45s}
.step.is-on::before{border-color:var(--light);box-shadow:0 0 0 6px rgba(207,227,255,.12),0 0 28px rgba(207,227,255,.35)}
.step-n{font-family:var(--font-display);font-size:13px;letter-spacing:.04em;color:var(--dim);margin-bottom:12px;transition:color .45s}
.step h3{color:var(--dim);margin-bottom:12px;transition:color .45s}
.step p{color:var(--dim);max-width:520px;transition:color .45s;text-wrap:pretty}
.step.is-on .step-n,.step.is-on h3{color:var(--ink)}
.step.is-on p{color:var(--muted)}
html.no-anim .step .step-n,html.no-anim .step h3{color:var(--ink)}
html.no-anim .step p{color:var(--muted)}
html.no-anim .steps-line-fill{transform:none}
@media (max-width:900px){.steps-grid{grid-template-columns:1fr}.steps-sticky{position:static}}

/* Отзывы */
.review-card{flex:0 0 clamp(296px,33vw,440px);display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-height:280px;padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-raised);transition:border-color .3s}
.review-card:hover{border-color:var(--line-strong)}
.review-text{font-size:clamp(17px,1.3vw,19px);line-height:1.5;text-wrap:pretty}
.review-meta{display:flex;justify-content:space-between;gap:16px;align-items:end}
.review-name{font-weight:600}
.review-car{font-size:14px;color:var(--dim)}
.review-stars{font-size:12px;letter-spacing:.15em;color:var(--light);opacity:.8}

/* Вопросы */
.faq{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px}
.faq-list{display:flex;flex-direction:column}
.faq-item{border-top:1px solid var(--line)}
.faq-item:last-child{border-bottom:1px solid var(--line)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;background:none;border:0;color:var(--ink);font:500 clamp(17px,1.4vw,20px)/1.35 var(--font-body);text-align:left;cursor:pointer;transition:color .25s}
.faq-q:hover{color:#fff}
.faq-plus{position:relative;flex:none;width:28px;height:28px}
.faq-plus::before,.faq-plus::after{content:'';position:absolute;left:50%;top:50%;width:16px;height:1.5px;background:currentColor;transform:translate(-50%,-50%);transition:transform .45s var(--ease-out)}
.faq-plus::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item.is-open .faq-plus::after{transform:translate(-50%,-50%) rotate(0)}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s var(--ease-out)}
.faq-a>div{overflow:hidden}
.faq-item.is-open .faq-a{grid-template-rows:1fr}
.faq-a p{padding:0 48px 28px 0;color:var(--muted);max-width:600px;text-wrap:pretty}
@media (max-width:900px){.faq{grid-template-columns:1fr}}

/* Заявка */
.apply-panel{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:56px;padding:clamp(32px,4.5vw,64px);border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--bg-raised) 0%,var(--bg) 100%)}
.apply-copy{display:flex;flex-direction:column;gap:24px}
.apply-copy .lead{max-width:440px}
.apply-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:8px}
.form{display:flex;flex-direction:column;gap:14px}
.field{width:100%;height:56px;padding:0 18px;background:rgba(237,232,222,.04);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);font:400 16px var(--font-body);transition:border-color .25s,background .25s}
.field::placeholder{color:var(--dim)}
.field:focus{outline:none;border-color:var(--light);background:rgba(207,227,255,.06)}
textarea.field{height:auto;min-height:120px;padding:16px 18px;resize:vertical;line-height:1.5}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.consent{display:flex;gap:12px;align-items:flex-start;font-size:13px;line-height:1.45;color:var(--dim);margin-top:6px}
.consent input{flex:none;width:16px;height:16px;margin-top:2px;accent-color:var(--light)}
.consent a{color:var(--muted)}
.form-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:8px}
.form-status{font-size:14px;color:var(--muted);min-height:20px}
.form-done{display:flex;flex-direction:column;gap:12px;padding:24px 0}
.form-done h3{color:var(--ink)}
.form-done p{color:var(--muted)}
.form.is-sent .form-fields{display:none}
@media (max-width:900px){.apply-panel{grid-template-columns:1fr;gap:40px}}
@media (max-width:560px){.field-row{grid-template-columns:1fr}}

/* Подвал */
.site-footer{padding:clamp(64px,7vw,96px) 0 28px;border-top:1px solid var(--line);background:var(--bg-deep)}
.footer-top{display:flex;justify-content:space-between;align-items:end;gap:32px;flex-wrap:wrap;margin-bottom:56px}
.footer-tag{max-width:420px;color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;font-size:15px;line-height:1.55}
.footer-grid h4{font-family:var(--font-body);font-weight:500;font-size:13px;color:var(--dim);margin-bottom:12px;letter-spacing:0}
.footer-grid a{text-decoration:none;color:var(--ink)}
.footer-grid a:hover{color:#fff}
.footer-grid .hours{color:var(--muted);margin-top:10px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-req{display:flex;flex-wrap:wrap;gap:8px 28px;margin-top:40px;padding-top:22px;border-top:1px solid var(--line);font-size:13px;line-height:1.5;color:var(--muted)}
.footer-req-label{color:var(--dim)}
.footer-map{margin-top:56px;height:320px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);filter:grayscale(1) invert(.92) hue-rotate(180deg) contrast(.86);opacity:.9}
.footer-map iframe{width:100%;height:100%;border:0}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px 32px;flex-wrap:wrap;margin-top:48px;padding-top:24px;border-top:1px solid var(--line);font-size:13px;color:var(--dim)}
.footer-bottom a{color:var(--dim);text-decoration:none}
.footer-bottom a:hover{color:var(--ink)}
@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr}.footer-map{height:240px}}

/* Внутренние страницы */
.page-head{padding:calc(var(--header-h) + clamp(40px,7vh,80px)) 0 clamp(32px,4vw,56px)}
.page-head h1{font-size:clamp(34px,4.2vw,60px);max-width:900px}
.page-head .lead{margin-top:20px}
.breadcrumbs{display:flex;gap:10px;font-size:14px;color:var(--dim);margin-bottom:24px}
.breadcrumbs a{color:var(--dim);text-decoration:none}
.breadcrumbs a:hover{color:var(--ink)}

/* Каталог */
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:40px}
.chip{height:40px;padding:0 18px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--muted);font-size:14px;font-weight:500;cursor:pointer;transition:border-color .25s,color .25s,background .25s}
.chip:hover{border-color:var(--line-strong);color:var(--ink)}
.chip.is-active{background:var(--ink);border-color:var(--ink);color:var(--bg-deep)}
.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 24px}
.catalog-grid .car-card{flex:none}
.pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:64px;font-size:15px;color:var(--muted)}
.empty{padding:48px 0;color:var(--muted);max-width:560px}
@media (max-width:900px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.catalog-grid{grid-template-columns:1fr}}

/* Карточка автомобиля */
.product{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:48px;align-items:start;padding-bottom:clamp(80px,9vw,140px)}
.gallery{position:relative;display:flex;flex-direction:column;gap:14px}
.gallery-main{position:relative;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;background:radial-gradient(ellipse 70% 45% at 50% 88%,rgba(207,227,255,.16),rgba(207,227,255,0) 70%),var(--bg-raised);border:1px solid var(--line);touch-action:pan-y}
.gallery-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s}
.gallery-main img.is-current{opacity:1}
.gallery-main img.ph{inset:16% 8% 12%;width:auto;height:auto;max-width:84%;max-height:72%;margin:auto;object-fit:contain}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid var(--line-strong);background:rgba(23,27,34,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--ink);display:grid;place-items:center;cursor:pointer;transition:background .25s,border-color .25s}
.gallery-arrow:hover{background:rgba(23,27,34,.9);border-color:var(--ink)}
.gallery-arrow svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.gallery-arrow.prev{left:16px}.gallery-arrow.next{right:16px}
.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}
.gallery-thumbs::-webkit-scrollbar{display:none}
.gallery-thumbs button{flex:0 0 88px;aspect-ratio:4/3;border-radius:6px;overflow:hidden;border:1px solid var(--line);background:var(--bg-raised);padding:0;cursor:pointer;opacity:.6;transition:opacity .25s,border-color .25s}
.gallery-thumbs button img{width:100%;height:100%;object-fit:cover}
.gallery-thumbs button.is-current{opacity:1;border-color:var(--ink)}
.product-side{display:flex;flex-direction:column;gap:32px;position:sticky;top:calc(var(--header-h) + 24px)}
.product-title{display:flex;flex-direction:column;gap:8px}
.product-title h1{font-size:clamp(28px,3.2vw,46px);line-height:1.08;overflow-wrap:anywhere;text-wrap:balance}
.product-title .trim{color:var(--muted);font-size:17px}
.spec-table{display:flex;flex-direction:column}
.spec-row{display:flex;justify-content:space-between;gap:24px;padding:14px 0;border-top:1px solid var(--line);font-size:15px}
.spec-row:last-child{border-bottom:1px solid var(--line)}
.spec-row .k{color:var(--dim)}
.spec-row .v{text-align:right}
.price-block{display:flex;flex-direction:column;gap:6px}
.price-block .price{font-family:var(--font-display);font-weight:500;font-size:clamp(24px,2.4vw,32px);letter-spacing:-.02em}
.price-block .price-cny{color:var(--muted);font-size:15px}
.disclaimer{font-size:13px;color:var(--dim);max-width:420px}
@media (max-width:900px){.product{grid-template-columns:1fr}.product-side{position:static}}

/* Общее для ревилов */
html.js:not(.no-anim) [data-reveal],html.js:not(.no-anim) [data-reveal-group]>*{opacity:0}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* Картинки из админки и служебное */
.logo img{height:28px;width:auto;display:block}
.hero-car img{width:100%;height:auto;display:block}
.hero-reflection img{position:absolute;left:0;bottom:0;width:100%;height:auto}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.car-desc{color:var(--muted);font-size:15px;line-height:1.6}
.car-desc p{margin:0 0 12px}
.policy-text p{margin:0 0 18px;color:var(--muted);max-width:720px;line-height:1.6}
