/* ============ SERVICES HERO ============ */
.hero--services {
	height: 620px;
}
.hero--services__overlay {
	background: linear-gradient(180deg, rgba(15, 22, 32, .1) 0%, rgba(15, 22, 32, .05) 35%, rgba(15, 22, 32, .95) 100%);
}
.hero--services__copy {
	position: relative;
	margin: 0 0 210px 40px;
	max-width: 560px;
}
.hero--services__title {
	color: #fff;
	font-size: 78px;
	font-weight: 800;
	letter-spacing: .01em;
	text-transform: uppercase;
	margin: 0 0 14px;
	line-height: .9;
}
.hero--services__tagline {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.4;
}

/* ============ CONCEPTUAL ============ */
.conceptual {
	position: relative;
	width: 100%;
	background-image: var(--conceptual-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.conceptual__inner {
	padding: 70px 40px 84px;
	max-width: 1180px;
	margin: 0 auto;
}
.conceptual__title {
	color: var(--aab-blue);
	margin-bottom: 50px;
}
.conceptual__row {
	display: flex;
	gap: 54px;
	align-items: center;
}
.conceptual__image {
	position: relative;
	flex: none;
	width: 280px;
	height: 180px;
	border-radius: 3px;
	overflow: hidden;
}
.conceptual__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.conceptual__image-mask {
	position: absolute;
	inset: 0;
	background: var(--aab-bg);
	clip-path: polygon(55% 0, 100% 0, 100% 100%, 55% 100%, 80% 50%);
	opacity: .85;
}
.conceptual__copy {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 18px;
	color: var(--aab-muted-2);
	font-size: 14.5px;
	line-height: 1.6;
}
.conceptual__copy p {
	margin: 0;
}

/* ============ PRODUCTION ============ */
.production {
	background: linear-gradient(180deg, #141924 0%, #D0683E 25.07%, #7F7E60 45.85%, #4C6456 61.97%, #141924 100%);
	padding: 64px 48px 70px;
}
.production__title {
	color: var(--aab-orange);
	margin-bottom: 26px;
}
.production__text {
	max-width: 660px;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 20px;
}
.production__strip {
	display: flex;
	gap: 8px;
	height: 262px;
	width: 100%;
}
.production__tile {
	flex: 1 1 0%;
	min-width: 0;
	overflow: hidden;
	cursor: var(--aab-cursor-arrow);
	display: flex;
	flex-direction: column;
	transition: flex-grow .55s cubic-bezier(.4, 0, .2, 1);
}
/* Active tile = 75% of the strip; the other three share the remaining 25%
   (flex-grow 9 vs 1 each -> 9/12 = 75%). */
.production__tile.is-active {
	flex-grow: 9;
}
/* Title sits ABOVE the image (white text; only the arrow is coloured). */
.production__tile-label {
	flex: none;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	padding: 0 2px 9px;
	white-space: nowrap;
}
.production__tile-arrow {
	display: inline-flex;
	align-items: center;
	flex: none;
}
.production__tile img {
	flex: 1;
	min-height: 0;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	filter: brightness(.6);
	transition: filter .55s ease;
}
.production__tile.is-active img {
	filter: brightness(1);
}
.production__arrows {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 50px;
}
.production__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: var(--aab-gray);
	color: #fff;
	cursor: var(--aab-cursor-arrow);
	font-size: 17px;
}

/* ============ EVENT STAFFING ============ */
/* Solid #141924 fills the section; the whole background image sits, uncropped,
   in the lower-right only. #141924 matches the bottom of the Production
   gradient above, so the two sections meet seamlessly. */
.staffing {
	position: relative;
	overflow: hidden;
	padding: 64px 40px 90px;
	background-color: #141924;
	background-size: min(880px, 58%);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.staffing__intro {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 50px;
}
.staffing__title {
	color: var(--aab-teal);
	font-size: 46px;
	font-weight: 800;
	letter-spacing: .02em;
	margin: 0 0 12px;
}
.staffing__intro p {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin: 0;
}
.staffing__viewer {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	height: 560px;
	overflow: hidden;
	perspective: 1500px;
	z-index: 1;
}
/* Vertical coverflow — same smooth motion as the home carousel, kept vertical
   and anchored to the LEFT of the section (cubes bleed off the right behind
   it): each step is a card; the active one is full-size, bright and in front,
   while the previous/next sit above/below, scaled back and dimmed. The up/down
   arrows glide a new card to the centre. */
.staffing__slide {
	position: absolute;
	left: 0;
	top: 50%;
	width: 56%;
	height: 320px;
	transform: translateY(-50%) scale(.82);
	transform-origin: center center;
	opacity: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	transition: transform 1s cubic-bezier(.4, 0, .2, 1), opacity 1s ease;
	will-change: transform, opacity;
}
.staffing__slide.is-active {
	opacity: 1;
	transform: translateY(-50%) scale(1);
	z-index: 10;
}
.staffing__slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.4);
	transition: filter 1s ease;
}
.staffing__slide.is-active > img {
	filter: brightness(1);
}
@media (prefers-reduced-motion: reduce) {
	.staffing__slide {
		transition: opacity .3s ease;
	}
}
.staffing__arrow {
	position: absolute;
	left: 28%;
	transform: translateX(-50%);
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: rgba(28, 36, 49, .92);
	color: #fff;
	cursor: var(--aab-cursor-arrow);
	font-size: 15px;
}
.staffing__arrow--up { top: 12px; }
.staffing__arrow--down { bottom: 12px; }
.staffing__card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 22, 32, .2), rgba(15, 22, 32, .65));
}
.staffing__card-icon {
	position: absolute;
	top: 22px;
	left: 24px;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: #ee7d1e;
	display: flex;
	align-items: center;
	justify-content: center;
}
.staffing__card-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.staffing__card-name {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 22px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
}
/* Only the active card shows its icon + label; neighbours are dimmed image. */
.staffing__card-icon,
.staffing__card-name {
	transition: opacity .6s ease;
}
.staffing__slide:not(.is-active) .staffing__card-icon,
.staffing__slide:not(.is-active) .staffing__card-name {
	opacity: 0;
}

/* iso cubes — sits behind the peek thumbnails / active card as an ambient
   background accent, not a same-layer foreground element. */
.staffing__cubes {
	position: absolute;
	right: -140px;
	bottom: -60px;
	width: 680px;
	height: 680px;
	pointer-events: none;
	z-index: 0;
	opacity: .85;
}
.staffing__slide {
	z-index: 2;
}
.staffing__cube-face {
	position: absolute;
	inset: 0;
}
.staffing__cube-face--top {
	clip-path: polygon(50% 4%, 95% 29%, 50% 54%, 5% 29%);
	background: linear-gradient(135deg, #7fd4ec, #4aa9d6);
}
.staffing__cube-face--left {
	clip-path: polygon(5% 29%, 50% 54%, 50% 99%, 5% 74%);
	background: linear-gradient(180deg, #2f6fd0, #1d4aa0);
}
.staffing__cube-face--right {
	clip-path: polygon(50% 54%, 95% 29%, 95% 74%, 50% 99%);
	background: linear-gradient(180deg, #ef8f3a, #d0683e);
}
.staffing__cube--small {
	position: absolute;
	right: -58px;
	bottom: 44px;
	width: 290px;
	height: 290px;
}
.staffing__cube-face--top-sm {
	clip-path: polygon(50% 4%, 95% 29%, 50% 54%, 5% 29%);
	background: linear-gradient(135deg, #8fe0d0, #3fb89a);
}
.staffing__cube-face--left-sm {
	clip-path: polygon(5% 29%, 50% 54%, 50% 99%, 5% 74%);
	background: linear-gradient(180deg, #2a8f78, #1d6b5a);
}
.staffing__cube-face--right-sm {
	clip-path: polygon(50% 54%, 95% 29%, 95% 74%, 50% 99%);
	background: linear-gradient(180deg, #ef8f3a, #c05a32);
}

@media (max-width: 1100px) {
	.conceptual__row {
		flex-direction: column;
		align-items: flex-start;
	}
	.staffing__viewer {
		height: 500px;
	}
	.staffing__cubes {
		display: none;
	}
	.staffing__slide {
		left: 5%;
		width: 90%;
	}
	.staffing__arrow {
		left: 50%;
	}
}
@media (max-width: 640px) {
	.hero--services {
		height: 460px;
	}
	.hero--services__copy {
		margin-bottom: 100px;
	}
	.hero--services__title {
		font-size: 48px;
	}
	.production {
		padding-left: 22px;
		padding-right: 22px;
	}
	.production__strip {
		flex-direction: column;
		height: auto;
	}
	.production__tile {
		height: 90px;
	}
	.production__tile.is-active {
		height: 200px;
	}
	.conceptual__image {
		width: 100%;
		height: 200px;
	}
	.staffing__viewer {
		height: 440px;
	}
	.staffing__slide {
		height: 250px;
	}
}
