*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	overflow-wrap: break-word;
}

body {
	overflow-x: clip;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
}

.noble-header-inner,
.noble-footer-primary,
.noble-footer-legal,
.noble-site-header .wp-block-navigation,
.noble-site-footer .wp-block-navigation {
	min-width: 0;
}

.noble-site-header .wp-block-site-title,
.noble-site-footer .wp-block-site-title,
.noble-footer-legal p {
	margin: 0;
}

.noble-site-footer a {
	color: inherit;
}

.noble-home {
	padding-right: 0;
	padding-left: 0;
}

.home-eyebrow {
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.2;
}

.home-hero__grid {
	min-height: clamp(29rem, 34vw, 36rem);
	gap: clamp(2.5rem, 7vw, 8rem);
}

.home-hero {
	min-height: clamp(38rem, 43vw, 46rem) !important;
}

.home-hero .wp-block-cover__image-background {
	object-position: 58% 50% !important;
}

.home-hero .wp-block-cover__background {
	background: linear-gradient(90deg, rgba(18, 17, 15, 0.84) 0%, rgba(18, 17, 15, 0.58) 48%, rgba(18, 17, 15, 0.24) 100%) !important;
	opacity: 1;
}

.home-hero .wp-block-cover__inner-container {
	width: 100%;
}

.home-hero__title {
	font-size: clamp(3.75rem, 8.4vw, 8.5rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.88;
	margin-bottom: 0;
	margin-top: clamp(2rem, 5vw, 5rem);
}

.home-hero__aside {
	border-left: 1px solid var(--wp--preset--color--muted);
	padding-left: clamp(1.25rem, 3vw, 2.5rem);
}

.home-hero__aside p {
	color: rgba(245, 240, 231, 0.78);
}

.home-hero .wp-block-button__link {
	padding: 0.9rem 1.25rem;
}

.home-section-heading {
	align-items: flex-end;
}

.home-section-heading h2 {
	margin-bottom: 0;
	margin-top: var(--wp--preset--spacing--30);
}

.home-text-link a {
	border-bottom: 1px solid currentcolor;
	padding-bottom: 0.2rem;
	text-decoration: none;
}

.home-featured-products .wc-block-product-template {
	display: grid;
	gap: clamp(1.5rem, 2.5vw, 2.5rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-featured-products .wc-block-product-template:has(> :only-child) {
	grid-template-columns: minmax(0, min(34rem, 100%));
	justify-content: center;
}

.home-featured-products .wc-block-product-template > li {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	width: auto !important;
}

.home-featured-products .wc-block-components-product-image {
	aspect-ratio: 1;
	background: rgba(104, 75, 53, 0.06);
	margin: 0 !important;
	overflow: hidden;
}

.home-featured-products .wc-block-components-product-image a {
	height: 100%;
}

.home-featured-products .wc-block-components-product-image img {
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
	transform: scale(1.28);
	transform-origin: 50% 52%;
	width: 100%;
}

.home-featured-products .home-product-info,
.home-featured-products .home-product-info > * {
	margin-bottom: 0 !important;
}

.home-featured-products .home-product-info > * + * {
	margin-top: var(--wp--preset--spacing--20) !important;
}

.home-featured-products .wp-block-post-title a {
	text-decoration: none;
}

.home-featured-products .wc-block-components-product-price {
	letter-spacing: 0.04em;
}

.home-featured-products .wp-block-woocommerce-product-collection {
	margin-bottom: 0;
}

.home-brand-story__grid {
	gap: clamp(2rem, 5vw, 5rem);
}

.home-section-number {
	font-family: var(--wp--preset--font-family--editorial);
	font-size: clamp(4.5rem, 10vw, 10rem);
	letter-spacing: -0.06em;
	line-height: 0.8;
	margin: 0;
}

.home-brand-story__title h2 {
	font-size: clamp(2.75rem, 5vw, 5.5rem);
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.home-brand-story__copy {
	border-left: 1px solid var(--wp--preset--color--tobacco);
	padding-left: clamp(1.25rem, 3vw, 2.5rem);
}

.home-brand-statement__title {
	font-family: var(--wp--preset--font-family--editorial);
	font-size: clamp(3.25rem, 8vw, 8rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.92;
	margin: 0;
}

@media (max-width: 781px) {
	.noble-header-inner {
		gap: var(--wp--preset--spacing--40);
	}

	.noble-footer-primary,
	.noble-footer-legal {
		align-items: flex-start;
		flex-direction: column;
	}

	.noble-site-footer .wp-block-navigation__container {
		justify-content: flex-start;
	}

	.home-hero {
		min-height: clamp(34rem, 74svh, 40rem) !important;
	}

	.home-hero .wp-block-cover__image-background {
		object-position: 64% 50% !important;
	}

	.home-hero .wp-block-cover__background {
		background: rgba(18, 17, 15, 0.62) !important;
	}

	.home-hero__grid {
		min-height: 0;
	}

	.home-hero__title {
		font-size: clamp(3.5rem, 15vw, 6.5rem);
	}

	.home-hero__aside,
	.home-brand-story__copy {
		border-left: 0;
		border-top: 1px solid var(--wp--preset--color--muted);
		padding-left: 0;
		padding-top: var(--wp--preset--spacing--50);
	}

	.home-brand-story__copy {
		border-top-color: var(--wp--preset--color--tobacco);
	}

	.home-featured-products,
	.home-brand-story {
		padding-bottom: var(--wp--preset--spacing--60) !important;
		padding-top: var(--wp--preset--spacing--60) !important;
	}

	.home-featured-products .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.home-featured-products .wc-block-product-template {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.noble-site-header,
	.noble-site-footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.home-hero__title {
		font-size: clamp(3rem, 15vw, 4rem);
	}
}
