.luciana-home {
	background: #ffffff;
	color: #d5cdbd;
}

.luciana-home a {
	color: inherit;
	text-decoration: none;
}

.luciana-home-hero__media {
	aspect-ratio: 2.42 / 1;
	background: #ededeb;
	overflow: hidden;
}

.luciana-home-hero__media img,
.luciana-home-best__image img,
.luciana-home-featured__image img,
.luciana-home-special__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.luciana-home-hero__copy {
	display: grid;
	justify-items: center;
	padding: 48px 20px 38px;
	border-bottom: 1px solid #e8e0dd;
	text-align: center;
}

.luciana-home-hero__copy h1 {
	margin: 0;
	color: #d5cdbd;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5.1vw, 58px);
	font-weight: 400;
	line-height: 1;
}

.luciana-home-hero__copy h1::first-letter {
	text-transform: lowercase;
}

.luciana-home-hero__copy h1 em {
	font-style: italic;
}

.luciana-home-hero__copy p,
.luciana-home-hero__copy small {
	margin: 8px 0 0;
	color: #d5cdbd;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
}

.luciana-home-best {
	padding: 10px 8px 0;
}

.luciana-home-best__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.luciana-home-best__card a {
	position: relative;
	display: block;
	aspect-ratio: 480 / 620;
	overflow: hidden;
	background: #ededeb;
	text-align: center;
}

.luciana-home-best__image {
	position: absolute;
	inset: 0;
}

.luciana-home-best__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.luciana-home-best__title {
	position: absolute;
	right: 20px;
	bottom: 54px;
	left: 20px;
	z-index: 1;
	margin: 0;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

.luciana-home-best__link {
	position: absolute;
	right: 20px;
	bottom: 26px;
	left: 20px;
	z-index: 1;
	display: inline-flex;
	justify-self: center;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.luciana-home-featured__cta {
	display: inline-flex;
	justify-self: center;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	color: #d5cdbd;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.luciana-home-featured {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding-top: 32px;
}

.luciana-home-featured__panel {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 545px;
	background: #f1f1ef;
	overflow: hidden;
}

.luciana-home-featured__panel--lifestyle {
	background: #ddd6d2;
}

.luciana-home-featured__image {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.luciana-home-featured__panel--product .luciana-home-featured__image {
	inset: 0;
}

.luciana-home-featured__panel--product .luciana-home-featured__image img {
	object-fit: cover;
}

.luciana-home-featured__cta {
	position: absolute;
	bottom: 36px;
	z-index: 2;
	min-width: 178px;
	min-height: 34px;
	margin: 0;
	padding: 0 24px;
	background: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.luciana-home-special {
	padding: 72px 12.4vw 84px;
	background: #ffffff;
}

.luciana-home-special__inner {
	position: relative;
	display: block;
	min-height: 470px;
	background: #f0f0ee;
	overflow: hidden;
}

.luciana-home-special__media {
	position: absolute;
	inset: 0;
}

.luciana-home-special__media img {
	object-fit: cover;
}

.luciana-home-special__label {
	position: absolute;
	bottom: 34px;
	z-index: 2;
	color: #203644;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
}

.luciana-home-special__label--left {
	left: 34px;
}

.luciana-home-special__label--right {
	right: 34px;
}

.luciana-home-special__control {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(198, 64, 50, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.82);
	transform: translateY(-50%);
}

.luciana-home-special__control::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #d5cdbd;
	border-right: 1px solid #d5cdbd;
}

.luciana-home-special__control--prev {
	left: 34px;
}

.luciana-home-special__control--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.luciana-home-special__control--next {
	right: 34px;
	left: auto;
}

.luciana-home-special__control--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 900px) {
	.luciana-home-best__grid,
	.luciana-home-featured {
		grid-template-columns: 1fr;
	}

	.luciana-home-featured__panel {
		min-height: 460px;
	}

	.luciana-home-special {
		padding: 42px 20px 56px;
	}

	.luciana-home-special__inner {
		min-height: 380px;
	}
}

@media (max-width: 640px) {
	.luciana-home-hero__media {
		aspect-ratio: 1.25 / 1;
	}

	.luciana-home-hero__copy {
		padding: 34px 18px 30px;
	}

	.luciana-home-featured__panel {
		min-height: 390px;
	}

}
