:root {
	--bg: #f4e5e9;
	--card: #fffaf9;
	--line: #e7d7de;
	--text: #2f2629;
	--muted: #6b5c62;
	--accent: #bf879a;
	--accent-deep: #ad7388;
	--shadow: 0 24px 46px rgba(118, 84, 99, 0.16);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Manrope", sans-serif;
	background:
		radial-gradient(50rem 34rem at 92% -8%, rgba(206, 157, 173, 0.2), transparent 62%),
		radial-gradient(42rem 28rem at -8% 30%, rgba(206, 157, 173, 0.14), transparent 58%),
		var(--bg);
	color: var(--text);
	line-height: 1.55;
	min-height: 100vh;
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.ambient-glow {
	position: fixed;
	border-radius: 50%;
	filter: blur(60px);
	pointer-events: none;
	opacity: 0.32;
	z-index: -1;
}

.ambient-glow-1 {
	width: 50vw;
	height: 50vw;
	right: -16vw;
	top: -12vw;
	background: #ebc8d4;
}

.ambient-glow-2 {
	width: 45vw;
	height: 45vw;
	left: -12vw;
	top: 42vh;
	background: #e8bfd0;
}

.lang-switch {
	position: fixed;
	top: 0.75rem;
	right: 0.75rem;
	display: inline-flex;
	gap: 0.28rem;
	padding: 0.24rem;
	border-radius: 999px;
	border: 1px solid rgba(227, 204, 214, 0.85);
	background: rgba(255, 248, 251, 0.78);
	backdrop-filter: blur(8px);
	z-index: 20;
	box-shadow: 0 10px 20px rgba(124, 91, 106, 0.12);
}

.lang-switch a {
	min-width: 2.25rem;
	height: 2rem;
	padding: 0 0.7rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #6c5860;
}

.lang-switch a.is-active {
	background: linear-gradient(165deg, rgba(201, 145, 165, 0.9), rgba(173, 114, 136, 0.88));
	color: #fff;
	box-shadow: 0 8px 16px rgba(139, 94, 112, 0.24);
}

.home-wrap {
	width: min(100% - 1.2rem, 72rem);
	margin: 0 auto;
	padding: 1.45rem 0 2.4rem;
}

.home-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(176deg, rgba(255, 251, 250, 0.98), rgba(255, 247, 249, 0.92));
	border: 1px solid var(--line);
	border-radius: 34px;
	box-shadow: var(--shadow);
	padding: 1.6rem 1.3rem 1.3rem;
	text-align: center;
}

.home-hero::after {
	content: "";
	position: absolute;
	inset: auto -20% -52% -20%;
	height: 72%;
	background: radial-gradient(55% 90% at 50% 0%, rgba(191, 135, 154, 0.14), transparent 74%);
	pointer-events: none;
}

.brand {
	margin: 0;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.23em;
	font-weight: 700;
	color: var(--accent);
}

.home-hero h1 {
	margin: 0.5rem 0 0;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2.2rem, 10vw, 3.7rem);
	line-height: 0.92;
	font-weight: 600;
}

.home-hero p {
	margin: 0.82rem auto 0;
	max-width: 36ch;
	font-size: 1rem;
	color: var(--muted);
}

.home-hero-main {
	position: relative;
	display: block;
	min-height: 24.5rem;
	padding-right: min(43vw, 11.5rem);
	text-align: left;
}

.home-hero-copy {
	position: relative;
	z-index: 2;
}

.home-hero-figure {
	margin: 0;
	line-height: 0;
	position: absolute;
	right: -0.6rem;
	bottom: 0.3rem;
	z-index: 1;
	pointer-events: none;
}

.home-hero-model {
	display: block;
	width: min(53vw, 15rem);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 20px 34px rgba(106, 73, 89, 0.28));
	border-radius: 0;
	opacity: 0.98;
}

.home-hero-main .home-hero-copy .brand,
.home-hero-main .home-hero-copy h1,
.home-hero-main .home-hero-copy p {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.home-hero-main .home-hero-copy p {
	max-width: 17ch;
}

.home-grid {
	margin-top: 1.1rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9rem;
}

.home-grid-single {
	grid-template-columns: 1fr;
}

.home-card {
	background: linear-gradient(176deg, rgba(255, 252, 253, 0.96), rgba(254, 247, 250, 0.89));
	border: 1px solid rgba(231, 213, 220, 0.92);
	border-radius: 28px;
	box-shadow: 0 16px 30px rgba(120, 87, 101, 0.11);
	padding: 1.22rem 1.04rem;
	display: flex;
	flex-direction: column;
	gap: 0.62rem;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 36px rgba(115, 83, 97, 0.16);
	border-color: rgba(210, 172, 187, 0.95);
}

.home-card-featured {
	border-color: rgba(213, 177, 191, 0.94);
	box-shadow:
		0 20px 36px rgba(133, 95, 111, 0.17),
		0 0 0 1px rgba(255, 255, 255, 0.44) inset;
}

.home-card h2 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.55rem, 6vw, 2.15rem);
	line-height: 1;
	font-weight: 600;
	text-wrap: balance;
}

.home-card p {
	margin: 0;
	font-size: 0.95rem;
	color: #584a50;
}

.home-btn {
	margin-top: 0.3rem;
	min-height: 3rem;
	border-radius: 999px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #2f2629;
	background: linear-gradient(170deg, #c894a7, #b77f93);
	border: 1px solid rgba(182, 126, 146, 0.82);
	box-shadow: 0 11px 18px rgba(136, 92, 109, 0.24);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.home-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 20px rgba(136, 92, 109, 0.28);
	filter: saturate(0.96);
}

.home-btn-secondary {
	background: rgba(255, 250, 252, 0.92);
	border-color: rgba(198, 155, 173, 0.58);
	color: #4a3941;
	box-shadow: 0 8px 16px rgba(121, 89, 103, 0.14);
}

.detail-card {
	gap: 1rem;
}

.detail-card h2 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.8rem, 8vw, 2.5rem);
	line-height: 0.95;
	font-weight: 600;
}

.detail-card > p {
	margin: 0;
	color: #5a4b52;
}

.detail-list {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.45rem;
	color: #514349;
}

.detail-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
}

.ru-site .home-btn {
	background:
		linear-gradient(180deg, rgba(255, 247, 251, 0.94), rgba(244, 227, 236, 0.91)),
		#f5ecf0;
	color: #32272c;
	border: 1px solid rgba(207, 157, 174, 0.38);
	box-shadow:
		0 14px 28px rgba(100, 78, 89, 0.13),
		0 0 0 1px rgba(255, 255, 255, 0.56) inset;
}

.ru-site .home-btn-secondary {
	background: rgba(255, 251, 252, 0.94);
	border-color: rgba(193, 147, 165, 0.46);
	color: #43363b;
	box-shadow: 0 10px 20px rgba(103, 79, 89, 0.12);
}

@media (min-width: 860px) {
	.home-wrap {
		padding-top: 2.1rem;
	}

	.home-hero {
		padding: 2.25rem 2.4rem 2rem;
	}

	.home-hero-main {
		grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
		align-items: end;
		gap: 1.4rem;
		text-align: left;
		min-height: 0;
		padding-right: 0;
		display: grid;
	}

	.home-hero-main .home-hero-copy {
		justify-self: start;
	}

	.home-hero-main .home-hero-copy p {
		margin-left: 0;
		margin-right: 0;
	}

	.home-hero-main .home-hero-copy .brand {
		letter-spacing: 0.26em;
	}

	.home-hero-figure {
		position: static;
		justify-self: end;
		pointer-events: auto;
	}

	.home-hero-model {
		width: min(28vw, 25rem);
		max-height: 32rem;
		object-position: top center;
	}

	.home-hero p {
		max-width: 44ch;
	}

	.home-grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 1rem;
	}

	.home-grid:not(.home-grid-single) .home-card:nth-child(1),
	.home-grid:not(.home-grid-single) .home-card:nth-child(3) {
		grid-column: span 3;
	}

	.home-grid:not(.home-grid-single) .home-card:nth-child(2) {
		grid-column: span 6;
	}

	.home-card {
		padding: 1.36rem 1.15rem;
		min-height: 23rem;
	}

	.home-card p {
		max-width: 34ch;
	}

	.home-grid-single {
		grid-template-columns: minmax(0, 46rem);
		justify-content: center;
	}

	.detail-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.home-wrap {
		width: min(100% - 2.4rem, 76rem);
	}

	.home-hero-main {
		grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
	}

	.home-hero-model {
		width: min(24vw, 25rem);
	}

	.home-card {
		min-height: 21.5rem;
	}
}

@media (max-width: 640px) {
	.home-hero-main {
		min-height: 23.4rem;
		padding-right: min(47vw, 10.4rem);
	}

	.home-hero-model {
		width: min(58vw, 13.2rem);
		max-height: 18.2rem;
		object-position: center top;
	}

	.home-hero-main .home-hero-copy p {
		max-width: 16ch;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-card,
	.home-btn {
		transition: none;
	}
}
