:root {
	--ors-ink: #0c0d10;
	--ors-panel: #15171c;
	--ors-raised: #1d2027;
	--ors-line: rgba(255, 255, 255, 0.08);
	--ors-copper: #c9844a;
	--ors-copper-2: #e2a56a;
	--ors-text: #ece7df;
	--ors-muted: #a39b90;
	--ors-radius: 1.25rem;
	--swiper-theme-color: #c9844a;
	--swiper-navigation-color: #fff;
	--swiper-pagination-color: #c9844a;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--ors-ink);
	color: var(--ors-text);
	font-family: Outfit, system-ui, sans-serif;
	font-size: 1.05rem;
	line-height: 1.6;
	overflow-x: hidden;
	max-width: 100%;
}

h1, h2, h3, h4, .navbar-brand {
	font-family: Syne, sans-serif;
	letter-spacing: -0.03em;
}

a {
	color: var(--ors-copper-2);
	text-decoration: none;
}

a:hover {
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(12, 13, 16, 0.92);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--ors-line);
}

.header-meta {
	font-size: 0.82rem;
	color: var(--ors-muted);
	padding: 0.55rem 0;
	border-bottom: 1px solid var(--ors-line);
}

.header-meta a {
	color: var(--ors-muted);
}

.meta-phone {
	color: var(--ors-text) !important;
	font-weight: 600;
}

.navbar-brand {
	display: flex;
	align-items: center;
	min-width: 0;
	max-width: calc(100% - 3.5rem);
	color: #fff !important;
}

.navbar-brand img {
	height: 48px;
	width: auto;
	max-width: 100%;
	display: block;
}

.site-footer .navbar-brand img {
	height: 56px;
	margin-bottom: 0.35rem;
}

.navbar .nav-link {
	color: var(--ors-muted);
	font-weight: 500;
	padding: 0.55rem 0.85rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
	color: #fff;
}

.navbar-toggler {
	border-color: var(--ors-line);
}

.navbar-toggler-icon {
	filter: invert(1);
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		padding: 0.75rem 0 0.5rem;
		border-top: 1px solid var(--ors-line);
		margin-top: 0.75rem;
	}

	.navbar-nav .btn-accent {
		margin-top: 0.5rem;
		width: fit-content;
	}
}

.btn-accent {
	--bs-btn-bg: var(--ors-copper);
	--bs-btn-border-color: var(--ors-copper);
	--bs-btn-color: #140e09;
	--bs-btn-hover-bg: var(--ors-copper-2);
	--bs-btn-hover-border-color: var(--ors-copper-2);
	--bs-btn-hover-color: #140e09;
	--bs-btn-font-weight: 600;
	border-radius: 999px;
	padding: 0.7rem 1.35rem;
}

.btn-ghost,
.btn-outline-light {
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	padding: 0.7rem 1.35rem;
}

.btn-ghost:hover,
.btn-outline-light:hover {
	background: #fff;
	color: var(--ors-ink);
}

.btn-dark {
	border-radius: 999px;
}

.hero {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.hero-swiper,
.hero-slide {
	min-height: 72vh;
	max-width: 100%;
}

.hero-slide {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding: 7rem 0 5rem;
}

.hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(12, 13, 16, 0.92) 0%, rgba(12, 13, 16, 0.45) 55%, rgba(12, 13, 16, 0.2) 100%),
		linear-gradient(to top, rgba(12, 13, 16, 0.85), transparent 50%);
}

.hero-copy {
	position: relative;
	max-width: 38rem;
	padding-bottom: 1rem;
}

.hero-copy h1 {
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	line-height: 1.02;
	margin-bottom: 1rem;
}

.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.78rem;
	color: var(--ors-copper-2);
	font-weight: 600;
	margin-bottom: 0.65rem;
}

.section {
	padding: 5.5rem 0;
}

.section--muted {
	background: var(--ors-panel);
}

.section-heading {
	margin-bottom: 2rem;
}

.section-heading h2,
.page-hero h1 {
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.stats-strip {
	padding: 4.5rem 0 5rem;
	margin-top: -1.5rem;
	position: relative;
	z-index: 2;
}

.stats-strip .row > [class*="col"] {
	display: flex;
}

.stat {
	background: var(--ors-raised);
	border: 1px solid var(--ors-line);
	border-radius: var(--ors-radius);
	padding: 1.4rem 1.2rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.stat strong {
	display: block;
	font-family: Syne, sans-serif;
	font-size: 1.6rem;
}

.stat span {
	color: var(--ors-muted);
	font-size: 0.92rem;
}

.vehicle-card {
	background: var(--ors-raised);
	border: 1px solid var(--ors-line);
	border-radius: var(--ors-radius);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.vehicle-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.vehicle-card__media img,
.gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vehicle-card__badge,
.status-pill {
	position: absolute;
	top: 0.9rem;
	left: 0.9rem;
	background: var(--ors-copper);
	color: #140e09;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
}

.status-pill {
	position: static;
	display: inline-block;
}

.vehicle-card__body {
	padding: 1.2rem 1.25rem 1.3rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	flex: 1;
}

.vehicle-card__meta {
	color: var(--ors-muted);
	font-size: 0.88rem;
	margin: 0;
}

.vehicle-card h3 {
	font-size: 1.2rem;
	margin: 0;
}

.vehicle-card h3 a {
	color: #fff;
}

.vehicle-card__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	padding: 0;
	margin: 0.4rem 0 0;
	list-style: none;
	color: var(--ors-muted);
	font-size: 0.88rem;
}

.vehicle-card__specs i {
	margin-right: 0.4rem;
	color: var(--ors-copper);
}

.vehicle-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 0.8rem;
	border-top: 1px solid var(--ors-line);
}

.vehicle-card__footer strong {
	font-size: 1.25rem;
	color: #fff;
}

.about-frame {
	border-radius: 1.6rem;
	overflow: hidden;
	min-height: 420px;
}

.about-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 420px;
}

.check-list {
	padding: 0;
	list-style: none;
}

.check-list li {
	padding-left: 1.6rem;
	position: relative;
	margin-bottom: 0.55rem;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: var(--ors-copper);
}

.service-card {
	background: var(--ors-raised);
	border: 1px solid var(--ors-line);
	border-radius: var(--ors-radius);
	padding: 1.6rem;
	height: 100%;
}

.service-card i {
	color: var(--ors-copper);
	font-size: 1.4rem;
	margin-bottom: 0.9rem;
}

.service-card h3 {
	font-size: 1.15rem;
}

.cta-band {
	margin: 0 1rem 4rem;
	background: linear-gradient(135deg, var(--ors-copper), #8a5528);
	color: #140e09;
	border-radius: 1.6rem;
	padding: 2.4rem;
}

.cta-band h2 {
	margin-bottom: 0.3rem;
}

.page-hero {
	padding: 4.5rem 0 2.5rem;
}

.page-hero .lead {
	color: var(--ors-muted);
	max-width: 40rem;
}

.filter-bar,
.price-panel,
.enquire-mini,
.info-card {
	background: var(--ors-raised);
	border: 1px solid var(--ors-line);
	border-radius: var(--ors-radius);
	padding: 1.4rem;
}

.info-card a {
	display: block;
}

.info-card a + a {
	margin-top: 0.35rem;
}

.form-control,
.form-select {
	background: #101217;
	border-color: var(--ors-line);
	color: #fff;
	border-radius: 0.8rem;
	padding: 0.75rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
	background: #101217;
	color: #fff;
	border-color: var(--ors-copper);
	box-shadow: 0 0 0 0.2rem rgba(201, 132, 74, 0.2);
}

.form-label {
	color: var(--ors-muted);
}

.gallery-swiper {
	border-radius: 1.4rem;
	overflow: hidden;
	background: #000;
}

.gallery-image {
	aspect-ratio: 16 / 10;
	display: block;
}

.spec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.spec-grid li {
	background: #101217;
	border-radius: 0.9rem;
	padding: 0.75rem 0.85rem;
}

.spec-grid span {
	display: block;
	color: var(--ors-muted);
	font-size: 0.78rem;
}

.price-panel__price {
	font-family: Syne, sans-serif;
	font-size: 2.4rem;
	margin: 0.4rem 0 0.6rem;
}

.feature-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0;
	list-style: none;
}

.feature-pills li {
	border: 1px solid var(--ors-line);
	border-radius: 999px;
	padding: 0.35rem 0.8rem;
	font-size: 0.9rem;
}

.map-frame {
	border-radius: 1.4rem;
	overflow: hidden;
	min-height: 420px;
	border: 1px solid var(--ors-line);
}

.map-frame iframe {
	width: 100%;
	height: 420px;
	border: 0;
}

.cms-content {
	max-width: 46rem;
}

.cms-content h3 {
	margin-top: 1.8rem;
}

.cms-content ul {
	padding-left: 1.1rem;
}

.crumb {
	color: var(--ors-muted);
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

.crumb a {
	color: var(--ors-muted);
}

.empty-state {
	text-align: center;
	padding: 4rem 1rem;
	color: var(--ors-muted);
}

.site-footer {
	background: #090a0c;
	border-top: 1px solid var(--ors-line);
	padding: 4rem 0 1.5rem;
}

.footer-lead,
.site-footer p,
.footer-links a {
	color: var(--ors-muted);
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 0.45rem;
}

.company-chip {
	display: inline-block;
	max-width: 100%;
	border: 1px solid var(--ors-line);
	border-radius: 999px;
	padding: 0.35rem 0.8rem;
	font-size: 0.82rem;
	color: var(--ors-muted);
	white-space: normal;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.7rem;
	margin-top: 2.5rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--ors-line);
	color: var(--ors-muted);
	font-size: 0.88rem;
}

.cookie-bar {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 40;
	background: var(--ors-raised);
	border: 1px solid var(--ors-line);
	border-radius: 1.1rem;
	padding: 1rem 1.2rem;
}

.text-copper {
	color: var(--ors-copper-2);
}

.pagination {
	--bs-pagination-bg: transparent;
	--bs-pagination-border-color: var(--ors-line);
	--bs-pagination-color: #fff;
	--bs-pagination-hover-bg: var(--ors-raised);
	--bs-pagination-hover-color: #fff;
	--bs-pagination-active-bg: var(--ors-copper);
	--bs-pagination-active-border-color: var(--ors-copper);
	--bs-pagination-active-color: #140e09;
}

.alert {
	border-radius: 1rem;
}

.hero .swiper-button-next,
.hero .swiper-button-prev,
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
	color: #fff;
}

.hero .swiper-pagination-bullet,
.stock-swiper .swiper-pagination-bullet,
.gallery-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.4;
}

.hero .swiper-pagination-bullet-active,
.stock-swiper .swiper-pagination-bullet-active,
.gallery-swiper .swiper-pagination-bullet-active {
	background: var(--ors-copper);
	opacity: 1;
}

.stock-swiper {
	padding-bottom: 2.5rem;
}

@media (max-width: 575.98px) {
	.eyebrow {
		letter-spacing: 0.08em;
		font-size: 0.68rem;
	}

	.hero-copy h1 {
		font-size: clamp(1.9rem, 9vw, 2.4rem);
	}

	.hero .swiper-button-next,
	.hero .swiper-button-prev {
		display: none;
	}

	.navbar-brand img,
	.site-footer .navbar-brand img {
		max-height: 40px;
		height: auto;
	}

	.cta-band {
		margin-left: 0;
		margin-right: 0;
	}

	.cookie-bar {
		left: 0.75rem;
		right: 0.75rem;
		width: auto;
		max-width: calc(100% - 1.5rem);
	}
}

@media (max-width: 767.98px) {
	.hero-swiper,
	.hero-slide {
		min-height: 70vh;
	}

	.cta-band {
		margin: 0 0 2rem;
		border-radius: 0;
	}
}
