/* Homepage redesign — Figma node 29:171 */

body.home {
	background: #fff;
}

/* Override old home header hide-on-load behavior */
body.home header {
	position: relative !important;
	transform: none !important;
	opacity: 1 !important;
	background: #fff;
	box-shadow: none;
	padding-bottom: 0;
}

body.home footer {
	margin-top: 80px;
}

.home-new {
	color: #000;
}

.home-new .container {
	max-width: 1374px;
}

/* Hero */
.home-hero {
	position: relative;
	min-height: 952px;
	margin-top: -1px;
	overflow: hidden;
	background: #d9d9d9;
}

.home-hero__video,
.home-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.home-hero__gradient {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.48) 80%);
	pointer-events: none;
}

.home-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 952px;
	padding: 0 24px 48px;
	max-width: 1374px;
	margin: 0 auto;
}

.home-hero__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 45px !important;
	line-height: 52px !important;
	text-transform: uppercase;
	color: #fff !important;
	margin: 0 0 12px !important;
	max-width: 909px;
}

.home-hero__subtitle {
	font-family: 'Museo Sans 500', 'Museo Sans', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 23px !important;
	text-transform: none;
	color: #fff !important;
	margin: 0 0 16px !important;
	letter-spacing: 0;
}

.home-hero__title span {
	color: #f5a623 !important;
}

.home-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 38px;
	border-radius: 7px;
	background: #daa900 !important;
	color: #fff !important;
	font-family: Onest, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1;
	text-decoration: none;
}

.home-hero__cta:hover {
	background: #c19700 !important;
	color: #fff !important;
}

/* Global reach / brands */
.home-brands {
	padding: 88px 0 64px;
	text-align: center;
}

.home-brands__eyebrow {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 48px !important;
	text-transform: uppercase;
	color: #000 !important;
	margin: 0 0 8px !important;
}

.home-brands__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 56px !important;
	line-height: 48px !important;
	color: #1e8ec3 !important;
	margin: 0 0 48px !important;
}

.home-marquee {
	overflow: hidden;
	width: 100%;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.home-marquee + .home-marquee {
	margin-top: 56px;
}

.home-marquee__track {
	display: flex;
	align-items: center;
	width: max-content;
	gap: 72px;
	animation: homeMarquee 40s linear infinite;
}

.home-marquee--reverse .home-marquee__track {
	animation-direction: reverse;
}

.home-marquee__logo {
	flex: 0 0 auto;
	height: 48px;
	width: auto;
	max-width: 160px;
	object-fit: contain;
	opacity: 1;
}

.home-marquee__item {
	flex: 0 0 auto;
	font-family: Onest, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 32px !important;
	line-height: 48px !important;
	white-space: nowrap;
}

.home-marquee__item--dark {
	color: #000;
}

.home-marquee__item--blue {
	color: #1a4fd6;
}

@keyframes homeMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* Intro */
.home-intro {
	padding: 48px 24px 64px;
	text-align: center;
}

.home-intro__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 37.5px !important;
	color: #000 !important;
	margin: 0 auto 24px !important;
	max-width: 694px;
}

.home-intro__text {
	font-family: 'Museo Sans 500', 'Museo Sans', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 32px !important;
	color: #000 !important;
	margin: 0 auto !important;
	max-width: 1310px;
}

/* Portfolio section */
.home-portfolio {
	padding: 48px 24px 80px;
}

.home-portfolio .container {
	max-width: 1374px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.home-portfolio__header {
	text-align: center;
	margin: 0 auto 48px;
	max-width: 1046px;
}

.home-portfolio__eyebrow {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 16px !important;
	letter-spacing: 0.0667em;
	text-transform: uppercase;
	color: #000 !important;
	margin: 0 auto 8px !important;
	text-align: center;
}

.home-portfolio__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 56px !important;
	line-height: 60px !important;
	color: #1e8ec3 !important;
	margin: 0 auto 16px !important;
	max-width: 922px;
	text-align: center;
}

.home-portfolio__lead {
	font-family: 'Museo Sans 500', 'Museo Sans', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 32px !important;
	color: #000 !important;
	margin: 0 auto !important;
	max-width: 1046px;
	text-align: center;
}

.home-portfolio__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1314px;
	margin: 0;
	width: 100%;
}

.home-portfolio__item {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 0;
}

.home-portfolio__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.home-portfolio__item:hover img {
	transform: scale(1.03);
}

.home-portfolio__item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.35s ease;
}

.home-portfolio__item:hover::after {
	background: rgba(0, 0, 0, 0.08);
}

/* Creative services */
.home-creative {
	padding: 48px 24px 80px;
	text-align: center;
}

.home-creative__eyebrow {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 48px !important;
	text-transform: uppercase;
	color: #0a0a0a !important;
	margin: 0 0 8px !important;
}

.home-creative__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 56px !important;
	line-height: 48px !important;
	color: #1e8ec3 !important;
	margin: 0 auto 48px !important;
	max-width: 657px;
}

.home-creative__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	max-width: 1314px;
	margin: 0 auto;
}

.home-creative__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.home-creative__media {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3f3f3;
}

.home-creative__poster,
.home-creative__video {
	display: block !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	vertical-align: top;
}

.home-creative__poster {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.home-creative__video {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.home-creative__media.is-playing .home-creative__video {
	opacity: 1;
}

.home-creative__label {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 37.5px !important;
	color: #000 !important;
	margin: 16px 0 0 !important;
	text-align: center;
}

/* Benefits */
.home-benefits {
	padding: 48px 24px 80px;
	text-align: center;
}

.home-benefits__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 48px !important;
	color: #1e8ec3 !important;
	margin: 0 auto 48px !important;
	max-width: 725px;
}

.home-benefits__strip {
	display: block;
	width: 100%;
	max-width: 1319px;
	height: auto;
	margin: 0 auto;
}

/* Process */
.home-process {
	padding: 48px 24px 80px;
	text-align: center;
}

.home-process__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 56px !important;
	line-height: 48px !important;
	color: #1e8ec3 !important;
	margin: 0 auto 16px !important;
	max-width: 701px;
}

.home-process__subtitle {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 22px !important;
	color: #000 !important;
	margin: 0 auto 48px !important;
}

.home-process__graphic {
	display: block;
	width: 100%;
	max-width: 1340px;
	height: auto;
	margin: 0 auto;
}

/* Testimonials — Figma 3-card carousel */
.home-testimonials {
	padding: 48px 24px 96px;
	text-align: center;
}

.home-testimonials__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 48px !important;
	color: #1e8ec3 !important;
	margin: 0 auto 48px !important;
}

.home-testimonials__slider {
	position: relative;
	max-width: 1314px;
	margin: 0 auto;
	padding: 0 56px 40px;
}

.home-testimonials__viewport {
	overflow: hidden;
	width: 100%;
}

.home-testimonials__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 43px;
	min-height: 332px;
	transition: opacity 0.22s ease;
}

.home-testimonials__slider.is-transitioning .home-testimonials__stage {
	opacity: 0.6;
}

.home-testimonial {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border: 1.5px solid rgba(0, 0, 0, 0.17);
	border-radius: 25px;
	background: #fff;
	text-align: left;
	transition: opacity 0.25s ease;
}

.home-testimonial--prev,
.home-testimonial--next {
	flex: 0 0 328px;
	width: 328px;
	max-width: 328px;
	min-height: 256px;
	padding: 32px 22px 20px;
	opacity: 0.45;
	pointer-events: none;
}

.home-testimonial--active {
	flex: 0 0 425px;
	width: 425px;
	max-width: 425px;
	min-height: 332px;
	padding: 42px 26px 24px;
	opacity: 1;
	z-index: 1;
}

.home-testimonial__quote-icon {
	display: block;
	width: 27px;
	height: 21px;
	margin-bottom: 14px;
	flex-shrink: 0;
}

.home-testimonial--prev .home-testimonial__quote-icon,
.home-testimonial--next .home-testimonial__quote-icon {
	width: 22px;
	height: 17px;
	margin-bottom: 10px;
	opacity: 0.7;
}

.home-testimonial__quote {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	color: #000 !important;
	margin: 0 0 auto !important;
	flex: 1 1 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-testimonial--active .home-testimonial__quote {
	-webkit-line-clamp: unset;
	min-height: 137px;
}

.home-testimonial--prev .home-testimonial__quote,
.home-testimonial--next .home-testimonial__quote {
	font-size: 13px !important;
	-webkit-line-clamp: 5;
}

.home-testimonial__author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	flex-shrink: 0;
}

.home-testimonial__avatar {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.home-testimonial--prev .home-testimonial__avatar,
.home-testimonial--next .home-testimonial__avatar {
	width: 48px;
	height: 48px;
}

.home-testimonial__name {
	font-family: 'Museo Sans 500', 'Museo Sans', Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	color: #000 !important;
	margin: 0 !important;
}

.home-testimonial__name strong {
	font-family: 'Museo Sans 900', 'Museo Sans 700', Helvetica, Arial, sans-serif !important;
	font-weight: 900;
}

.home-testimonials__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 1px solid #5d5d5d;
	border-radius: 50%;
	background: #fff;
	color: #5d5d5d;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
	z-index: 2;
}

.home-testimonials__nav:hover {
	border-color: #0080bc;
	color: #0080bc;
	background: #f0f9fd;
}

.home-testimonials__nav--prev { left: 0; }
.home-testimonials__nav--next { right: 0; }

.home-testimonials__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 32px;
}

.home-testimonials__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.home-testimonials__dot.is-active {
	background: #0080bc;
	transform: scale(1.15);
}

.home-testimonials__dot:hover:not(.is-active) {
	background: #a8d4ea;
}

/* FAQ */
.home-faq {
	padding: 48px 24px 80px;
	max-width: 1314px;
	margin: 0 auto;
}

.home-faq__title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 48px !important;
	color: #1e8ec3 !important;
	text-align: center;
	margin: 0 0 48px !important;
}

.home-faq__item {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.home-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	border: none;
	background: none;
	text-align: left;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 17px !important;
	line-height: 48px !important;
	color: #042230 !important;
}

.home-faq__item:not(.is-open) .home-faq__question {
	color: #042230;
	font-weight: 700;
}

.home-faq__item.is-open .home-faq__question {
	color: #000;
}

.home-faq__icon {
	flex-shrink: 0;
	width: 14px;
	height: 8px;
	margin-left: 16px;
	transition: transform 0.25s ease;
	color: #0080bc;
}

.home-faq__item.is-open .home-faq__icon {
	transform: rotate(180deg);
}

.home-faq__answer {
	display: none;
	padding: 0 0 20px;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 24px !important;
	color: #000 !important;
	max-width: 773px;
}

.home-faq__item.is-open .home-faq__answer {
	display: block;
}

/* Responsive */
@media (max-width: 1199.98px) {
	.home-hero,
	.home-hero__content {
		min-height: 720px;
	}

	.home-hero__title {
		font-size: 36px !important;
		line-height: 42px !important;
	}

	.home-brands__title,
	.home-portfolio__title,
	.home-creative__title,
	.home-process__title {
		font-size: 42px !important;
		line-height: 1.1 !important;
	}

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

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

	.home-testimonials__slider {
		padding: 0 48px 40px;
	}

	.home-testimonials__stage {
		gap: 24px;
	}

	.home-testimonial--prev,
	.home-testimonial--next {
		flex: 0 0 280px;
		width: 280px;
		max-width: 280px;
	}

	.home-testimonial--active {
		flex: 0 0 360px;
		width: 360px;
		max-width: 360px;
	}
}

@media (max-width: 991.98px) {
	.home-testimonials__stage {
		flex-direction: column;
		gap: 0;
		min-height: auto;
	}

	.home-testimonial--prev,
	.home-testimonial--next {
		display: none;
	}

	.home-testimonial--active {
		flex: 0 0 auto;
		width: 100%;
		max-width: 520px;
		min-height: auto;
	}
}

@media (max-width: 767.98px) {
	.home-hero,
	.home-hero__content {
		min-height: 560px;
	}

	.home-hero__title {
		font-size: 28px !important;
		line-height: 34px !important;
	}

	.home-brands {
		padding: 48px 0 40px;
	}

	.home-brands__title {
		font-size: 32px !important;
	}

	.home-testimonials__slider {
		padding: 0 0 40px;
	}

	.home-testimonials__stage {
		flex-direction: column;
		gap: 0;
		min-height: auto;
	}

	.home-testimonial--prev,
	.home-testimonial--next {
		display: none;
	}

	.home-testimonial--active {
		max-width: 100%;
	}

	.home-testimonials__nav {
		top: auto;
		bottom: 0;
		transform: none;
	}

	.home-testimonials__nav--prev { left: calc(50% - 48px); }
	.home-testimonials__nav--next { right: calc(50% - 48px); }

	.home-testimonials__dots {
		margin-top: 56px;
	}

	.home-marquee__item {
		font-size: 24px !important;
	}

	.home-intro__title,
	.home-benefits__title,
	.home-testimonials__title,
	.home-faq__title {
		font-size: 26px !important;
		line-height: 1.2 !important;
	}

	.home-portfolio__title,
	.home-creative__title,
	.home-process__title {
		font-size: 32px !important;
		line-height: 1.15 !important;
	}

	.home-process__subtitle {
		font-size: 20px !important;
		line-height: 1.3 !important;
	}

	.home-portfolio__grid,
	.home-creative__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.home-faq__question {
		font-size: 15px !important;
		line-height: 1.4 !important;
		padding: 16px 0;
	}

	body.home footer {
		margin-top: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-marquee__track {
		animation: none;
	}

	.home-creative__video {
		display: none !important;
	}
}