:root {
	--bg: #ffffff;
	--bg-soft: #f4f4f4;
	--surface: #ffffff;
	--surface-alt: #f8f8f8;
	--text: #101010;
	--muted: #5f5f5f;
	--line: #e7e7e7;
	--dark: #060606;
	--dark-soft: #151515;
	--accent: #5a84c6;
	--accent-soft: rgba(90, 132, 198, 0.12);
	--shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
	--radius-lg: 24px;
	--radius-md: 18px;
	--radius-sm: 12px;
	--container: calc(100vw - 52px);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Manrope', sans-serif;
	background: var(--bg);
	color: var(--text);
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.rich-text > :first-child {
	margin-top: 0;
}

.rich-text > :last-child {
	margin-bottom: 0;
}

.rich-text p,
.rich-text ul,
.rich-text ol {
	margin: 0 0 1em;
}

.rich-text ul,
.rich-text ol {
	padding-left: 1.35em;
}

.rich-text li + li {
	margin-top: 0.35em;
}

.rich-text a {
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.container {
	width: var(--container);
	margin: 0 auto;
}

.site-main {
	overflow-x: hidden;
	overflow-y: visible;
}

.topbar {
	background: var(--dark);
	color: rgba(255, 255, 255, 0.76);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 24px;
	padding: 12px 0;
	font-size: 0.86rem;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(12px);
}

.header-main {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 22px 0;
}

.brand-lockup {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.brand-mark .custom-logo-link,
.brand-mark a {
	display: block;
}

.brand-mark .custom-logo {
	max-height: 54px;
	width: auto;
}

.brand-mark__badge {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: var(--dark);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.brand-name {
	display: inline-block;
	font-size: clamp(1.45rem, 2vw, 1.95rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.brand-tagline {
	margin: 2px 0 0;
	font-size: 0.92rem;
	color: var(--muted);
}

.primary-nav {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 26px;
}

.menu {
	display: flex;
	align-items: center;
	gap: 26px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.menu a {
	padding-bottom: 6px;
	border-bottom: 1px solid transparent;
	transition: border-color 160ms ease, color 160ms ease;
}

.menu a:hover,
.menu a:focus-visible {
	color: var(--accent);
	border-color: var(--accent);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	border: 1px solid var(--dark);
	background: var(--dark);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-1px);
}

.button--ghost {
	background: transparent;
	border-color: var(--dark);
	color: var(--text);
}

.nav-cta.button--ghost {
	background: transparent;
	border-color: var(--line);
	color: var(--text);
}

.hero-stage .button--ghost,
.page-hero .button--ghost,
.section--dark .button--ghost {
	border-color: rgba(255, 255, 255, 0.58);
	color: #fff;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 0;
	border: 0;
	background: transparent;
}

.menu-toggle span:not(.screen-reader-text) {
	width: 28px;
	height: 2px;
	background: var(--text);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.hero-stage {
	padding: 0;
}

.hero-stage__media {
	position: relative;
	min-height: 76vh;
	background: #1b1b1b;
	overflow: hidden;
}

.hero-stage__media > img,
.hero-stage__media > iframe,
.hero-stage__media > video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-stage__fallback {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 65%, rgba(255, 255, 255, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 26%),
		linear-gradient(135deg, #d7d7d7 0%, #979797 44%, #3d3d3d 100%);
}

.hero-stage__custom-image {
	position: absolute;
	inset: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: brightness(0.9);
	transform: scale(1.01);
}

.hero-stage__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.1) 42%, rgba(5, 5, 5, 0.04) 68%, rgba(5, 5, 5, 0.12) 100%),
		linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.18));
}

.hero-stage__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 76vh;
	padding: 96px 0 72px;
	color: #fff;
	max-width: 920px;
}

.eyebrow {
	margin: 0 0 10px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero-stage__display {
	margin: 0;
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(5rem, 16vw, 11.5rem);
	line-height: 0.9;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.hero-stage__headline {
	max-width: 720px;
	margin: 14px 0 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.02;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.hero-text {
	max-width: 680px;
	margin: 18px 0 0;
	font-size: 1.02rem;
	color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 14px;
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

h1 {
	font-size: clamp(2.4rem, 5vw, 4.2rem);
}

h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.section {
	padding: 84px 0;
}

.section--flush {
	padding: 0;
}

.section--mobile-de-iframe {
	padding: 0;
	background: var(--bg);
}

.mobile-de-iframe {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.mobile-de-iframe iframe {
	display: block;
	width: 100%;
	height: max(900px, 100vh);
	border: 0;
	background: #fff;
}

.section--light {
	background: var(--bg-soft);
}

.section--inventory-list {
	background: #fff;
}

.section--dark {
	background: var(--dark);
	color: #fff;
}

.section--dark p,
.section--dark .eyebrow {
	color: rgba(255, 255, 255, 0.76);
}

.page-hero {
	padding: 0;
	background: var(--dark);
	color: #fff;
}

.page-hero__grid,
.contact-hero {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 0;
	align-items: stretch;
	min-height: 76vh;
}

.page-hero__copy,
.contact-hero > div:first-child {
	padding: 90px 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 76vh;
}

.page-hero p,
.contact-hero p {
	color: rgba(255, 255, 255, 0.8);
}

.hero-media {
	min-height: 76vh;
	background: linear-gradient(135deg, #dadada, #8b8b8b 58%, #2d2d2d);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-media--compact {
	min-height: 100%;
}

.hero-media img,
.hero-media iframe,
.hero-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-hero__media {
	min-height: 76vh;
}

.page-hero__grid--reversed .page-hero__copy {
	order: 2;
}

.page-hero__grid--reversed .page-hero__media {
	order: 1;
}

.hero-panel {
	position: relative;
	min-height: 420px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #1d1d1d, #050505);
}

.hero-panel__glass {
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-panel__content {
	position: relative;
	z-index: 1;
	padding: 56px;
	color: #fff;
}

.section-intro,
.section-heading,
.cta-band,
.contact-teaser,
.contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
}

.section-heading p,
.section-intro p,
.cta-band p,
.contact-teaser p,
.contact-sidebar p,
.contact-form,
.entry-content,
.editor-flow p,
.editor-flow li,
.service-card p,
.step-card p,
.vehicle-card {
	color: var(--muted);
}

.section-kicker {
	margin: 0 0 22px;
	font-size: clamp(2.1rem, 8vw, 3.95rem);
}

.section-kicker--center {
	text-align: center;
}

.section-kicker__sub {
	max-width: 620px;
	margin: -8px auto 0;
	color: var(--muted);
	text-align: center;
}

.showcase-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 26px;
	align-items: stretch;
}

.showcase-gallery {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.showcase-mosaic {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: start;
}

.showcase-mosaic__column {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.showcase-gallery__actions {
	margin-top: 18px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.showcase-gallery__button {
	border-color: var(--line);
	color: var(--text);
}

.showcase-photo,
.showcase-panel__image,
.service-tile,
.financing-layout__image,
.social-mosaic__tile,
.story-image,
.wide-image-band,
.home-contact-layout__image {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.showcase-photo {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0;
	overflow: hidden;
}

.showcase-photo__media {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1.001);
	transition: transform 420ms ease;
	will-change: transform;
}

.showcase-photo:hover .showcase-photo__media,
.showcase-photo:focus-within .showcase-photo__media {
	transform: scale(1.08);
}

.showcase-photo::after,
.showcase-panel__image::after,
.service-tile::after,
.financing-layout__image::after,
.social-mosaic__tile::after,
.story-image::after,
.wide-image-band::after,
.home-contact-layout__image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.08));
}

.showcase-photo--1 { background-image: linear-gradient(135deg, #a54f1a, #df8e48); }
.showcase-photo--2 { background-image: linear-gradient(135deg, #4a5866, #8da3ba); }
.showcase-photo--3 { background-image: linear-gradient(135deg, #afb2b6, #e0e0e0); }
.showcase-photo--4 { background-image: linear-gradient(135deg, #0e1a2d, #385372); }
.showcase-photo--5 { background-image: linear-gradient(135deg, #0c0f14, #515866); }
.showcase-photo--6 { background-image: linear-gradient(135deg, #101010, #737373); }
.showcase-photo--7 { background-image: linear-gradient(135deg, #1e2430, #6480a0); }
.showcase-photo--8 { background-image: linear-gradient(135deg, #303030, #8f8f8f); }
.showcase-photo--9 { background-image: linear-gradient(135deg, #1a1a1a, #5b5b5b); }
.showcase-photo--10 { background-image: linear-gradient(135deg, #12171e, #59636d); }
.showcase-photo--11 { background-image: linear-gradient(135deg, #7b1f1f, #c04d4d); }
.showcase-photo--12 { background-image: linear-gradient(135deg, #212730, #8394a8); }

.showcase-photo--1 { min-height: 380px; }
.showcase-photo--2 { min-height: 384px; }
.showcase-photo--3 { min-height: 320px; }
.showcase-photo--4 { min-height: 150px; }
.showcase-photo--5 { min-height: 150px; }
.showcase-photo--6 { min-height: 120px; }
.showcase-photo--7 { min-height: 260px; }
.showcase-photo--8 { min-height: 170px; }
.showcase-photo--9 { min-height: 323px; }
.showcase-photo--10 { min-height: 280px; }
.showcase-photo--11 { min-height: 160px; }
.showcase-photo--12 { min-height: 360px; }

.showcase-panel {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 100%;
	color: #fff;
	overflow: hidden;
	background-color: #141b2a;
	background-size: cover;
	background-position: center bottom;
	border-radius: 0;
}

.showcase-panel__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(13, 20, 38, 0.88) 0%, rgba(18, 28, 52, 0.82) 38%, rgba(18, 28, 52, 0.38) 72%, rgba(7, 11, 23, 0.18) 100%);
}

.showcase-panel__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 28px 22px 24px;
}

.showcase-panel__copy h3 {
	margin-bottom: 18px;
	font-size: clamp(2rem, 3vw, 3.5rem);
	line-height: 0.95;
}

.showcase-panel__copy p,
.showcase-panel__copy li {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.98rem;
	line-height: 1.5;
}

.showcase-points {
	padding-left: 18px;
	margin: 18px 0 24px;
}

.showcase-points li + li {
	margin-top: 10px;
}

.showcase-points--dark {
	color: var(--muted);
}

.service-triptych {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.service-tile {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	color: #fff;
	border-radius: 0;
	overflow: hidden;
	isolation: isolate;
}

.service-tile__media {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1.001);
	transition: transform 520ms ease;
	will-change: transform;
}

.service-tile:hover .service-tile__media,
.service-tile:focus-within .service-tile__media {
	transform: scale(1.08);
}

.service-tile__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 90%;
}

.service-tile h3 {
	margin: 0;
	font-size: clamp(2.1rem, 4vw, 3.35rem);
	line-height: 0.95;
}

.service-tile__subtitle {
	margin: 14px 0 0;
	max-width: 38ch;
	font-size: 1rem;
	line-height: 1.45;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.94);
}

.service-tile--finance { background-image: linear-gradient(135deg, #8e451f, #e69552); }
.service-tile--cars { background-image: linear-gradient(135deg, #1f3555, #7195c7); }
.service-tile--consult { background-image: linear-gradient(135deg, #1e1e22, #707684); }

.financing-layout {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	align-items: start;
}

.financing-layout--reverse .financing-layout__image {
	order: 2;
}

.financing-layout--reverse .financing-layout__copy {
	order: 1;
}

.financing-layout__image {
	position: relative;
	min-height: 100vh;
	border-radius: 0;
	overflow: hidden;
	background-image: linear-gradient(135deg, #0e1013, #80838d 50%, #e3d8d8);
}

.financing-layout__asset {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.financing-layout__asset--image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.financing-layout__copy {
	padding: 8px 0;
}

.social-mosaic {
	display: grid;
	grid-template-columns: 30% 35% 30%;
	column-gap: 0;
	row-gap: 0;
	justify-content: space-between;
	align-items: stretch;
}

.section--social-cta {
	background: #fff;
}

.social-mosaic__stack {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.social-mosaic__tile {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #d7d7d7;
}

.social-mosaic__tile--long {
	min-height: 70vh;
}

.social-mosaic__asset {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.001);
	transition: transform 420ms ease;
	will-change: transform;
}

.social-mosaic__asset--image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.social-mosaic__tile:hover .social-mosaic__asset,
.social-mosaic__tile:focus-within .social-mosaic__asset {
	transform: scale(1.06);
}

.social-mosaic__center {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: auto;
	align-self: stretch;
	overflow: visible;
}

.social-mosaic__center-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: auto;
	padding: 24px;
	background: transparent;
	border: 0;
	border-radius: 0;
	will-change: transform;
	transition: transform 140ms ease-out;
}

.social-mosaic__center-inner h2,
.social-mosaic__center-inner p {
	text-align: center;
}

.section--social-cta .container.reveal,
.section--social-cta .container.reveal.is-visible {
	transform: none;
}

.rating-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 34px;
}

.rating-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px 30px;
	border-radius: var(--radius-lg);
	background: var(--dark);
	color: #fff;
}

.rating-card__platform {
	margin: 0;
	font-size: clamp(1.15rem, 1.6vw, 1.4rem);
}

.rating-card__stars {
	margin: 14px 0 0;
	font-size: 1.05rem;
	letter-spacing: 0.16em;
	color: #f2b705;
}

.rating-card__score {
	margin: 8px 0 0;
	font-size: clamp(2rem, 3.4vw, 2.6rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.rating-card__score span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.62em;
	font-weight: 700;
}

.rating-card__text {
	margin: 16px 0 26px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.98rem;
}

.rating-card__button {
	margin-top: auto;
	border-color: #fff;
	background: #fff;
	color: var(--dark);
	text-transform: uppercase;
}

.rating-card__button:hover,
.rating-card__button:focus-visible {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(255, 255, 255, 0.86);
}

.review-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.review-card {
	padding: 24px 18px;
	text-align: center;
	border-top: 1px solid var(--line);
}

.review-card__dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: var(--dark);
}

.review-card h3 {
	font-size: 1rem;
}

.review-card p {
	color: var(--muted);
	font-size: 0.92rem;
}

.story-intro {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

.story-image {
	min-height: 460px;
	border-radius: var(--radius-lg);
	background-image: linear-gradient(135deg, #5c422f, #d0b091 45%, #4e5969);
}

.steps-band {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px;
	align-items: center;
}

.steps-band__arrow {
	width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	font-size: 1.5rem;
	line-height: 1;
}

.steps-band__content {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.steps-band__item {
	padding: 22px;
	border-top: 2px solid var(--line);
}

.steps-band__item.is-active {
	background: var(--surface-alt);
	border-radius: var(--radius-lg);
	border-top-color: var(--dark);
}

.wide-image-band {
	min-height: 380px;
	background-image: linear-gradient(135deg, #cfd3d8, #838b95 50%, #19202a);
}

.wide-image-band__asset {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wide-image-band__asset--image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-contact-layout {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 28px;
	align-items: stretch;
}

.home-contact-layout--centered {
	grid-template-columns: minmax(0, 860px);
	justify-content: center;
}

.home-contact-layout--centered > div:first-child {
	width: 100%;
	text-align: center;
}

.home-contact-layout--centered .contact-form .button {
	margin-inline: auto;
}

.home-contact-layout__image {
	min-height: 520px;
	border-radius: var(--radius-lg);
	background-image: linear-gradient(135deg, #2d333b, #8f9eaa 56%, #e7d6cf);
}

.info-mosaic {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 18px;
}

.mosaic-stack,
.benefits-card,
.service-card,
.step-card,
.cta-band,
.entry-card,
.contact-form-shell,
.contact-sidebar__card,
.map-shell,
.inventory-embed,
.vehicle-card,
.editor-flow {
	background: var(--surface);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.mosaic-stack,
.benefits-card,
.service-card,
.step-card,
.entry-card,
.contact-form-shell,
.contact-sidebar__card,
.map-shell,
.inventory-embed,
.vehicle-card,
.editor-flow {
	border-radius: var(--radius-lg);
}

.mosaic-stack {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 18px;
}

.mosaic-stack span {
	display: grid;
	place-items: center;
	min-height: 92px;
	background: var(--surface-alt);
	border-radius: var(--radius-md);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.benefits-card,
.service-card,
.step-card,
.entry-card,
.contact-form-shell,
.contact-sidebar__card,
.map-shell,
.inventory-embed,
.vehicle-card,
.editor-flow {
	padding: 28px;
}

.inventory-embed {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.benefits-card__item + .benefits-card__item {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}

.service-grid,
.steps-grid,
.vehicle-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 28px;
}

.service-card,
.step-card {
	position: relative;
	overflow: hidden;
}

.service-card::before,
.step-card::before {
	content: '';
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 4px;
	background: var(--accent);
}

.service-card__icon,
.step-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--dark);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 800;
}

.section--dark .step-card {
	background: var(--dark-soft);
	border-color: rgba(255, 255, 255, 0.08);
}

.section--dark .step-card p {
	color: rgba(255, 255, 255, 0.74);
}

.cta-band {
	padding: 34px;
	border-radius: var(--radius-lg);
	align-items: center;
}

.contact-teaser__card,
.hours-card,
.inventory-placeholder {
	padding: 24px;
	background: var(--surface-alt);
	border-radius: var(--radius-md);
	border: 1px solid var(--line);
}

.filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 26px;
}

.filter-pills span {
	padding: 10px 16px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	font-size: 0.88rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.inventory-embed--live {
	padding: 0;
	overflow: hidden;
}

.inventory-placeholder {
	margin-bottom: 18px;
}

.inventory-placeholder__label {
	margin: 0 0 8px;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--accent);
}

.vehicle-card__image {
	height: 100%;
	min-height: 260px;
	margin-bottom: 0;
	border-radius: var(--radius-md);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent),
		linear-gradient(135deg, #d6d6d6, #6f6f6f 58%, #222);
	background-position: center;
	background-size: cover;
}

.vehicle-grid {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.vehicle-filters {
	display: block;
}

.vehicle-inventory__layout {
	display: grid;
	grid-template-columns: 264px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.vehicle-filters__sidebar {
	position: sticky;
	top: 118px;
}

.vehicle-filters__panel,
.vehicle-inventory__summary-card {
	padding: 18px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.vehicle-filters__panel {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.vehicle-filters__section + .vehicle-filters__section {
	padding-top: 18px;
	border-top: 1px solid var(--line);
}

.vehicle-filters__heading {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 800;
	color: var(--text);
}

.vehicle-filters label {
	display: block;
}

.vehicle-filters input[type='search'],
.vehicle-filters input[type='number'],
.vehicle-filters select {
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--surface-alt);
	font: inherit;
	color: var(--text);
}

.vehicle-filters__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vehicle-filter-chip input,
.vehicle-filters__toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.vehicle-filter-chip span,
.vehicle-filters__toggle span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--text);
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.vehicle-filter-chip input:checked + span,
.vehicle-filters__toggle input:checked + span {
	background: var(--dark);
	border-color: var(--dark);
	color: #fff;
}

.vehicle-filters__toggle {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.vehicle-filters__range {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.vehicle-filters__actions {
	display: grid;
	gap: 10px;
}

.vehicle-filters__actions .button {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.vehicle-inventory {
	position: relative;
}

.vehicle-inventory__main {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.vehicle-inventory__summary-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
	gap: 18px;
	align-items: end;
}

.vehicle-inventory__count {
	margin: 0;
	font-size: 2rem;
	line-height: 1;
}

.vehicle-inventory__tag {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
	padding: 10px 14px;
	border-radius: 12px;
	background: var(--surface-alt);
	font-size: 0.92rem;
	font-weight: 700;
}

.vehicle-inventory__sort {
	display: block;
}

.vehicle-inventory__sort span {
	display: block;
	margin-bottom: 10px;
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--text);
}

.vehicle-inventory__sort select {
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--surface-alt);
	font: inherit;
	color: var(--text);
}

.vehicle-inventory__summary {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}

.vehicle-inventory__footer {
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

.vehicle-inventory.is-loading .vehicle-inventory__results,
.vehicle-inventory.is-loading .vehicle-inventory__summary {
	opacity: 0.58;
	transition: opacity 180ms ease;
}

.vehicle-inventory__load-more[disabled] {
	opacity: 0.58;
	cursor: progress;
}

.inventory-placeholder--empty {
	margin-top: 8px;
}

.vehicle-card {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	padding: 16px;
}

.vehicle-card__media {
	display: block;
}

.vehicle-card__content--list {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.vehicle-card__meta {
	margin-bottom: 10px;
}

.vehicle-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 9px 13px;
	border-radius: 12px;
	background: var(--surface-alt);
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: none;
	color: var(--text);
}

.vehicle-card__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
}

.vehicle-card__header h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 1.9rem;
	line-height: 1.15;
}

.vehicle-card__header h2 a {
	color: var(--text);
}

.vehicle-card__new-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #0b5cff;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.vehicle-card__subline {
	margin: 8px 0 0;
	font-size: 0.96rem;
	font-weight: 600;
	color: var(--muted);
}

.vehicle-card__pricing {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.vehicle-card__price {
	font-size: 2.2rem;
	line-height: 1;
	color: var(--text);
}

.vehicle-card__finance {
	font-size: 0.96rem;
	font-weight: 700;
	color: var(--accent);
}

.vehicle-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 18px 0 12px;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--text);
}

.vehicle-card__facts span + span::before {
	content: '•';
	margin-right: 12px;
	color: var(--muted);
}

.vehicle-card__description {
	margin: 0;
}

.vehicle-card__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.vehicle-card__highlights li {
	position: relative;
	padding-left: 18px;
	font-weight: 600;
	color: var(--text);
}

.vehicle-card__highlights li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--text);
}

.vehicle-card__footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--line);
}

.vehicle-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 26px;
	align-items: start;
}

.vehicle-detail__gallery,
.vehicle-detail__summary,
.vehicle-detail__fact {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.vehicle-detail__gallery,
.vehicle-detail__summary {
	padding: 20px;
}

.vehicle-detail__hero-image {
	min-height: 520px;
	border-radius: var(--radius-md);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vehicle-detail__thumbs {
	display: flex;
	gap: 12px;
}

.vehicle-detail__thumbs-shell {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	margin-top: 12px;
}

.vehicle-detail__thumbs-viewport {
	overflow: hidden;
	scroll-behavior: smooth;
}

.vehicle-detail__thumbs-viewport:only-child {
	grid-column: 1 / -1;
}

.vehicle-detail__thumb-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--text);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	transition: opacity 160ms ease, background 160ms ease;
}

.vehicle-detail__thumb-nav[disabled] {
	opacity: 0.35;
	cursor: default;
}

.vehicle-detail__thumb {
	position: relative;
	flex: 0 0 calc((100% - 60px) / 6);
	min-height: 94px;
	border: 0;
	border-radius: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
}

.vehicle-detail__thumbs-viewport:only-child .vehicle-detail__thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vehicle-detail__thumbs-viewport:only-child .vehicle-detail__thumb {
	flex: initial;
	width: 100%;
}

.vehicle-detail__thumb::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0);
	transition: background 160ms ease;
}

.vehicle-detail__thumb.is-active::after {
	background: rgba(255, 255, 255, 0.3);
}

.vehicle-detail__thumb:hover::after {
	background: rgba(255, 255, 255, 0.18);
}

.vehicle-detail__summary h1 {
	margin: 0 0 16px;
	font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.vehicle-detail__price {
	font-size: 2.4rem;
	font-weight: 800;
	color: var(--text);
}

.vehicle-detail__finance {
	margin: 10px 0 0;
	font-weight: 700;
	color: var(--accent);
}

.vehicle-detail__lead {
	margin-top: 18px;
}

.vehicle-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.vehicle-detail-stack {
	display: grid;
	width: 100%;
	gap: 18px;
	max-width: 1140px;
	margin-inline: auto;
}

.vehicle-detail-panel {
	padding: 20px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
}

.section--vehicle-detail-content {
	padding-top: 20px;
}

.vehicle-detail-overview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 24px;
}

.vehicle-detail-overview__item span {
	display: block;
	margin-bottom: 4px;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--muted);
}

.vehicle-detail-overview__item strong {
	font-size: 1.2rem;
	color: var(--text);
}

.vehicle-detail-tags {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
}

.vehicle-detail-tags p {
	margin: 0 0 12px;
	font-size: 0.98rem;
	font-weight: 800;
	color: var(--text);
}

.vehicle-detail-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vehicle-detail-tags__list span {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border-radius: 12px;
	background: var(--surface-alt);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--text);
}

.vehicle-detail__section-title {
	margin: 0 0 18px;
	font-size: 1.9rem;
}

.vehicle-detail__table,
.vehicle-detail__finance-box {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.vehicle-detail__table-row {
	display: grid;
	grid-template-columns: minmax(180px, 0.95fr) minmax(0, 1fr);
	gap: 16px;
	padding: 11px 10px;
	border-bottom: 1px solid rgba(20, 27, 44, 0.06);
}

.vehicle-detail__table-row:last-child {
	border-bottom: 0;
}

.vehicle-detail__table-row:nth-child(even) {
	background: var(--surface-alt);
}

.vehicle-detail__table-row span {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--text);
}

.vehicle-detail__table-row strong {
	color: var(--text);
}

.vehicle-detail__equipment {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 16px;
	padding: 0;
	list-style: none;
}

.vehicle-detail__equipment li {
	position: relative;
	padding: 11px 10px 11px 28px;
	font-weight: 700;
	color: var(--text);
	border-bottom: 1px solid rgba(20, 27, 44, 0.06);
}

.vehicle-detail__equipment li::before {
	content: '✓';
	position: absolute;
	right: 10px;
	left: auto;
	top: 11px;
}

.vehicle-detail__description p {
	margin-top: 0;
}

.vehicle-detail__description-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.vehicle-detail__description-list li {
	padding: 2px 0;
	color: var(--text);
}

.vehicle-detail__description-copy {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
	color: var(--muted);
}

.vehicle-detail__description-copy > :first-child {
	margin-top: 0;
}

.vehicle-detail__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	font-weight: 800;
	color: var(--accent);
	cursor: pointer;
}

[data-expandable] .is-extra {
	display: none;
}

[data-expandable].is-expanded .is-extra {
	display: list-item;
}

.vehicle-detail__table[data-expandable].is-expanded .is-extra {
	display: grid;
}

.vehicle-detail__finance-box {
	display: grid;
	gap: 18px;
}

.vehicle-detail__finance-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line);
}

.vehicle-detail__finance-highlight {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.vehicle-detail__finance-highlight span {
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--muted);
}

.vehicle-detail__finance-highlight strong {
	font-size: 2.2rem;
	line-height: 1;
	color: var(--text);
}

.vehicle-detail__finance-note {
	padding-top: 8px;
	border-top: 1px solid var(--line);
	font-size: 0.92rem;
	color: var(--muted);
}

.contact-form label,
.contact-form span {
	display: block;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.form-grid__full {
	margin: 18px 0;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	margin-top: 8px;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: #fff;
	font: inherit;
	color: var(--text);
}

.form-notice {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: var(--radius-sm);
	font-weight: 700;
}

.form-notice--success {
	background: rgba(54, 149, 91, 0.12);
	color: #21643a;
}

.form-notice--error {
	background: rgba(177, 66, 66, 0.12);
	color: #8a2a2a;
}

.map-shell iframe,
.inventory-embed iframe {
	display: block;
	width: 100%;
	border: 0;
	min-height: 420px;
}

.map-placeholder {
	display: grid;
	place-items: center;
	min-height: 300px;
	text-align: center;
	border-radius: var(--radius-md);
	background: linear-gradient(135deg, #f0f0f0, #d6d6d6);
}

.editor-flow > *:first-child {
	margin-top: 0;
}

.editor-flow > *:last-child {
	margin-bottom: 0;
}

.editor-flow > * + * {
	margin-top: 22px;
}

.editor-flow .wp-block-columns,
.editor-flow .wp-block-media-text {
	gap: 24px;
	align-items: center;
}

.editor-flow .wp-block-image img,
.editor-flow .wp-block-gallery img,
.editor-flow .wp-block-media-text img,
.editor-flow iframe,
.editor-flow video {
	border-radius: var(--radius-md);
}

.editor-flow .wp-block-cover {
	min-height: 320px;
	border-radius: var(--radius-md);
	overflow: hidden;
}

.editor-flow .wp-block-button__link {
	border-radius: 999px;
	padding: 14px 24px;
	background: var(--dark);
	font-weight: 700;
}

.editor-flow .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--text);
	border-color: var(--dark);
}

.entry-title {
	margin-bottom: 18px;
}

.page-hero > .container:not(.contact-hero):not(.page-hero__grid) {
	padding-top: clamp(72px, 10vw, 132px);
	padding-bottom: clamp(52px, 8vw, 96px);
}

.content-shell {
	max-width: 920px;
}

.entry-content h2 {
	margin: 1.8em 0 0.55em;
}

.entry-content h3 {
	margin: 1.5em 0 0.5em;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin: 0 0 1em;
}

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

.entry-content a {
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.site-footer {
	padding: 70px 0 24px;
	background: var(--dark);
	color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.footer-title {
	margin: 0 0 14px;
	color: #fff;
	font-size: 1.15rem;
}

.menu--footer {
	display: block;
}

.menu--footer li + li {
	margin-top: 8px;
}

.footer-whatsapp {
	display: inline-flex;
	margin-top: 16px;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 24px;
	font-size: 0.9rem;
}

.footer-legal a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.35);
	text-underline-offset: 0.18em;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
	text-decoration-color: currentColor;
}

.footer-bottom {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.9rem;
}

.text-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: clamp(36px, 7vw, 112px);
}

.text-columns__column {
	min-width: 0;
}

.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1360px) {
	.vehicle-card {
		grid-template-columns: 280px minmax(0, 1fr);
	}

	.vehicle-detail__equipment {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vehicle-detail__thumb {
		flex-basis: calc((100% - 36px) / 4);
	}

	.vehicle-detail__thumbs-viewport:only-child .vehicle-detail__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.header-main {
		grid-template-columns: auto auto;
	}

	.primary-nav {
		position: fixed;
		inset: 96px 20px auto;
		flex-direction: column;
		align-items: stretch;
		padding: 24px;
		background: #fff;
		border: 1px solid var(--line);
		box-shadow: var(--shadow);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-18px);
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.primary-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.menu {
		flex-direction: column;
		align-items: flex-start;
	}

	.menu-toggle {
		display: flex;
		justify-self: end;
	}

	.page-hero__grid,
	.contact-hero,
	.section-intro,
	.section-heading,
	.cta-band,
	.contact-teaser,
	.contact-layout,
	.info-mosaic,
	.showcase-layout,
	.financing-layout,
	.story-intro,
	.home-contact-layout,
	.text-columns,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.page-hero__copy,
	.contact-hero > div:first-child {
		padding: 68px 26px 32px;
	}

	.showcase-layout {
		grid-template-columns: 1fr;
	}

	.showcase-gallery {
		align-items: stretch;
	}

	.hero-media--compact,
	.hero-panel {
		min-height: 320px;
	}

	.service-grid,
	.steps-grid,
	.vehicle-grid,
	.service-triptych,
	.review-row,
	.steps-band__content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vehicle-inventory__layout,
	.vehicle-inventory__summary-card,
	.vehicle-card__header,
	.vehicle-detail {
		grid-template-columns: 1fr;
	}

	.vehicle-filters__sidebar {
		position: static;
		top: auto;
	}

	.vehicle-card {
		grid-template-columns: 1fr;
	}

	.vehicle-card__image {
		min-height: 320px;
	}

	.vehicle-card__highlights {
		grid-template-columns: 1fr 1fr;
	}

	.vehicle-detail-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vehicle-detail__thumb {
		flex-basis: calc((100% - 24px) / 3);
	}

	.vehicle-detail__thumbs-viewport:only-child .vehicle-detail__thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vehicle-detail__table-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.social-mosaic {
		grid-template-columns: 1fr;
	}

	.social-mosaic__center {
		order: -1;
		min-height: auto;
	}

	.social-mosaic__center-inner {
		position: static;
		left: auto;
		right: auto;
		min-height: auto;
		transform: none !important;
	}
}

@media (max-width: 720px) {
	:root {
		--container: calc(100vw - 52px);
	}

	.topbar__inner {
		justify-content: flex-start;
	}

	.brand-name {
		font-size: 1.22rem;
	}

	.brand-tagline {
		font-size: 0.82rem;
	}

	.hero-stage__media,
	.hero-stage__content {
		min-height: 68vh;
	}

	.hero-stage__content {
		padding: 110px 0 48px;
	}

	.hero-stage__display {
		font-size: clamp(4.4rem, 22vw, 7rem);
	}

	.hero-stage__headline {
		font-size: 1.5rem;
	}

	.form-grid,
	.service-grid,
	.steps-grid,
	.service-triptych,
	.social-mosaic,
	.rating-row,
	.review-row,
	.steps-band__content {
		grid-template-columns: 1fr;
	}

	.rating-card {
		padding: 26px 22px;
	}

	.rating-card__button {
		width: 100%;
	}

	.vehicle-card__highlights,
	.vehicle-filters__range,
	.vehicle-filters__actions,
	.vehicle-filters__toggle,
	.vehicle-detail__highlights,
	.vehicle-detail-overview,
	.vehicle-detail__equipment {
		grid-template-columns: 1fr;
	}

	.vehicle-detail__finance-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.vehicle-detail__thumbs-shell {
		grid-template-columns: 1fr;
	}

	.vehicle-detail__thumb-nav {
		display: none;
	}

	.vehicle-detail__thumbs-viewport {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.vehicle-detail__thumbs-viewport::-webkit-scrollbar {
		display: none;
	}

	.vehicle-detail__thumb {
		flex-basis: calc((100% - 24px) / 3);
		min-height: 78px;
	}

	.vehicle-detail__thumbs-viewport:only-child .vehicle-detail__thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.showcase-mosaic {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.showcase-mosaic__column {
		display: contents;
	}

	.showcase-gallery__actions {
		margin-top: 16px;
	}

	.steps-band {
		grid-template-columns: 1fr;
	}

	.steps-band__arrow {
		display: none;
	}

	.showcase-panel {
		min-height: 420px;
		border-radius: var(--radius-lg);
	}

	.showcase-photo {
		min-height: 180px;
	}

	.story-image,
	.financing-layout__image,
	.home-contact-layout__image,
	.wide-image-band {
		min-height: 280px;
	}

	.cta-band,
	.contact-form-shell,
	.contact-sidebar__card,
	.map-shell,
	.inventory-embed,
	.vehicle-card,
	.entry-card,
	.editor-flow {
		padding: 22px;
	}
}
