.hg-home {
	overflow: hidden;
	background: var(--hg-page-bg);
}

.hg-home .hg-container {
	width: min(100% - clamp(28px, 7.6vw, 160px), var(--hg-container));
}

.hg-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: clamp(18px, 3vw, 42px);
	align-items: stretch;
	padding: clamp(20px, 4vw, 54px) 0 clamp(32px, 5vw, 74px);
}

.hg-home-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(480px, 62vw, 720px);
	padding: clamp(26px, 5vw, 68px);
	border-radius: var(--hg-radius);
	background: #f5f5f2;
}

.hg-home-eyebrow {
	display: inline-flex;
	width: max-content;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(24, 58, 158, .1);
	color: var(--hg-primary);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hg-home-hero h1,
.hg-home-section h2,
.hg-home-editorial h2,
.hg-home-social h2 {
	margin: 0;
	color: var(--hg-text);
	line-height: .96;
	letter-spacing: -0.045em;
}

.hg-home-hero h1 {
	max-width: 760px;
	margin-top: 22px;
	font-size: clamp(52px, 8vw, 118px);
}

.hg-home-hero p {
	max-width: 560px;
	margin: 24px 0 0;
	color: var(--hg-muted);
	font-size: clamp(17px, 1.65vw, 23px);
	line-height: 1.5;
}

.hg-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.hg-home-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 850;
	overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.hg-home-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(17, 17, 17, .14);
}

.hg-home-button--dark {
	background: #000;
	color: #fff;
}

.hg-home-button--light {
	background: #fff;
	color: var(--hg-text);
}

.hg-home-hero__media,
.hg-home-editorial__media {
	position: relative;
	margin: 0;
	border-radius: var(--hg-radius);
	overflow: hidden;
	background: #f1f1f1;
}

.hg-home-hero__media img,
.hg-home-editorial__media img,
.hg-home-category-card img,
.hg-home-social__rail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.hg-home-hero__media:hover img,
.hg-home-editorial__media:hover img,
.hg-home-category-card:hover img,
.hg-home-social__rail article:hover img {
	transform: scale(1.04);
}

.hg-home-section {
	padding: clamp(30px, 4vw, 62px) 0;
}

.hg-home-section__head {
	display: grid;
	gap: 14px;
	margin-bottom: clamp(20px, 3vw, 34px);
}

.hg-home-section__head--split {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
}

.hg-home-section h2,
.hg-home-editorial h2,
.hg-home-social h2 {
	max-width: 760px;
	font-size: clamp(34px, 5vw, 72px);
}

.hg-home-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--hg-text);
	font-size: 14px;
	font-weight: 850;
}

.hg-home-text-link .hg-icon {
	width: 14px;
	height: 14px;
}

.hg-home-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.hg-home-category-card {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 320px;
	padding: 22px;
	border-radius: var(--hg-radius);
	overflow: hidden;
	background: #f4f4f4;
	color: #fff;
}

.hg-home-category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .62));
	pointer-events: none;
}

.hg-home-category-card img {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hg-home-category-card span,
.hg-home-category-card em {
	position: relative;
	z-index: 1;
}

.hg-home-category-card span {
	font-size: clamp(24px, 3vw, 42px);
	font-weight: 850;
	line-height: 1;
	letter-spacing: -0.03em;
}

.hg-home-category-card em {
	margin-top: 8px;
	font-style: normal;
	font-size: 13px;
	font-weight: 750;
	opacity: .84;
}

.hg-home-category-slider {
	position: relative;
	padding: clamp(6px, .85vw, 12px) 0 clamp(8px, 1vw, 14px);
}

.hg-home-category-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: clamp(92px, 6.4vw, 124px);
	gap: clamp(14px, 1.8vw, 30px);
	align-items: start;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-behavior: smooth;
	scroll-snap-type: none;
	scrollbar-width: none;
	cursor: grab;
	padding: 0 clamp(14px, 2vw, 34px);
	touch-action: pan-x;
	will-change: scroll-position;
	-webkit-overflow-scrolling: touch;
}

.hg-home-category-rail.is-balanced {
	justify-content: space-between;
	grid-auto-columns: clamp(108px, 7.4vw, 138px);
	gap: clamp(18px, 2.2vw, 34px);
	padding-inline: clamp(54px, 4.5vw, 76px);
}

.hg-home-category-rail::-webkit-scrollbar {
	display: none;
}

.hg-home-category-rail.is-dragging {
	cursor: grabbing;
	user-select: none;
	scroll-behavior: auto;
}

.hg-home-category-pill {
	display: grid;
	justify-items: center;
	gap: 8px;
	min-width: 0;
	color: var(--hg-text);
	text-align: center;
	scroll-snap-align: start;
	-webkit-user-drag: none;
	user-select: none;
}

.hg-home-category-pill:visited,
.hg-home-category-pill:hover {
	color: var(--hg-text);
}

.hg-home-category-pill__image {
	position: relative;
	display: grid;
	place-items: center;
	width: clamp(62px, 4.25vw, 82px);
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f4f4;
	box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .03);
	transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.hg-home-category-pill__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
	transition: transform .45s ease;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}

.hg-home-category-pill__label {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: currentColor;
	line-height: 1.12;
}

.hg-home-category-pill strong {
	max-width: 100%;
	overflow: hidden;
	color: currentColor;
	font-size: clamp(12px, .82vw, 14px);
	font-weight: 850;
	line-height: 1.12;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: transform .22s ease;
}

.hg-home-category-pill__label .hg-icon {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	opacity: .42;
	transform: translateY(1px);
	transition: opacity .22s ease, transform .22s ease;
}

@media (hover: hover) and (pointer: fine) {
	.hg-home-category-pill:hover .hg-home-category-pill__image {
		transform: translateY(-2px);
		background: #fff;
		box-shadow: 0 12px 26px rgba(17, 17, 17, .08);
	}

	.hg-home-category-pill:hover img {
		transform: scale(1.06);
	}

	.hg-home-category-pill:hover strong {
		transform: translateY(-1px);
	}

	.hg-home-category-pill:hover .hg-home-category-pill__label .hg-icon {
		opacity: 1;
		transform: translate(2px, -1px);
	}
}

.hg-home-category-slider__arrow,
.hg-home-slider__arrow {
	position: absolute;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	color: var(--hg-text);
	box-shadow: 0 12px 30px rgba(17, 17, 17, .12);
	backdrop-filter: blur(12px);
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.hg-home-category-slider__arrow .hg-icon,
.hg-home-slider__arrow .hg-icon {
	width: 18px;
	height: 18px;
}

.hg-home-category-slider__arrow:hover,
.hg-home-slider__arrow:hover {
	transform: translateY(-50%) scale(1.05);
	background: #fff;
	box-shadow: 0 16px 34px rgba(17, 17, 17, .16);
}

.hg-home-category-slider__arrow {
	top: 42%;
	transform: translateY(-50%);
}

.hg-home-category-slider__arrow--prev {
	left: -4px;
}

.hg-home-category-slider__arrow--next {
	right: -4px;
}

.hg-home-category-slider__arrow:hover {
	transform: translateY(-50%) scale(1.05);
}

.hg-home-slider {
	position: relative;
	margin-top: 0;
	margin-bottom: clamp(30px, 4vw, 66px);
	border-radius: 12px;
	overflow: hidden;
	background: #f4f4f4;
	box-shadow: 0 22px 56px rgba(17, 17, 17, .07);
	cursor: grab;
	user-select: none;
	touch-action: pan-y;
}

.hg-home-slider.is-dragging {
	cursor: grabbing;
}

.hg-home-slider__track {
	position: relative;
	min-height: clamp(460px, 37vw, 690px);
	aspect-ratio: 16 / 6.45;
}

.hg-home-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.08);
	transition: opacity .62s ease, transform 1.05s cubic-bezier(.22, .61, .36, 1), visibility .62s ease;
}

.hg-home-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.hg-home-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .34);
	pointer-events: none;
}

.hg-home-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.12);
	transition: transform 1.35s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.hg-home-slide.is-active img {
	transform: scale(1.02);
}

.hg-home-slide__content {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	gap: clamp(12px, 1.25vw, 20px);
	width: min(100% - 40px, 980px);
	color: #fff;
	text-align: center;
	pointer-events: none;
}

.hg-home-slide__content > * {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .68s ease, transform .82s cubic-bezier(.22, .61, .36, 1);
	will-change: transform, opacity;
}

.hg-home-slide.is-active .hg-home-slide__content > * {
	opacity: 1;
	transform: translateY(0);
}

.hg-home-slide.is-active .hg-home-slide__content > :nth-child(1) {
	transition-delay: .12s;
}

.hg-home-slide.is-active .hg-home-slide__content > :nth-child(2) {
	transition-delay: .2s;
}

.hg-home-slide.is-active .hg-home-slide__content > :nth-child(3) {
	transition-delay: .3s;
}

.hg-home-slide__content span {
	font-size: clamp(14px, 1vw, 19px);
	font-weight: 850;
	line-height: 1;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .2);
}

.hg-home-slide__content :is(h1, h2) {
	margin: 0;
	color: #fff;
	font-size: clamp(58px, 5.5vw, 104px);
	font-weight: 900;
	line-height: .96;
	letter-spacing: -0.055em;
	text-shadow: 0 4px 26px rgba(0, 0, 0, .2);
}

.hg-home-slide__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 184px;
	min-height: 56px;
	padding: 0 30px;
	border-radius: 999px;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 900;
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
	pointer-events: auto;
}

.hg-home-slide__button:hover {
	transform: translateY(-2px) scale(1.02);
	background: #f7f7f7;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.hg-home-slider__arrow {
	top: auto;
	transform: none;
}

.hg-home-slider__arrow--prev {
	left: auto;
}

.hg-home-slider__arrow--next {
	right: auto;
}

.hg-home-slider__controls {
	position: absolute;
	left: 50%;
	bottom: clamp(36px, 3.5vw, 58px);
	z-index: 6;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
}

.hg-home-slider__controls .hg-home-slider__arrow {
	position: static;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	color: #fff;
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
	transition: transform .18s ease, opacity .18s ease;
}

.hg-home-slider__controls .hg-home-slider__arrow:hover {
	transform: scale(1.08);
	background: transparent;
	box-shadow: none;
	opacity: .82;
}

.hg-home-slider__controls .hg-home-slider__arrow .hg-icon {
	width: 24px;
	height: 24px;
	stroke-width: 2.35;
}

.hg-home-slider__dot {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .38);
	cursor: pointer;
	overflow: hidden;
	transition: width .28s ease, background .28s ease, transform .2s ease;
}

.hg-home-slider__dot:hover {
	background: rgba(255, 255, 255, .66);
	transform: scale(1.08);
}

.hg-home-slider__dot.is-active {
	width: 48px;
	height: 10px;
	background: rgba(255, 255, 255, .28);
	transform: none;
}

.hg-home-slider__progress {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	background: var(--hg-home-slider-progress, #fff);
	transform: scaleX(0);
	transform-origin: left center;
}

.hg-home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.hg-home-product-card {
	border-radius: var(--hg-radius);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.hg-home-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 46px rgba(17, 17, 17, .08);
}

.hg-home-product-card .hg-product-card__image {
	aspect-ratio: 1;
	background: #f5f5f5;
}

.hg-home-product-card .hg-product-card__body {
	padding: 14px;
}

.hg-home-product-card h3 {
	font-size: 14px;
	line-height: 1.25;
}

.hg-home-product-card .button,
.hg-home-product-card .wp-block-button__link {
	width: 80%;
	min-height: 42px;
	margin-top: 10px;
}

.hg-home-catalog {
	padding-block: clamp(38px, 4vw, 70px);
	overflow: hidden;
}

.hg-home-catalog__head {
	display: grid;
	gap: 12px;
	margin-bottom: clamp(22px, 2.5vw, 34px);
}

.hg-home-catalog__head h2 {
	margin: 0;
	font-size: clamp(34px, 2.8vw, 52px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -0.045em;
}

.hg-home-catalog__head p {
	margin: 0;
	color: var(--hg-muted);
	font-size: clamp(15px, 1vw, 18px);
}

.hg-home-catalog__tabs-wrap {
	position: relative;
	margin-bottom: clamp(28px, 3.2vw, 42px);
}

.hg-home-catalog__tabs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 14px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	scroll-behavior: smooth;
	cursor: grab;
	padding: 3px 54px;
	touch-action: pan-x;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

.hg-home-catalog__tabs.is-balanced {
	justify-content: space-between;
}

.hg-home-catalog__tabs::-webkit-scrollbar {
	display: none;
}

.hg-home-catalog__tabs.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.hg-home-catalog__tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 66px;
	padding: 7px 22px 7px 8px;
	border: 1px solid #dedede;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: clamp(15px, .98vw, 18px);
	font-weight: 950;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	transition: border-color .24s ease, color .24s ease, transform .24s ease;
}

.hg-home-catalog__tab::before {
	content: "";
	position: absolute;
	inset: 0px;
	z-index: 0;
	width: 0;
	border-radius: inherit;
	background: #000;
	transition: width .28s cubic-bezier(.22,.61,.36,1);
}

.hg-home-catalog__tab > * {
	position: relative;
	z-index: 1;
}

.hg-home-catalog__tab-image {
	display: grid;
	place-items: center;
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f4f4;
}

.hg-home-catalog__tab-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.hg-home-catalog__tab.is-active {
	border-color: #000;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 14px 34px rgba(17,17,17,.12);
}

.hg-home-catalog__tab.is-active::before {
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.hg-home-catalog__tab:hover {
		border-color: #000;
		color: #fff;
		transform: translateY(-1px);
		box-shadow: 0 14px 34px rgba(17,17,17,.12);
	}

	.hg-home-catalog__tab:hover::before {
		width: 100%;
	}
}

.hg-home-catalog__tab.is-active .hg-home-catalog__tab-image {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.7);
}

.hg-home-catalog__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	color: #111;
	box-shadow: 0 14px 34px rgba(17,17,17,.12);
	transform: translateY(-50%);
	cursor: pointer;
}

.hg-home-catalog__arrow .hg-icon {
	width: 18px;
	height: 18px;
}

.hg-home-catalog__arrow--prev {
	left: 0;
}

.hg-home-catalog__arrow--next {
	right: 0;
}

.hg-home-catalog__body {
	position: relative;
	min-height: 320px;
	transition: opacity .18s ease;
}

.hg-home-catalog__body.is-loading {
	opacity: .5;
	pointer-events: none;
}

.hg-home-catalog__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.hg-home-arrivals {
	padding-block: clamp(36px, 4.4vw, 66px);
	overflow: hidden;
}

.hg-home-arrivals__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	margin-bottom: clamp(22px, 2.6vw, 36px);
}

.hg-home-arrivals h2 {
	margin: 0;
	font-size: clamp(32px, 2.35vw, 40px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.045em;
}

.hg-home-arrivals__head p {
	max-width: 520px;
	margin: 14px 0 0;
	color: var(--hg-muted);
	font-size: clamp(15px, 1vw, 18px);
	line-height: 1.45;
}

.hg-home-arrivals__tabs {
	display: flex;
	align-items: center;
	gap: clamp(28px, 3vw, 44px);
	padding: 0 4px 2px;
}

.hg-home-arrivals__tabs button {
	position: relative;
	padding: 0 0 10px;
	border: 0;
	background: transparent;
	color: rgba(17, 17, 17, .58);
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	transition: color .2s ease, transform .2s ease;
}

.hg-home-arrivals__tabs button::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .22s ease;
}

.hg-home-arrivals__tabs button:hover,
.hg-home-arrivals__tabs button.is-active {
	color: #111;
	transform: translateY(-1px);
}

.hg-home-arrivals__tabs button.is-active {
	text-shadow: 0 0 .01px #111;
}

.hg-home-arrivals__tabs button.is-active::after {
	transform: scaleX(1);
}

.hg-home-arrivals__layout {
	display: grid;
	grid-template-columns: clamp(230px, 18vw, 290px) minmax(0, 1fr);
	gap: clamp(26px, 3.2vw, 42px);
	align-items: stretch;
}

.hg-home-arrivals__promo {
	position: relative;
	display: flex;
	min-height: clamp(340px, 27vw, 420px);
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 26px 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #8f8b82;
	color: #fff;
	isolation: isolate;
}

.hg-home-arrivals__promo::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(17,17,17,.26), rgba(17,17,17,.5));
}

.hg-home-arrivals__promo img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.hg-home-arrivals__promo:hover img {
	transform: scale(1.05);
}

.hg-home-arrivals__promo span {
	font-size: 18px;
	font-weight: 850;
}

.hg-home-arrivals__promo strong {
	max-width: 210px;
	margin-top: 18px;
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.hg-home-arrivals__promo em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-width: 150px;
	min-height: 52px;
	margin-top: auto;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-style: normal;
	font-size: 16px;
	font-weight: 900;
	transition: transform .2s ease, box-shadow .2s ease;
}

.hg-home-arrivals__promo:hover em {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(0,0,0,.16);
}

.hg-home-arrivals__panels {
	min-width: 0;
}

.hg-home-arrivals__panel {
	min-width: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .22s ease, transform .22s ease;
}

.hg-home-arrivals__panel.is-active {
	opacity: 1;
	transform: translateY(0);
}

.hg-home-arrivals__rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: clamp(216px, 16vw, 256px);
	gap: clamp(22px, 2.1vw, 32px);
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	cursor: grab;
	padding-bottom: 2px;
	touch-action: pan-x;
}

.hg-home-arrivals__rail.is-dragging {
	cursor: grabbing;
}

.hg-home-arrivals__rail::-webkit-scrollbar {
	display: none;
}

.hg-home-arrivals__rail .hg-catalog-card {
	scroll-snap-align: start;
	user-select: none;
}

.hg-home-arrivals__rail .hg-catalog-card__media,
.hg-home-arrivals__rail .hg-product-hover-media {
	-webkit-user-drag: none;
}

.hg-arrival-card {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: #111;
	scroll-snap-align: start;
	user-select: none;
}

.hg-arrival-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
	background: #f4f4f4;
}

.hg-arrival-card__media .hg-product-hover-media {
	height: 100%;
	aspect-ratio: 1 / 1;
}

.hg-arrival-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hg-arrival-card__meta {
	margin-top: 10px;
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.hg-arrival-card strong {
	display: -webkit-box;
	min-height: 38px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hg-arrival-card__price {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.hg-arrival-card__price del,
.hg-arrival-card__price ins {
	display: inline-flex;
	text-decoration-thickness: 1px;
}

.hg-arrival-card__price ins {
	text-decoration: none;
}

.hg-arrival-card__swatches {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 22px;
}

.hg-arrival-swatch {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(17,17,17,.08);
	background: #dedbd5;
}

.hg-arrival-swatch:nth-child(2) { background: #5a3a1d; }
.hg-arrival-swatch:nth-child(3) { background: #c9d5b6; }
.hg-arrival-swatch--black { background: #1c1c1c; }
.hg-arrival-swatch--white { background: #f6f4ef; }
.hg-arrival-swatch--red { background: #b43d37; }
.hg-arrival-swatch--green { background: #7c8f6a; }
.hg-arrival-swatch--blue { background: #87aabd; }
.hg-arrival-swatch--brown { background: #8a603c; }
.hg-arrival-swatch--grey,
.hg-arrival-swatch--gray { background: #7a7771; }
.hg-arrival-swatch--yellow { background: #f4cc61; }
.hg-arrival-swatch--orange { background: #d98231; }

.hg-home-arrivals__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: clamp(24px, 2.5vw, 36px);
}

.hg-home-arrivals__progress {
	position: relative;
	height: 2px;
	overflow: hidden;
	background: #e5e5e5;
}

.hg-home-arrivals__progress span {
	position: absolute;
	left: 0;
	top: 0;
	width: 26%;
	height: 100%;
	background: #111;
	transition: left .22s ease, width .22s ease;
}

.hg-home-arrivals__controls {
	display: flex;
	align-items: center;
	gap: 16px;
}

.hg-home-arrivals__controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid #dedede;
	border-radius: 50%;
	background: #fff;
	color: #111;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hg-home-arrivals__controls button:hover {
	transform: translateY(-2px);
	border-color: #111;
	box-shadow: 0 12px 30px rgba(17,17,17,.08);
}

.hg-home-arrivals__controls .hg-icon {
	width: 22px;
	height: 22px;
	stroke-width: 2;
}

.hg-home-editorial {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 18px;
	align-items: stretch;
	padding: clamp(34px, 5vw, 78px) 0;
}

.hg-home-editorial__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 64px);
	border-radius: var(--hg-radius);
	background: var(--hg-secondary);
}

.hg-home-editorial p {
	max-width: 560px;
	margin: 20px 0 28px;
	color: var(--hg-muted);
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.55;
}

.hg-home-social__rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(230px, 23%);
	gap: 16px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hg-home-social__rail::-webkit-scrollbar {
	display: none;
}

.hg-home-social__rail > * {
	scroll-snap-align: start;
}

.hg-home-services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: clamp(34px, 5vw, 72px) 0;
}

.hg-home-services div {
	display: grid;
	gap: 10px;
	padding: 26px;
	border: 1px solid var(--hg-border);
	border-radius: var(--hg-radius);
	background: #fff;
}

.hg-home-services .hg-icon {
	width: 34px;
	height: 34px;
	color: var(--hg-primary);
}

.hg-home-services strong {
	font-size: 18px;
	line-height: 1.2;
}

.hg-home-services span {
	color: var(--hg-muted);
	font-size: 14px;
	line-height: 1.45;
}

.hg-home-social {
	padding: clamp(40px, 6vw, 84px) 0;
	background: var(--hg-primary);
	color: #fff;
}

.hg-home-social .hg-home-eyebrow {
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

.hg-home-social h2,
.hg-home-social .hg-home-text-link {
	color: #fff;
}

.hg-home-social__rail {
	grid-auto-columns: minmax(180px, 18%);
}

.hg-home-social__rail article {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255, 255, 255, .12);
}

.hg-home-social__rail span {
	position: absolute;
	left: 12px;
	bottom: 12px;
	border-radius: 999px;
	padding: 7px 11px;
	background: rgba(255, 255, 255, .72);
	backdrop-filter: blur(12px);
	color: var(--hg-text);
	font-size: 12px;
	font-weight: 850;
}

.hg-home-content {
	display: grid;
	gap: clamp(22px, 3vw, 38px);
	padding: clamp(42px, 5vw, 78px) 0;
}

.hg-home-content__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.hg-home-content__head p {
	margin: 0 0 10px;
	color: var(--hg-primary);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hg-home-content__head h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(34px, 4vw, 68px);
	font-weight: 950;
	line-height: .96;
	letter-spacing: -.055em;
}

.hg-home-content__link,
.hg-home-content-card__cta {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	border-radius: 999px;
	background: #efefef;
	color: #111;
	padding: 0 18px;
	font-weight: 900;
	text-decoration: none;
	overflow: hidden;
	transition: color .28s ease, transform .28s ease;
}

.hg-home-content__link::before,
.hg-home-content-card__cta::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 0;
	border-radius: inherit;
	background: #000;
	content: "";
	transition: width .34s cubic-bezier(.22, 1, .36, 1);
}

.hg-home-content__link > *,
.hg-home-content-card__cta > * {
	position: relative;
	z-index: 1;
}

.hg-home-content__link .hg-icon,
.hg-home-content-card__cta .hg-icon {
	width: 15px;
	height: 15px;
	color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
	.hg-home-content__link:hover,
	.hg-home-content-card__cta:hover {
		color: #fff;
		transform: translateY(-1px);
	}

	.hg-home-content__link:hover::before,
	.hg-home-content-card__cta:hover::before {
		width: 100%;
	}
}

.hg-home-content__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 30px);
}

.hg-home-content-card {
	display: grid;
	grid-template-columns: minmax(240px, .78fr) minmax(0, 1fr);
	min-height: clamp(300px, 24vw, 420px);
	border: 1px solid var(--hg-border);
	border-radius: 30px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(13, 14, 21, .06);
}

.hg-home-content-card__media {
	display: block;
	min-height: 100%;
	background: #f4f4f4;
	overflow: hidden;
}

.hg-home-content-card__media img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.hg-home-content-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 16px;
	padding: clamp(22px, 3vw, 38px);
}

.hg-home-content-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--hg-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.hg-home-content-card h3 {
	margin: 0;
	font-size: clamp(24px, 2.2vw, 42px);
	line-height: 1.05;
	letter-spacing: -.045em;
}

.hg-home-content-card h3 a {
	color: inherit;
	text-decoration: none;
}

.hg-home-content-card p {
	margin: 0;
	color: var(--hg-muted);
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
	.hg-home-content-card:hover .hg-home-content-card__media img {
		transform: scale(1.045);
	}
}

@media (max-width: 980px) {
	.hg-home-hero,
	.hg-home-editorial {
		grid-template-columns: 1fr;
	}
	.hg-home-hero__copy {
		min-height: auto;
	}
	.hg-home-hero__media {
		aspect-ratio: 4 / 3;
	}
	.hg-home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hg-home-category-rail {
		grid-auto-columns: clamp(74px, 12vw, 94px);
		gap: 14px;
		padding-inline: 24px;
	}
	.hg-home-category-pill__image {
		width: clamp(66px, 11vw, 84px);
	}
	.hg-home-slider__track {
		min-height: 420px;
		aspect-ratio: 4 / 3;
	}
		.hg-home-slide__content :is(h1, h2) {
		font-size: clamp(42px, 9vw, 72px);
	}
	.hg-home-arrivals__layout {
		grid-template-columns: minmax(210px, .35fr) minmax(0, 1fr);
		gap: 20px;
	}
	.hg-home-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.hg-home-arrivals__promo {
		padding: 22px;
	}
	.hg-home-arrivals__promo strong {
		font-size: clamp(26px, 4vw, 36px);
	}
	.hg-home-arrivals__rail {
		grid-auto-columns: minmax(200px, 44%);
		gap: 18px;
	}
	.hg-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hg-home-services {
		grid-template-columns: 1fr;
	}
	.hg-home-content__head {
		align-items: flex-start;
		flex-direction: column;
	}
	.hg-home-content__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hg-home {
		max-width: 100vw;
	}
	.hg-home-hero {
		padding-top: 18px;
	}
	.hg-home-hero__copy,
	.hg-home-editorial__copy {
		padding: 24px;
	}
	.hg-home-hero h1 {
		font-size: clamp(42px, 14vw, 64px);
	}
	.hg-home-hero p {
		font-size: 16px;
	}
	.hg-home-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
	.hg-home-category-grid {
		grid-template-columns: 1fr;
	}
	.hg-home-category-slider {
		width: 100%;
		padding-block: 10px 6px;
	}
	.hg-home-category-rail {
		grid-auto-columns: clamp(78px, calc((100vw - 68px) / 4), 92px);
		gap: 8px;
		padding-inline: 22px;
		justify-content: start;
	}
	.hg-home-category-pill {
		gap: 7px;
		width: 100%;
		overflow: hidden;
	}
	.hg-home-category-pill__image {
		width: clamp(58px, 15vw, 70px);
	}
	.hg-home-category-pill__label {
		display: flex;
		width: 100%;
		min-height: 25px;
		overflow: hidden;
	}
	.hg-home-category-pill strong {
		display: -webkit-box;
		width: 100%;
		font-size: 11px;
		line-height: 1.12;
		white-space: normal;
		overflow: hidden;
		text-overflow: clip;
		overflow-wrap: anywhere;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.hg-home-category-pill__label .hg-icon {
		display: none;
	}
	.hg-home-category-slider__arrow {
		width: 36px;
		height: 36px;
	}
	.hg-home-category-slider__arrow--prev {
		left: -2px;
	}
	.hg-home-category-slider__arrow--next {
		right: -2px;
	}
	.hg-home-category-card {
		min-height: 250px;
	}
	.hg-home-slider {
		width: min(100% - 24px, var(--hg-container));
		margin-bottom: 42px;
		border-radius: 18px;
	}
	.hg-home-slider__track {
		min-height: clamp(360px, 92vw, 520px);
		aspect-ratio: 4 / 5;
	}
	.hg-home-slide__content {
		width: min(100% - 32px, 520px);
	}
		.hg-home-slide__content :is(h1, h2) {
		max-width: min(100%, 360px);
		font-size: clamp(34px, 11vw, 46px);
		letter-spacing: -0.045em;
	}
		.hg-home-slide__button {
			min-height: 48px;
			min-width: 150px;
		}
		.hg-home-slider__controls {
			bottom: 22px;
			gap: 8px;
		}
		.hg-home-slider__controls .hg-home-slider__arrow {
			width: 26px;
			height: 26px;
		}
		.hg-home-slider__controls .hg-home-slider__arrow .hg-icon {
			width: 20px;
			height: 20px;
		}
		.hg-home-slider__dot {
			width: 9px;
			height: 9px;
		}
		.hg-home-slider__dot.is-active {
			width: 40px;
			height: 9px;
		}
		.hg-home-product-grid {
			gap: 12px;
		}
	.hg-home-arrivals {
		padding-block: 34px 44px;
	}
	.hg-home-catalog {
		padding-block: 32px 44px;
	}
	.hg-home-catalog__tabs {
		gap: 10px;
		padding-inline: 48px;
		justify-content: start;
	}
	.hg-home-catalog__tab {
		min-height: 56px;
		padding: 6px 16px 6px 7px;
		font-size: 14px;
	}
	.hg-home-catalog__tab-image {
		width: 42px;
	}
	.hg-home-category-pill:hover .hg-home-category-pill__image,
	.hg-home-category-pill:hover img,
	.hg-home-category-pill:hover strong,
	.hg-home-catalog__tab:hover {
		transform: none;
	}
	.hg-home-catalog__tab:hover:not(.is-active) {
		color: var(--hg-text);
		border-color: var(--hg-border);
		box-shadow: none;
	}
	.hg-home-catalog__tab:hover:not(.is-active)::before {
		width: 0;
	}
	.hg-home-catalog__arrow {
		width: 40px;
		height: 40px;
	}
	.hg-home-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hg-home-arrivals__head {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 22px;
	}
	.hg-home-arrivals h2 {
		font-size: 34px;
	}
	.hg-home-arrivals__head p {
		margin-top: 10px;
		font-size: 15px;
	}
	.hg-home-arrivals__tabs {
		gap: 26px;
		overflow-x: auto;
		padding-bottom: 4px;
	}
	.hg-home-arrivals__tabs button {
		flex: 0 0 auto;
		font-size: 15px;
	}
	.hg-home-arrivals__layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.hg-home-arrivals__promo {
		min-height: 260px;
	}
	.hg-home-arrivals__rail {
		grid-auto-columns: minmax(170px, 58%);
		gap: 16px;
	}
	.hg-arrival-card__meta {
		margin-top: 8px;
	}
	.hg-arrival-card strong {
		min-height: 38px;
		font-size: 15px;
	}
	.hg-arrival-card__price {
		font-size: 15px;
	}
	.hg-home-arrivals__footer {
		gap: 16px;
		margin-top: 22px;
	}
	.hg-home-arrivals__controls {
		gap: 10px;
	}
	.hg-home-arrivals__controls button {
		width: 44px;
		height: 44px;
	}
	.hg-home-social__rail {
		grid-auto-columns: minmax(150px, 42%);
	}
	.hg-home-content-card {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 24px;
	}
	.hg-home-content-card__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}
	.hg-home-content-card__body {
		padding: 20px;
	}
	.hg-home-section__head--split {
		grid-template-columns: 1fr;
		align-items: start;
	}
	.hg-home-product-card .hg-product-card__body {
		padding: 12px;
	}
}
