/* Premium Event Collage homepage preset. */
.np-site-header--preset-premium {
	background: rgba(0, 0, 0, 0.94);
	border-color: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.np-site-header--preset-premium .np-header-cta {
	border-radius: 6px;
}

.az-home--premium {
	background: #ffffff;
}

.az-home--premium .np-container {
	max-width: 1320px;
}

.az-home-hero--premium {
	background:
		radial-gradient(circle at 82% 18%, rgba(239, 29, 47, 0.28), transparent 34%),
		linear-gradient(135deg, #030303 0%, #080808 58%, #140907 100%);
	color: #ffffff;
	overflow: hidden;
	padding: 86px 0 78px;
	position: relative;
}

.az-home-hero--premium::before {
	background:
		linear-gradient(90deg, rgba(192, 139, 54, 0.2), transparent 30%, rgba(192, 139, 54, 0.18)),
		linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.az-premium-hero {
	align-items: center;
	display: grid;
	gap: 38px;
	grid-template-columns: 112px minmax(0, 0.85fr) minmax(520px, 1.15fr);
	position: relative;
	z-index: 1;
}

.az-premium-hero__index {
	align-self: stretch;
	display: grid;
	grid-template-rows: auto 1fr;
	justify-items: center;
	min-height: 520px;
}

.az-premium-hero__index strong {
	color: #ef1d2f;
	font-size: clamp(78px, 7vw, 122px);
	font-weight: 950;
	letter-spacing: -0.07em;
	line-height: 0.86;
}

.az-premium-hero__index span {
	align-self: end;
	color: #d5a858;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	transform: rotate(-90deg);
	white-space: nowrap;
}

.az-premium-hero__copy {
	max-width: 560px;
}

.az-home--premium .az-home-kicker {
	color: #ef1d2f;
	letter-spacing: 0.14em;
}

.az-home--premium .az-home-kicker span {
	background: #d5a858;
}

.az-home--premium .az-home-hero__title {
	font-size: clamp(48px, 5.2vw, 78px);
	line-height: 1.02;
	max-width: 620px;
}

.az-home--premium .az-home-hero__title span {
	color: #ef1d2f;
}

.az-home--premium .az-home-hero__lead {
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
	line-height: 1.75;
	max-width: 520px;
}

.az-home--premium .az-home-btn {
	border-radius: 6px;
	min-height: 56px;
}

.az-home--premium .az-home-btn--ghost {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.36);
}

.az-premium-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 26px;
}

.az-premium-hero__trust span {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
}

.az-premium-hero__trust span::before {
	background: #d5a858;
	border-radius: 999px;
	content: "";
	height: 8px;
	width: 8px;
}

.az-premium-hero__media {
	min-height: 520px;
	position: relative;
}

.az-premium-hero__photo {
	background: #111827;
	border: 1px solid rgba(213, 168, 88, 0.42);
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.42);
	overflow: hidden;
	position: absolute;
}

.az-premium-hero__photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.az-premium-hero__photo--main {
	height: 330px;
	right: 138px;
	top: 52px;
	width: 500px;
}

.az-premium-hero__photo--small {
	height: 220px;
	left: 36px;
	top: 138px;
	width: 330px;
	z-index: 2;
}

.az-premium-hero__photo--wide {
	bottom: 24px;
	height: 210px;
	right: 20px;
	width: 380px;
	z-index: 1;
}

.az-premium-hero__stats {
	background: rgba(10, 10, 10, 0.82);
	border: 1px solid rgba(213, 168, 88, 0.55);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
	display: grid;
	gap: 18px;
	padding: 28px;
	position: absolute;
	right: 0;
	top: 90px;
	width: 236px;
	z-index: 3;
}

.az-premium-hero__stats div {
	display: grid;
	gap: 3px 12px;
	grid-template-columns: 34px 1fr;
}

.az-premium-hero__stats span {
	align-items: center;
	border: 1px solid rgba(213, 168, 88, 0.6);
	color: #d5a858;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.az-premium-hero__stats strong {
	color: #ffffff;
	font-size: 25px;
	font-weight: 950;
	line-height: 1;
}

.az-premium-hero__stats em {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	grid-column: 2;
}

.az-home--premium .az-home-capabilities {
	padding: 0;
}

.az-home--premium .az-home-capabilities__panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.az-home--premium .az-home-capability {
	padding: 34px 22px;
	text-align: left;
}

.az-home--premium .az-home-capability__icon {
	border-color: #edd8b0;
	color: #ef1d2f;
}

.az-home--premium .az-home-capability h3 {
	font-size: 15px;
}

.az-home--premium .az-home-about,
.az-home--premium .az-home-process {
	display: none;
}

.az-home--premium #dich-vu {
	background:
		linear-gradient(90deg, rgba(213, 168, 88, 0.16) 1px, transparent 1px),
		linear-gradient(180deg, #080909 0%, #101010 100%);
	background-size: 180px 100%, 100% 100%;
	color: #ffffff;
	padding: 86px 0 92px;
}

.az-home--premium #dich-vu .az-home-section-heading {
	margin-left: 0;
	max-width: 640px;
	text-align: left;
}

.az-home--premium #dich-vu .az-home-section-heading h2,
.az-home--premium .az-home-projects .az-home-section-heading h2,
.az-home--premium .az-home-faq__heading h3 {
	color: #ffffff;
}

.az-home--premium #dich-vu .az-home-section-heading span {
	color: rgba(255, 255, 255, 0.68);
}

.az-home--premium .az-home-service-chips {
	display: none;
}

.az-home--premium .az-home-service-grid {
	gap: 18px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.az-home--premium .az-home-service-card {
	background: #121212;
	border-color: rgba(213, 168, 88, 0.26);
	border-radius: 8px;
	box-shadow: none;
	grid-column: span 4;
	overflow: hidden;
}

.az-home--premium .az-home-service-card:first-child {
	grid-column: span 5;
	grid-row: span 2;
}

.az-home--premium .az-home-service-card:nth-child(2),
.az-home--premium .az-home-service-card:nth-child(3) {
	grid-column: span 3;
}

.az-home--premium .az-home-service-card__image img,
.az-home--premium .az-home-service-card:first-child .az-home-service-card__image img {
	aspect-ratio: 16 / 10;
	filter: saturate(1.05) contrast(1.08);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.az-home--premium .az-home-service-card__image::after {
	background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.55));
	content: "";
	inset: 0;
	position: absolute;
}

.az-home--premium .az-home-service-card__content {
	background: #121212;
	color: #ffffff;
	padding: 24px;
}

.az-home--premium .az-home-service-card__content h3 {
	color: #ffffff;
	font-size: 21px;
	text-transform: none;
}

.az-home--premium .az-home-service-card__content p {
	color: rgba(255, 255, 255, 0.66);
}

.az-home--premium .az-home-service-card__content a,
.az-home--premium .az-home-project-card__content a,
.az-home--premium .az-home-section-heading--split > a {
	color: #d5a858;
}

.az-home--premium .az-home-projects {
	background: linear-gradient(180deg, #090909 0%, #050505 100%);
	color: #ffffff;
	padding: 80px 0 92px;
}

.az-home--premium .az-home-projects .az-home-section-heading {
	align-items: end;
	border-bottom: 1px solid rgba(213, 168, 88, 0.28);
	padding-bottom: 26px;
}

.az-home--premium .az-home-project-grid {
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-home--premium .az-home-project-card,
.az-home--premium .az-home-project-card:first-child {
	background: #101010;
	border-color: rgba(213, 168, 88, 0.18);
	border-radius: 8px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	grid-column: span 1;
	overflow: hidden;
}

.az-home--premium .az-home-project-card__image,
.az-home--premium .az-home-project-card__image img {
	aspect-ratio: 16 / 11;
}

.az-home--premium .az-home-project-card__content {
	background: #101010;
	padding: 20px;
}

.az-home--premium .az-home-project-card__content h3,
.az-home--premium .az-home-project-card__content h3 a {
	color: #ffffff;
	font-size: 18px;
}

.az-home--premium .az-home-project-card__content p,
.az-home--premium .az-home-project-card__content time {
	color: rgba(255, 255, 255, 0.62);
}

.az-home--premium .az-home-videos {
	background: #ffffff;
	padding: 84px 0 88px;
}

.az-home--premium .az-home-videos .np-container {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
}

.az-home--premium .az-home-videos__heading {
	margin: 0;
	text-align: left;
}

.az-home--premium .az-home-videos__heading > span {
	color: #ef1d2f;
	font-size: 12px;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.az-home--premium .az-home-videos__heading h2 {
	font-size: clamp(32px, 3.4vw, 46px);
	margin: 18px 0 0;
	text-align: left;
	text-transform: none;
}

.az-home--premium .az-home-videos__heading h2::after {
	margin-left: 0;
	width: 70px;
}

.az-home--premium .az-home-video-carousel {
	margin: 0;
	max-width: none;
}

.az-home--premium .az-home-video-carousel__track {
	display: grid;
	gap: 14px 22px;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.46fr);
	height: auto;
}

.az-home--premium .az-home-video-card,
.az-home--premium .az-home-video-card.is-active,
.az-home--premium .az-home-video-card:not(.is-active) {
	border-radius: 8px;
	filter: none;
	height: 104px;
	left: auto;
	opacity: 1;
	position: relative;
	top: auto;
	transform: none !important;
	width: auto;
}

.az-home--premium .az-home-video-card.is-active {
	grid-column: 1;
	grid-row: 1 / span 4;
	height: 360px;
}

.az-home--premium .az-home-video-card:not(.is-active) {
	grid-column: 2;
}

.az-home--premium .az-home-video-card strong {
	font-size: 12px;
	padding: 14px 16px;
}

.az-home--premium .az-home-video-card.is-active strong {
	font-size: 16px;
}

.az-home--premium .az-home-video-carousel__dots {
	display: none;
}

.az-home--premium .az-home-partners {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
	padding: 86px 0 92px;
}

.az-home--premium .az-home-partners__heading {
	margin-left: 0;
	max-width: 560px;
	text-align: left;
}

.az-home--premium .az-home-partners__grid {
	gap: 38px 48px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	max-width: none;
}

.az-home--premium .az-home-faq {
	background:
		radial-gradient(circle at 0 0, rgba(213, 168, 88, 0.18), transparent 32%),
		#080808;
	color: #ffffff;
	padding: 84px 0;
}

.az-home--premium .az-home-faq .np-container {
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
}

.az-home--premium .az-home-faq__heading {
	margin: 0;
	text-align: left;
}

.az-home--premium .az-home-faq__heading h3 {
	font-size: clamp(32px, 3.4vw, 46px) !important;
}

.az-home--premium .az-home-faq__heading h3::after {
	background: #d5a858;
	margin-left: 0;
	width: 90px;
}

.az-home--premium .az-home-faq__list {
	max-width: none;
}

.az-home--premium .az-home-faq__item {
	border-color: rgba(213, 168, 88, 0.34);
}

.az-home--premium .az-home-faq__item summary h2 {
	color: #ffffff;
	font-size: clamp(18px, 1.5vw, 22px) !important;
}

.az-home--premium .az-home-faq__item summary > span {
	background: rgba(213, 168, 88, 0.16);
	color: #d5a858;
}

.az-home--premium .az-home-faq__body p {
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1180px) {
	.az-premium-hero {
		grid-template-columns: 80px minmax(0, 1fr);
	}

	.az-premium-hero__media {
		grid-column: 1 / -1;
	}

	.az-home--premium .az-home-service-grid,
	.az-home--premium .az-home-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-home--premium .az-home-service-card,
	.az-home--premium .az-home-service-card:first-child,
	.az-home--premium .az-home-service-card:nth-child(2),
	.az-home--premium .az-home-service-card:nth-child(3),
	.az-home--premium .az-home-project-card,
	.az-home--premium .az-home-project-card:first-child {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 860px) {
	.az-home-hero--premium {
		padding: 58px 0 52px;
	}

	.az-premium-hero,
	.az-home--premium .az-home-videos .np-container,
	.az-home--premium .az-home-faq .np-container {
		grid-template-columns: 1fr;
	}

	.az-premium-hero__index {
		display: none;
	}

	.az-premium-hero__media {
		min-height: 360px;
	}

	.az-premium-hero__photo--main {
		height: 250px;
		left: 0;
		right: auto;
		top: 0;
		width: 76%;
	}

	.az-premium-hero__photo--small {
		height: 190px;
		left: auto;
		right: 0;
		top: 118px;
		width: 46%;
	}

	.az-premium-hero__photo--wide {
		display: none;
	}

	.az-premium-hero__stats {
		left: 18px;
		right: 18px;
		top: auto;
		bottom: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: auto;
	}

	.az-home--premium .az-home-service-grid,
	.az-home--premium .az-home-project-grid,
	.az-home--premium .az-home-partners__grid,
	.az-home--premium .az-home-video-carousel__track {
		grid-template-columns: 1fr;
	}

	.az-home--premium .az-home-video-card.is-active,
	.az-home--premium .az-home-video-card:not(.is-active) {
		grid-column: auto;
		grid-row: auto;
		height: auto;
	}

	.az-home--premium .az-home-video-card img {
		aspect-ratio: 16 / 9;
	}
}
