:root {
	--pink: #ec3aa1;
	--purple: #8c68d4;
	--dark: #222;
	--muted: #6f6f6f;
	--soft: #fff4ef;
	--line: #eee
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body {
	font-family: Inter, sans-serif;
	color: var(--dark);
	background: #fff
}

img {
	max-width: 100%;
	display: block
}

a {
	text-decoration: none;
	color: inherit
}

.site-header {
	height: 92px;
	padding: 0 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(254, 248, 246, 0.922);
	position: sticky;
	top: 0;
	z-index: 10;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .06)
}

.logo img {
	height: 150px
}

.nav {
	display: flex;
	gap: 38px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.nav a.active,
.nav a:hover {
	color: var(--pink)
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 35px;
	padding: 16px 30px;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase
}

.btn-primary {
	background: linear-gradient(135deg, var(--pink), #c91578);
	color: #fff
}

.btn-light {
	background: #fff;
	color: #333
}

.btn-outline {
	border: 1px solid var(--pink);
	color: var(--pink)
}

.btn-outline-light {
	border: 1px solid #fff;
	color: #fff
}

.hero {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	min-height: 720px;
	background: linear-gradient(135deg, #fff7f3, #f5e3dc)
}

.hero-content {
	padding: 135px 8% 80px 13%
}

.eyebrow {
	color: var(--pink);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: .8px
}

.hero h1,
.section h2,
.gallery h2,
.cta h2 {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 1.05;
	margin: 22px 0
}

.hero h1 span,
.section h2 span {
	color: var(--pink);
	display: block
}

.hero p,
.section-text p {
	color: var(--muted);
	font-size: 18px;
	line-height: 1.8;
	max-width: 520px
}

.hero-actions {
	display: flex;
	gap: 18px;
	margin-top: 42px
}

.hero-image {
	position: relative;
	/*overflow: hidden*/
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.quality-card {
	position: absolute;
	left: -55px;
	top: 48%;
	background: #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: grid;
	place-items: center;
	text-align: center;
	font-weight: 800;
	box-shadow: 0 15px 45px rgba(0, 0, 0, .18);
	border: 2px dashed var(--pink)
}

.features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 34px 7%;
	border-bottom: 1px solid var(--line);
	gap: 25px
}

.features div {
	border-right: 1px solid var(--line);
	padding: 15px 25px
}

.features span {
	display: block;
	color: var(--muted);
	font-size: 14px;
	margin-top: 8px
}

.section {
	padding: 90px 7%
}

.about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center
}

.about-img {
	position: relative
}

.about-img img {
	border-radius: 18px;
	height: 520px;
	width: 100%;
	object-fit: cover
}

.experience {
	position: absolute;
	left: 0;
	bottom: 35px;
	background: #fff;
	padding: 24px 35px;
	border-radius: 16px;
	color: var(--pink);
	font-size: 32px;
	font-weight: 900;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .14)
}

.experience span {
	display: block;
	color: #555;
	font-size: 14px
}

.section-text li {
	list-style: none;
	margin: 18px 0;
	color: #555
}

.section-text li:before {
	content: '✓';
	color: var(--pink);
	font-weight: 900;
	margin-right: 12px
}

.center {
	text-align: center;
	display: block
}

.center-title {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 44px;
	margin: 15px 0 45px
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px
}

.product-grid article {
	height: 310px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .12)
}

.product-grid img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.product-grid h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 70px 22px 24px;
	color: #fff;
	background: linear-gradient(transparent, rgba(0, 0, 0, .8));
	font-family: 'Playfair Display', serif;
	font-size: 24px
}

.gallery {
	background: #282522;
	color: #fff;
	padding: 80px 7%;
	display: grid;
	grid-template-columns: .8fr 1.5fr;
	gap: 40px;
	align-items: center
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.gallery-grid img {
	height: 260px;
	width: 100%;
	object-fit: cover;
	border-radius: 12px
}

.cta {
	margin: 0 7%;
	transform: translateY(45px);
	background: linear-gradient(135deg, #ba0d73, var(--pink));
	color: #fff;
	border-radius: 18px;
	padding: 45px 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px
}

.cta h2 {
	font-size: 32px;
	margin: 0
}

.cta p {
	max-width: 430px
}

.footer {
	padding: 95px 7% 38px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	background: #fff
}

.footer span {
	display: block;
	color: var(--muted);
	margin-top: 8px
}

@media(max-width:900px) {
	.nav {
		display: none
	}

	.hero,
	.about,
	.gallery {
		grid-template-columns: 1fr
	}

	.hero-content {
		padding: 80px 7%
	}

	.hero h1 {
		font-size: 46px
	}

	.features,
	.product-grid,
	.footer {
		grid-template-columns: 1fr 1fr
	}

	.cta {
		flex-direction: column;
		text-align: center
	}
}

@media(max-width:560px) {

	.features,
	.product-grid,
	.footer {
		grid-template-columns: 1fr
	}

	.site-header {
		padding: 0 5%
	}

	.btn {
		padding: 13px 18px
	}

	.hero h1 {
		font-size: 40px
	}

	.section h2 {
		font-size: 38px
	}

	.cta {
		margin: 0 5%;
		padding: 35px 25px
	}
}