body.front-page,
.home-page {
	background: #fff;
}

body.front-page {
	background-image: none;
}

.home-page {
	padding-bottom: 0;
}

.home-page .home-section {
	padding: clamp(2.75rem, 5vw, 5rem) 0 0;
}

.home-page .home-section:last-of-type {
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

.home-page .section-heading {
	max-width: 52rem;
}

.home-page .section-heading h2,
.home-banner__title,
.home-about__title,
.home-application__title {
	font-size: clamp(2rem, 4vw, 4rem);
	letter-spacing: -0.03em;
}

.home-banner {
	padding-top: clamp(1.25rem, 2vw, 2rem);
}

.home-banner__carousel,
.home-banner__slide,
.home-banner__frame,
.home-about__layout,
.home-application__banner {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
}

.home-banner__slide {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.home-banner__frame,
.home-about__layout,
.home-application__banner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
}

.home-banner__frame {
	gap: clamp(1.5rem, 4vw, 3rem);
}

.home-banner__overlay,
.home-banner__media,
.home-about__media,
.home-application__copy,
.home-application__actions,
.home-category-card,
.home-partner-card,
.home-product-tile,
.home-news-tile {
	min-width: 0;
}

.home-banner__overlay {
	display: flex;
	align-items: center;
}

.home-banner__copy {
	max-width: 38rem;
	padding: clamp(0.25rem, 1vw, 0.5rem) 0;
}

.home-banner__content h1,
.home-banner__title {
	max-width: 11ch;
}

.home-banner__text,
.home-about__summary,
.home-empty,
.home-category-card p,
.home-application__text,
.home-news-tile__excerpt,
.home-news-tile__date,
.home-products__description {
	color: var(--tw-muted);
}

.home-banner__actions,
.home-about__actions,
.home-application__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.home-banner__media,
.home-about__media {
	display: block;
}

.home-banner__media img,
.home-about__image {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 1.35rem;
}

.home-banner__media img {
	min-height: 20rem;
}

.home-banner__placeholder,
.home-about__placeholder,
.home-empty {
	display: grid;
	place-items: center;
	border: 1px solid rgba(215, 222, 230, 0.7);
	background: #fff;
	color: var(--tw-muted);
}

.home-banner__placeholder {
	min-height: 20rem;
	padding: 1.5rem;
	border-radius: 1.35rem;
	text-align: center;
}

.home-banner__pagination {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.home-banner__controls {
	display: none;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-top: 1rem;
}

.is-swiper-ready .home-banner__controls {
	display: flex;
}

.home-banner__prev,
.home-banner__next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid rgba(215, 222, 230, 0.8);
	background: #fff;
	color: var(--tw-text);
	cursor: pointer;
}

.home-banner__pagination .swiper-pagination-bullet {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 999px;
	background: rgba(13, 95, 99, 0.18);
	opacity: 1;
}

.home-banner__pagination .swiper-pagination-bullet-active {
	background: var(--tw-accent);
}

.home-categories__strip,
.home-products__grid,
.home-news__grid,
.home-partners__strip {
	display: grid;
	gap: 1rem;
}

.home-categories__strip,
.home-products__grid,
.home-news__grid {
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.home-partners__strip {
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.home-categories__item,
.home-product-tile,
.home-news-tile,
.home-partners__item,
.home-application__banner {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.home-categories__item {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border-radius: 0;
	color: inherit;
	transition: transform 160ms ease, opacity 160ms ease;
}

.home-categories__item:hover,
.home-categories__item:focus-within {
	transform: translateY(-2px);
	opacity: 0.92;
}

.home-categories__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(13, 95, 99, 0.08), rgba(255, 255, 255, 0.96));
}

.home-categories__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-categories__placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	padding: 1.25rem;
	color: var(--tw-accent-strong);
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
}

.home-categories__copy {
	display: grid;
	gap: 0.7rem;
	padding: 1.15rem 0 0.2rem;
}

.home-categories__item > a {
	display: grid;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.home-categories__copy > * {
	margin: 0;
}

.home-categories__title,
.home-product-tile__title,
.home-news-tile__title,
.home-application__title,
.home-about__title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 700;
}

.home-categories__title {
	font-size: 1.2rem;
}

.home-categories__link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: var(--tw-accent-strong);
}

.home-about__layout {
	gap: clamp(1.5rem, 4vw, 3rem);
}

.home-about__media img {
	border: 0;
	border-radius: 0;
}

.home-about__placeholder {
	min-height: 100%;
	padding: 1.5rem;
	border-radius: 0;
	text-align: center;
}

.home-about__content {
	display: grid;
	align-content: center;
	gap: 1rem;
}

.home-about__body {
	display: grid;
	gap: 1rem;
}

.home-about__body > * {
	margin: 0;
}

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

.home-videos .VideoList {
	border: 1px solid #ececec;
	border-radius: 0.35rem;
	padding: 0 0 1rem;
	background: #fff;
}

.home-videos .video-intro-text {
	padding: 0.95rem 0.75rem 0;
}

@media (max-width: 1100px) {
	.home-videos__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.home-videos__grid {
		grid-template-columns: 1fr;
	}
}

.home-products .section-heading--split,
.home-news .section-heading--split {
	align-items: end;
}

.home-products__description {
	max-width: 44rem;
}

.home-product-tile,
.home-news-tile {
	overflow: visible;
}

.home-product-tile__media,
.home-news-tile__media {
	display: block;
	background: #f5f5f1;
}

.home-product-tile__media,
.home-news-tile__media {
	aspect-ratio: 4 / 3;
}

.home-product-tile__media img,
.home-news-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-product-tile__media--empty,
.home-news-tile__media--empty {
	min-height: 100%;
}

.home-product-tile__title,
.home-news-tile__content {
	padding: 1rem 0 0;
}

.home-product-tile__title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.35;
}

.home-product-tile__title a,
.home-news-tile__title a {
	color: inherit;
}

.home-news-tile {
	display: grid;
	grid-template-rows: auto 1fr;
}

.home-news-tile__content {
	display: grid;
	gap: 0.65rem;
}

.home-news-tile__content > * {
	margin: 0;
}

.home-news-tile__date {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-news-tile__title {
	font-size: 1.15rem;
	line-height: 1.3;
}

.home-news-tile__excerpt {
	font-size: 0.95rem;
}

.home-application__banner {
	gap: clamp(1.25rem, 3vw, 2rem);
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-application__copy {
	display: grid;
	gap: 0.85rem;
	max-width: 38rem;
}

.home-application__copy > * {
	margin: 0;
}

.home-application__actions {
	align-items: end;
	justify-content: flex-end;
}

.home-partners__item {
	display: grid;
	place-items: center;
	min-height: 7rem;
	padding: 0.5rem;
	border-radius: 0;
}

.home-partners__item img {
	max-width: 100%;
	height: auto;
	max-height: 4rem;
	object-fit: contain;
}

.home-partners__name {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 980px) {
	.home-banner__frame,
	.home-about__layout,
	.home-application__banner {
		grid-template-columns: 1fr;
	}

	.home-application__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.home-page .home-section {
		padding-top: 2.25rem;
	}

	.home-banner {
		padding-top: 1rem;
	}

	.home-banner__media img,
	.home-banner__placeholder {
		min-height: 17rem;
		border-radius: 0;
	}

	.home-banner__copy,
	.home-about__content {
		max-width: none;
	}

	.home-application__banner {
		padding: 1.25rem;
		border-radius: 0;
	}
}
