.site-main--home {
	padding-top: 0;
}

.hero {
	position: relative;
	min-height: 88svh;
	overflow: clip;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%),
		linear-gradient(140deg, #050608 0%, #0d1013 38%, #1c2228 100%);
	color: var(--color-text-inverse);
}

.hero__media,
.hero__overlay,
.hero__gradient {
	position: absolute;
	inset: 0;
}

.hero__media {
	background-color: #090b0d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.88;
	filter: brightness(0.68) saturate(0.96) contrast(1.02);
}

.hero__gradient {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.04), transparent 24%),
		linear-gradient(180deg, rgba(4, 6, 8, 0.32) 0%, rgba(7, 9, 12, 0.16) 24%, rgba(10, 13, 16, 0.22) 68%, rgba(12, 15, 18, 0.38) 100%);
}

.hero__overlay {
	background:
		linear-gradient(180deg, rgba(3, 5, 6, 0.33) 0%, rgba(7, 9, 11, 0.14) 14%, rgba(9, 10, 12, 0.2) 28%, rgba(9, 10, 12, 0.42) 100%),
		radial-gradient(circle at center, transparent 0%, rgba(9, 10, 12, 0.14) 100%);
}

.hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 84svh;
	padding: 11rem 0 4rem;
}

.hero__content {
	width: min(920px, 100%);
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}

.hero__eyebrow {
	margin-inline: auto;
	color: rgba(247, 247, 244, 0.74);
}

.hero__title {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2.9rem, 6vw, 5rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.hero__text {
	max-width: 54ch;
	margin: 1.4rem auto 0;
	font-size: clamp(1rem, 1.7vw, 1.08rem);
	color: rgba(247, 247, 244, 0.78);
}

.hero__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.section-featured-products {
	padding-top: clamp(3.2rem, 6vw, 4.4rem);
}

.section-featured-products .section-heading {
	max-width: none;
	margin-bottom: 2rem;
}

.section-featured-products .section-heading__title {
	font-size: clamp(1.7rem, 4vw, 2.35rem);
}

.section-featured-products .products {
	margin-top: 0;
}

.section-featured-products .hg-product-card__image {
	aspect-ratio: 4 / 3.55;
	padding: 1.15rem;
}

.section-featured-products .hg-product-card__title {
	font-size: 1rem;
}

.section-actions {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.section-editorial,
.section-mid-video,
.section-quote {
	padding-top: 0;
}

.editorial-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.editorial-tile {
	position: relative;
	min-height: 340px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 30%),
		linear-gradient(140deg, #3e4348 0%, #191c1f 100%);
	background-size: cover;
	background-position: center;
	box-shadow: var(--shadow-soft);
}

.editorial-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 8, 10, 0.1) 0%, rgba(7, 8, 10, 0.72) 100%);
}

.editorial-tile__link,
.editorial-tile__content {
	position: relative;
	z-index: 1;
	height: 100%;
}

.editorial-tile__link {
	display: block;
}

.editorial-tile__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.75rem;
	color: #fff;
}

.editorial-tile__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.editorial-tile__title {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.mid-video {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	background: #111417;
}

.mid-video__media,
.mid-video__overlay {
	position: absolute;
	inset: 0;
}

.mid-video__media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.38;
}

.mid-video__overlay {
	background: linear-gradient(180deg, rgba(10, 12, 14, 0.2) 0%, rgba(10, 12, 14, 0.72) 100%);
}

.mid-video__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	text-align: center;
}

.mid-video__content {
	max-width: 620px;
	color: var(--color-text-inverse);
}

.mid-video__eyebrow {
	color: rgba(247, 247, 244, 0.74);
}

.mid-video__title {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.mid-video__text {
	margin: 1rem 0 0;
	color: rgba(247, 247, 244, 0.78);
}

.contact-band {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto auto;
	gap: 1.25rem;
	align-items: center;
	padding: 1.6rem 1.8rem;
	border-radius: var(--radius-lg);
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 28%),
		linear-gradient(135deg, #121519 0%, #232a31 100%);
	color: var(--color-text-inverse);
	box-shadow: var(--shadow-soft);
}

.contact-band__eyebrow {
	color: rgba(247, 247, 244, 0.66);
}

.contact-band__title {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.contact-band__text {
	margin: 0.8rem 0 0;
	color: rgba(247, 247, 244, 0.76);
}

.contact-band__meta {
	display: grid;
	gap: 0.75rem;
}

.contact-band__actions {
	justify-self: end;
}

.contact-band__link {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	color: rgba(247, 247, 244, 0.88);
	white-space: nowrap;
}

.contact-band__icon {
	width: 1rem;
	height: 1rem;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.category-card {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.86);
	box-shadow: var(--shadow-soft);
}

.category-card__link {
	display: block;
	padding: 1.5rem;
}

.category-card__meta {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-text-muted);
}

.category-card__title {
	margin: 0.65rem 0 0;
	font-family: var(--font-display);
	font-size: 1.2rem;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.category-card__text,
.category-card__cta {
	display: none;
}

@media (max-width: 1100px) {
	.contact-band {
		grid-template-columns: 1fr;
	}

	.contact-band__actions {
		justify-self: start;
	}

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

@media (max-width: 767px) {
	.hero {
		min-height: auto;
	}

	.hero__inner {
		min-height: auto;
		padding: 8.2rem 0 3rem;
	}

	.hero__title {
		font-size: clamp(2.4rem, 12vw, 3.6rem);
	}

	.editorial-grid,
	.category-grid {
		grid-template-columns: 1fr;
	}

	.editorial-tile {
		min-height: 260px;
	}

	.mid-video,
	.mid-video__inner {
		min-height: 320px;
	}
}
