@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope/Manrope-Variable.woff2") format("woff2-variations");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald/Oswald-Variable.woff2") format("woff2-variations");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-background: #08090a;
	--color-surface: #141619;
	--color-text: #f5f3ef;
	--color-muted: #a8adb4;
	--color-accent: #d20a16;
	--color-on-accent: #fff;
	--font-body: "Manrope", sans-serif;
	--font-heading: "Oswald", sans-serif;
	--wide-width: 1240px;
	--content-width: 780px;
	--header-height: 5.5rem;
}

body {
	background: var(--color-background);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.7;
}

h1,
h2,
h3 {
	margin-block: 0 0.65em;
	font-family: var(--font-heading);
	font-weight: 520;
	letter-spacing: -0.025em;
	line-height: 1.02;
}

h1 { font-size: clamp(3.5rem, 9vw, 8.6rem); }
h2 { font-size: clamp(2.7rem, 6vw, 5.6rem); }
h3 { font-size: clamp(1.65rem, 3vw, 2.25rem); }

a { color: inherit; }

.site-header {
	position: fixed;
	width: 100%;
	background: linear-gradient(180deg, rgb(4 5 6 / 92%), rgb(4 5 6 / 55%) 70%, transparent);
	border: 0;
	backdrop-filter: none;
}

.site-header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 14%), transparent);
	content: "";
}

.site-header__inner { min-height: var(--header-height); }
.custom-logo { max-height: 4rem; }

.site-menu__list { gap: clamp(1rem, 2.4vw, 2.25rem); }
.site-menu__list a {
	position: relative;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.site-menu__list a::after {
	position: absolute;
	right: 0;
	bottom: -0.55rem;
	left: 0;
	height: 2px;
	background: var(--color-accent);
	content: "";
	transform: scaleX(0);
	transition: transform 180ms ease;
}
.site-menu__list a:hover::after,
.site-menu__list .current-menu-item > a::after { transform: scaleX(1); }

.sa-section-inner {
	width: min(100% - 3rem, var(--wide-width));
	margin-inline: auto;
}

.sa-eyebrow {
	margin: 0 0 1.15rem;
	color: var(--color-accent);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.sa-hero {
	position: relative;
	display: grid;
	min-height: 100svh;
	align-items: end;
	overflow: hidden;
	background: #050505;
}

.sa-hero__video,
.sa-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sa-hero__video { object-fit: cover; }
.sa-hero__shade {
	background:
		linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 58%) 42%, rgb(0 0 0 / 18%) 75%),
		linear-gradient(0deg, #08090a 0%, transparent 35%, rgb(0 0 0 / 22%) 100%);
}

.sa-hero__content {
	position: relative;
	z-index: 2;
	width: min(100% - 3rem, var(--wide-width));
	margin: 0 auto clamp(3rem, 7vh, 4rem);
}

.sa-hero h1 {
	max-width: 8ch;
	margin-bottom: 0.18em;
	text-transform: uppercase;
}

.sa-hero__lead {
	max-width: 41rem;
	margin-bottom: 2rem;
	color: rgb(255 255 255 / 82%);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.wp-block-buttons {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.wp-block-button { display: inline-block; }
.sa-button .wp-block-button__link,
.sa-link-button {
	display: inline-flex;
	min-height: 3.5rem;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.45rem;
	background: var(--color-accent);
	border: 1px solid var(--color-accent);
	border-radius: 0.45rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease;
}
.sa-button .wp-block-button__link:hover,
.sa-link-button:hover { background: #f01421; border-color: #f01421; }
.sa-button--ghost .wp-block-button__link { background: rgb(0 0 0 / 18%); border-color: rgb(255 255 255 / 44%); }
.sa-button--ghost .wp-block-button__link:hover { background: #fff; border-color: #fff; color: #090a0b; }

.sa-hero__scroll {
	position: absolute;
	z-index: 2;
	right: 2rem;
	bottom: 2rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.sa-hero__scroll span { width: 3.25rem; height: 1px; background: var(--color-accent); }

.sa-proof { background: #0d0e10; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.sa-proof__inner {
	display: grid;
	width: min(100% - 3rem, var(--wide-width));
	min-height: 9rem;
	align-items: center;
	margin-inline: auto;
	grid-template-columns: repeat(3, 1fr);
}
.sa-proof p { display: grid; gap: 0.2rem; margin: 0; padding: 1.75rem 2rem; border-right: 1px solid rgb(255 255 255 / 9%); }
.sa-proof p:first-child { border-left: 1px solid rgb(255 255 255 / 9%); }
.sa-proof strong { font-family: var(--font-heading); font-size: 2rem; font-weight: 520; }
.sa-proof span { color: var(--color-muted); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }

.sa-intro { padding-block: clamp(6rem, 12vw, 11rem); }
.sa-intro__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 8rem); }
.sa-intro h2 { max-width: 8ch; text-transform: uppercase; }
.sa-intro__grid > div:last-child { max-width: 38rem; padding-top: 2rem; }
.sa-large-copy { color: #fff; font-size: clamp(1.3rem, 2.3vw, 1.75rem); line-height: 1.45; }
.sa-intro__grid > div:last-child > p:last-child { color: var(--color-muted); }

.sa-fleet { padding-block: clamp(5rem, 10vw, 9rem); background: #101215; }
.sa-section-heading { display: grid; margin-bottom: clamp(2.5rem, 6vw, 5rem); grid-template-columns: 1.25fr 0.75fr; gap: 3rem; align-items: end; }
.sa-section-heading h2 { margin: 0; text-transform: uppercase; }
.sa-section-heading > p { max-width: 31rem; margin: 0 0 0.75rem; color: var(--color-muted); }

.sa-vehicle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.sa-vehicle-card { position: relative; min-height: 35rem; overflow: hidden; background: #08090a; }
.sa-vehicle-card:first-child { grid-column: 1 / -1; min-height: 43rem; }
.sa-vehicle-card figure { position: absolute; inset: 0; margin: 0; }
.sa-vehicle-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.sa-vehicle-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / 92%), transparent 66%); content: ""; }
.sa-vehicle-card:hover img { transform: scale(1.035); }
.sa-vehicle-card__body { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(1.5rem, 4vw, 3rem); }
.sa-vehicle-card h3 { margin-bottom: 0.35rem; text-transform: uppercase; }
.sa-vehicle-card__body > p:not(.sa-eyebrow) { max-width: 38rem; margin-block: 0.65rem; color: rgb(255 255 255 / 72%); }
.sa-text-link { display: inline-flex; align-items: center; gap: 0.55rem; color: #fff; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.sa-text-link span { color: var(--color-accent); font-size: 1.25rem; transition: transform 180ms ease; }
.sa-text-link:hover span { transform: translateX(0.3rem); }

.sa-experience {
	position: relative;
	display: grid;
	min-height: 650px;
	align-items: center;
	grid-template-columns: minmax(0, 1fr);
	overflow: hidden;
	padding: 0;
}
.sa-experience > .wp-block-cover__background {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: #000;
	opacity: 0.65;
}
.sa-experience > .wp-block-cover__image-background {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sa-experience .wp-block-cover__inner-container {
	width: min(100% - 3rem, var(--wide-width));
	margin-inline: auto;
}
.sa-experience .wp-block-cover__inner-container { position: relative; z-index: 2; }
.sa-experience__content { max-width: 47rem; }
.sa-experience h2 { max-width: 11ch; text-transform: uppercase; }
.sa-experience__content > p:not(.sa-eyebrow) { max-width: 38rem; color: rgb(255 255 255 / 78%); }
.sa-experience__content > p:last-child { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.sa-text-link--light { color: #fff; }

.content-page { width: min(100% - 3rem, var(--wide-width)); max-width: none; padding-top: clamp(8rem, 14vw, 12rem); }
.entry-header { max-width: 900px; margin-bottom: 3rem; }
.entry-title { font-size: clamp(3rem, 7vw, 6.5rem); text-transform: uppercase; }
.entry-content { color: var(--color-muted); }
.entry-content > * { max-width: var(--content-width); margin-inline: auto; }
.entry-content > .alignwide { max-width: var(--wide-width); }
.entry-content > .alignfull { max-width: none; }
.page-id-3004 .entry-content > .sa-vehicle-grid { max-width: var(--wide-width); }
.entry-content h2,
.entry-content h3 { color: var(--color-text); }
.entry-content table { width: 100%; border-collapse: collapse; color: var(--color-text); }
.entry-content th,
.entry-content td { padding: 1rem; border-bottom: 1px solid rgb(255 255 255 / 12%); text-align: left; }
.wp-block-gallery { gap: 0.75rem; }
.wp-block-gallery img { aspect-ratio: 4 / 3; object-fit: cover; }
.sa-gallery {
	display: grid;
	max-width: var(--wide-width) !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sa-gallery figure { min-width: 0; margin: 0; }
.sa-gallery a,
.sa-gallery img { display: block; width: 100%; height: 100%; }

.sa-imported {
	display: flow-root;
	max-width: var(--wide-width);
	margin-inline: auto;
}
.sa-imported img { opacity: 1 !important; }
.sa-imported .av_one_full,
.sa-imported .flex_column,
.sa-imported .avia-builder-el { margin-bottom: 2rem; }
.sa-imported .av_one_full { width: 100%; }
.sa-imported .avia-gallery-big,
.sa-imported .big-prev-fake,
.sa-imported .iconlist_icon,
.sa-imported .iconbox_icon,
.sa-imported .avia-arrow-wrap,
.sa-imported .av-tab-arrow-container,
.sa-imported .av-tab-section-tab-title-container { display: none !important; }
.sa-imported .avia-gallery-thumb,
.sa-imported .av-masonry-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; }
.sa-imported .avia-gallery { display: block; width: 100%; }
.sa-imported .avia-gallery-thumb a,
.sa-imported .av-masonry-entry,
.sa-imported .avia-gallery a { display: block; min-width: 0; }
.sa-imported .avia-gallery-thumb > a {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}
.sa-imported .avia-gallery-thumb img,
.sa-imported .av-masonry-entry img,
.sa-imported .avia-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 12rem;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.sa-imported--vehicle > .av_two_third,
.sa-imported--vehicle > .av_one_third { float: left; }
.sa-imported--vehicle > .av_two_third { width: calc(66.666% - 1rem); margin-right: 2rem; }
.sa-imported--vehicle > .av_one_third { width: calc(33.333% - 1rem); }
.sa-imported--vehicle > .av_one_full { clear: both; }
.sa-imported .avia-icon-list,
.sa-imported .pricing-table { margin: 0; padding: 0; list-style: none; }
.sa-imported .avia-icon-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.sa-imported .avia-icon-list li { padding: 1rem; background: var(--color-surface); border-left: 2px solid var(--color-accent); }
.sa-imported .avia-icon-list h4 { margin: 0 0 0.25rem; color: var(--color-muted); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.sa-imported .avia-icon-list p { margin: 0; color: var(--color-text); font-size: 1.15rem; }
.sa-imported .iconbox { clear: both; padding-block: 2rem; }
.sa-imported .iconbox_content_title { font-size: clamp(2rem, 4vw, 3.5rem); }
.sa-imported .avia-table { display: flex; width: 100%; gap: 0.5rem; overflow-x: auto; padding-bottom: 1rem; }
.sa-imported .pricing-table-wrap { min-width: 10rem; flex: 1; }
.sa-imported .pricing-table { height: 100%; background: var(--color-surface); }
.sa-imported .pricing-table li { min-height: 3.25rem; padding: 0.85rem; border-bottom: 1px solid rgb(255 255 255 / 9%); color: var(--color-muted); text-align: center; }
.sa-imported .pricing-table .avia-heading-row { color: var(--color-text); font-weight: 800; }
.sa-imported .pricing-table .avia-pricing-row { color: var(--color-accent); font-family: var(--font-heading); font-size: 2rem; }
.sa-imported .avia_message_box { margin-block: 1rem; padding: 1rem 1.25rem; background: rgb(210 10 22 / 12%); border-left: 3px solid var(--color-accent); color: var(--color-text); }
.sa-imported .av-layout-grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); gap: 1rem; }
.sa-imported .flex_cell { min-width: 0; padding: 2rem; background: var(--color-surface); }
.sa-imported .av-tab-section-inner-container,
.sa-imported .av-layout-tab,
.sa-imported .av-tab-section-tab-title-container { position: static !important; display: block; width: auto !important; height: auto !important; transform: none !important; }
.sa-imported iframe { width: 100%; max-width: 100%; border: 0; }

.sa-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 1rem; margin-block: 2rem 4rem; }
.sa-contact-grid > * { margin-block: 0; }
.sa-contact-card { display: flex; height: 100%; flex-direction: column; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--color-surface); border-top: 2px solid var(--color-accent); }
.sa-contact-card h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.sa-contact-card a { color: var(--color-text); font-weight: 750; text-decoration-color: var(--color-accent); }

.sa-blog { padding-block: clamp(8rem, 14vw, 12rem) var(--space-l); }
.sa-blog__header { margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.sa-blog__header h1 { margin: 0; text-transform: uppercase; }
.sa-blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.sa-blog-card { min-width: 0; overflow: hidden; background: var(--color-surface); }
.sa-blog-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #0c0d0f; }
.sa-blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.sa-blog-card:hover .sa-blog-card__image img { transform: scale(1.03); }
.sa-blog-card__body { padding: clamp(1.25rem, 3vw, 2rem); }
.sa-blog-card__date { margin: 0 0 0.8rem; color: var(--color-accent); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.sa-blog-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); overflow-wrap: anywhere; }
.sa-blog-card h2 a { color: var(--color-text); text-decoration: none; }
.sa-blog-card__body > p:not(.sa-blog-card__date) { color: var(--color-muted); }

.sa-lightbox {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
	width: 100%;
	height: 100%;
	padding: clamp(1rem, 4vw, 3rem);
	background: rgb(0 0 0 / 94%);
	border: 0;
	color: #fff;
	place-items: center;
}
.sa-lightbox[hidden] { display: none; }
.sa-lightbox__figure { display: grid; max-width: min(92vw, 100rem); max-height: 88vh; margin: 0; place-items: center; }
.sa-lightbox__image { display: block; max-width: 100%; max-height: 82vh; object-fit: contain; }
.sa-lightbox__caption { max-width: 54rem; margin-top: 0.75rem; color: rgb(255 255 255 / 72%); font-size: 0.85rem; text-align: center; }
.sa-lightbox__close,
.sa-lightbox__prev,
.sa-lightbox__next {
	position: absolute;
	display: grid;
	width: 3rem;
	height: 3rem;
	padding: 0;
	background: rgb(15 16 18 / 78%);
	border: 1px solid rgb(255 255 255 / 25%);
	border-radius: 50%;
	color: #fff;
	font: inherit;
	font-size: 2rem;
	cursor: pointer;
	place-items: center;
}
.sa-lightbox__close { top: 1rem; right: 1rem; }
.sa-lightbox__prev,
.sa-lightbox__next { top: 50%; transform: translateY(-50%); }
.sa-lightbox__prev { left: 1rem; }
.sa-lightbox__next { right: 1rem; }
.sa-lightbox__close:hover,
.sa-lightbox__prev:hover,
.sa-lightbox__next:hover { background: var(--color-accent); border-color: var(--color-accent); }
body.sa-lightbox-open { overflow: hidden; }

.site-footer { padding-block: 2rem; background: #050506; border-top: 1px solid rgb(255 255 255 / 9%); color: var(--color-muted); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer ul { display: flex; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }

@media (max-width: 1040px) {
	.site-header { background: rgb(7 8 9 / 94%); backdrop-filter: blur(1rem); }
	.site-menu { top: calc(100% - 0.25rem); background: #111316; border-color: rgb(255 255 255 / 12%); }
	.site-menu-toggle { border-color: rgb(255 255 255 / 25%); color: #fff; }
}

@media (max-width: 760px) {
	:root { --header-height: 4.6rem; }
	.sa-section-inner,
	.sa-hero__content,
	.sa-proof__inner,
	.sa-experience .wp-block-cover__inner-container,
	.content-page { width: min(100% - 2rem, var(--wide-width)); }
	.custom-logo { max-height: 3.2rem; }
	.sa-hero { min-height: 92svh; }
	.sa-hero__content { margin-bottom: 4rem; }
	.sa-hero h1 { font-size: clamp(3.5rem, 18vw, 5.6rem); }
	.sa-hero__lead { max-width: 31rem; font-size: 1rem; }
	.sa-hero__scroll { display: none; }
	.sa-proof__inner { grid-template-columns: 1fr; padding-block: 0.6rem; }
	.sa-proof p,
	.sa-proof p:first-child { padding: 1rem 0; border: 0; border-bottom: 1px solid rgb(255 255 255 / 9%); }
	.sa-proof p:last-child { border-bottom: 0; }
	.sa-intro__grid,
	.sa-section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
	.sa-intro__grid > div:last-child { padding-top: 0; }
	.sa-vehicle-grid { grid-template-columns: 1fr; }
	.sa-vehicle-card,
	.sa-vehicle-card:first-child { min-height: 32rem; grid-column: auto; }
	.sa-vehicle-card__body { padding: 1.4rem; }
	.sa-experience__content > p:last-child { align-items: flex-start; flex-direction: column; }
	.sa-imported--vehicle > .av_two_third,
	.sa-imported--vehicle > .av_one_third { float: none; width: 100%; margin-right: 0; }
	.sa-imported .avia-gallery-thumb,
	.sa-imported .av-masonry-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sa-imported .avia-icon-list,
	.sa-contact-grid { grid-template-columns: 1fr; }
	.sa-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sa-blog-grid { grid-template-columns: 1fr; }
	.sa-lightbox { padding: 4rem 0.75rem 1rem; }
	.sa-lightbox__prev { left: 0.5rem; }
	.sa-lightbox__next { right: 0.5rem; }
	.site-footer__inner { align-items: flex-start; flex-direction: column; }
	.site-footer ul { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
	.sa-vehicle-card img,
	.sa-text-link span { transition: none; }
}
