/* Import iOS‑style tokens (жидкое стекло) */

/* Blog list (page template: Blog) */
body.page-template-page-blog .cards {
	display: block
}

body.page-template-page-blog .post-card {
	width: 100%;
	margin: 0 0 24px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	padding: 20px
}

body.page-template-page-blog .post-header {
	margin-bottom: 10px
}

body.page-template-page-blog .post-title {
	margin: 0 0 6px
}

body.page-template-page-blog .post-title a {
	text-decoration: none
}

body.page-template-page-blog .post-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	color: rgba(0, 0, 0, .6);
	font-size: .92rem
}

body.page-template-page-blog .post-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 8px;
	margin: 10px 0
}

body.page-template-page-blog .post-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

body.page-template-page-blog .post-excerpt {
	margin: 8px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

body.page-template-page-blog .post-excerpt {
	line-clamp: 2
}

body.page-template-page-blog .tags-list {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

body.page-template-page-blog .tags-list a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: .85rem;
	text-decoration: none
}

body.page-template-page-blog .post-footer {
	margin-top: 12px
}

/* Layout variants */
body.page-template-page-blog .blog-list.blog-layout-full {
	display: block
}

body.page-template-page-blog .blog-list.blog-layout-grid2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px
}

body.page-template-page-blog .blog-list.blog-layout-grid3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px
}

/* Classic: карточки как список, визуально отделённые */
body.page-template-page-blog .blog-list.blog-layout-classic {
	display: block
}

body.page-template-page-blog .blog-list.blog-layout-classic .post-card {
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #fff
}

/* Minimal: компактнее, меньший превью */
body.page-template-page-blog .blog-list.blog-layout-minimal .post-thumb {
	aspect-ratio: 4/3
}

body.page-template-page-blog .blog-list.blog-layout-minimal .post-card {
	padding: 16px
}

body.page-template-page-blog .blog-list.blog-layout-minimal .tags-list {
	display: none
}

@media (max-width: 900px) {

	body.page-template-page-blog .blog-list.blog-layout-grid2,
	body.page-template-page-blog .blog-list.blog-layout-grid3 {
		grid-template-columns: 1fr
	}
}

:root {
	/* Fallbacks (если импорт недоступен) */
	--lg-hue-1: #7c3aed;
	--lg-hue-2: #2563eb;
	--lg-hue-3: #06b6d4;
	--lg-hue-4: #22c55e;
	--lg-bg: #ffffff;
	--lg-glass: transparent;
	--lg-glass-strong: transparent;
	--lg-border: #e5e7eb;
	--lg-inner: rgba(255, 255, 255, .65);
	--lg-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	--lg-text: #111827;
	--lg-muted: #80848b;
	--lg-radius: 18px;
	--lg-radius-lg: 22px;
	--lg-pill: 999px;
	--lg-max: 1200px;

	/* Derived */
	--accent: #111827;
	--accent-2: var(--lg-hue-1);
	--line: #e5e7eb;
	--brand: #111827;
	--warn: #fbbf24;
}

* {
	box-sizing: border-box
}

html,
body {
	margin: 0;
	padding: 0
}

body {
	font-family: Roboto, system-ui, -apple-system, Segoe UI, Inter, Arial, sans-serif;
	color: var(--lg-text);
	line-height: 1.6;
	background: #ffffff;
}

html,
body {
	overflow-x: hidden
}

html.no-scroll,
body.no-scroll {
	overflow: hidden;
	height: 100%
}

/* Subtle animated sheen */
body:after {
	content: "";
	position: fixed;
	inset: -20vmax;
	background: none;
	pointer-events: none;
	animation: none;
	z-index: -1;
}

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

a:hover {
	opacity: .9
}

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

.container {
	width: 100%;
	max-width: var(--lg-max);
	padding: 0 20px;
	margin: 0 auto
}

.section {
	padding: 20px 0
}

.section.alt {}

.muted {
	color: var(--lg-muted)
}

@keyframes lgFloat {
	0% {
		transform: translate3d(0, 0, 0) scale(1)
	}

	100% {
		transform: translate3d(2%, -2%, 0) scale(1.02)
	}
}

/* ===================== Hero Slider ===================== */
.hero-slider {
	position: relative;
	height: 68vh;
	min-height: 420px;
	overflow: hidden
}

.hs-track {
	height: 100%;
	position: relative
}

.hs-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .7s ease;
	background: var(--bg, #000);
}

.hs-slide:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		var(--ov, linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .55) 35%, rgba(255, 255, 255, .90))),
		var(--bg);
	background-position: center center, center center;
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
}

.hs-slide .container {
	position: relative;
	z-index: 1;
	max-width: 860px;
	padding-top: 80px
}

.hs-slide.active {
	opacity: 1;
	position: absolute
}

.hs-btn {
	position: absolute;
	bottom: 0;
	top: auto;
	transform: none;
	z-index: 10;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	box-shadow: none;
	color: transparent;
	cursor: pointer
}

.hs-btn.prev {
	left: calc(50% - 80px);
	background-image: url("../@icons/arrow-prev.svg")
}

.hs-btn.next {
	right: calc(50% - 80px);
	background-image: url("../@icons/arrow-next.svg")
}

.hs-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	display: flex;
	justify-content: center;
	gap: 8px;
	z-index: 2
}

.hs-dots button {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	background: rgba(0, 0, 0, .15)
}

.hs-dots button.active {
	background: #0b1020;
	width: 22px
}

/* Header */
.site-header {
	background: #ffffff;
	border-bottom: 1px solid var(--line);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .02);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px
}

.brand-logo {
	height: 45px;
	filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .2))
}

.site-nav ul {
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0
}

.site-nav a {
	display: block;
	padding: 10px 12px;
	border-radius: var(--lg-pill);
	color: var(--lg-text);
	border: 1px solid transparent;
}

.site-nav a.active {
	color: var(--brand);
	background: #f3f4f6;
	border-color: transparent;
}

.site-nav a:hover {
	background: #f3f4f6;
}

.nav-toggle {
	display: none;
	background: none;
	border: 0;
	color: var(--lg-text);
	cursor: pointer
}

.nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--lg-text);
	margin: 5px 0;
	border-radius: 1px;
	transition: transform .2s ease, opacity .2s ease
}

/* Hero */
.hero {
	position: relative;
	background: var(--hero-image) center/cover no-repeat;
	padding: 110px 0;
}

.hero .container {
	max-width: 860px
}

.hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .60) 35%, rgba(255, 255, 255, .92));
}

.hero h1 {
	font-size: 46px;
	line-height: 1.15;
	margin: 0 0 12px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3)
}

.hero p {
	font-size: 18px;
	color: var(--lg-muted);
	margin: 0 0 22px
}

.hero-cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap
}

/* ===================== Parallax ===================== */
.parallax {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	background-image: var(--parallax);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .35));
}

.parallax-inner {
	max-width: 760px;
	position: relative;
	z-index: 1;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

/* Buttons */
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: var(--lg-pill);
	border: 1px solid var(--line);
	color: var(--brand);
	background: #ffffff;
	cursor: pointer;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	transition: transform .05s ease, opacity .2s ease;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}

.button:active {
	transform: translateY(1px)
}

.button.primary {
	background: var(--warn);
	color: #111827;
	border: 1px solid #f59e0b;
}

.btn-ico--spin {
	animation: wheel-spin 8s linear infinite;
	transform-origin: center;
	will-change: transform
}

.button:hover .btn-ico--spin,
.button:focus-visible .btn-ico--spin {
	animation-duration: 1.5s
}

@keyframes wheel-spin {
	to {
		transform: rotate(360deg)
	}
}

.button--fx {}

.button--fx_anim {}

.button.ghost {
	background: #ffffff;
	color: var(--brand);
	border-color: var(--line);
}

.button .ripple {
	position: absolute;
	border-radius: 50%;
	transform: scale(0);
	animation: ripple .6s linear;
	pointer-events: none;
	opacity: .75
}

@keyframes ripple {
	to {
		transform: scale(4);
		opacity: 0
	}
}

/* Content */
.content h1,
.content h2,
.content h3 {
	margin-top: 0
}

.ticks {
	list-style: none;
	padding: 0;
	margin: 12px 0 0
}

.ticks li {
	padding-left: 28px;
	position: relative;
	margin: 6px 0
}

.ticks li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	background: url("../@icons/checked.svg") center/contain no-repeat;
	box-shadow: none;
}

.bullets {
	margin: 8px 0 0
}

.bullets li {
	margin: 6px 0
}

.callout {
	margin: 15px 0 0 0;
	padding: 14px 16px;
	border-radius: var(--lg-radius);
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

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

.tags span {
	background: #f3f4f6;
	border: 1px solid var(--line);
	padding: 6px 10px;
	border-radius: var(--lg-pill);
	color: var(--lg-text)
}

.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 0 0 25px 0;
}

/* ===================== Services (page) ===================== */
.service-video {
	margin-bottom: 18px
}

.service-video video {
	width: 100%;
	aspect-ratio: 16/9;
	display: block;
	border-radius: 16px;
	border: 1px solid var(--line);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
	object-fit: cover;
	background: #000
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 12px
}

.service {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
	transition: transform .2s ease, box-shadow .2s ease
}

.service:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .10)
}

.service__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #f3f4f6;
	border: 1px solid var(--line);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px
}

.service__icon img {
	width: 22px;
	height: 22px;
	opacity: .9
}

/* override grid for service details cards */
.cards--services {
	grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1024px) {
	.service-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.cards--services {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:720px) {
	.service-grid {
		grid-template-columns: 1fr
	}

	.cards--services {
		grid-template-columns: 1fr
	}
}

/* Makes grid */
.makes-grid {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(140px, 1fr));
	gap: 14px;
}

.make-card {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 12px 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.make-logo {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.make-card span {
	font-weight: 600;
	color: #111827;
}

@media (max-width:720px) {
	.makes-grid {
		grid-template-columns: repeat(2, minmax(140px, 1fr))
	}
}

@media (max-width:858px) {
	.makes-grid {
		grid-template-columns: repeat(1, minmax(140px, 1fr));
	}

}

/* Cards */
.cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px
}

.card {
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 16px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.card h3 {
	margin-top: 0
}

/* ===================== Testimonials ===================== */
.testimonials {
	margin-top: 12px
}

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

.t-card {
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 18px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
	position: relative;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease
}

.t-card:before {
	content: "“";
	position: absolute;
	right: 16px;
	top: -8px;
	font-size: 80px;
	line-height: 1;
	color: rgba(17, 24, 39, .06);
	font-family: Georgia, "Times New Roman", serif;
	pointer-events: none
}

.t-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .10)
}

.t-stars {
	color: var(--warn);
	letter-spacing: 2px;
	font-size: 16px;
	margin-bottom: 8px
}

.t-quote {
	margin: 0 0 12px 0;
	color: #111827
}

.t-author {
	display: flex;
	align-items: center;
	gap: 10px
}

.t-avatar {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: linear-gradient(135deg, #fde68a, #f59e0b);
	color: #111827;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, .08)
}

.t-name {
	font-weight: 600
}

@media (max-width:720px) {
	.t-grid {
		grid-template-columns: 1fr
	}
}

.vehicles .card {
	padding: 0;
	overflow: hidden
}

.vehicle img {
	aspect-ratio: 16/9;
	object-fit: cover
}

.vehicle-body {
	padding: 16px
}

/* Gallery */
.gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px
}

.gallery a {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--line);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
	background: #fff;
}

.gallery img {
	aspect-ratio: 4/3;
	object-fit: cover;
	transition: transform .25s
}

.gallery img:hover {
	transform: scale(1.03)
}

/* Lightbox */
.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center
}

.lightbox.open {
	opacity: 1;
	pointer-events: auto
}

.lightbox img {
	max-width: 92vw;
	max-height: 86vh;
	border-radius: 10px;
	border: 1px solid #333
}

.lightbox__close {
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 36px;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer
}

/* Contact form */
.contact-form {
	display: grid;
	gap: 10px
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #ffffff;
	color: var(--lg-text);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .04);
}

.contact-grid {
	align-items: start
}

/* Map embed */
.map-embed {
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
	background: #fff;
}

.map-embed iframe {
	width: 100%;
	height: 400px;
	border: 0;
	display: block;
}

/* Footer */
.site-footer {
	border-top: 1px solid var(--line);
	padding: 24px 0;
	background: #f9fafb;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 16px
}

.copyright {
	color: var(--lg-muted);
	text-align: center
}

/* Chakra-like vehicle cards */
.vehicles--chakra {
	grid-template-columns: repeat(2, 1fr)
}

.vehicle-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.vehicle-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .10)
}

.vehicle-media img {
	aspect-ratio: 16/9;
	object-fit: cover
}

.vehicle-media {
	position: relative
}

.vehicle-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.vehicle-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px
}

.vehicle-sub {
	color: var(--lg-muted);
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 12px
}

.v-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #374151
}

.v-meta img {
	width: 16px;
	height: 16px;
	opacity: .9
}

.vehicle-list {
	display: none
}

.price-badge {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: var(--warn);
	color: #111827;
	padding: 6px 10px;
	border-radius: 10px;
	border: 1px solid #f59e0b;
	font-weight: 700;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .12)
}

.badges {
	display: flex;
	gap: 6px;
	flex-wrap: wrap
}

.badge {
	display: inline-block;
	background: #fde68a;
	color: #7c2d12;
	border: 0;
	padding: 6px 10px;
	border-radius: 10px;
	font-size: 12px
}

.vehicle-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	position: relative;
	min-height: 42px;
	justify-content: center;
	align-items: center;
}

.vehicle-actions .button.ghost {
	display: inline-flex
}

.vehicle-actions .button.primary {
	position: static;
	width: auto;
	height: auto;
	padding: 12px 18px;
	border-radius: var(--lg-pill)
}

.button .btn-ico {
	width: 16px;
	height: 16px;
	margin-right: 8px
}

.button .btn-ico.btn-ico--spin {
	width: 40px;
	height: 40px
}

/* ===================== Carousel (Specials) ===================== */
.carousel {
	position: relative
}

.cr-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, 1fr);
	gap: 16px;
	overflow: hidden;
	scroll-behavior: smooth
}

.cr-btn {
	position: absolute;
	bottom: -18px;
	top: auto;
	transform: none;
	z-index: 2;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	box-shadow: none;
	color: transparent;
	cursor: pointer
}

.cr-btn.prev {
	left: calc(50% - 80px);
	background-image: url("../@icons/arrow-prev.svg")
}

.cr-btn.next {
	right: calc(50% - 80px);
	background-image: url("../@icons/arrow-next.svg")
}

.cr-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 25px
}

.cr-dots button {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	background: rgba(0, 0, 0, .15)
}

.cr-dots button.active {
	background: #0b1020;
	width: 22px
}

/* ===================== Vehicle Single ===================== */
.vehicle-single {
	padding: 40px 0
}

.vs-grid {
	display: grid;
	grid-template-columns: 1.1fr 1.4fr;
	gap: 24px;
	align-items: start
}

.vs-specs {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.vs-specs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px
}

.vs-specs li {
	padding: 6px 0;
	border-bottom: 1px dashed var(--line);
	line-height: 1.6;
	font-size: 18px;
}

.vs-specs li:last-child {
	border-bottom: none;
}

.vs-specs li span {
	color: var(--lg-muted)
}

.vs-price {
	font-size: 34px;
	margin: 10px 0 0
}

.vs-media {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	gap: 12px
}

.vs-main {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--line);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
	aspect-ratio: 16/9;
	background: #000
}

.vs-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block
}

.vs-thumbs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(90px, 120px);
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 4px
}

.vs-thumbs::-webkit-scrollbar {
	height: 6px
}

.vs-thumbs::-webkit-scrollbar-thumb {
	background: #e5e7eb;
	border-radius: 10px
}

.vs-thumbs img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid var(--line);
	cursor: pointer;
	opacity: .85
}

.vs-thumbs img.active {
	opacity: 1;
	outline: 2px solid var(--accent)
}

.vs-section {
	margin-top: 26px
}

.vs-extra .ticks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 12px
}

.vs-extra .ticks li {
	margin: 0
}

.vs-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.vs-features ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.vs-features li {
	padding: 6px 0 6px 24px;
	position: relative
}

.vs-features li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 16px;
	height: 16px;
	background: url("../@icons/checked.svg") center/contain no-repeat;
	opacity: .85
}

/* specs rows with icons */
.vs-specs ul {
	grid-template-columns: 1fr
}

.vs-specs li {
	display: grid;
	grid-template-columns: auto 1fr auto;
	column-gap: 10px;
	align-items: center
}

.vs-ico {
	width: 18px;
	height: 18px;
	opacity: .85
}

li .vs-ico {
	width: 21px;
	height: 21px;
}

.vs-specs strong {
	font-weight: 600;
	color: #374151
}

.vs-specs li span {
	justify-self: end;
	color: #111827
}

/* price + share row */
.vs-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px
}

.vs-price-row .price {
	font-size: 40px;
	font-weight: 700
}

.share-wrap {
	position: relative
}

.share-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 10px 12px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
	cursor: pointer
}

.share-btn img {
	width: 18px;
	height: 18px
}

.share-popup {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 8px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
	padding: 10px;
	display: none;
	min-width: 220px
}

.share-popup.open {
	display: block;
	z-index: 11;
}

.share-popup a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 8px;
	color: #111827;
	text-decoration: none
}

.share-popup a:hover {
	background: #f3f4f6
}

.share-icon {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px
}

/* Vehicle lightbox */
.vs-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .92);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 2000
}

.vs-lightbox.open {
	display: flex
}

.vs-lightbox img {
	max-width: 92vw;
	max-height: 86vh;
	border-radius: 10px
}

.vs-lb-btn {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 0;
	background-color: transparent;
	color: transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px
}

.vs-lb-prev {
	left: 16px;
	background-image: url("../@icons/arrow-prev.svg")
}

.vs-lb-next {
	right: 16px;
	background-image: url("../@icons/arrow-next.svg")
}

.vs-lb-close {
	position: fixed;
	top: 18px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .25);
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer
}

/* Responsive */
@media (max-width:1024px) {
	.cards {
		grid-template-columns: repeat(2, 1fr)
	}

	.gallery {
		grid-template-columns: repeat(3, 1fr)
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:720px) {
	.two-col {
		grid-template-columns: 1fr
	}

	.cards {
		grid-template-columns: 1fr
	}

	.gallery {
		grid-template-columns: repeat(2, 1fr)
	}

	.site-nav {
		position: fixed;
		inset: 0;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		background: #ffffff;
		border-bottom: 1px solid var(--line);
		display: none;
		z-index: 1100;
		overscroll-behavior: contain
	}

	.site-nav.open {
		display: block
	}

	.site-nav ul {
		flex-direction: column;
		padding: 10px
	}

	.nav-toggle {
		display: inline-block
	}

	/* When mobile menu is open, show close (X) and keep button above overlay */
	html.no-scroll .nav-toggle,
	body.no-scroll .nav-toggle {
		position: fixed;
		right: 16px;
		top: 16px;
		z-index: 1201
	}

	html.no-scroll .nav-toggle span:nth-child(1),
	body.no-scroll .nav-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg)
	}

	html.no-scroll .nav-toggle span:nth-child(2),
	body.no-scroll .nav-toggle span:nth-child(2) {
		opacity: 0
	}

	html.no-scroll .nav-toggle span:nth-child(3),
	body.no-scroll .nav-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg)
	}

	.vs-grid {
		grid-template-columns: 1fr
	}

	.vs-features {
		grid-template-columns: 1fr
	}

	.vs-extra .ticks {
		grid-template-columns: 1fr
	}
}

/* ===================== New Footer ===================== */
.footer-new {
	padding-top: 28px
}

.footer-top {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 10px
}

.footer-top h4 {
	margin: 0 0 10px
}

.ft-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px
}

.ft-grid img {
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .06)
}

.ft-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 6px
}

.ft-social {
	display: flex;
	gap: 8px;
	margin-top: 8px
}

.ft-social .soc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, .08);
	background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06));
}

.ft-social .soc img {
	width: 18px;
	height: 18px;
}

.footer-sub {
	padding: 10px 0
}

.subscribe {
	display: flex;
	gap: 8px;
	justify-content: center
}

.subscribe input {
	flex: 1;
	max-width: 360px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, .08)
}

@media (max-width:768px) {
	.footer-top {
		grid-template-columns: 1fr
	}

	.subscribe {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0 15px
	}

	.subscribe input {
		max-width: 100%
	}
}

/* Scroll to top button */
.to-top {
	position: fixed;
	right: 18px;
	bottom: 22px;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: #ffffff;
	color: #111827;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease;
	z-index: 1100;
}

.to-top.show {
	opacity: 1;
	transform: translateY(0);
}