:root {
	--bg: #070b14;
	--bg-2: #0d1526;
	--bg-3: #141d31;
	--gold: #c9a44a;
	--gold-2: #e8d48b;
	--text: #f4f6fb;
	--muted: #9aa3b5;
	--line: rgba(201, 164, 74, 0.28);
	--white: #fff;
	--danger: #b42318;
	--radius: 14px;
	--shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	--font: "Montserrat", Arial, sans-serif;
	--serif: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100%; }
.site-wrap { overflow-x: hidden; max-width: 100%; }
body {
	font-family: var(--font);
	font-weight: 400;
	background: var(--bg);
	color: var(--text);
	line-height: 1.65;
	letter-spacing: 0;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--white); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 800; line-height: 1.15; margin: 0 0 0.6em; letter-spacing: 0.04em; text-transform: uppercase; }
h1 { font-size: clamp(2rem, 4.6vw, 3.6rem); letter-spacing: 0.06em; font-weight: 900; }
h2 { letter-spacing: 0.05em; }
h3 { font-weight: 800; letter-spacing: 0.04em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1em; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; max-width: 100%; }
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.topbar {
	background: #05080f;
	border-bottom: 1px solid var(--line);
	font-size: 0.86rem;
}
.topbar-inner {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	align-items: center;
	min-width: 0;
}
.topbar-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--gold-2);
	font-weight: 600;
	letter-spacing: 0.04em;
	min-width: 0;
}
.topbar-address {
	flex: 1 1 auto;
	max-width: 100%;
}
.topbar-address span {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
	color: var(--muted);
	font-weight: 500;
}
.topbar-phones { display: flex; gap: 18px; flex-wrap: wrap; min-width: 0; max-width: 100%; }
.float-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 28px;
	z-index: 50;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.float-btn i { font-size: 1.25rem; }
.float-call {
	left: 28px;
	background: var(--gold);
	color: #1a1406;
}
.float-call i { color: #1a1406; }
.float-call:hover { background: var(--gold-2); color: #1a1406; }
.float-whatsapp {
	right: 28px;
	background: #25d366;
	color: #fff;
}
.float-whatsapp i { color: #fff; }
.float-whatsapp:hover { background: #1ebe5a; color: #fff; }
.wa-icon-line { display: inline-flex; align-items: center; gap: 8px; }
.wa-icon-line i { color: var(--gold); min-width: 1em; text-align: center; }
.site-footer h3.wa-icon-line,
.site-footer h3 { display: flex; align-items: center; gap: 8px; }
.site-footer h3 i { color: var(--gold); }

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(7, 11, 20, 0.94);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--line);
}
.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 20px;
	min-height: 88px;
}
.site-logo, .footer-logo { max-width: min(260px, 100%); }
.custom-logo-link, .custom-logo { display: block; max-width: 100%; }
.custom-logo { max-height: 72px; width: auto; max-width: 100%; object-fit: contain; }
.logo-text { font-family: var(--serif); font-size: 1.4rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); }

.site-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-nav a {
	color: var(--text);
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.site-nav a:hover, .site-nav .current-menu-item a { color: var(--gold); }
.header-cta {
	background: var(--gold);
	color: #1a1406;
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	white-space: nowrap;
	flex-shrink: 0;
}
.header-cta:hover { background: var(--gold-2); color: #1a1406; }

.nav-toggle {
	display: none;
	background: none;
	border: 0;
	width: 42px;
	height: 42px;
	padding: 10px;
}
.nav-toggle span {
	display: block;
	height: 2px;
	background: var(--white);
	margin: 5px 0;
}

.hero {
	position: relative;
	min-height: 78vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0 48px;
	text-align: center;
}
.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7,11,20,0.25) 0%, rgba(7,11,20,0.55) 40%, rgba(7,11,20,0.92) 100%);
}
.hero-content { position: relative; z-index: 1; width: 100%; }
.eyebrow {
	color: var(--gold);
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.78rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.hero .eyebrow,
.hero-sub { font-weight: 800; }
.hero-sub { color: var(--gold-2); font-size: 1.15rem; margin-bottom: 28px; }

.stock-search, .filters form, .wa-form {
	background: rgba(10, 16, 28, 0.94);
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 16px 18px;
	box-shadow: var(--shadow);
	text-align: left;
}
.stock-search {
	display: grid;
	grid-template-columns: repeat(4, 1fr) auto;
	gap: 0;
	align-items: stretch;
	padding: 10px 10px 10px 18px;
}
.stock-search > label {
	padding: 8px 16px;
	border-right: 1px solid var(--line);
	margin: 0;
}
.stock-search > label:last-of-type { border-right: 0; }
.stock-search .btn-gold {
	align-self: center;
	min-width: 56px;
	height: 56px;
	padding: 0 22px;
	border-radius: 16px;
	white-space: nowrap;
}
label { display: block; font-size: 0.72rem; color: var(--gold); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
input, select, textarea {
	width: 100%;
	margin-top: 6px;
	border: 1px solid var(--line);
	background: #0a1220;
	color: var(--white);
	border-radius: 10px;
	padding: 12px 12px;
	font: inherit;
}
textarea { resize: vertical; }

.wa-select { position: relative; margin-top: 6px; }
.wa-select select {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
.wa-select-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 42px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: var(--white);
	font: inherit;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: left;
	cursor: pointer;
}
.wa-select-trigger i {
	color: var(--gold);
	font-size: 0.75rem;
	transition: transform 0.2s ease;
}
.wa-select.is-open .wa-select-trigger i { transform: rotate(180deg); }
.wa-select-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	z-index: 30;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #101827;
	border: 1px solid var(--line);
	border-radius: 14px;
	box-shadow: var(--shadow);
	max-height: 260px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--gold) #1a2233;
}
.wa-select-menu::-webkit-scrollbar { width: 6px; }
.wa-select-menu::-webkit-scrollbar-track {
	background: #1a2233;
	border-radius: 999px;
	margin: 8px 0;
}
.wa-select-menu::-webkit-scrollbar-thumb {
	background: var(--gold);
	border-radius: 999px;
}
.wa-select-menu::-webkit-scrollbar-thumb:hover { background: var(--gold-2); }
.wa-select.is-open .wa-select-menu { display: block; }
.wa-select-menu li {
	padding: 11px 12px;
	border-radius: 10px;
	color: var(--text);
	cursor: pointer;
	font-weight: 600;
}
.wa-select-menu li:hover { background: rgba(201, 164, 74, 0.14); color: var(--gold-2); }
.wa-select-menu li.is-selected { background: var(--gold); color: #1a1406; }

.filters .wa-select-trigger,
.wa-form .wa-select-trigger {
	border: 1px solid var(--line);
	background: #0a1220;
	border-radius: 10px;
	padding: 10px 12px;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	cursor: pointer;
	border-radius: 999px;
	padding: 12px 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.84rem;
	white-space: nowrap;
	flex-shrink: 0;
}
.btn-gold { background: var(--gold); color: #1a1406; }
.btn-gold:hover { background: var(--gold-2); color: #1a1406; }
.btn-outline { border: 1px solid var(--gold); color: var(--gold-2); background: transparent; }
.btn-dark { background: #111; color: var(--white); }
.text-link { color: var(--gold); font-weight: 700; }

.section { padding: 72px 0; }
.section-alt { background: var(--bg-2); }
.section-stack {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-areas:
		"head action"
		"body body";
	align-items: center;
	column-gap: 20px;
	row-gap: 28px;
}
.section-stack .section-head { grid-area: head; margin-bottom: 0; }
.section-stack .vehicle-grid,
.section-stack .quote-grid,
.section-stack .quote-carousel { grid-area: body; width: 100%; min-width: 0; }
.section-stack .section-after-btn { grid-area: action; justify-self: end; }
.section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 28px;
}
.section-head h2 {
	margin: 0;
	font-size: clamp(1.3rem, 2.2vw, 1.75rem);
	letter-spacing: 0.06em;
	line-height: 1.2;
}
.section-head .btn { flex-shrink: 0; }
.split {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: start;
}
.narrow { max-width: 820px; }

.vehicle-grid, .quote-grid, .stat-cards {
	display: grid;
	gap: 20px;
}
.vehicle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quote-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; }
.stat-cards { grid-template-columns: 1fr; }

.vehicle-card, .quote-card, .stat-cards article, .panel {
	background: var(--bg-3);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
}
.vehicle-card-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.vehicle-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.vehicle-card:hover img { transform: scale(1.04); }
.badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	background: var(--gold);
	color: #1a1406;
	font-weight: 800;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.86rem;
}
.badge-sold { background: var(--danger); color: var(--white); }
.badge-reserved { background: #8a6d1f; color: #fff8dc; }
.vehicle-highlight {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	background: rgba(7, 11, 20, 0.78);
	color: var(--gold-2);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 8px;
	line-height: 1.35;
}
.vehicle-card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; }
.vehicle-make { color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; margin: 0 0 4px; }
.vehicle-model { color: var(--muted); font-size: 0.9rem; margin: 0 0 10px; text-transform: none; letter-spacing: 0; font-weight: 500; }
.vehicle-card h3 { font-size: 1.2rem; margin: 0 0 4px; }
.vehicle-card h3 a { color: var(--white); }
.vehicle-price-tag {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 14px;
	padding: 10px 14px;
	background: linear-gradient(90deg, rgba(201, 164, 74, 0.18), rgba(201, 164, 74, 0.04));
	border-left: 3px solid var(--gold);
	border-radius: 0 10px 10px 0;
}
.vehicle-price-amount {
	color: var(--gold);
	font-size: 1.7rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}
.vehicle-price-vat {
	color: var(--gold-2);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}
.vehicle-price-tag.is-sold {
	color: var(--muted);
	border-left-color: var(--muted);
	background: rgba(255, 255, 255, 0.04);
	font-size: 1.1rem;
	font-weight: 800;
}
.vehicle-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 12px;
	list-style: none;
	margin: 0 0 16px;
	padding: 14px 0 0;
	border-top: 1px solid var(--line);
}
.vehicle-facts li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}
.vehicle-facts i {
	color: var(--gold);
	width: 16px;
	margin-top: 3px;
	text-align: center;
	flex-shrink: 0;
}
.vehicle-facts span { min-width: 0; }
.vehicle-facts small {
	display: block;
	color: var(--muted);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.vehicle-facts strong {
	display: block;
	color: var(--white);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}
.vehicle-more { width: 100%; margin-top: auto; }
.spec-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	color: var(--muted);
	font-size: 0.86rem;
}
.spec-row li + li::before { content: "• "; color: var(--gold); }
.vehicle-card-foot { display: flex; justify-content: space-between; align-items: center; }
.vehicle-card-foot strong { color: var(--gold-2); font-size: 1.15rem; }

.stat-cards article, .panel { padding: 22px; }
.quote-card {
	padding: 26px 24px 22px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background:
		linear-gradient(180deg, rgba(201, 164, 74, 0.08), transparent 40%),
		var(--bg-3);
	border-top: 3px solid var(--gold);
}
.quote-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}
.quote-mark {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(201, 164, 74, 0.16);
	color: var(--gold);
}
.quote-stars { color: var(--gold); font-size: 0.72rem; letter-spacing: 2px; }
.quote-card p {
	font-family: var(--serif);
	font-size: 1.05rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.6;
	color: var(--white);
	flex: 1;
}
.quote-card footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
	color: var(--muted);
}
.quote-card footer strong {
	display: block;
	color: var(--white);
	font-size: 0.92rem;
	letter-spacing: 0.04em;
}
.quote-card footer span { font-size: 0.8rem; }
.quote-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--gold);
	color: #1a1406;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	flex-shrink: 0;
}
.quote-controls { display: none; }
.quote-arrow {
	width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: var(--bg-3);
	color: var(--gold);
	cursor: pointer;
}
.quote-dots { display: flex; gap: 8px; align-items: center; }
.quote-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	cursor: pointer;
}
.quote-dots button.is-active { background: var(--gold); width: 18px; border-radius: 999px; }

.cta-band { background: linear-gradient(90deg, var(--gold), #e0c36a); color: #1a1406; }
.cta-band-inner { padding: 36px 0; }
.cta-band-copy { width: 100%; }
.cta-band-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 10px;
}
.cta-band h2 {
	color: #1a1406;
	margin: 0;
	font-size: clamp(1.2rem, 2.2vw, 1.8rem);
	letter-spacing: 0.06em;
	line-height: 1.2;
}
.cta-band p { margin: 0; max-width: 820px; }

.section-contact { background: var(--bg-2); }
.section-contact .split { align-items: stretch; }
.contact-aside {
	display: flex;
	flex-direction: column;
}
.contact-visual {
	flex: 1 1 auto;
	margin-top: 20px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--line);
	min-height: 160px;
	max-height: 220px;
}
.contact-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 80% center;
	display: block;
}
.big-phones a {
	display: block;
	font-family: var(--serif);
	font-size: clamp(1.8rem, 4vw, 3rem);
	color: var(--white);
	line-height: 1.2;
}

.page-hero {
	--page-hero-image: url("../images/hero.png");
	padding: 64px 0 36px;
	background:
		linear-gradient(180deg, rgba(7,11,20,0.55), rgba(7,11,20,0.92)),
		var(--page-hero-image) center/cover;
	background-repeat: no-repeat;
	border-bottom: 1px solid var(--line);
	text-align: center;
}
.page-hero-intro {
	max-width: 640px;
	margin: 0 auto;
	color: var(--gold-2);
}
.page-hero-intro p { margin-bottom: 0; }
.stock-layout { display: grid; grid-template-columns: 280px 1fr; gap: 28px; }
.filters { position: sticky; top: 110px; }
.filters form { display: grid; gap: 12px; }
.result-count { color: var(--muted); margin: 0; }
.stock-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.stock-sort { display: flex; gap: 8px; }
.stock-sort a {
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 6px 14px;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.stock-sort a:hover,
.stock-sort a.is-active {
	border-color: var(--gold);
	background: rgba(201, 164, 74, 0.14);
	color: var(--gold-2);
}

.vehicle-top { padding: 36px 0 0; }
.vehicle-top h1 { margin-bottom: 6px; }
.vehicle-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
	gap: 28px;
	align-items: start;
	margin-top: 22px;
}
.vehicle-gallery-wrap { min-width: 0; }
.vehicle-hero { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-3); }
.vehicle-slide {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.55s ease;
	cursor: zoom-in;
}
.vehicle-slide.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}
.vehicle-hero img,
.vehicle-slide img { width: 100%; height: min(520px, 56vw); object-fit: cover; display: block; }
.vehicle-hero .badge { left: auto; right: 16px; bottom: 16px; z-index: 3; }
.vehicle-zoom-hint {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 3;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(7, 11, 20, 0.72);
	color: var(--gold-2);
	pointer-events: none;
}
.vehicle-carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: rgba(7, 11, 20, 0.72);
	color: var(--gold-2);
	cursor: pointer;
}
.vehicle-carousel-nav:hover { background: rgba(7, 11, 20, 0.92); color: var(--gold); }
.vehicle-carousel-nav.prev { left: 12px; }
.vehicle-carousel-nav.next { right: 12px; }
.vehicle-carousel-count {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 3;
	margin: 0;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(7, 11, 20, 0.72);
	color: var(--gold-2);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.vehicle-lightbox {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 80px;
	background: rgba(5, 8, 15, 0.94);
}
.vehicle-lightbox[hidden] { display: none; }
.vehicle-lightbox img {
	max-width: min(1200px, 100%);
	max-height: calc(100vh - 80px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}
.vehicle-lightbox-close,
.vehicle-lightbox-nav {
	position: absolute;
	border: 1px solid var(--line);
	background: rgba(7, 11, 20, 0.8);
	color: var(--gold-2);
	cursor: pointer;
}
.vehicle-lightbox-close:hover,
.vehicle-lightbox-nav:hover { color: var(--gold); }
.vehicle-lightbox-close {
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.vehicle-lightbox-nav {
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.vehicle-lightbox-nav.prev { left: 18px; }
.vehicle-lightbox-nav.next { right: 18px; }
body.vehicle-lightbox-open { overflow: hidden; }
body.vehicle-lightbox-open .float-btn { visibility: hidden; }
.vehicle-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
	gap: 8px;
	margin-top: 10px;
}
.vehicle-thumb {
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
	background: var(--bg-3);
	cursor: pointer;
}
.vehicle-thumb img { width: 100%; height: 68px; object-fit: cover; }
.vehicle-thumb.is-active,
.vehicle-thumb:hover { border-color: var(--gold); }
.vehicle-buybox {
	background: var(--bg-3);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 22px;
	position: sticky;
	top: 110px;
}
.vehicle-pricebox { margin-bottom: 18px; }
.vehicle-pricebox .vehicle-price-amount {
	margin: 0;
	color: var(--gold);
	font-size: clamp(1.45rem, 2vw, 1.75rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
}
.vehicle-pricebox .vehicle-price-vat {
	margin-left: 8px;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	vertical-align: super;
}
.vehicle-pricebox.is-sold .vehicle-price-amount { color: var(--muted); }
.vehicle-highlight-inline { color: var(--gold-2); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin: 0; }
.vehicle-actions { display: flex; flex-direction: column; gap: 10px; }
.vehicle-action { width: 100%; gap: 10px; }
.vehicle-facts-bar {
	margin-top: 28px;
	padding: 22px 0;
	background: var(--bg-2);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.vehicle-facts-bar ul {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 16px 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.vehicle-facts-bar li { min-width: 0; }
.vehicle-facts-bar i {
	display: block;
	color: var(--gold);
	font-size: 1.35rem;
	margin-bottom: 8px;
}
.vehicle-facts-bar small {
	display: block;
	color: var(--muted);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.vehicle-facts-bar strong {
	display: block;
	color: var(--white);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}
.vehicle-tabs-section { padding-top: 48px; padding-bottom: 20px; }
.vehicle-single #vehenquiry { padding-top: 20px; }
.vehicle-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	margin-bottom: 12px;
	background: var(--bg-3);
	border: 1px solid var(--line);
	border-radius: 16px;
}
.vehicle-tabs button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 12px;
	color: var(--muted);
	cursor: pointer;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 14px 16px;
	font-size: 0.82rem;
	transition: background 0.2s ease, color 0.2s ease;
}
.vehicle-tabs button i { color: var(--gold); font-size: 0.95rem; }
.vehicle-tabs button:hover {
	color: var(--gold-2);
	background: rgba(201, 164, 74, 0.1);
}
.vehicle-tabs button.is-active {
	color: #1a1406;
	background: var(--gold);
}
.vehicle-tabs button.is-active i { color: #1a1406; }
.vehicle-tab-panels {
	background: var(--bg-3);
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 28px 32px;
}
.vehicle-tab-panel[hidden] { display: none; }
.vehicle-tab-panel > *:first-child { margin-top: 0; }
.vehicle-tab-panel > *:last-child { margin-bottom: 0; }
.vehicle-tech {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.vehicle-tech li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid var(--line);
}
.vehicle-tech strong { color: var(--muted); font-weight: 700; }
.vehicle-tech span { color: var(--white); font-weight: 700; text-align: right; }
.vehicle-feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.vehicle-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.vehicle-feature-list i { color: var(--gold); margin-top: 4px; }
.vehicle-enquire { max-width: 760px; }
.vehicle-enquire .panel {
	padding: 40px 44px 36px;
}
.vehicle-enquire .panel h3 {
	margin: 0 0 28px;
}
.vehicle-enquire .wa-form {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
.vehicle-enquire .wa-form-grid {
	gap: 22px 28px;
	margin-bottom: 22px;
}
.vehicle-enquire .wa-form > label {
	margin: 0 0 22px;
}
.vehicle-enquire .wa-form .btn {
	margin-top: 6px;
}
.vehicle-enquire .fineprint {
	margin: 24px 0 0;
}
.vehicle-layout { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 32px; }
.vehicle-price { font-family: var(--serif); font-size: 2.4rem; color: var(--gold); margin: 0 0 16px; }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.spec-table th, .spec-table td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); }
.spec-table th { color: var(--muted); width: 40%; font-weight: 600; }
.sticky-panel { position: sticky; top: 110px; }
.fineprint { color: var(--muted); font-size: 0.9rem; }

.wa-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; margin-bottom: 0; }
.wa-field-full { grid-column: 1 / -1; }
.wa-fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}
.wa-fieldset legend {
	display: block;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--line);
	color: var(--gold);
	font-family: var(--serif);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.wa-sell-form.wa-form {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
.wa-sell-form input,
.wa-sell-form textarea {
	padding: 14px 16px;
	margin-top: 8px;
}
.wa-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	color: var(--muted);
	font-size: 0.92rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.55;
}
.wa-consent input[type="checkbox"] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin: 2px 0 0;
	accent-color: var(--gold);
	cursor: pointer;
}
.sell-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 64px;
	align-items: start;
	margin-bottom: 36px;
}
.sell-intro h2 { grid-column: 1; margin-bottom: 0.4em; }
.sell-intro > p:first-of-type { grid-column: 1; }
.sell-intro h3 { grid-column: 2; grid-row: 1; margin-bottom: 0.4em; }
.sell-intro ol { grid-column: 2; grid-row: 2; margin: 0; }
.sell-intro > p:last-child { grid-column: 1 / -1; margin-bottom: 0; }
.sell-form-panel { padding: 36px 40px 40px; }
.sell-form-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px 56px;
	margin-bottom: 28px;
}
.sell-form-foot {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px 40px;
	align-items: center;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}
.sell-form-foot .btn { min-width: 180px; }
.sell-callout {
	background: var(--bg-2);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.sell-callout-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 36px 0;
}
.sell-callout h2 { margin: 0; }
.sell-callout .btn { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.wa-alert { background: #14301f; border: 1px solid #3d9b63; color: #d9ffe8; padding: 12px 14px; border-radius: 10px; margin-bottom: 14px; }
.wa-alert-error { background: #301414; border-color: #9b3d3d; color: #ffe8e8; }
.wa-captcha {
	margin: 20px 0 18px;
}
.wa-captcha input {
	max-width: 140px;
}
.contact-card { margin: 20px 0; padding: 20px; background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card h3 { margin-top: 14px; }
.contact-card h3:first-child { margin-top: 0; }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); margin-top: 18px; }
.map-wrap iframe { width: 100%; height: 320px; border: 0; }

.site-footer { background: #05080f; border-top: 1px solid var(--line); padding-top: 48px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.8fr 1fr 1fr; gap: 28px; padding-bottom: 36px; }
.site-footer h3 { color: var(--gold); font-size: 1.1rem; letter-spacing: 0.08em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 8px; }
.footer-tagline { color: var(--gold-2); }
.footer-note { background: var(--bg-2); padding: 16px 0; color: var(--muted); border-top: 1px solid var(--line); }
.footer-base { border-top: 1px solid var(--line); }
.footer-base-inner { display: flex; justify-content: space-between; gap: 12px; padding: 16px 0; color: var(--muted); font-size: 0.86rem; }

.content ul, .content ol { padding-left: 1.2em; }

@media (max-width: 980px) {
	.header-inner { grid-template-columns: 1fr auto; }
	.header-cta { display: none; }
	.nav-toggle { display: block; }
	.site-nav { display: none; grid-column: 1 / -1; padding-bottom: 16px; }
	.site-nav.is-open { display: block; }
	.site-nav ul { flex-direction: column; align-items: flex-start; }
	.stock-search, .split, .vehicle-grid, .stock-layout, .vehicle-layout, .vehicle-showcase, .vehicle-tech, .vehicle-feature-list, .footer-grid, .wa-form-grid, .sell-form-cols, .sell-intro, .sell-form-foot {
		grid-template-columns: 1fr;
	}
	.vehicle-facts-bar ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.vehicle-buybox { position: static; }
	.vehicle-lightbox { padding: 56px 16px; }
	.vehicle-lightbox-nav.prev { left: 8px; }
	.vehicle-lightbox-nav.next { right: 8px; }
	.vehicle-carousel-nav { width: 36px; height: 36px; }
	.quote-carousel { min-width: 0; }
	.quote-grid {
		display: flex;
		gap: 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-width: none;
	}
	.quote-grid::-webkit-scrollbar { display: none; }
	.quote-card {
		flex: 0 0 100%;
		scroll-snap-align: start;
		min-height: 280px;
	}
	.quote-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 14px;
		margin-top: 18px;
	}
	.stock-search { padding: 14px 16px; gap: 4px; }
	.stock-search > label {
		border-right: 0;
		border-bottom: 1px solid var(--line);
		padding: 10px 0;
	}
	.stock-search .btn-gold { width: 100%; height: 48px; margin-top: 8px; }
	.topbar-inner {
		justify-content: space-between;
		align-items: center;
		gap: 28px;
		padding: 14px 0;
		width: min(300px, calc(100% - 48px));
		margin: 0 auto;
	}
	.topbar-address,
	.topbar-phones { width: auto; flex: 0 0 auto; }
	.topbar-phones { display: contents; }
	.topbar-chip {
		width: 48px;
		height: 48px;
		flex: 0 0 48px;
		justify-content: center;
		border-radius: 50%;
		background: var(--bg-3);
		border: 1px solid var(--line);
		gap: 0;
	}
	.topbar-chip span { display: none; }
	.topbar-chip i { color: var(--gold); font-size: 1rem; margin: 0; }
	.hero { min-height: 70vh; align-items: center; padding: 48px 0 32px; }
	h1 { font-size: clamp(1.45rem, 7vw, 2rem); letter-spacing: 0.03em; }
	h2 { font-size: clamp(1.2rem, 5.5vw, 1.7rem); }
	.section-head { flex-wrap: wrap; }
	.section-head .btn { width: 100%; }
	.section-stack {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"body"
			"action";
	}
	.section-stack .section-after-btn {
		justify-self: stretch;
		width: 100%;
		margin-top: 4px;
	}
	.cta-band-row { flex-wrap: wrap; }
	.cta-band .btn { width: 100%; }
	.sell-callout-inner { flex-direction: column; align-items: flex-start; }
	.sell-callout .btn { width: 100%; justify-content: center; }
	.sell-form-panel { padding: 22px 18px; }
	.vehicle-enquire .panel { padding: 28px 22px; }
	.sell-intro h2,
	.sell-intro > p:first-of-type,
	.sell-intro h3,
	.sell-intro ol,
	.sell-intro > p:last-child { grid-column: auto; grid-row: auto; }
	.sell-form-foot .btn { width: 100%; }
	.filters { position: static; }
	.contact-visual { display: none; }
	.big-phones a { font-size: 1.4rem; }
	.wa-select-menu { left: 0; right: auto; min-width: 100%; max-width: min(320px, calc(100vw - 48px)); }
	.footer-base-inner { flex-direction: column; }
	.spec-table { display: block; overflow-x: auto; }
}

@media (max-width: 640px) {
	.vehicle-facts-bar ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vehicle-tabs {
		grid-template-columns: 1fr;
		border-radius: 14px;
	}
	.vehicle-tabs button { padding: 13px 14px; font-size: 0.78rem; justify-content: flex-start; }
	.vehicle-tab-panels { padding: 22px 18px; }
}

@media print {
	.topbar, .site-header, .site-footer, .float-btn, .vehicle-thumbs, .vehicle-actions, .vehicle-enquire, .valuation-cta, .page-hero,
	.vehicle-carousel-nav, .vehicle-zoom-hint, .vehicle-carousel-count, .vehicle-lightbox {
		display: none !important;
	}
	body, .site-wrap { background: #fff; color: #111; }
	.vehicle-pricebox .vehicle-price-amount,
	.vehicle-facts-bar strong,
	.vehicle-tabs button.is-active { color: #111; }
	.vehicle-tab-panel { display: block !important; }
	.vehicle-tab-panel[hidden] { display: block !important; }
	.vehicle-hero img { max-height: 320px; }
}
