.common-home #content {
	--home-section-transition-color: var(--color-surface, #f7f7f7);
	--home-section-transition-transparent: rgba(247, 247, 247, 0);
	--home-section-transition-depth: clamp(96px, 12vw, 160px);
}

.home-discovery-set {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(72px, 7vw, 104px) 0;
	background:
		linear-gradient(to bottom, var(--home-section-transition-color) 0, var(--home-section-transition-transparent) var(--home-section-transition-depth)),
		linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(100% - var(--home-section-transition-depth)), var(--color-white, #fff) 100%),
		#f5f5f5;
	color: var(--color-black, #111);
}

.home-discovery-set__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(48px, 5vw, 72px);
	width: min(1200px, calc(100% - 64px));
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.home-discovery-set__inner {
		grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	}
}

.home-discovery-set__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f5f5f5;
}

.home-discovery-set__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.home-discovery-set__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-discovery-set__eyebrow {
	margin: 0 0 18px;
	color: #777;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .17em;
	line-height: 1.35;
	text-transform: uppercase;
}

.common-home #content .home-discovery-set__title {
	max-width: 590px;
	margin: 0;
	color: var(--color-black, #111);
	font-family: var(--font-display);
	font-size: clamp(42px, 4.2vw, 62px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.02;
	text-align: left;
}

.home-discovery-set__text {
	max-width: 590px;
	margin: 24px 0 0;
	color: #4b4b4b;
	font-family: var(--font-body);
	font-size: clamp(17px, 1.45vw, 19px);
	font-weight: 300;
	line-height: 1.55;
}

.home-discovery-set__fragrances {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.home-discovery-set__fragrances li {
	position: relative;
	margin: 0;
	padding: 0 20px 0 0;
	color: #252525;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

.home-discovery-set__fragrances a {
	color: inherit;
	text-decoration: none;
	text-decoration-color: #b8aa78;
	text-underline-offset: 4px;
}

.home-discovery-set__fragrances a:hover,
.home-discovery-set__fragrances a:focus {
	color: #111;
	text-decoration: underline;
	text-decoration-color: #b8aa78;
}

.home-discovery-set__fragrances li:not(:last-child)::after {
	position: absolute;
	top: .65em;
	right: 9px;
	width: 4px;
	height: 4px;
	background: #b8aa78;
	content: '';
	transform: rotate(45deg);
}

.home-discovery-set__button {
	width: min(100%, 320px);
	margin-top: 34px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .04em;
}

.home-discovery-set__button-arrow {
	font-size: 20px;
}

@media (max-width: 1024px) {
	.home-discovery-set__inner {
		gap: 40px;
		width: calc(100% - 48px);
	}

	.common-home #content .home-discovery-set__title {
		font-size: clamp(38px, 4.8vw, 50px);
	}

	.home-discovery-set__text {
		font-size: 17px;
	}
}

@media (max-width: 899px) {
	.common-home #content {
		--home-section-transition-color: var(--color-white, #fff);
		--home-section-transition-transparent: rgba(255, 255, 255, 0);
	}
}

@media (max-width: 767px) {
	.home-discovery-set {
		padding: 54px 0 62px;
	}

	.home-discovery-set__inner {
		display: flex;
		flex-direction: column;
		gap: 42px;
		width: calc(100% - 40px);
	}

	.home-discovery-set__media {
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	.home-discovery-set__media img {
		object-position: center;
	}

	.home-discovery-set__content {
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.home-discovery-set__eyebrow {
		margin-bottom: 16px;
		font-size: 12px;
	}

	.common-home #content .home-discovery-set__title {
		font-size: clamp(36px, 11vw, 46px);
		line-height: 1.04;
		text-align: center;
	}

	.home-discovery-set__text {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.55;
	}

	.home-discovery-set__fragrances {
		justify-content: center;
		margin-top: 26px;
	}

	.home-discovery-set__fragrances li {
		font-size: 15px;
	}

	.home-discovery-set__button {
		width: 100%;
		margin-top: 30px;
	}
}
