/* =========================================================
   FLEET ARCHIVE PAGE - BASE
========================================================= */

.alston-fleet-archive {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	color: #181A1F;
}

.alston-fleet-archive *,
.alston-fleet-archive *::before,
.alston-fleet-archive *::after {
	box-sizing: border-box;
}

.alston-fleet-archive img {
	max-width: 100%;
	display: block;
}

.alston-fleet-archive a,
.alston-fleet-archive button {
	font-family: inherit;
}

.alston-fleet-archive a {
	text-decoration: none;
	color: inherit;
}

.alston-fleet-archive-breadcrumb__inner,
.alston-fleet-showcase__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}


/* =========================================================
   GLOBAL TYPOGRAPHY
========================================================= */

.alston-fleet-showcase__heading h2,
.alston-fleet-panel__title,
.alston-fleet-tab__title,
.alston-fleet-archive-breadcrumb__title {
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 200;
	letter-spacing: -0.02em;
	color: #181A1F;
}

.alston-fleet-showcase__heading p,
.alston-fleet-tab__excerpt,
.alston-fleet-panel__excerpt,
.alston-fleet-panel__meta-item,
.alston-fleet-archive-breadcrumb__nav {
	font-family: 'Inter', sans-serif;
}


/* =========================================================
   BREADCRUMB HERO
========================================================= */

.alston-fleet-archive-breadcrumb{
	width:100%;
	position:relative;
	overflow:hidden;
	background:#181A1F;
	isolation:isolate;
}

.alston-fleet-archive-breadcrumb__bg{
	position:absolute;
	inset:0;
	z-index:1;

	background-image:
		url('/wp-content/uploads/2026/06/All-Site-2026-Alston-New-Banner-Image.webp');

	background-size:cover;
	background-position:center right;
	background-repeat:no-repeat;
}

.alston-fleet-archive-breadcrumb__overlay{
	position:absolute;
	inset:0;
	z-index:2;

	background:
		linear-gradient(
			90deg,
			rgba(0,0,0,0.82) 0%,
			rgba(0,0,0,0.62) 35%,
			rgba(0,0,0,0.18) 100%
		);
}

.alston-fleet-archive-breadcrumb__inner{
	position:relative;
	z-index:3;

	width:100%;
	min-height:400px;;

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;

	color:#ffffff;

	padding-top:150px;
	
}

.alston-fleet-archive-breadcrumb__nav{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:12px;

	margin:0 0 22px;

	font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
	font-size:11px;
	font-weight:600;
	line-height:1;

	letter-spacing:0.18em;
	text-transform:uppercase;

	color:rgba(255,255,255,0.72);
}

.alston-fleet-archive-breadcrumb__nav a,
.alston-fleet-archive-breadcrumb__nav span{
	color:inherit;
}

.alston-fleet-archive-breadcrumb__nav a{
	transition:opacity 0.3s ease;
}

.alston-fleet-archive-breadcrumb__nav a:hover{
	opacity:0.6;
}

.alston-fleet-archive-breadcrumb__title{
	font-family:'League Spartan',-apple-system,BlinkMacSystemFont,sans-serif;
	font-size:72px;
	line-height:0.95;
	font-weight:200;
	letter-spacing:-0.03em;

	color:#ffffff;

	margin:0 0 22px;
}

.alston-fleet-archive-breadcrumb__description{
	width:100%;
	max-width:820px;

	margin:0;

	font-family:'Inter',sans-serif;
	font-size:15px;
	line-height:25px;
	font-weight:300;

	color:rgba(255,255,255,0.82);
}

.alston-fleet-archive-breadcrumb__nav span:last-child{
	color:#C9A961;
}


/* =========================================================
   SHOWCASE SECTION
========================================================= */

.alston-fleet-showcase {
	width: 100%;
	min-height: 100vh;
	background: #ffffff;
	padding: 6rem 0;
	position: relative;
	overflow: hidden;
}

.alston-fleet-showcase__heading {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 70px;
	text-align: center;
}

.alston-fleet-showcase__heading h2 {
	margin: 0 0 22px;
	color: #1A1A1A;
	font-size: clamp(42px, 5vw, 78px);
	line-height: 1;
}

.alston-fleet-showcase__heading h2 span {
	font-style: normal;
	font-weight: 300;
	color: #C9A961;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

.alston-fleet-showcase__heading p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #555555;
	max-width: 760px;
	margin: 0 auto;
}


/* =========================================================
   TOP FLEET TABS
========================================================= */

.alston-fleet-tabs {
	width: 100%;
	position: relative;
}

.alston-fleet-tabs__carousel {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 70px;
}

.alston-fleet-tabs__viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.alston-fleet-tabs__list {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 28px;
	margin-bottom: 0;
	transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}

.alston-fleet-tabs__list.is-no-transition {
	transition: none !important;
}

.alston-fleet-tabs__arrow {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 5;
	opacity: 1;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.alston-fleet-tabs__arrow img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	filter: brightness(0) saturate(100%);
	transition: filter 0.3s ease;
}

.alston-fleet-tabs__arrow:hover {
	opacity: 0.65;
	transform: translateY(-2px);
}

.alston-fleet-tab {
	width: 100%;
	flex: 0 0 calc((100% - 84px) / 4);
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: #181A1F;
	opacity: 0.42;
	transform: translateY(8px) scale(0.94);
	transition:
		opacity 0.35s ease,
		transform 0.35s ease,
		color 0.35s ease;
}

.alston-fleet-tab:hover {
	opacity: 0.72;
	transform: translateY(0) scale(0.97);
}

.alston-fleet-tab.is-active {
	opacity: 1;
	transform: translateY(0) scale(1.03);
	color: #181A1F;
}

.alston-fleet-tab__image {
	width: 100%;
	height: 86px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto 18px;
	overflow: visible;
}

.alston-fleet-tab__image img {
	width: 100%;
	max-width: 210px;
	max-height: 86px;
	object-fit: contain;
	object-position: center;
	filter: grayscale(1);
	opacity: 0.75;
	transform: scale(0.86);
	transition:
		filter 0.35s ease,
		opacity 0.35s ease,
		transform 0.35s ease;
}

.alston-fleet-tab.is-active .alston-fleet-tab__image img {
	filter: grayscale(0);
	opacity: 1;
	transform: scale(1);
}

.alston-fleet-tab__title {
	display: block;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 12px;
	transition: color 0.35s ease;
}

.alston-fleet-tab.is-active .alston-fleet-tab__title {
	color: #C9A961;
}

.alston-fleet-tab__excerpt {
	display: block;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #555555;
	max-width: 280px;
	margin: 0 auto;
}


/* =========================================================
   MAIN PANELS
========================================================= */

.alston-fleet-panels {
	width: 100%;
	position: relative;
	min-height: 520px;
}

.alston-fleet-panel {
	width: 100%;
	display: none;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	gap: 80px;
	align-items: center;
	opacity: 0;
	transform: translateY(28px);
}

.alston-fleet-panel.is-active {
	display: grid;
	opacity: 1;
	transform: translateY(0);
	animation: alstonFleetPanelIn 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes alstonFleetPanelIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.alston-fleet-panel__image-wrap {
	width: 100%;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.alston-fleet-panel__image-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 62%;
	height: 45px;
	background: rgba(0, 0, 0, 0.14);
	filter: blur(24px);
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.alston-fleet-panel__image {
	width: 100%;
	max-width: 680px;
	max-height: 430px;
	object-fit: contain;
	position: relative;
	z-index: 1;
	transform: translateX(-10px);
	animation: alstonFleetImageIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes alstonFleetImageIn {
	from {
		opacity: 0;
		transform: translateX(-30px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translateX(-10px) scale(1);
	}
}

.alston-fleet-panel__content {
	width: 100%;
	position: relative;
	animation: alstonFleetContentIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes alstonFleetContentIn {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.alston-fleet-panel__title {
	font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 58px;
	line-height: 68px;
	font-weight: 200;
	letter-spacing: -0.02em;
	color: #181A1F;
	margin: 0 0 18px;
}

.alston-fleet-panel__excerpt {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #555555;
	margin: 0 0 34px;
	max-width: 640px;
}


/* =========================================================
   META ICONS
========================================================= */

.alston-fleet-panel__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 24px;
	margin: 0 0 38px;
	max-width: 680px;
}

.alston-fleet-panel__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #181A1F;
}

.alston-fleet-panel__meta-icon {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	background: #f7f7f4;
	border: 1px solid rgba(0,0,0,0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.alston-fleet-panel__meta-icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: brightness(0) saturate(100%);
}


/* =========================================================
   PREMIUM BUTTON
========================================================= */

.alston-fleet-panel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 11px 24px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.25);
	color: #111111 !important;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition:
		color 0.3s ease,
		background 0.3s ease,
		border-color 0.3s ease,
		transform 0.35s ease;
}

.alston-fleet-panel__button span {
	color: inherit;
	transition: color 0.3s ease;
}

.alston-fleet-panel__button-icon {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.alston-fleet-panel__button-icon img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	display: block;
	filter: brightness(0) invert(0);
	transition: filter 0.3s ease;
}

.alston-fleet-panel__button:hover {
	background: #111111;
	border-color: #111111;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.alston-fleet-panel__button:hover span {
	color: #ffffff;
}

.alston-fleet-panel__button:hover .alston-fleet-panel__button-icon img {
	filter: brightness(0) invert(1);
}


/* =========================================================
   EMPTY
========================================================= */

.alston-fleet-archive-empty {
	width: 100%;
	text-align: center;
	padding: 60px 0;
}

.alston-fleet-archive-empty p {
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	margin: 0;
}


/* =========================================================
   ENTRANCE ANIMATION
========================================================= */

.alston-fleet-archive-reveal {
	opacity: 0;
	transform: translateY(42px);
	transition:
		opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.alston-fleet-archive-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.alston-fleet-tabs.alston-fleet-archive-reveal {
	transition-delay: 0.14s;
}


/* =========================================================
   LAPTOP - 1025px to 1366px
========================================================= */

@media (min-width: 1025px) and (max-width: 1366px) {

	.alston-fleet-archive-breadcrumb__inner,
	.alston-fleet-showcase__inner {
		padding-left:20px;
		padding-right:20px;
	}
	
	.alston-fleet-archive-breadcrumb__inner {
    padding-top: 90px;
	    
	}

	.alston-fleet-showcase {
		padding: 5rem 0;
	}

	.alston-fleet-tabs__carousel {
		gap: 18px;
	}

	.alston-fleet-tabs__arrow {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.alston-fleet-tabs__arrow img {
		width: 24px;
		height: 24px;
	}

	.alston-fleet-tabs__list {
		gap: 24px;
	}

	.alston-fleet-tab {
		flex: 0 0 calc((100% - 72px) / 4);
	}

	.alston-fleet-panel {
		grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
		gap: 54px;
	}

	.alston-fleet-panel__image-wrap {
		min-height: 380px;
	}
}


/* =========================================================
   TABLET - 768px to 1024px
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

	.alston-fleet-archive-breadcrumb__inner{
		padding-left:24px;
		padding-right:24px;

		min-height:360px;

		padding-top:100px;
		padding-bottom:70px;
	}

	.alston-fleet-showcase__inner{
		max-width:100%;
		padding-left:24px;
		padding-right:24px;
	}

	.alston-fleet-archive-breadcrumb__nav{
		margin-bottom:18px;
	}

	.alston-fleet-archive-breadcrumb__title{
		font-size:56px;
		line-height:1;
		margin-bottom:18px;
	}

	.alston-fleet-archive-breadcrumb__description{
		max-width:620px;

		font-size:15px;
		line-height:26px;
	}

	.alston-fleet-archive-breadcrumb__bg{
		background-position:center right;
	}

	.alston-fleet-showcase {
		min-height: auto;
		padding: 4.5rem 0;
	}

	.alston-fleet-showcase__heading {
		margin-bottom: 52px;
	}

	.alston-fleet-showcase__heading h2 {
		font-size: 52px;
	}

	.alston-fleet-tabs__carousel {
		display: block;
		margin-bottom: 48px;
	}

	.alston-fleet-tabs__viewport {
		overflow: visible;
	}

	.alston-fleet-tabs__arrow {
		display: none;
	}

	.alston-fleet-tabs__list {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 22px;
		margin-bottom: 0;
		transform: none !important;
		transition: none;
	}

	.alston-fleet-tab {
		width: 100%;
		flex: unset;
	}

	.alston-fleet-panel {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.alston-fleet-panel__image-wrap {
		min-height: 360px;
	}

	.alston-fleet-panel__image {
		max-height: 360px;
		transform: none;
	}

	.alston-fleet-panel__title {
		font-size: 56px;
	}

	.alston-fleet-panel__excerpt {
		font-size: 16px;
		line-height: 28px;
	}
}


/* =========================================================
   MOBILE - 0px to 767px
========================================================= */

@media (min-width: 0px) and (max-width: 767px) {

	.alston-fleet-archive-breadcrumb__inner{
		padding-left:18px;
		padding-right:18px;

		min-height:320px;

		padding-top:110px;
		padding-bottom:55px;
	}

	.alston-fleet-showcase__inner{
		padding-left:18px;
		padding-right:18px;
	}

	.alston-fleet-archive-breadcrumb__nav{
		gap:10px;
		font-size:10px;
		margin-bottom:16px;
	}

	.alston-fleet-archive-breadcrumb__title{
		font-size:42px;
		line-height:1;
		margin-bottom:16px;
	}

	.alston-fleet-archive-breadcrumb__description{
		max-width:100%;

		font-size:14px;
		line-height:24px;
		font-weight:300;
	}

	.alston-fleet-archive-breadcrumb__bg{
		background-position:center center;
	}

	.alston-fleet-showcase {
		min-height: auto;
		padding: 4rem 0;
	}

	.alston-fleet-showcase__heading {
		text-align: left;
		margin-bottom: 42px;
	}

	.alston-fleet-showcase__heading h2 {
		font-size: 38px;
		margin-bottom: 18px;
	}

	.alston-fleet-showcase__heading p {
		font-size: 15px;
		line-height: 28px;
	}

	.alston-fleet-tabs__carousel {
		display: block;
		margin-bottom: 36px;
	}

	.alston-fleet-tabs__viewport {
		overflow: visible;
	}

	.alston-fleet-tabs__arrow {
		display: none;
	}

	.alston-fleet-tabs__list {
		display: flex;
		gap: 18px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		padding-bottom: 12px;
		margin-bottom: 0;
		transform: none !important;
		transition: none;
		-webkit-overflow-scrolling: touch;
	}

	.alston-fleet-tabs__list::-webkit-scrollbar {
		height: 5px;
	}

	.alston-fleet-tabs__list::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.alston-fleet-tabs__list::-webkit-scrollbar-thumb {
		background: #C9A961;
	}

	.alston-fleet-tab {
		width: auto;
		flex: 0 0 230px;
		scroll-snap-align: start;
		text-align: left;
	}

	.alston-fleet-tab__image {
		justify-content: flex-start;
		height: 72px;
		margin-bottom: 14px;
	}

	.alston-fleet-tab__image img {
		max-width: 170px;
		max-height: 72px;
	}

	.alston-fleet-tab__title {
		font-size: 21px;
		line-height:31px;
	}

	.alston-fleet-tab__excerpt {
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.alston-fleet-tab.is-active {
		transform: translateY(0) scale(1);
	}

	.alston-fleet-panels {
		min-height: auto;
	}

	.alston-fleet-panel {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.alston-fleet-panel__image-wrap {
		min-height: 260px;
	}

	.alston-fleet-panel__image {
		max-height: 270px;
		transform: none;
	}

	.alston-fleet-panel__image-wrap::before {
		width: 72%;
		bottom: 20px;
	}

	.alston-fleet-panel__title {
		font-size: 42px;
		margin-bottom: 14px;
	}

	.alston-fleet-panel__excerpt {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 28px;
	}

	.alston-fleet-panel__meta {
		gap: 14px;
		margin-bottom: 28px;
	}

	.alston-fleet-panel__meta-item {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}

	.alston-fleet-panel__meta-icon {
		width: 38px;
		height: 38px;
		min-width: 38px;
	}

	.alston-fleet-panel__button {
		width: 100%;
		min-height: 56px;
	}
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

	.alston-fleet-archive-reveal,
	.alston-fleet-panel,
	.alston-fleet-panel__image,
	.alston-fleet-panel__content,
	.alston-fleet-tab,
	.alston-fleet-tab__image img,
	.alston-fleet-panel__button,
	.alston-fleet-panel__button-icon,
	.alston-fleet-tabs__list,
	.alston-fleet-tabs__arrow {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		animation: none !important;
	}
}