.ghss,
.ghss * {
	box-sizing: border-box;
}

.ghss {
	--ghss-paper: #f5f2ea;
	--ghss-card: #fffdf8;
	--ghss-ink: #1d241f;
	--ghss-muted: #73776f;
	--ghss-line: rgba(29, 36, 31, 0.14);
	--ghss-accent: #b98942;
	--ghss-height: 760px;
	--ghss-delay: 6500ms;
	position: relative;
	width: 100%;
	height: var(--ghss-height);
	min-height: 620px;
	overflow: hidden;
	background: var(--ghss-paper);
	color: var(--ghss-ink);
	isolation: isolate;
	font-family: inherit;
}

.ghss--full-width {
	left: 50%;
	width: 100vw;
	width: 100dvw;
	max-width: none;
	margin-left: -50vw;
	margin-left: -50dvw;
}

.ghss button,
.ghss a {
	font: inherit;
}

.ghss button {
	-webkit-appearance: none;
	appearance: none;
}

.ghss__stage {
	position: relative;
	width: min(100%, 1600px);
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	outline: none;
}

.ghss__grid-lines {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(to right, rgba(29, 36, 31, 0.055) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(29, 36, 31, 0.045) 1px, transparent 1px);
	background-size: clamp(52px, 6vw, 92px) clamp(52px, 6vw, 92px);
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,.85), rgba(0,0,0,.15) 55%, transparent 86%);
	mask-image: linear-gradient(to right, rgba(0,0,0,.85), rgba(0,0,0,.15) 55%, transparent 86%);
}

.ghss__brandbar {
	position: absolute;
	top: clamp(26px, 4vw, 54px);
	right: clamp(24px, 5.5vw, 92px);
	left: clamp(24px, 5.5vw, 92px);
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	pointer-events: none;
}

.ghss__signature,
.ghss__collection {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ghss__collection {
	color: var(--ghss-muted);
}

.ghss__mark {
	display: inline-flex;
	align-items: flex-end;
	gap: 3px;
	width: 26px;
	height: 18px;
}

.ghss__mark i {
	display: block;
	width: 5px;
	border-radius: 9px 9px 2px 2px;
	background: var(--ghss-accent);
	transform-origin: bottom;
}

.ghss__mark i:nth-child(1) { height: 8px; }
.ghss__mark i:nth-child(2) { height: 17px; }
.ghss__mark i:nth-child(3) { height: 12px; }

.ghss__slides {
	position: absolute;
	top: clamp(82px, 10vw, 118px);
	right: clamp(24px, 5.5vw, 92px);
	bottom: clamp(150px, 15vw, 174px);
	left: clamp(24px, 5.5vw, 92px);
	z-index: 5;
}

.ghss__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(300px, .78fr) minmax(440px, 1.22fr);
	gap: clamp(34px, 5.5vw, 96px);
	align-items: stretch;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 420ms ease, visibility 420ms ease;
}

.ghss__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ghss__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	padding: 34px 0 26px clamp(4px, 1.8vw, 26px);
	transform: translateY(18px);
	opacity: 0;
	transition: transform 620ms cubic-bezier(.22,1,.36,1), opacity 520ms ease;
}

.ghss__slide.is-active .ghss__copy {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 120ms;
}

.ghss__ghost-number {
	position: absolute;
	top: 50%;
	left: -2px;
	z-index: -1;
	color: rgba(29, 36, 31, .045);
	font-size: clamp(150px, 19vw, 300px);
	font-weight: 800;
	letter-spacing: -.08em;
	line-height: .7;
	transform: translateY(-58%);
	user-select: none;
}

.ghss__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	color: var(--ghss-accent);
	font-size: clamp(10px, .8vw, 12px);
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ghss__eyebrow span {
	display: block;
	width: 32px;
	height: 1px;
	background: currentColor;
}

.ghss__title {
	max-width: 640px;
	margin: 0;
	color: var(--ghss-ink);
	font-family: inherit;
	font-size: clamp(46px, 5.6vw, 86px);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: .92;
	text-wrap: balance;
}

.ghss__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	margin-top: clamp(28px, 4vw, 48px);
	padding: 0 2px 9px 0;
	border: 0;
	border-bottom: 1px solid rgba(29, 36, 31, .42);
	background: transparent;
	color: var(--ghss-ink);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 220ms ease, color 220ms ease, gap 220ms ease;
}

.ghss__cta-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--ghss-accent);
	box-shadow: 0 0 0 5px rgba(185, 137, 66, .12);
	transition: transform 220ms ease;
}

.ghss__cta:hover,
.ghss__cta:focus-visible {
	border-color: var(--ghss-accent);
	color: var(--ghss-accent);
	gap: 17px;
	outline: none;
}

.ghss__cta:hover .ghss__cta-dot,
.ghss__cta:focus-visible .ghss__cta-dot {
	transform: scale(1.2);
}

.ghss__media-wrap {
	position: relative;
	min-width: 0;
	padding: 10px 10px 18px 0;
	transform: translateX(28px) scale(.985);
	opacity: 0;
	transition: transform 760ms cubic-bezier(.22,1,.36,1), opacity 520ms ease;
}

.ghss__slide.is-active .ghss__media-wrap {
	transform: translateX(0) scale(1);
	opacity: 1;
	transition-delay: 50ms;
}

.ghss__media-wrap::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 8px;
	left: 10px;
	z-index: -1;
	border: 1px solid rgba(185, 137, 66, .48);
	border-radius: 28px 28px 104px 28px;
	content: "";
	transform: translate(13px, 13px);
}

.ghss__media-frame {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 360px;
	overflow: hidden;
	border-radius: 28px 28px 104px 28px;
	background: #ddd7cd;
	box-shadow: 0 28px 70px rgba(29, 36, 31, .11);
}

.ghss__background,
.ghss__media-sheen {
	position: absolute;
	inset: 0;
}

.ghss__background {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	border: 0;
	object-fit: cover;
	object-position: center;
	background: #d9d5cc;
	transform: scale(1.055);
	transition: transform 7s cubic-bezier(.15,.72,.2,1);
}

.ghss__slide.is-active .ghss__background {
	transform: scale(1);
}

.ghss__media-sheen {
	background:
		linear-gradient(180deg, rgba(19,25,21,.03), transparent 46%, rgba(19,25,21,.22)),
		linear-gradient(90deg, rgba(255,255,255,.12), transparent 24%);
	pointer-events: none;
}

.ghss__media-number {
	position: absolute;
	right: 22px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(255,255,255,.58);
	border-radius: 50%;
	background: rgba(255,255,255,.76);
	color: var(--ghss-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.ghss__nav-wrap {
	position: absolute;
	right: clamp(24px, 5.5vw, 92px);
	bottom: clamp(22px, 3.2vw, 38px);
	left: clamp(24px, 5.5vw, 92px);
	z-index: 25;
}

.ghss__thumbs {
	display: flex;
	align-items: stretch;
	gap: clamp(8px, .8vw, 12px);
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 7px 3px 10px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.ghss__thumbs::-webkit-scrollbar {
	display: none;
}

.ghss .ghss__thumb {
	-webkit-appearance: none !important;
	appearance: none !important;
	position: relative;
	display: block;
	flex: 0 0 clamp(104px, 9.4vw, 142px);
	width: clamp(104px, 9.4vw, 142px);
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font: inherit !important;
	line-height: normal !important;
	text-align: left !important;
	text-transform: none !important;
	cursor: pointer;
	scroll-snap-align: center;
	transform: translateY(0);
	transition: transform 260ms cubic-bezier(.22,1,.36,1), opacity 220ms ease;
}

.ghss .ghss__thumb::before,
.ghss .ghss__thumb::after {
	display: none !important;
}

.ghss__thumb-media {
	position: relative;
	display: block;
	width: 100%;
	height: clamp(68px, 6.2vw, 88px);
	overflow: hidden;
	border: 1px solid rgba(29,36,31,.14);
	border-radius: 14px;
	background: #d9d5cc;
	box-shadow: 0 8px 24px rgba(29,36,31,.08);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 260ms cubic-bezier(.22,1,.36,1);
}

.ghss__thumb-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	object-fit: cover;
	object-position: center;
	transform: scale(1.04);
	transition: transform 480ms cubic-bezier(.22,1,.36,1), filter 260ms ease;
}

.ghss__thumb-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18,23,19,.02) 25%, rgba(18,23,19,.76) 100%);
	pointer-events: none;
}

.ghss__thumb-index {
	position: absolute;
	top: 8px;
	left: 9px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 20px;
	padding: 0 6px;
	border: 1px solid rgba(255,255,255,.48);
	border-radius: 999px;
	background: rgba(20,26,22,.28);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.ghss__thumb-title {
	position: absolute;
	right: 9px;
	bottom: 9px;
	left: 9px;
	z-index: 2;
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	font-size: clamp(9px, .66vw, 11px);
	font-weight: 750;
	letter-spacing: .01em;
	line-height: 1.08;
	text-shadow: 0 1px 12px rgba(0,0,0,.24);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ghss__thumb-progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	height: 3px;
	border-radius: 0 0 14px 14px;
	background: var(--ghss-accent);
	transform: scaleX(0);
	transform-origin: left center;
}

.ghss .ghss__thumb:hover,
.ghss .ghss__thumb:focus-visible {
	transform: translateY(-3px);
	outline: none !important;
}

.ghss .ghss__thumb:hover .ghss__thumb-media,
.ghss .ghss__thumb:focus-visible .ghss__thumb-media {
	border-color: rgba(185,137,66,.66);
	box-shadow: 0 12px 30px rgba(29,36,31,.13);
}

.ghss .ghss__thumb:focus-visible .ghss__thumb-media {
	outline: 2px solid rgba(185,137,66,.48);
	outline-offset: 3px;
}

.ghss .ghss__thumb:hover .ghss__thumb-media img,
.ghss .ghss__thumb:focus-visible .ghss__thumb-media img,
.ghss .ghss__thumb.is-active .ghss__thumb-media img {
	transform: scale(1);
}

.ghss .ghss__thumb.is-active {
	transform: translateY(-5px);
}

.ghss .ghss__thumb.is-active .ghss__thumb-media {
	border-color: var(--ghss-accent);
	box-shadow: 0 13px 32px rgba(29,36,31,.16), 0 0 0 2px rgba(185,137,66,.18);
}

.ghss .ghss__thumb.is-active .ghss__thumb-index {
	border-color: rgba(255,255,255,.75);
	background: var(--ghss-accent);
}

.ghss.is-progressing .ghss__thumb.is-active .ghss__thumb-progress {
	animation: ghssThumbProgress var(--ghss-delay) linear forwards;
}

.ghss.is-paused .ghss__thumb.is-active .ghss__thumb-progress {
	animation-play-state: paused;
}

.ghss--single .ghss__thumbs {
	display: none;
}

.ghss-empty {
	padding: 24px;
	border: 1px dashed #c7c7c7;
	background: #fff;
	color: #222;
}

@keyframes ghssThumbProgress {
	to { transform: scaleX(1); }
}

@media (max-width: 1024px) {
	.ghss {
		min-height: 680px;
	}

	.ghss__slide {
		grid-template-columns: minmax(260px, .8fr) minmax(380px, 1.2fr);
		gap: 40px;
	}

	.ghss__title {
		font-size: clamp(42px, 6.7vw, 70px);
	}

}

@media (max-width: 767px) {
	.ghss {
		height: max(var(--ghss-height), 760px);
		min-height: 760px;
	}

	.ghss__brandbar {
		top: 22px;
		right: 20px;
		left: 20px;
	}

	.ghss__collection {
		display: none;
	}

	.ghss__slides {
		top: 68px;
		right: 20px;
		bottom: 142px;
		left: 20px;
	}

	.ghss__slide {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(350px, 1.2fr) auto;
		gap: 26px;
	}

	.ghss__media-wrap {
		grid-row: 1;
		padding: 4px 8px 12px 0;
	}

	.ghss__media-wrap::before,
	.ghss__media-frame {
		border-radius: 20px 20px 64px 20px;
	}

	.ghss__media-wrap::before {
		transform: translate(8px, 8px);
	}

	.ghss__media-frame {
		min-height: 350px;
	}

	.ghss__copy {
		grid-row: 2;
		justify-content: flex-start;
		padding: 2px 4px 0;
	}

	.ghss__ghost-number {
		display: none;
	}

	.ghss__eyebrow {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.ghss__title {
		max-width: 92%;
		font-size: clamp(38px, 12vw, 58px);
		line-height: .94;
	}

	.ghss__cta {
		min-height: 38px;
		margin-top: 18px;
		font-size: 10px;
	}

	.ghss__media-number {
		right: 14px;
		bottom: 12px;
		width: 42px;
		height: 42px;
	}

	.ghss__nav-wrap {
		right: 16px;
		bottom: 16px;
		left: 16px;
	}

	.ghss__thumbs {
		gap: 8px;
		padding: 7px 3px 9px;
	}

	.ghss .ghss__thumb {
		flex-basis: 104px;
		width: 104px;
	}

	.ghss__thumb-media {
		height: 70px;
		border-radius: 12px;
	}

	.ghss__thumb-title {
		right: 7px;
		bottom: 7px;
		left: 7px;
		font-size: 9px;
	}
}

@media (max-width: 480px) {
	.ghss {
		height: max(var(--ghss-height), 720px);
		min-height: 720px;
	}

	.ghss__slide {
		grid-template-rows: minmax(315px, 1.05fr) auto;
	}

	.ghss__media-frame {
		min-height: 315px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ghss *,
	.ghss *::before,
	.ghss *::after {
		scroll-behavior: auto !important;
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 1ms !important;
	}
}
