/* ===== Figma Design — Thaleia (dark luxe) ===== */
:root {
	--figma-bg-page: #1b1a1a;
	--figma-bg-content: #2f2b28;
	--figma-bg-dark: #2a2724;
	--figma-text-main: #eed5c5;
	--figma-text-contact: #fcfcfc;
	--figma-stroke: #aea9a9;
	--figma-gold: #c9a882;

	--figma-font: 'Inter', sans-serif;
	--figma-font-ar: 'Noto Sans Arabic', 'Inter', sans-serif;
	--figma-font-logo: 'Playfair Display', Georgia, serif;
	--figma-font-script: 'Great Vibes', cursive;
	--figma-lh: 1.21;

	--figma-24: 1.25rem; /* Уменьшил базовый текст до 1.25rem (примерно 20px) */
	--figma-25: 1.375rem; /* Примерно 22px */
	--figma-30: 1.5rem; /* Примерно 24px */
	--figma-36: 1.75rem; /* Примерно 28px для подзаголовков */
	--figma-40: 2rem; /* Примерно 32px */
	--figma-48: 2.25rem; /* Примерно 36px */

	--max-content-width: 100%;
	--content-grid-gutter: 24px;
	--header-height: 68px;
	--footer-liner-width: 100%;
	--footer-liner-height: 80px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	font-family: var(--figma-font);
	background: var(--figma-bg-page);
	color: var(--figma-text-main);
	line-height: var(--figma-lh);
	min-height: 100vh;
	height: 100%;
	overflow-x: hidden;
}

html[dir='rtl'] {
	direction: rtl;
	font-family: var(--figma-font-ar);
}
html[dir='rtl'] body,
html[dir='rtl'] .content-frame {
	font-family: var(--figma-font-ar);
}
html[dir='rtl'] .product-left .product-content {
	order: 2;
}
html[dir='rtl'] .product-left .product-image-wrap {
	order: 1;
}
html[dir='rtl'] .product-right .product-content {
	order: 1;
}
html[dir='rtl'] .product-right .product-image-wrap {
	order: 2;
}

.page-wrapper {
	display: flex;
	justify-content: center;
	min-height: 100vh;
	width: 100vw;
}

.content-frame {
	background: #444141 url('../images/all_bground_new.png') no-repeat center;
	background-size: 100% 85%;
	position: relative;
	right: 7px;
	/* Фон под оливковые ветви (нахлёст сверху баннера) */
	background-position: bottom center;

	margin: 0px;
}

.content-frame > * {
	position: relative;
	z-index: 1;
}

/* ===== Language Switcher ===== */
.lang-switcher {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: rgba(19, 19, 19, 0.9);
	border-radius: 8px;
	backdrop-filter: blur(8px);
	transition: background 0.2s ease;
}

.lang-switcher:hover {
	background: rgba(42, 37, 32, 0.95);
}

html[dir='rtl'] .lang-switcher {
	right: auto;
	left: 1.5rem;
}

.lang-btn {
	background: none;
	border: none;
	color: var(--figma-text-main);
	font-family: inherit;
	font-size: var(--figma-24);
	cursor: pointer;
	padding: 0.25rem 0.5rem;
	transition:
		color 0.2s ease,
		opacity 0.2s ease;
}

.lang-btn:hover {
	color: var(--figma-gold);
	opacity: 1;
}
.lang-btn.active {
	color: var(--figma-gold);
	text-decoration: underline;
}
.lang-sep {
	color: rgba(238, 213, 197, 0.5);
}

/* ===== Hero Section (Figma: background_famele + Banner) ===== */
.hero {
	position: relative;
	width: 100%;
	min-height: 768px;
	overflow: hidden;
}

.hero-bg {
	background-image: url('../images/hero-bg-2d770e.png');
	background-size: 100% auto;
	background-position: top center;
	inset: 0;

	position: absolute;
}

.hero-banner {
	position: absolute;
	z-index: 0px;
	padding: 7rem 5rem 4rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

@keyframes banner-enter {
	from {
		transform: scale(0.98);
		opacity: 0.9rem;
	}
	to {
		transform: scale(1.02);
		opacity: 1px;
	}
}

.banner-img {
	max-width: 776px;
	max-height: 326px;
	object-fit: contain;
	animation: banner-enter 1s ease-out forwards;
}

.hero-bg {
	inset: 0;
}

/* ===== Product Sections (как в Figma) ===== */
.product-section {
	display: flex;
	flex-direction: column;
	padding: 0 var(--content-grid-gutter) 3rem;
	position: relative;
}

.product-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 1100px;
	max-width: 100%;
	height: 68px;
	margin: 0 auto;
	padding: 1rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.product-header .product-title {
	white-space: normal;
}

.product-header .product-title {
	margin-bottom: 0;
	font-size: 21pt;
}

.product-header-1 {
	background-color: #8b6b4a;
}
.product-header-2 {
	background-color: #6b5344;
}
.product-header-3 {
	background-color: #7d5e4f;
}

/* Общий блок: фон 1100×426 по центру */
.product-block {
	position: relative;
	width: 100%;
	padding: 2rem 4rem;
	margin-top: 0.75rem;
	min-height: 424px;
	overflow: hidden;
	border-radius: 9px;
}

.product-content-bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1100px;
	max-width: 100%;
	height: 424px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 9px;
	z-index: 0;
	opacity: 0.95;
	height: 780px;
	border-radius: 30px;
}

.product-right .product-content-bg {
	background-position: right center;
}

.product-inner {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 2rem;
	align-items: flex-start;
}

.product-text-area {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 85%;
	margin: 0 auto;
}

.product-text-area .product-badge {
	text-align: center;
	margin-bottom: 1rem;
}

/* Заголовок — размер 2.5rem (примерно 40px) */
.product-title {
	font-family: var(--figma-font);
	font-size: 2.5rem;
	font-weight: 600;
	line-height: var(--figma-lh);
	text-align: left;
	color: var(--figma-text-main);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.5rem;
}

.product-badge {
	display: block;
	font-family: var(--figma-font);
	font-size: var(--figma-36); /* Подзаголовок: 1.75rem ≈28px */
	font-weight: 400;
	line-height: var(--figma-lh);
	color: var(--figma-text-main);
	margin-bottom: 0.75rem;
	font-size: 19pt;
}

.product-description {
	font-size: 17pt;
	font-weight: 400;
	line-height: 1.5;

	color: var(--figma-text-main);
	text-align: justify;
}

/* product-right: бутылка слева, текст справа */
.product-right .product-inner {
	grid-template-columns: 1fr 1.6fr;
}

.product-right .product-text-area {
	order: 2;
}

.product-right .product-image-wrap {
	order: 1;
}

html[dir='rtl'] .product-title {
	text-align: right;
}
html[dir='rtl'] .product-text-area {
	align-items: justify;
}
html[dir='rtl'] .product-description {
	text-align: justify;
}

.product-image-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 327px;
}

.product-image-bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 218px;
	height: 327px;
	background-image: url('../images/bgcolor_for_oil_1.png');
	background-size: cover;
	background-position: center bottom;
	border-radius: 9px;
	z-index: 0;
}

.product-image-4 {
	background-image: url('../images/bgcolor_butil_green.png');
}

.product-img {
	position: relative;
	z-index: 1;
	width: 218px;
	height: 327px;
	object-fit: contain;
	object-position: bottom;
	cursor: pointer;
	transition:
		transform 0.3s ease,
		filter 0.3s ease;
}

.product-img:hover {
	transform: scale(1.04);
	filter: brightness(1.05);
}

/* ===== About / Contact ===== */
.about-content {
	max-width: 1095px;
	margin: 0 auto;
	padding: 4rem var(--content-grid-gutter);
	text-align: justify;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-title {
	margin-top: -35px;
	font-family: var(--figma-font);
	font-size: 21pt;
	font-weight: 600;
	color: var(--figma-text-main);
	margin-bottom: 0.5rem;
	text-align: left;
}

.about-text {
	font-family: var(--figma-font);
	font-size: 15pt;
	text-align: justify;
	font-weight: 400;
	line-height: 1.5;
	color: var(--figma-text-main);
	margin-bottom: 2rem;
}

.contact-title {
	font-family: var(--figma-font);
	font-size: 16pt;
	font-weight: 600;
	color: var(--figma-text-main);
	margin-bottom: 1rem;
	text-align: left;
}

/* Два блока контактов */
.contact-boxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.contact-box {
	padding: 1.5rem;
	border: 2px solid var(--figma-stroke);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	transition:
		border-color 0.2s ease,
		background 0.2s ease;
}

.contact-box:hover {
	border-color: rgba(201, 168, 130, 0.5);
	background: rgba(255, 255, 255, 0.05);
}

.contact-box p {
	margin-bottom: 0.75rem;
	font-family: var(--figma-font);
	font-size: var(--figma-30); /* Текст: 1.5rem ≈24px */
	font-weight: 400;
	color: var(--figma-text-contact);
}

.contact-box a {
	color: var(--figma-text-contact);
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-box a:hover {
	color: var(--figma-gold);
	text-decoration: underline;
}

.address {
	font-family: var(--figma-font);
	font-size: var(--figma-25); /* Текст: 1.375rem ≈22px */
	font-weight: 400;
	line-height: 1.6;
	color: var(--figma-text-contact);
	white-space: pre-line;
}

/* ===== Footer — оформление из all_bground_new.png ===== */
.footer {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 4rem var(--content-grid-gutter)
		calc(var(--footer-liner-height) + 2rem);
	text-align: center;
	background: transparent;
}

.footer-liner {
	position: absolute;
	bottom: 20px;
	left: 0;
	transform: none;
	width: 100%;
	height: var(--footer-liner-height);
	background-image: url('../images/liner_background_fluter.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.footer-liner .copyright {
	position: relative;
	z-index: 2;
	font-family: var(--figma-font);
	font-size: var(--figma-36); /* Текст: 1.75rem ≈28px */
	font-weight: 400;
	color: rgba(236, 232, 232, 0.92);
	margin: 0;
}

.visit-counter {
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 1.5rem;
	background: rgba(42, 37, 32, 0.4);
	border: 1px solid rgba(201, 168, 130, 0.12);
	border-radius: 8px;
	font-family: var(--figma-font);
}

.visit-counter-label {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	color: rgba(201, 168, 130, 0.9);
	letter-spacing: 0.5px;
}

.visit-counter-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	padding: 0.4rem 0.8rem;
	background: rgba(27, 26, 26, 0.5);
	border: 1px solid rgba(201, 168, 130, 0.08);
	border-radius: 6px;
}

.visit-digit {
	font-size: 1.75rem; /* 28px */
	font-weight: 600;
	color: rgba(238, 213, 197, 0.95);
	letter-spacing: 1px;
	font-variant-numeric: tabular-nums;
}

.visit-counter-daily-row {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.visit-counter-daily {
	font-size: 1rem; /* 16px */
	color: rgba(238, 213, 197, 0.5);
}

.visit-daily-value {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	color: rgba(201, 168, 130, 0.9);
}

.visit-counter::selection {
	background: rgba(201, 168, 130, 0.5);
	color: var(--figma-text-main);
}

.visit-counter::-moz-selection {
	background: rgba(201, 168, 130, 0.5);
	color: var(--figma-text-main);
}

/* ===== Fullscreen Viewer ===== */
.fullscreen-viewer {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.95);
	cursor: pointer;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}

.fullscreen-viewer.active {
	display: flex;
}

.fullscreen-viewer img {
	width: auto;
	height: 90vh;
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	pointer-events: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* Адаптив для планшета (max-width: 1024px) */
@media (max-width: 1024px) {
	.hero {
		position: relative;
		width: 100%;
		min-height: 100vh;
		overflow: hidden;
	}
	.hero-banner {
		padding: 4rem 2rem 2rem;
	}
	.banner-img {
		max-width: 100%;
	}
	.lang-switcher {
		top: 1rem;
		right: 1rem;
		padding: 0.4rem 0.8rem;
	}
	.product-header {
		width: 100%;
		padding: 0.75rem 1rem;
	}
	.product-block {
		padding: 1.5rem 1rem;
		min-height: auto;
	}
	.product-content-bg {
		max-width: 100%;
		left: 0;
		transform: none;
	}
	.product-inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		max-width: 100%;
	}
	.product-text-area {
		max-width: 100%;
		min-width: 0;
		width: 100%;
		flex: 1;
	}
	.product-right .product-text-area {
		align-self: stretch;
		justify-content: flex-start;
	}
	.product-right .product-inner {
		align-items: stretch;
	}
	.product-description,
	.product-badge {
		overflow-wrap: break-word;
		word-break: break-word;
		width: 100%;
	}
	.product-image-wrap {
		height: auto;
		min-height: 240px;
		order: -1;
	}
	.product-text-area {
		order: 1;
	}
	.product-image-bg {
		width: 160px;
		height: 240px;
	}
	.product-img {
		width: 160px;
		height: 240px;
		max-width: 100%;
	}
	.product-left .product-image-wrap,
	.product-right .product-image-wrap {
		order: -1;
	}
	.product-section {
		text-align: center;
		margin-top: 1%;
	}
	.product-title {
		text-align: center;
		white-space: normal;
		font-size: 2rem; /* Уменьшил заголовок для планшета ≈32px */
	}
	.product-badge {
		font-size: 1.5rem; /* Подзаголовок ≈24px */
	}
	.product-description {
		font-size: 1.125rem; /* Текст ≈18px */
	}
	.product-text-area {
		text-align: center;
	}
	.product-badge {
		text-align: center;
	}
	.about-content {
		padding: 3rem 1rem;
	}
	.about-title {
		font-size: 18px; /* ≈32px */
	}
	.about-text {
		font-size: 1.25rem; /* ≈20px */
	}
	.contact-title {
		font-size: 2rem; /* ≈32px */
	}
	.contact-box p {
		font-size: 1.25rem; /* ≈20px */
	}
	.address {
		font-size: 1.125rem; /* ≈18px */
	}
	.contact-boxes {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
	.contact-box {
		padding: 1.25rem;
	}
	.footer {
		padding: 3rem 1rem calc(var(--footer-liner-height) + 1.5rem);
	}
	.visit-counter {
		padding: 0.875rem 1.25rem;
	}
	.visit-digit {
		font-size: 1.5rem; /* ≈24px */
	}
	.visit-counter-label {
		font-size: 1rem; /* ≈16px */
	}
	.visit-daily-value {
		font-size: 1rem; /* ≈16px */
	}
	.content-frame {
		background-color: #444141;
		background-image: url('../images/mobile/all_bground_new_mobile.png');
		background-repeat: no-repeat;
		background-position: center top 350px;
		background-size: 100% auto;
		max-width: 100%;
		right: 0;
		position: relative;
	}
}

/* Адаптив для телефона (max-width: 360px, учитывая вертикальную ориентацию с большой высотой) */
/* ===== MOBILE 360px ===== */
/* ===== MOBILE FIX 360px ===== */
/* ===== iPhone 17 Pro Max / iPhone 16 Pro Max (440-450px) ===== */
@media (max-width: 450px) {
	html,
	body {
		width: 100%;
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	.page-wrapper {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	/* ФИКС ФОНА */
	.content-frame {
		background-color: #444141;
		background-image: url('../images/mobile/all_bground_new_mobile.png');

		background-repeat: no-repeat;
		background-position: center top 190px;
		background-size: 100% 97%;
		max-width: 100%;
		right: 0;
		position: relative;
	}

	.hero {
		min-height: 350px;
		height: auto;
		position: relative;
	}

	.hero-bg {
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.hero-banner {
		position: relative;
		left: -80px;
		top: 20px;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		max-width: 280px;
		height: auto;
		margin: 0 auto;
		padding-top: 20px;
	}

	.banner-img {
		width: 100%;
		height: auto;
	}

	.hero,
	.product-section,
	.footer {
		width: 100%;
		max-width: 100%;
	}

	.product-section {
		margin-top: -35px;
		padding: 230 14px 23rem;
	}

	.product-inner {
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
		grid-template-columns: unset !important;
		gap: 1.5rem;
		width: 100%;
	}

	.product-image-wrap {
		-webkit-order: 1 !important;
		order: 1 !important;
		width: 100%;
		height: auto !important;
		min-height: 400px !important;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}

	.product-text-area {
		-webkit-order: 2 !important;
		order: 2 !important;
		width: 100%;
		text-align: center;
	}

	.product-img {
		width: 240px !important;
		height: copyrightpx !important;
		max-width: none !important;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	.product-image-bg {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 260px !important;
		height: 380px !important;
		background-size: cover;
		background-position: center;
		border-radius: 9px;
		z-index: 1;
	}

	.product-header {
		width: 96%;
		margin-top: 10;
		padding: 0.4rem 0.8rem;

		margin-bottom: 3px;
	}

	.product-header .product-title {
		margin-bottom: 0;
		font-size: 16pt;

		white-space: normal;
		text-align: center;
	}

	.product-badge {
		font-size: 15pt;
	}

	.product-description {
		font-size: 13pt;
		line-height: 1.6;
	}

	.product-block {
		padding: 1.5rem 0.5rem;
		min-height: auto;
	}

	.product-content-bg {
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
		width: 99% !important;
		height: 110%;
	}

	.lang-switcher {
		top: 0.8rem;
		right: 0.8rem;
		padding: 0.4rem 0.6rem;
	}

	.lang-switcher button,
	.lang-switcher a {
		padding: 4px;
		font-size: 10px;
	}

	.about-content {
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 92%;
		margin: 0 auto;
		height: 560px;
		padding: 2.5rem 1rem;
	}

	.about-title {
		margin-top: -15px;
		font-size: 17pt;
		text-align: left;
	}

	.about-text {
		font-size: 11pt;
		text-align: justify;
		line-height: 1.6;
	}

	.contact-title {
		font-size: 14pt;
		text-align: left;
	}

	.contact-boxes {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.contact-box {
		padding: 1.2rem;
	}

	.contact-box p {
		font-size: 12pt;
	}

	.address {
		font-size: 11pt;
	}

	.footer {
		position: relative;
		width: 100%;
		margin-top: 0;
		text-align: center;
		background: transparent;
	}
}

/* ===== iPhone 16 Pro Max (440px) ===== */
@media (max-width: 440px) {
	.content-frame {
		background-color: #444141;
		background-image: url('../images/mobile/all_bground_new_mobile.png');
		background-repeat: no-repeat;
		background-position: center top 184px;
		background-size: 100% 97%;
	}

	.hero {
		min-height: 330px;
	}

	.hero-banner {
		max-width: 270px;
	}

	.product-img {
		width: 235px !important;
		height: 353px !important;
	}

	.product-image-bg {
		width: 255px !important;
		height: 373px !important;
	}
}

/* ===== iPhone 15 Plus / 14 Pro Max / 15 Pro Max (430px) ===== */
@media (max-width: 430px) {
	.content-frame {
		background-color: #444141;
		background-image: url('../images/mobile/all_bground_new_mobile.png');
		background-repeat: no-repeat;
		background-position: center top 185px;
		background-size: 100% 98%;
	}
	.hero-banner {
		content: '';
		position: absolute;
		left: -110px;
		right: 70px;
		bottom: 160px !important;
		max-width: 230px;
		padding-top: -2003px;
	}

	.about-content {
		width: 92%;
		padding: 2rem 0.8rem;
		height: 9.8%;
	}
	.product-content-bg {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);

		max-width: 96%;
		height: 424px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 9px;
		z-index: 0;
		opacity: 0.95;
		height: 780px;
		border-radius: 30px;
	}
	.copyright {
		position: relative;
		z-index: 2;
		font-family: var(--figma-font);
		font-size: 100pt;
		font-weight: 300;
		color: rgba(236, 232, 232, 0.92);
		margin: 20;
	}

	.product-header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 93%;
		max-width: 100%;
		height: 68px;
		margin: 0 auto;
		padding: 1rem;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.hero {
		min-height: 320px;
	}

	.hero-banner {
		max-width: 260px;
	}

	.product-img {
		width: 230px !important;
		height: 345px !important;
	}

	.product-image-bg {
		width: 250px !important;
		height: 365px !important;
	}

	.product-header .product-title {
		font-size: 17pt;
	}

	.product-badge {
		font-size: 14pt;
	}

	.product-description {
		font-size: 12pt;
	}
}

/* ===== iPhone 16 Pro (402px) ===== */
@media (max-width: 402px) {
	.content-frame {
		background-color: #ffe1a3;

		background-repeat: no-repeat;
		background-position: center top 310px;
		background-size: 100% auto;
	}

	.hero {
		min-height: 310px;
	}

	.hero-banner {
		max-width: 255px;
	}

	.product-img {
		width: 225px !important;
		height: 338px !important;
	}

	.product-image-bg {
		width: 245px !important;
		height: 358px !important;
	}

	.product-header .product-title {
		font-size: 16pt;
		color: #1b1a1a;
	}
	.product-badge {
		font-size: 14pt;
		color: #1b1a1a;
	}

	.product-description {
		font-size: 12pt;
		color: #1b1a1a;
	}

	.about-title {
		font-size: 16pt;
		color: #1b1a1a;
	}

	.about-text {
		font-size: 10pt;
		color: #1b1a1a;
	}

	.contact-title {
		font-size: 13pt;
		color: #1b1a1a;
	}

	.contact-box p {
		font-size: 11pt;
		color: #1b1a1a;
	}

	.address {
		font-size: 10pt;
		color: #1b1a1a;
	}
	.footer-liner .copyright {
		position: relative;
		z-index: 2;
		font-family: var(--figma-font);

		font-weight: 400;
		color: #1b1a1a;
		font-size: 12pt;
		margin: 0;
	}
}

/* ===== iPhone 15 / 15 Pro / 16 (393px) ===== */
@media (max-width: 393px) {
	.content-frame {
		background-color: #ffe1a3;

		background-repeat: no-repeat;
		background-position: center top 300px;
		background-size: 100% auto;
	}

	.hero {
		min-height: 300px;
	}

	.hero-banner {
		max-width: 250px;
	}

	.product-img {
		width: 220px !important;
		height: 330px !important;
	}

	.product-image-bg {
		width: 240px !important;
		height: 350px !important;
	}

	.product-image-wrap {
		min-height: 380px !important;
	}

	.product-header .product-title {
		font-size: 16pt;
		color: #1b1a1a;
	}

	.product-badge {
		font-size: 14pt;
		color: #1b1a1a;
	}

	.product-description {
		font-size: 12pt;
		color: #1b1a1a;
	}

	.about-title {
		font-size: 16pt;
		color: #1b1a1a;
	}

	.about-text {
		font-size: 10pt;
		color: #1b1a1a;
	}

	.contact-title {
		font-size: 13pt;
		color: #1b1a1a;
	}

	.contact-box p {
		font-size: 11pt;
		color: #1b1a1a;
	}

	.address {
		font-size: 10pt;
		color: #1b1a1a;
	}
	.footer-liner .copyright {
		position: relative;
		z-index: 2;
		font-family: var(--figma-font);

		font-weight: 400;
		color: #1b1a1a;
		font-size: 12pt;
		margin: 0;
	}
}

/* ===== iPhone 14 / 14 Pro (390px) ===== */
@media (max-width: 390px) {
	.content-frame {
		background-color: #ffe1a3;

		background-repeat: no-repeat;
		background-position: center top 290px;
		background-size: 100% auto;
	}

	.hero {
		min-height: 290px;
	}

	.hero-banner {
		max-width: 245px;
	}

	.product-img {
		width: 215px !important;
		height: 323px !important;
	}

	.product-image-bg {
		width: 235px !important;
		height: 343px !important;
	}

	.product-image-wrap {
		min-height: 370px !important;
	}

	.lang-switcher button,
	.lang-switcher a {
		padding: 3px;
		font-size: 9px;
	}
	.product-header .product-title {
		font-size: 13pt;
		color: #1b1a1a;
	}

	.product-badge {
		font-size: 12pt;
		color: #1b1a1a;
	}

	.product-description {
		font-size: 11pt;
		color: #1b1a1a;
	}

	.about-content {
		width: 92%;
		padding: 2rem 0.8rem;
	}

	.about-title {
		font-size: 15pt;
		color: #1b1a1a;
	}

	.about-text {
		font-size: 10pt;
		color: #1b1a1a;
	}

	.contact-title {
		font-size: 12pt;
		color: #1b1a1a;
	}

	.contact-box p {
		font-size: 10pt;
		color: #1b1a1a;
	}

	.address {
		font-size: 9pt;
		color: #1b1a1a;
	}
	.footer-liner .copyright {
		position: relative;
		z-index: 2;
		font-family: var(--figma-font);

		font-weight: 400;
		color: #1b1a1a;
		font-size: 12pt;
		margin: 0;
	}
}

/* ===== Samsung / Pixel / Android (360px) ===== */
@media (max-width: 360px) {
	.content-frame {
		background-color: #ffe1a3;

		background-repeat: no-repeat;
		background-position: center top auto;
		background-size: 100% auto;
	}

	.hero {
		min-height: 280px;
	}

	.hero-banner {
		content: '';
		position: absolute;
		left: -80px;
		right: 70px;
		bottom: 20px !important;
		max-width: 230px;
		padding-top: -33px;
	}

	.product-img {
		width: 200px !important;
		height: 300px !important;
	}

	.product-image-bg {
		width: 220px !important;
		height: 320px !important;
	}

	.product-image-wrap {
		min-height: 350px !important;
	}

	.product-header .product-title {
		font-size: 13pt;
		color: #1b1a1a;
	}

	.product-badge {
		font-size: 12pt;
		color: #1b1a1a;
	}

	.product-description {
		font-size: 11pt;
		color: #1b1a1a;
	}

	.about-content {
		width: 92%;
		padding: 2rem 0.8rem;
	}

	.about-title {
		font-size: 15pt;
		color: #1b1a1a;
	}

	.about-text {
		font-size: 10pt;
		color: #1b1a1a;
	}

	.contact-title {
		font-size: 12pt;
		color: #1b1a1a;
	}

	.contact-box p {
		font-size: 10pt;
		color: #1b1a1a;
	}

	.address {
		font-size: 9pt;
		color: #1b1a1a;
	}
	.footer-liner .copyright {
		position: relative;
		z-index: 2;
		font-family: var(--figma-font);

		font-weight: 400;
		color: #1b1a1a;
		font-size: 12pt;
		margin: 0;
	}
	.product-content-bg {
		position: absolute;
		top: 0;
		left: 150%;
		transform: translateX(-50%);
		width: 1100%;
		max-width: 1100%;
		height: 424px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

		z-index: 0;
		opacity: 0.95;
		height: 780px;
		border-radius: 30px;
	}
}

/* ===== iPhone SE / Маленькие экраны (320px) ===== */
@media (max-width: 320px) {
	.content-frame {
		background-color: #ffe1a3;

		background-repeat: no-repeat;
		background-position: center top 250px;
		background-size: 100% auto;
	}

	.hero {
		min-height: 250px;
	}

	.hero-banner {
		max-width: 200px;
		padding-top: 10px;
	}

	.product-img {
		width: 170px !important;
		height: 255px !important;
	}

	.product-image-bg {
		width: 190px !important;
		height: 275px !important;
	}

	.product-image-wrap {
		min-height: 300px !important;
	}

	.product-header .product-title {
		font-size: 14pt;
		color: #1b1a1a;
	}

	.product-badge {
		font-size: 12pt;
		color: #1b1a1a;
	}

	.product-description {
		font-size: 10pt;
		color: #1b1a1a;
	}

	.about-title {
		font-size: 14pt;
		color: #1b1a1a;
	}

	.about-text {
		font-size: 9pt;
		color: #1b1a1a;
	}

	.contact-title {
		font-size: 11pt;
		color: #1b1a1a;
	}

	.contact-box p {
		font-size: 9pt;
		color: #1b1a1a;
	}

	.address {
		font-size: 8pt;
		color: #1b1a1a;
	}
	.footer-liner .copyright {
		position: relative;
		z-index: 2;
		font-family: var(--figma-font);

		font-weight: 400;
		color: #1b1a1a;
		font-size: 12pt;
		margin: 0;
	}
}
