/**
 * KAIDA brand colors & utilities — fallback when Tailwind CDN custom config
 * does not apply. Scoped to .kaida-knitwear to override Astra defaults.
 */

.kaida-knitwear {
	--k-cream: #F7F3EC;
	--k-cream-soft: #FCFAF6;
	--k-cream-dark: #ece5d8;
	--k-surface: #ffffff;
	--k-navy: #1E2A39;
	--k-navy-dark: #152232;
	--k-gold: #B68A4A;
	--k-gold-light: #c9a877;
	--k-olive: #6F8B5E;
	--k-eco: #EEF3EB;
	--k-muted: #5F6672;
	--k-on-dark: #D8D8D8;
	--k-line: #E4DDD3;
	background-color: var(--k-cream) !important;
	color: var(--k-navy) !important;
}

html.bg-cream {
	background-color: var(--k-cream, #F7F3EC);
}

.kaida-knitwear #kaida-page {
	background-color: transparent;
}

/* ---- Backgrounds ---- */
.kaida-knitwear .bg-cream { background-color: var(--k-cream) !important; }
.kaida-knitwear .bg-cream-soft { background-color: var(--k-cream-soft) !important; }
.kaida-knitwear .bg-cream-dark { background-color: var(--k-cream-dark) !important; }
.kaida-knitwear .bg-surface { background-color: var(--k-surface) !important; }
.kaida-knitwear .bg-navy { background-color: var(--k-navy) !important; }
.kaida-knitwear .bg-navy-dark { background-color: var(--k-navy-dark) !important; }
.kaida-knitwear .bg-gold { background-color: var(--k-gold) !important; }
.kaida-knitwear .bg-gold-light { background-color: var(--k-gold-light) !important; }
.kaida-knitwear .bg-olive { background-color: var(--k-olive) !important; }
.kaida-knitwear .bg-eco { background-color: var(--k-eco) !important; }

.kaida-knitwear .bg-cream\/30 { background-color: rgb(247 243 236 / 0.3) !important; }
.kaida-knitwear .bg-cream\/40 { background-color: rgb(247 243 236 / 0.4) !important; }
.kaida-knitwear .bg-cream\/60 { background-color: rgb(247 243 236 / 0.6) !important; }
.kaida-knitwear .bg-cream-dark\/70 { background-color: rgb(236 229 216 / 0.7) !important; }
.kaida-knitwear .bg-navy\/70 { background-color: rgb(30 42 57 / 0.7) !important; }
.kaida-knitwear .bg-navy\/25 { background-color: rgb(30 42 57 / 0.25) !important; }
.kaida-knitwear .bg-navy-dark\/20 { background-color: rgb(21 34 50 / 0.2) !important; }
.kaida-knitwear .bg-navy-dark\/25 { background-color: rgb(21 34 50 / 0.25) !important; }
.kaida-knitwear .bg-navy-dark\/80 { background-color: rgb(21 34 50 / 0.8) !important; }
.kaida-knitwear .bg-gold\/15 { background-color: rgb(182 138 74 / 0.15) !important; }
.kaida-knitwear .bg-surface\/90 { background-color: rgb(255 255 255 / 0.9) !important; }
.kaida-knitwear .bg-surface\/20 { background-color: rgb(255 255 255 / 0.2) !important; }
.kaida-knitwear .bg-white\/10 { background-color: rgb(255 255 255 / 0.1) !important; }

/* ---- Text ---- */
.kaida-knitwear .text-navy { color: var(--k-navy) !important; }
.kaida-knitwear .text-cream { color: var(--k-cream) !important; }
.kaida-knitwear .text-gold { color: var(--k-gold) !important; }
.kaida-knitwear .text-gold-light { color: var(--k-gold-light) !important; }
.kaida-knitwear .text-olive { color: var(--k-olive) !important; }
.kaida-knitwear .text-muted { color: var(--k-muted) !important; }
.kaida-knitwear .text-on-dark { color: var(--k-on-dark) !important; }
.kaida-knitwear .text-surface { color: var(--k-surface) !important; }

.kaida-knitwear .text-navy\/80 { color: rgb(30 42 57 / 0.8) !important; }
.kaida-knitwear .text-navy\/40 { color: rgb(30 42 57 / 0.4) !important; }
.kaida-knitwear .text-cream\/50 { color: rgb(247 243 236 / 0.5) !important; }
.kaida-knitwear .text-cream\/60 { color: rgb(247 243 236 / 0.6) !important; }
.kaida-knitwear .text-cream\/70 { color: rgb(247 243 236 / 0.7) !important; }
.kaida-knitwear .text-cream\/80 { color: rgb(247 243 236 / 0.8) !important; }
.kaida-knitwear .text-on-dark\/60 { color: rgb(216 216 216 / 0.6) !important; }
.kaida-knitwear .text-on-dark\/70 { color: rgb(216 216 216 / 0.7) !important; }
.kaida-knitwear .text-on-dark\/80 { color: rgb(216 216 216 / 0.8) !important; }
.kaida-knitwear .text-on-dark\/90 { color: rgb(216 216 216 / 0.9) !important; }
.kaida-knitwear .text-surface\/85 { color: rgb(255 255 255 / 0.85) !important; }

/* Astra sets global h1 color — restore light headings on dark sections */
.kaida-knitwear section.text-on-dark h1,
.kaida-knitwear section.text-on-dark h2,
.kaida-knitwear section.bg-navy-dark h1,
.kaida-knitwear section.bg-navy-dark h2,
.kaida-knitwear section.bg-navy h1,
.kaida-knitwear section.bg-navy h2 {
	color: var(--k-on-dark) !important;
}

.kaida-knitwear section.text-on-dark .text-gold-light,
.kaida-knitwear section.bg-navy-dark .text-gold-light {
	color: var(--k-gold-light) !important;
}

/* Site footer CTA — Astra global h2 color hides titles on navy-dark background */
.kaida-knitwear #kaida-site-footer {
	color: var(--k-cream) !important;
}

.kaida-knitwear #kaida-site-footer h2,
.kaida-knitwear #kaida-site-footer h3 {
	color: var(--k-cream) !important;
}

.kaida-knitwear #kaida-site-footer .text-cream\/70 {
	color: rgb(247 243 236 / 0.7) !important;
}

.kaida-knitwear #kaida-site-footer .text-cream\/80 {
	color: rgb(247 243 236 / 0.8) !important;
}

/* ---- Borders ---- */
.kaida-knitwear .border-line { border-color: var(--k-line) !important; }
.kaida-knitwear .border-gold { border-color: var(--k-gold) !important; }
.kaida-knitwear .border-navy { border-color: var(--k-navy) !important; }
.kaida-knitwear .border-olive { border-color: var(--k-olive) !important; }
.kaida-knitwear .bg-olive\/20 { background-color: rgb(111 139 94 / 0.2) !important; }
.kaida-knitwear .text-olive\/40 { color: rgb(111 139 94 / 0.4) !important; }
.kaida-knitwear .text-gold\/15 { color: rgb(182 138 74 / 0.15) !important; }
.kaida-knitwear .border-cream\/10 { border-color: rgb(247 243 236 / 0.1) !important; }
.kaida-knitwear .border-cream\/20 { border-color: rgb(247 243 236 / 0.2) !important; }
.kaida-knitwear .border-cream\/30 { border-color: rgb(247 243 236 / 0.3) !important; }
.kaida-knitwear .border-line\/60 { border-color: rgb(228 221 211 / 0.6) !important; }
.kaida-knitwear .border-line\/70 { border-color: rgb(228 221 211 / 0.7) !important; }
.kaida-knitwear .border-navy\/10 { border-color: rgb(30 42 57 / 0.1) !important; }
.kaida-knitwear .border-on-dark\/15 { border-color: rgb(216 216 216 / 0.15) !important; }
.kaida-knitwear .border-on-dark\/30 { border-color: rgb(216 216 216 / 0.3) !important; }
.kaida-knitwear .border-white\/10 { border-color: rgb(255 255 255 / 0.1) !important; }

.kaida-knitwear .divide-line > :not([hidden]) ~ :not([hidden]) { border-color: var(--k-line) !important; }
.kaida-knitwear .divide-navy\/10 > :not([hidden]) ~ :not([hidden]) { border-color: rgb(30 42 57 / 0.1) !important; }

/* ---- Gradients (category cards, blog hero) ---- */
.kaida-knitwear .bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important; }
.kaida-knitwear .bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; }
.kaida-knitwear .from-navy-dark { --tw-gradient-from: #152232 var(--tw-gradient-from-position); --tw-gradient-to: rgb(21 34 50 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.kaida-knitwear .from-navy-dark\/80 { --tw-gradient-from: rgb(21 34 50 / 0.8) var(--tw-gradient-from-position); --tw-gradient-to: rgb(21 34 50 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.kaida-knitwear .via-navy-dark\/85 { --tw-gradient-to: rgb(21 34 50 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(21 34 50 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.kaida-knitwear .to-navy-dark\/20 { --tw-gradient-to: rgb(21 34 50 / 0.2) var(--tw-gradient-to-position); }
.kaida-knitwear .via-navy-dark\/80 { --tw-gradient-to: rgb(21 34 50 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(21 34 50 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.kaida-knitwear .via-navy-dark\/10 { --tw-gradient-to: rgb(21 34 50 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(21 34 50 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.kaida-knitwear .via-navy-dark\/20 { --tw-gradient-to: rgb(21 34 50 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(21 34 50 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.kaida-knitwear .to-transparent { --tw-gradient-to: transparent var(--tw-gradient-to-position); }

/* ---- Hover states ---- */
.kaida-knitwear .hover\:text-gold:hover { color: var(--k-gold) !important; }
.kaida-knitwear .hover\:text-gold-light:hover { color: var(--k-gold-light) !important; }
.kaida-knitwear .hover\:text-navy:hover { color: var(--k-navy) !important; }
.kaida-knitwear .hover\:text-cream:hover { color: var(--k-cream) !important; }
.kaida-knitwear .hover\:bg-navy:hover { background-color: var(--k-navy) !important; }
.kaida-knitwear .hover\:bg-navy-dark:hover { background-color: var(--k-navy-dark) !important; }
.kaida-knitwear .hover\:bg-gold:hover { background-color: var(--k-gold) !important; }
.kaida-knitwear .hover\:bg-gold-light:hover { background-color: var(--k-gold-light) !important; }
.kaida-knitwear .hover\:bg-cream-dark:hover { background-color: var(--k-cream-dark) !important; }
.kaida-knitwear .hover\:border-gold:hover { border-color: var(--k-gold) !important; }

/* ---- Focus (form inputs) ---- */
.kaida-knitwear .focus\:border-gold:focus { border-color: var(--k-gold) !important; }

/* ---- Placeholder ---- */
.kaida-knitwear .placeholder-muted::placeholder { color: var(--k-muted) !important; }

/* ---- Gold accent bars ---- */
.kaida-knitwear .bg-gold.h-0\.5,
.kaida-knitwear .h-0\.5.bg-gold { background-color: var(--k-gold) !important; }

/* ---- Override Astra link / container colors ---- */
.kaida-knitwear .site-content,
.kaida-knitwear #primary,
.kaida-knitwear .ast-container,
.kaida-knitwear .ast-separate-container .site-content,
.kaida-knitwear .ast-separate-container #primary {
	background-color: transparent !important;
	color: inherit !important;
}

.kaida-knitwear a:not([class*="bg-"]):not([class*="text-gold"]) {
	transition: color 0.2s ease;
}

/* ---- Buttons with brand fill ---- */
.kaida-knitwear a.bg-navy,
.kaida-knitwear button.bg-navy {
	background-color: var(--k-navy) !important;
	color: var(--k-cream) !important;
}
.kaida-knitwear a.bg-gold,
.kaida-knitwear button.bg-gold {
	background-color: var(--k-gold) !important;
	color: var(--k-surface) !important;
}

/* ---- Product detail: fixed gallery height (lg+), collapsible overflow ---- */
.kaida-product-top {
	--kaida-product-top-height: 640px;
	align-items: start;
}

.kaida-product-gallery {
	display: flex;
	gap: 1rem;
	min-height: 360px;
}

.kaida-product-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 5rem;
	flex-shrink: 0;
}

@media (min-width: 640px) {
	.kaida-product-gallery__thumbs {
		width: 6rem;
	}
}

.kaida-product-gallery__main {
	position: relative;
	flex: 1 1 0;
	min-height: 360px;
	height: 100%;
	overflow: hidden;
}

.kaida-product-gallery__main img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kaida-product-info {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.kaida-product-info__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow: visible;
}

.kaida-product-info__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.kaida-product-info__intro.is-collapsed {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.kaida-product-info__intro.is-collapsed > :first-child {
	margin-top: 0;
}

.kaida-product-info__intro.is-collapsed > :last-child {
	margin-bottom: 0;
}

.kaida-product-info__intro.is-expanded {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}

.kaida-product-collapsible__toggle {
	flex-shrink: 0;
}

.kaida-product-collapsible__toggle.hidden {
	display: none;
}

.kaida-product-specs {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 1rem;
	flex-shrink: 0;
}

.kaida-product-info__specs.is-collapsed {
	overflow: hidden;
	position: relative;
	padding-bottom: 0.5rem;
}

.kaida-product-info__specs.is-collapsed::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.25rem;
	background: linear-gradient(to bottom, rgb(247 243 236 / 0), rgb(247 243 236));
	pointer-events: none;
}

.kaida-product-info__specs.is-expanded {
	overflow: visible;
}

.kaida-product-info__specs.is-expanded::after {
	display: none;
}

.kaida-product-info__specs dd {
	margin: 0;
	word-break: break-word;
}

.kaida-product-info__actions {
	flex-shrink: 0;
	padding-top: 1.25rem;
}

@media (min-width: 1024px) {
	.kaida-product-gallery {
		height: var(--kaida-product-top-height);
		max-height: var(--kaida-product-top-height);
	}

	.kaida-product-info {
		height: var(--kaida-product-top-height);
		max-height: var(--kaida-product-top-height);
		overflow: hidden;
	}

	.kaida-product-info.is-expanded-layout {
		height: auto;
		max-height: none;
		overflow: visible;
	}

	.kaida-product-gallery__thumbs {
		max-height: 100%;
		overflow-y: auto;
		scrollbar-width: thin;
	}

	.kaida-product-info__actions {
		border-top: 1px solid rgb(228 221 211 / 0.6);
		margin-top: 0;
		padding-top: 1.25rem;
	}
}

/* ---- Floating contact dock (kda-style, refined) ---- */
.kaida-float {
	--float-inset: 1rem;
	--float-dock-w: 4.75rem;
	position: fixed;
	right: var(--float-inset);
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
	font-family: Inter, sans-serif;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.kaida-float__dock {
	position: relative;
	z-index: 3;
	width: var(--float-dock-w);
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background: #fff;
	border: 1px solid rgb(228 221 211 / 0.85);
	border-radius: 0.85rem;
	box-shadow:
		0 10px 28px rgb(30 42 57 / 0.12),
		0 2px 6px rgb(30 42 57 / 0.06);
	overflow: hidden;
}

.kaida-float__cell {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
	min-height: 4.35rem;
	margin: 0;
	padding: 0.7rem 0.4rem 0.75rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--k-navy, #1E2A39);
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	transition: background-color 0.18s ease, color 0.18s ease;
	-webkit-tap-highlight-color: transparent;
}

.kaida-float__cell + .kaida-float__cell {
	border-top: 1px solid rgb(228 221 211 / 0.75);
}

.kaida-float__cell:hover,
.kaida-float__cell:focus-visible {
	color: #fff;
	outline: none;
}

.kaida-float__cell--wa:hover,
.kaida-float__cell--wa:focus-visible {
	background: #25d366;
}

.kaida-float__cell--mail:hover,
.kaida-float__cell--mail:focus-visible {
	background: var(--k-gold, #B68A4A);
}

.kaida-float__cell--wx:hover,
.kaida-float__cell--wx:focus-visible,
.kaida-float.is-open .kaida-float__cell--wx {
	background: #07c160;
	color: #fff;
}

.kaida-float__cell.is-copied {
	background: #07c160;
	color: #fff;
}

.kaida-float__cell-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	color: inherit;
	transition: transform 0.18s ease;
}

.kaida-float__cell--wa .kaida-float__cell-icon {
	color: #25d366;
}

.kaida-float__cell--mail .kaida-float__cell-icon {
	color: var(--k-gold, #B68A4A);
}

.kaida-float__cell--wx .kaida-float__cell-icon {
	color: #07c160;
}

.kaida-float__cell:hover .kaida-float__cell-icon,
.kaida-float__cell:focus-visible .kaida-float__cell-icon,
.kaida-float.is-open .kaida-float__cell--wx .kaida-float__cell-icon,
.kaida-float__cell.is-copied .kaida-float__cell-icon {
	color: #fff;
	transform: scale(1.06);
}

.kaida-float__cell-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.kaida-float__cell-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.15;
	text-align: center;
	color: inherit;
	white-space: nowrap;
}

.kaida-float__panel {
	position: absolute;
	right: calc(var(--float-dock-w) + 0.75rem);
	top: 50%;
	width: min(19.5rem, calc(100vw - 6.5rem));
	max-height: min(32rem, calc(100vh - 2rem));
	overflow-y: auto;
	scrollbar-width: thin;
	padding: 1.1rem 1.05rem 1rem;
	border-radius: 1.1rem;
	background: #fff;
	border: 1px solid rgb(228 221 211 / 0.85);
	box-shadow: 0 18px 48px rgb(30 42 57 / 0.16);
	color: var(--k-navy, #1E2A39);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-50%) translateX(0.55rem);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 2;
}

.kaida-float.is-open .kaida-float__panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(-50%) translateX(0);
}

.kaida-float__backdrop {
	position: fixed;
	inset: 0;
	z-index: 1;
	background: rgb(21 34 50 / 0.22);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.kaida-float.is-open .kaida-float__backdrop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.kaida-float__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.35rem;
	min-height: 2rem;
}

.kaida-float__title {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--k-navy, #1E2A39);
}

.kaida-float__icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 9999px;
	background: transparent;
	color: var(--k-muted, #5F6672);
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.kaida-float__icon-btn:hover {
	background: var(--k-cream, #F7F3EC);
	color: var(--k-navy, #1E2A39);
}

.kaida-float__icon-btn svg {
	width: 1rem;
	height: 1rem;
}

.kaida-float__wechat {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.85rem;
	padding-top: 0.2rem;
	animation: kaidaFloatWechatIn 0.22s ease;
}

@keyframes kaidaFloatWechatIn {
	from {
		opacity: 0;
		transform: translateX(0.45rem);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.kaida-float__wechat-lead {
	margin: 0;
	text-align: center;
	font-size: 0.8125rem;
	color: var(--k-muted, #5F6672);
}

.kaida-float__qr-stage {
	display: flex;
	justify-content: center;
	padding: 0.9rem 0.7rem;
	border-radius: 1rem;
	background: linear-gradient(180deg, rgb(247 243 236 / 0.95), rgb(236 229 216 / 0.55));
	border: 1px solid rgb(228 221 211 / 0.65);
}

.kaida-float__qr {
	width: 10rem;
	height: 10rem;
	padding: 0.5rem;
	border-radius: 0.75rem;
	background: #fff;
	border: 1px solid rgb(228 221 211 / 0.9);
	box-shadow: 0 8px 24px rgb(30 42 57 / 0.08);
}

.kaida-float__qr img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kaida-float__wechat-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.4rem;
}

.kaida-float__wechat-label {
	margin: 0;
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--k-muted, #5F6672);
}

.kaida-float__wechat-id {
	display: inline-flex;
	align-items: baseline;
	gap: 0.4rem;
	margin: 0;
	color: var(--k-navy, #1E2A39);
	word-break: break-all;
}

.kaida-float__wechat-id-label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--k-muted, #5F6672);
}

.kaida-float__wechat-id-label::after {
	content: ':';
}

.kaida-float__wechat-id strong {
	font-size: 1.05rem;
	font-weight: 700;
}

.kaida-float__copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	max-width: 12.5rem;
	min-height: 2.5rem;
	margin-top: 0.25rem;
	padding: 0.6rem 1.1rem;
	border: 0;
	border-radius: 0.65rem;
	background: var(--k-navy, #1E2A39);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.kaida-float__copy svg {
	width: 0.95rem;
	height: 0.95rem;
	flex-shrink: 0;
}

.kaida-float__copy:hover {
	background: var(--k-navy-dark, #152232);
	box-shadow: 0 8px 18px rgb(30 42 57 / 0.18);
}

.kaida-float__copy.is-copied {
	background: #07c160;
	box-shadow: none;
}

.kaida-float__wechat-note {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0;
	padding: 0.8rem 0.9rem;
	border-radius: 0.85rem;
	background: var(--k-cream, #F7F3EC);
	border: 1px solid rgb(228 221 211 / 0.7);
	font-size: 0.8125rem;
	line-height: 1.5;
	text-align: left;
}

.kaida-float__wechat-note p {
	margin: 0;
	color: var(--k-muted, #5F6672);
}

.kaida-float__wechat-note-icon {
	flex-shrink: 0;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.1rem;
	color: var(--k-gold, #B68A4A);
}

.kaida-float__wechat-note-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.kaida-float__footer {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0.15rem 0 0;
	padding-top: 0.85rem;
	border-top: 1px solid var(--k-line, #E4DDD3);
	font-size: 0.75rem;
	color: var(--k-muted, #5F6672);
}

.kaida-float__footer svg {
	width: 0.95rem;
	height: 0.95rem;
	flex-shrink: 0;
}

body.kaida-has-float-contact #kaidaBackToTop {
	bottom: 1.5rem;
	right: 1.5rem;
}

@media (max-width: 640px) {
	.kaida-float {
		--float-inset: 0.65rem;
		--float-dock-w: 3.65rem;
		top: auto;
		bottom: 1rem;
		transform: none;
	}

	.kaida-float__dock {
		padding: 0.2rem 0;
		border-radius: 0.75rem;
	}

	.kaida-float__cell {
		min-height: 3.35rem;
		padding: 0.45rem 0.25rem 0.5rem;
		gap: 0.2rem;
	}

	.kaida-float__cell-icon {
		width: 1.25rem;
		height: 1.25rem;
	}

	.kaida-float__cell-label {
		font-size: 0.5625rem;
	}

	.kaida-float__panel {
		position: fixed;
		right: 0.65rem;
		left: 0.65rem;
		top: auto;
		bottom: calc(1rem + 11rem);
		width: auto;
		max-height: min(68vh, 28rem);
		transform: translateY(0.65rem);
	}

	.kaida-float.is-open .kaida-float__panel {
		transform: translateY(0);
	}

	.kaida-float__qr {
		width: 9rem;
		height: 9rem;
	}

	.kaida-float__copy {
		max-width: none;
	}

	body.kaida-has-float-contact #kaidaBackToTop {
		bottom: calc(1rem + 11.5rem);
		right: 0.65rem;
	}
}

/* ---- CPM Moscow 2026 landing ---- */
.kaida-knitwear.kaida-cpm-page,
.kaida-knitwear.kaida-cpm-page #kaida-page {
	background-color: #ffffff !important;
}

.kaida-cpm {
	--cpm-radius: 1rem;
	background: #ffffff;
	color: var(--k-navy);
}

.kaida-cpm__section {
	padding: 4rem 0;
	scroll-margin-top: 5.5rem;
}

.kaida-cpm__section--cream {
	background: var(--k-cream-soft);
}

@media (min-width: 768px) {
	.kaida-cpm__section {
		padding: 5rem 0;
	}
}

.kaida-cpm__section-head {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto 2.5rem;
}

.kaida-cpm__section-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(1.85rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--k-navy);
}

.kaida-cpm__section-title-ru {
	margin: 0.35rem 0 0;
	font-size: 0.95rem;
	color: rgb(30 42 57 / 0.55);
	line-height: 1.35;
}

.kaida-cpm__section-sub {
	margin: 0.9rem 0 0;
	font-size: 0.95rem;
	color: var(--k-muted);
	line-height: 1.45;
}

.kaida-cpm__section-sub-ru {
	margin: 0.25rem 0 0;
	font-size: 0.8125rem;
	color: rgb(95 102 114 / 0.9);
	line-height: 1.4;
}

.kaida-cpm__nav {
	background: rgb(255 255 255 / 0.9);
	border-bottom: 1px solid rgb(228 221 211 / 0.9);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.kaida-cpm__brand-tag {
	display: block;
	margin-top: 0.1rem;
	font-size: 10px;
	letter-spacing: 0.04em;
	color: var(--k-muted);
	white-space: nowrap;
}

.kaida-cpm__nav-link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.6rem;
	border-radius: 0.55rem;
	color: var(--k-navy);
	text-decoration: none;
	line-height: 1.2;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.kaida-cpm__nav-en {
	font-size: 0.8125rem;
	font-weight: 600;
	white-space: nowrap;
}

.kaida-cpm__nav-ru {
	font-size: 0.6875rem;
	font-weight: 500;
	color: rgb(95 102 114 / 0.92);
	margin-top: 0.12rem;
	white-space: nowrap;
}

.kaida-cpm__nav-link:hover {
	color: var(--k-gold);
	background: rgb(182 138 74 / 0.08);
}

.kaida-cpm__nav-link:hover .kaida-cpm__nav-ru {
	color: rgb(182 138 74 / 0.95);
}

.kaida-cpm__nav-cta {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--k-navy);
	color: var(--k-cream);
	padding: 0.5rem 1rem;
	border-radius: 0.7rem;
	text-decoration: none;
	line-height: 1.2;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.kaida-cpm__nav-cta .kaida-cpm__btn-en {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.kaida-cpm__nav-cta .kaida-cpm__btn-ru {
	font-size: 0.6875rem;
	font-weight: 500;
	opacity: 0.88;
	margin-top: 0.12rem;
	white-space: nowrap;
}

.kaida-cpm__nav-cta:hover {
	background: var(--k-navy-dark);
	color: var(--k-cream);
}

.kaida-cpm__btn-en {
	display: block;
	line-height: 1.2;
}

.kaida-cpm__btn-ru {
	display: block;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0.15rem;
	opacity: 0.78;
}

.kaida-cpm__why-grid {
	display: grid;
	gap: 1rem;
}

.kaida-cpm__why-card {
	padding: 1.4rem 1.2rem 1.45rem;
	border-radius: 1.15rem;
	background: #fff;
	border: 1px solid var(--k-line);
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kaida-cpm__why-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	margin-bottom: 0.95rem;
	border-radius: 999px;
	background: rgb(182 138 74 / 0.1);
	color: var(--k-navy);
}

.kaida-cpm__why-title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--k-navy);
	line-height: 1.3;
}

.kaida-cpm__why-title-ru {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	color: rgb(30 42 57 / 0.55);
}

.kaida-cpm__why-desc {
	margin: 0.7rem 0 0;
	font-size: 0.875rem;
	color: var(--k-muted);
	line-height: 1.5;
}

.kaida-cpm__why-desc-ru {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	color: rgb(95 102 114 / 0.88);
	line-height: 1.4;
}

.kaida-cpm__products-grid {
	display: grid;
	gap: 1rem;
}

.kaida-cpm__product-card {
	display: block;
	overflow: hidden;
	border-radius: 1.15rem;
	border: 1px solid var(--k-line);
	background: #fff;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kaida-cpm__product-media {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #ece7df;
}

.kaida-cpm__product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.kaida-cpm__product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.85rem 1rem;
	border-top: 1px solid var(--k-line);
}

.kaida-cpm__product-title {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--k-navy);
	line-height: 1.3;
}

.kaida-cpm__product-title-ru {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.7rem;
	color: var(--k-muted);
}

.kaida-cpm__product-arrow {
	color: var(--k-navy);
	transition: color 0.2s ease, transform 0.2s ease;
}

.kaida-cpm__product-card:hover {
	box-shadow: 0 14px 36px rgba(30, 42, 57, 0.08);
	transform: translateY(-2px);
}

.kaida-cpm__product-card:hover .kaida-cpm__product-media img {
	transform: scale(1.04);
}

.kaida-cpm__product-card:hover .kaida-cpm__product-arrow {
	color: var(--k-gold);
	transform: translateX(3px);
}

@media (min-width: 640px) {
	.kaida-cpm__why-grid,
	.kaida-cpm__products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

@media (min-width: 1024px) {
	.kaida-cpm__why-grid,
	.kaida-cpm__products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.25rem;
	}

	.kaida-cpm__why-card:hover {
		transform: translateY(-3px);
		border-color: rgb(182 138 74 / 0.35);
		box-shadow: 0 14px 34px rgba(30, 42, 57, 0.07);
	}
}

.kaida-cpm__hero {
	isolation: isolate;
	min-height: clamp(560px, 78vh, 720px);
	display: flex;
	align-items: stretch;
	background: #d8d2c8;
}

.kaida-cpm__hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.kaida-cpm__hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 42%;
	display: block;
}

/* Soft left wash — keep copy readable, let Moscow/model stay clear on the right */
.kaida-cpm__hero-veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(
			92deg,
			rgba(247, 243, 236, 0.88) 0%,
			rgba(247, 243, 236, 0.62) 18%,
			rgba(247, 243, 236, 0.22) 36%,
			rgba(247, 243, 236, 0.05) 50%,
			rgba(247, 243, 236, 0) 62%
		),
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.06) 0%,
			rgba(255, 255, 255, 0) 28%,
			rgba(255, 255, 255, 0) 78%,
			rgba(30, 42, 57, 0.08) 100%
		);
}

.kaida-cpm__hero-inner {
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}

.kaida-cpm__hero-panel {
	position: relative;
	width: 100%;
	max-width: 34rem;
	padding: 1.5rem 1.35rem;
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 48px rgba(30, 42, 57, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.kaida-cpm__hero-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.15rem;
	color: var(--k-navy);
	flex-shrink: 0;
	opacity: 0.85;
}

.kaida-cpm__booth {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2rem;
	padding: 0.7rem 1.25rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(30, 42, 57, 0.14);
	box-shadow: 0 1px 2px rgba(30, 42, 57, 0.04);
}

.kaida-cpm__booth-en {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.15;
	color: var(--k-navy);
}

.kaida-cpm__booth-ru {
	font-size: 0.7rem;
	line-height: 1.25;
	color: rgb(30 42 57 / 0.55);
}

@media (min-width: 768px) {
	.kaida-cpm__hero-inner {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.kaida-cpm__hero-panel {
		padding: 2rem 1.85rem 2rem 0.25rem;
		max-width: 36rem;
		/* Soft wash like the mock — no heavy frosted box on tablet+ */
		background: transparent;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-radius: 0;
	}

	.kaida-cpm__booth-en {
		font-size: 1.05rem;
	}
}

@media (min-width: 1024px) {
	.kaida-cpm__hero-panel {
		max-width: 38rem;
		padding-right: 2rem;
	}

	.kaida-cpm__hero-img {
		object-position: 58% 40%;
	}
}

@media (max-width: 639px) {
	.kaida-cpm__hero {
		min-height: 0;
		display: block;
	}

	.kaida-cpm__hero-media {
		position: relative;
		height: min(52vw, 280px);
		min-height: 220px;
	}

	.kaida-cpm__hero-img {
		object-position: 72% 38%;
	}

	.kaida-cpm__hero-veil {
		background:
			linear-gradient(
				180deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0.35) 55%,
				rgba(255, 255, 255, 0.92) 100%
			);
	}

	.kaida-cpm__hero-inner {
		padding-top: 0;
		padding-bottom: 1.75rem;
		margin-top: -2.5rem;
	}

	.kaida-cpm__hero-panel {
		max-width: none;
		padding: 1.25rem 1.1rem 1.35rem;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 12px 36px rgba(30, 42, 57, 0.1);
	}
}

/* ---- CPM Team + Booth dual cards ---- */
.kaida-cpm__team-booth-grid {
	display: grid;
	gap: 1.25rem;
	align-items: stretch;
}

.kaida-cpm__panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.35rem 1.25rem 1.4rem;
	border-radius: 1.35rem;
	background: #fff;
	border: 1px solid var(--k-line);
	box-shadow: 0 10px 28px rgba(30, 42, 57, 0.05);
	scroll-margin-top: 5.5rem;
}

.kaida-cpm__panel-head {
	margin-bottom: 1.1rem;
}

.kaida-cpm__panel-ru {
	margin: 0.3rem 0 0;
	font-size: 0.8125rem;
	color: rgb(30 42 57 / 0.58);
	line-height: 1.35;
}

.kaida-cpm__gold-rule {
	display: block;
	width: 3.25rem;
	height: 2px;
	margin: 0.85rem 0 0.9rem;
	background: var(--k-gold);
	border-radius: 999px;
}

.kaida-cpm__panel-media {
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid var(--k-line);
	/* Square crop: balance card height with booth column while keeping the team visible */
	aspect-ratio: 1 / 1;
	margin-bottom: 1rem;
	background: #eee;
	flex-shrink: 0;
}

.kaida-cpm__panel-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

.kaida-cpm__team-list {
	margin-top: auto;
}

.kaida-cpm__team-list > li {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid rgb(228 221 211 / 0.85);
}

.kaida-cpm__team-list > li:first-child {
	padding-top: 0.15rem;
}

.kaida-cpm__team-list > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.kaida-cpm__team-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	flex-shrink: 0;
	border-radius: 999px;
	border: 1.5px solid rgb(182 138 74 / 0.55);
	color: var(--k-gold);
	background: rgb(182 138 74 / 0.06);
}

.kaida-cpm__booth-stack {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	flex: 1;
}

.kaida-cpm__booth-card {
	padding: 1rem 1.05rem;
	border-radius: 1rem;
	background: #fbfaf7;
	border: 1px solid rgb(228 221 211 / 0.9);
}

.kaida-cpm__booth-card--meta {
	display: grid;
	gap: 0.95rem;
}

.kaida-cpm__booth-hall {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--k-navy);
	line-height: 1.2;
}

.kaida-cpm__booth-number {
	margin: 0.2rem 0 0;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 2.6vw, 1.95rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.1;
	text-transform: uppercase;
	color: #9a7340;
}

.kaida-cpm__booth-facts {
	display: grid;
	gap: 0.65rem;
}

.kaida-cpm__booth-facts > li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.kaida-cpm__booth-fact-icon {
	display: inline-flex;
	margin-top: 0.15rem;
	color: var(--k-gold);
	flex-shrink: 0;
}

.kaida-cpm__booth-map-head {
	margin-bottom: 0.75rem;
}

.kaida-cpm__booth-map-title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--k-navy);
	line-height: 1.3;
}

.kaida-cpm__booth-map-title-ru {
	margin: 0.2rem 0 0;
	font-size: 0.72rem;
	color: rgb(30 42 57 / 0.55);
	line-height: 1.3;
}

.kaida-cpm__booth-map {
	overflow: hidden;
	border-radius: 0.85rem;
	border: 1px solid var(--k-line);
	background: #fff;
	min-height: 190px;
	aspect-ratio: 16 / 11;
}

.kaida-cpm__booth-card--actions {
	padding: 0.35rem 0.55rem;
}

.kaida-cpm__booth-actions {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0.35rem;
}

.kaida-cpm__booth-actions-divider {
	width: 1px;
	align-self: stretch;
	background: rgb(228 221 211 / 0.95);
	flex-shrink: 0;
}

.kaida-cpm__booth-action {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.85rem 0.45rem;
	color: var(--k-navy);
	text-decoration: none;
	transition: color 0.2s ease;
}

.kaida-cpm__booth-action:hover {
	color: var(--k-gold);
}

.kaida-cpm__booth-action-icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #9a7340;
	opacity: 0.95;
}

.kaida-cpm__booth-invite {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 1.05rem 1.15rem;
	border-radius: 1.15rem;
	background: #efe8dc;
	border: 1px solid rgb(182 138 74 / 0.18);
}

.kaida-cpm__booth-invite-copy {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
}

.kaida-cpm__booth-invite-icon {
	display: inline-flex;
	margin-top: 0.15rem;
	color: #9a7340;
	flex-shrink: 0;
}

.kaida-cpm__booth-invite-cta {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0.7rem 1.25rem;
	border-radius: 0.75rem;
	background: var(--k-navy);
	color: var(--k-cream);
	text-decoration: none;
	line-height: 1.15;
	transition: background-color 0.2s ease;
}

.kaida-cpm__booth-invite-cta .kaida-cpm__btn-en {
	font-size: 0.875rem;
	font-weight: 600;
}

.kaida-cpm__booth-invite-cta .kaida-cpm__btn-ru {
	font-size: 0.6875rem;
	opacity: 0.78;
}

.kaida-cpm__booth-invite-cta:hover {
	background: var(--k-navy-dark);
	color: var(--k-cream);
}

@media (min-width: 640px) {
	.kaida-cpm__panel {
		padding: 1.6rem 1.5rem 1.55rem;
	}

	.kaida-cpm__booth-card--meta {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
		align-items: center;
		gap: 1rem;
	}

	.kaida-cpm__booth-map {
		min-height: 220px;
	}

	.kaida-cpm__booth-invite {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 1rem 1.25rem;
	}
}

@media (min-width: 1024px) {
	.kaida-cpm__team-booth-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

@media (max-width: 479px) {
	.kaida-cpm__booth-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.kaida-cpm__booth-actions-divider {
		width: 100%;
		height: 1px;
	}

	.kaida-cpm__booth-action {
		justify-content: flex-start;
		padding-left: 0.35rem;
	}
}

/* ---- CPM Schedule a Meeting ---- */
.kaida-cpm__meeting {
	scroll-margin-top: 5.5rem;
}

.kaida-cpm__meeting-grid {
	display: grid;
	gap: 2rem 3rem;
	align-items: start;
}

.kaida-cpm__meeting-title-ru {
	margin: 0.35rem 0 0;
	font-size: 0.95rem;
	color: rgb(30 42 57 / 0.55);
	line-height: 1.35;
}

.kaida-cpm__meeting-sub {
	margin: 0.85rem 0 0;
	font-size: 0.95rem;
	color: var(--k-muted);
	line-height: 1.45;
}

.kaida-cpm__meeting-sub-ru {
	margin: 0.25rem 0 0;
	font-size: 0.8125rem;
	color: rgb(95 102 114 / 0.85);
	line-height: 1.4;
}

.kaida-cpm__meeting-facts {
	display: grid;
	gap: 1.05rem;
	margin-top: 1.75rem;
}

.kaida-cpm__meeting-facts > li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.kaida-cpm__meeting-fact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.12rem;
	color: var(--k-navy);
	opacity: 0.88;
	flex-shrink: 0;
}

.kaida-cpm__meeting-link {
	text-decoration: none;
	transition: color 0.2s ease;
}

.kaida-cpm__meeting-link:hover {
	color: var(--k-gold);
}

.kaida-cpm__meeting-form {
	padding: 1.35rem 1.2rem 1.4rem;
	border: 1px solid var(--k-line);
	border-radius: 1rem;
	background: #fff;
}

.kaida-cpm__meeting-row {
	display: grid;
	gap: 1rem;
}

.kaida-cpm__meeting-row + .kaida-cpm__meeting-row,
.kaida-cpm__meeting-row + .kaida-cpm__field,
.kaida-cpm__meeting-row + .kaida-cpm__chips-field,
.kaida-cpm__chips-field + .kaida-cpm__field,
.kaida-cpm__field + .kaida-cpm__meeting-footer {
	margin-top: 1rem;
}

.kaida-cpm__optional {
	font-weight: 500;
	color: var(--k-muted);
}

.kaida-cpm__chips-field {
	border: 0;
	margin: 0;
	padding: 0;
	min-inline-size: 0;
}

.kaida-cpm__chips-field legend {
	display: block;
	margin-bottom: 0.55rem;
	padding: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--k-navy);
}

.kaida-cpm__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.kaida-cpm__chip {
	display: inline-flex;
	cursor: pointer;
	margin: 0;
}

.kaida-cpm__chip input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.kaida-cpm__chip > span {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.1rem;
	padding: 0.48rem 0.85rem;
	border: 1px solid var(--k-line);
	border-radius: 999px;
	background: #fff;
	color: var(--k-navy);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.25;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kaida-cpm__chip-ru {
	font-size: 0.65rem;
	font-weight: 400;
	color: rgb(30 42 57 / 0.55);
	line-height: 1.2;
}

.kaida-cpm__chip:hover > span {
	border-color: rgb(30 42 57 / 0.35);
}

.kaida-cpm__chip input:focus-visible + span {
	box-shadow: 0 0 0 3px rgb(30 42 57 / 0.12);
}

.kaida-cpm__chip input:checked + span {
	background: var(--k-navy);
	border-color: var(--k-navy);
	color: var(--k-cream);
}

.kaida-cpm__chip input:checked + span .kaida-cpm__chip-ru {
	color: rgb(247 243 236 / 0.75);
}

.kaida-cpm__meeting-note .block + .block {
	margin-top: 0.15rem;
	font-size: 0.7rem;
	color: rgb(95 102 114 / 0.9);
}

.kaida-cpm__meeting-submit .kaida-form-btn-label {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.kaida-cpm__field label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--k-navy);
}

.kaida-cpm__field-label-en {
	display: block;
	line-height: 1.3;
}

.kaida-cpm__field-label-ru {
	display: block;
	margin-top: 0.12rem;
	font-size: 0.7rem;
	font-weight: 500;
	color: rgb(30 42 57 / 0.55);
	line-height: 1.3;
}

.kaida-cpm__req {
	color: #c04545;
}

.kaida-cpm__field input,
.kaida-cpm__field select,
.kaida-cpm__field textarea {
	width: 100%;
	border: 1px solid var(--k-line);
	border-radius: 0.65rem;
	background: #fff;
	padding: 0.78rem 0.95rem;
	font-size: 0.875rem;
	color: var(--k-navy);
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaida-cpm__field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%215F6672' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	padding-right: 2.2rem;
}

.kaida-cpm__field textarea {
	min-height: 6.5rem;
	resize: vertical;
}

.kaida-cpm__field input::placeholder,
.kaida-cpm__field textarea::placeholder {
	color: rgb(95 102 114 / 0.72);
}

.kaida-cpm__field input:focus,
.kaida-cpm__field select:focus,
.kaida-cpm__field textarea:focus {
	outline: none;
	border-color: var(--k-navy);
	box-shadow: 0 0 0 3px rgb(30 42 57 / 0.08);
}

.kaida-cpm__meeting-footer {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-top: 1.1rem;
}

.kaida-cpm__meeting-note {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--k-muted);
}

.kaida-cpm__meeting-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 0;
	border-radius: 0.7rem;
	background: var(--k-navy);
	color: var(--k-cream);
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0.95rem 1.25rem;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.kaida-cpm__meeting-submit:hover {
	background: var(--k-navy-dark);
}

.kaida-cpm__meeting-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.kaida-cpm__meeting-success {
	margin: 0.9rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--k-olive);
}

.kaida-cpm__meeting-error {
	margin: 0.9rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #9b2c2c;
}

.kaida-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Request Quote — phone row (Astra sets select{width:100%} which collapses the tel input) */
.kaida-quote-phone {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.kaida-quote-phone__dial,
.kaida-quote-phone__input {
	height: 2.75rem;
	border: 1px solid #d9d2c7;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #1e2a39;
	background: #fff;
	transition: border-color 0.15s ease;
}

.kaida-quote-phone__dial {
	flex: 0 0 auto;
	width: auto !important;
	max-width: 7.5rem;
	min-width: 5.75rem;
	padding: 0 0.75rem;
	border-right: 0;
	background: rgba(247, 243, 236, 0.55);
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.65rem center;
	padding-right: 1.75rem;
	cursor: pointer;
}

.kaida-quote-phone__input {
	flex: 1 1 auto;
	min-width: 0 !important;
	width: auto !important;
	padding: 0 1rem;
}

.kaida-quote-phone__dial:focus,
.kaida-quote-phone__input:focus {
	outline: none;
	border-color: #b08d57;
	position: relative;
	z-index: 1;
}

#quoteForm input[type="text"],
#quoteForm input[type="email"],
#quoteForm input[type="tel"],
#quoteForm select,
#quoteForm textarea {
	border-radius: 0;
	box-shadow: none;
}

#quoteForm details > summary::-webkit-details-marker {
	display: none;
}

#quoteForm details[open] > summary {
	border-bottom: 1px solid #d9d2c7;
}

@media (min-width: 768px) {
	.kaida-cpm__meeting-form {
		padding: 1.55rem 1.45rem 1.55rem;
	}

	.kaida-cpm__meeting-row--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kaida-cpm__meeting-row--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kaida-cpm__meeting-footer {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}

	.kaida-cpm__meeting-submit {
		width: auto;
		min-width: 13.5rem;
		flex-shrink: 0;
	}
}

@media (min-width: 1024px) {
	.kaida-cpm__meeting-grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
		gap: 2.5rem 3.5rem;
	}

	.kaida-cpm__meeting-info {
		padding-top: 0.35rem;
	}
}

/* ---- CPM Factory / Capacity / Certs band ---- */
.kaida-cpm__proof {
	scroll-margin-top: 5.5rem;
}

.kaida-cpm__proof-band {
	display: grid;
	gap: 1.25rem;
	padding: 1.15rem;
	border-radius: 1.25rem;
	background: #eef3f7;
	border: 1px solid rgb(30 42 57 / 0.06);
}

.kaida-cpm__proof-band > article {
	background: #fff;
	border-radius: 1rem;
	padding: 1.15rem 1.1rem;
}

.kaida-cpm__proof-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--k-navy);
}

.kaida-cpm__proof-ru {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	color: rgb(30 42 57 / 0.55);
	line-height: 1.35;
}

.kaida-cpm__proof-factory {
	display: grid;
	gap: 1rem;
	align-items: center;
}

.kaida-cpm__proof-media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0.85rem;
	aspect-ratio: 1 / 1;
	background: #d9dee4;
}

.kaida-cpm__proof-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kaida-cpm__proof-caption {
	margin: 0.65rem 0 0;
	font-size: 0.875rem;
	color: var(--k-muted);
	line-height: 1.4;
}

.kaida-cpm__proof-caption-ru {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	color: rgb(95 102 114 / 0.9);
	line-height: 1.35;
}

.kaida-cpm__capacity-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 0.65rem;
	margin-top: 1rem;
}

.kaida-cpm__capacity-row > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.35rem;
	padding: 0.35rem 0.25rem;
}

.kaida-cpm__capacity-icon {
	display: inline-flex;
	color: var(--k-navy);
	opacity: 0.9;
}

.kaida-cpm__capacity-label {
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--k-navy);
}

.kaida-cpm__capacity-label-ru {
	font-size: 0.65rem;
	line-height: 1.3;
	color: rgb(30 42 57 / 0.55);
}

.kaida-cpm__certs-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.55rem;
	align-items: center;
	margin-top: 1rem;
}

.kaida-cpm__certs-row img {
	width: 100%;
	max-width: 4.5rem;
	height: 3.4rem;
	margin: 0 auto;
	object-fit: contain;
	display: block;
}

@media (min-width: 768px) {
	.kaida-cpm__proof-factory {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: 1rem 1.1rem;
	}

	.kaida-cpm__proof-media {
		aspect-ratio: 1 / 1;
		min-height: 118px;
	}

	.kaida-cpm__capacity-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		margin-top: 1.15rem;
	}

	.kaida-cpm__capacity-row > li {
		position: relative;
		padding: 0.25rem 0.5rem;
	}

	.kaida-cpm__capacity-row > li + li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 18%;
		bottom: 18%;
		width: 1px;
		background: rgb(30 42 57 / 0.12);
	}
}

@media (min-width: 1100px) {
	.kaida-cpm__proof-band {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.35fr) minmax(0, 0.95fr);
		gap: 0;
		padding: 0.85rem 0.75rem;
		align-items: stretch;
	}

	.kaida-cpm__proof-band > article {
		background: transparent;
		border-radius: 0;
		padding: 0.85rem 1.15rem;
	}

	.kaida-cpm__proof-band > article + article {
		border-left: 1px solid rgb(30 42 57 / 0.1);
	}

	.kaida-cpm__proof-capacity,
	.kaida-cpm__proof-certs {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.kaida-cpm__proof-capacity .kaida-cpm__proof-title,
	.kaida-cpm__proof-certs .kaida-cpm__proof-title,
	.kaida-cpm__proof-capacity .kaida-cpm__proof-ru,
	.kaida-cpm__proof-certs .kaida-cpm__proof-ru {
		text-align: center;
	}
}

/* Bilingual pair: EN primary, RU secondary beneath */
.kaida-cpm-bi__en {
	margin: 0;
}

.kaida-cpm-bi__ru {
	margin: 0.2rem 0 0;
	color: rgb(30 42 57 / 0.55);
	font-weight: 400;
	line-height: 1.35;
}

.kaida-cpm-bi--title .kaida-cpm-bi__ru {
	margin-top: 0.45rem;
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	color: rgb(30 42 57 / 0.62);
}

.kaida-cpm-bi--subtitle .kaida-cpm-bi__ru {
	margin-top: 0.25rem;
	font-size: 0.8125rem;
}

.kaida-cpm__hero-meta .kaida-cpm-bi__ru {
	font-size: 0.75rem;
	margin-top: 0.15rem;
}

.kaida-cpm__cta-btn:hover .kaida-cpm-bi__ru,
.kaida-cpm__cta-btn:hover [lang="ru"] {
	color: rgb(247 243 236 / 0.9);
}

.kaida-cpm__finale {
	min-height: 460px;
	isolation: isolate;
}

.kaida-cpm__finale-veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgb(21 34 50 / 0.55) 0%, rgb(21 34 50 / 0.78) 45%, rgb(21 34 50 / 0.88) 100%);
	pointer-events: none;
}

.kaida-cpm__finale-primary,
.kaida-cpm__finale-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-width: 12.5rem;
	padding: 0.8rem 1.4rem;
	border-radius: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.15;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.kaida-cpm__finale-primary {
	flex-direction: column;
	align-items: flex-start;
	background: var(--k-cream);
	color: var(--k-navy);
	border: 1px solid transparent;
}

.kaida-cpm__finale-primary .kaida-cpm__btn-ru {
	opacity: 0.7;
}

.kaida-cpm__finale-primary:hover {
	background: #fff;
	color: var(--k-navy);
	transform: translateY(-1px);
}

.kaida-cpm__finale-secondary {
	background: transparent;
	color: var(--k-cream);
	border: 1px solid rgb(247 243 236 / 0.55);
}

.kaida-cpm__finale-secondary-label {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.15;
}

.kaida-cpm__finale-secondary .kaida-cpm__btn-ru {
	opacity: 0.75;
}

.kaida-cpm__finale-secondary:hover {
	background: rgb(255 255 255 / 0.1);
	border-color: rgb(247 243 236 / 0.85);
	color: var(--k-cream);
}

.kaida-cpm__finale-footer {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgb(247 243 236 / 0.65);
	line-height: 1.45;
}

@media (max-width: 640px) {
	.kaida-cpm-bi--title .kaida-cpm-bi__ru {
		font-size: 0.95rem;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.kaida-cpm a,
	.kaida-cpm button {
		transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	}

	.kaida-cpm__hero-panel {
		animation: kaida-cpm-rise 0.7s ease both;
	}

	.kaida-cpm__why-card,
	.kaida-cpm__product-card {
		animation: kaida-cpm-rise 0.55s ease both;
	}

	.kaida-cpm__why-card:nth-child(2),
	.kaida-cpm__product-card:nth-child(2) { animation-delay: 0.05s; }
	.kaida-cpm__why-card:nth-child(3),
	.kaida-cpm__product-card:nth-child(3) { animation-delay: 0.1s; }
	.kaida-cpm__why-card:nth-child(4),
	.kaida-cpm__product-card:nth-child(4) { animation-delay: 0.15s; }
}

@keyframes kaida-cpm-rise {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ===== Homepage hero (full-bleed, polished) ===== */
.kaida-home-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--k-cream);
	min-height: clamp(34rem, 72vh, 44rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kaida-home-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.kaida-home-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 64% center;
	transform: scale(1.02);
}

.kaida-home-hero__wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			100deg,
			rgb(247 243 236 / 0.97) 0%,
			rgb(247 243 236 / 0.9) 24%,
			rgb(247 243 236 / 0.58) 42%,
			rgb(247 243 236 / 0.2) 58%,
			rgb(247 243 236 / 0.04) 72%,
			transparent 100%
		),
		linear-gradient(
			180deg,
			rgb(247 243 236 / 0.22) 0%,
			transparent 30%,
			transparent 68%,
			rgb(247 243 236 / 0.42) 100%
		);
	pointer-events: none;
}

.kaida-home-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 3.5rem;
	padding-bottom: 5rem;
}

.kaida-home-hero__copy {
	max-width: 35rem;
}

.kaida-home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 1.2rem;
	color: var(--k-gold);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.28em;
}

.kaida-home-hero__eyebrow-line {
	display: inline-block;
	width: 2.5rem;
	height: 1px;
	background: var(--k-gold);
}

.kaida-home-hero__title {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	line-height: 1.05;
	text-wrap: balance;
}

.kaida-home-hero__title-main {
	color: var(--k-navy);
	font-size: clamp(2.45rem, 5.2vw, 3.85rem);
	font-weight: 700;
	letter-spacing: -0.01em;
}

.kaida-home-hero__title-accent {
	color: var(--k-gold);
	font-size: clamp(1.85rem, 4vw, 3.05rem);
	font-weight: 500;
	font-style: italic;
}

.kaida-home-hero__desc {
	margin: 1.35rem 0 0;
	max-width: 28.5rem;
	color: rgb(30 42 57 / 0.72);
	font-size: 0.98rem;
	line-height: 1.75;
}

.kaida-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.85rem;
}

.kaida-home-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 1.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0.12rem;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.kaida-home-hero__btn--primary {
	background: var(--k-navy);
	color: var(--k-cream);
	border: 1px solid var(--k-navy);
	box-shadow: 0 12px 28px rgb(30 42 57 / 0.15);
}

.kaida-home-hero__btn--primary:hover {
	background: var(--k-navy-dark);
	border-color: var(--k-navy-dark);
	color: var(--k-cream);
	transform: translateY(-1px);
}

.kaida-home-hero__btn--secondary {
	background: rgb(255 255 255 / 0.88);
	color: var(--k-navy);
	border: 1.5px solid var(--k-gold);
	backdrop-filter: blur(8px);
}

.kaida-home-hero__btn--secondary:hover {
	background: var(--k-navy);
	border-color: var(--k-navy);
	color: var(--k-cream);
	transform: translateY(-1px);
}

/* Floating stats bridge — softer, coordinated */
.kaida-home-bridge {
	position: relative;
	z-index: 5;
	margin-top: -2.35rem;
	margin-bottom: -2.35rem;
	padding: 0 1rem;
	pointer-events: none;
}

.kaida-home-bridge .kaida-home-hero__stats-panel {
	pointer-events: auto;
}

@media (min-width: 640px) {
	.kaida-home-bridge {
		padding: 0 1.5rem;
		margin-top: -2.55rem;
		margin-bottom: -2.55rem;
	}
}

@media (min-width: 1024px) {
	.kaida-home-bridge {
		padding: 0 2rem;
		margin-top: -2.75rem;
		margin-bottom: -2.75rem;
	}
}

.kaida-home-hero__stats-panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem 0.7rem;
	padding: 1.1rem 1.1rem;
	border-radius: 1.2rem;
	background: rgb(255 255 255 / 0.97);
	border: 1px solid rgb(30 42 57 / 0.06);
	box-shadow:
		0 14px 36px rgb(30 42 57 / 0.1),
		0 1px 0 rgb(255 255 255 / 0.9) inset;
	backdrop-filter: blur(12px);
}

@media (min-width: 640px) {
	.kaida-home-hero__stats-panel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 1.15rem 1.3rem;
		border-radius: 999px;
	}
}

@media (min-width: 1024px) {
	.kaida-home-hero__stats-panel {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 0;
		padding: 1rem 0.55rem;
	}
}

.kaida-home-hero__stat {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0 0.5rem;
	min-width: 0;
}

@media (min-width: 1024px) {
	.kaida-home-hero__stat:not(:last-child) {
		border-right: 1px solid rgb(30 42 57 / 0.08);
	}
}

.kaida-home-hero__stat-icon {
	color: var(--k-gold);
	font-size: 1.15rem;
	line-height: 1;
	flex-shrink: 0;
}

.kaida-home-hero__stat-value {
	margin: 0;
	color: var(--k-navy);
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.15;
}

.kaida-home-hero__stat-label {
	margin: 0.1rem 0 0;
	color: rgb(95 102 114 / 0.92);
	font-size: 0.64rem;
	line-height: 1.25;
}

@media (max-width: 767px) {
	.kaida-home-hero {
		min-height: 34rem;
		justify-content: flex-end;
	}

	.kaida-home-hero__img {
		object-position: 72% center;
	}

	.kaida-home-hero__wash {
		background:
			linear-gradient(
				180deg,
				rgb(247 243 236 / 0.55) 0%,
				rgb(247 243 236 / 0.35) 35%,
				rgb(247 243 236 / 0.55) 62%,
				rgb(247 243 236 / 0.92) 100%
			),
			linear-gradient(
				90deg,
				rgb(247 243 236 / 0.55) 0%,
				rgb(247 243 236 / 0.12) 100%
			);
	}

	.kaida-home-hero__inner {
		padding-top: 5rem;
		padding-bottom: 3.4rem;
	}

	.kaida-home-bridge {
		margin-top: -1.6rem;
		margin-bottom: -1.6rem;
	}

	.kaida-home-hero__stats-panel {
		border-radius: 1.1rem;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.kaida-home-hero__copy {
		animation: kaida-cpm-rise 0.7s ease both;
	}

	.kaida-home-bridge .kaida-home-hero__stats-panel {
		animation: kaida-cpm-rise 0.7s ease both;
		animation-delay: 0.08s;
	}
}

/* ===== Homepage / site exhibition promo ===== */
.kaida-expo-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	max-width: 100%;
	padding: 0.35rem 0.75rem 0.35rem 0.45rem;
	border-radius: 999px;
	border: 1px solid rgb(182 138 74 / 0.35);
	background: linear-gradient(180deg, #fff 0%, #f7f3ec 100%);
	box-shadow: 0 6px 18px rgb(30 42 57 / 0.08);
	color: var(--k-navy);
	text-decoration: none;
	line-height: 1.2;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kaida-expo-badge:hover {
	transform: translateY(-1px);
	border-color: rgb(182 138 74 / 0.7);
	box-shadow: 0 10px 22px rgb(30 42 57 / 0.12);
	color: var(--k-navy);
}

.kaida-expo-badge__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgb(30 42 57 / 0.08);
	flex-shrink: 0;
	overflow: hidden;
}

.kaida-expo-badge__flag svg {
	display: block;
	border-radius: 2px;
}

.kaida-expo-badge__text {
	font-size: 0.6875rem;
	font-weight: 650;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.kaida-expo-badge--mobile {
	width: 100%;
	justify-content: center;
	padding: 0.55rem 0.9rem;
}

.kaida-expo-badge--mobile .kaida-expo-badge__text {
	font-size: 0.75rem;
	white-space: normal;
	text-align: left;
}

.kaida-expo-banner {
	background: var(--k-cream, #f7f3ec);
	padding: 0.35rem 1rem 1.5rem;
}

.kaida-expo-banner--bridged {
	padding-top: 3.15rem;
}

@media (min-width: 640px) {
	.kaida-expo-banner {
		padding: 0.25rem 1.5rem 1.75rem;
	}

	.kaida-expo-banner--bridged {
		padding-top: 3.4rem;
	}
}

@media (min-width: 1024px) {
	.kaida-expo-banner {
		padding: 0.15rem 2rem 2rem;
	}

	.kaida-expo-banner--bridged {
		padding-top: 3.65rem;
	}
}

.kaida-expo-banner__shell {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	max-width: 80rem;
	margin: 0 auto;
	min-height: 12.75rem;
	border-radius: 1.1rem;
	border: 1px solid rgb(30 42 57 / 0.08);
	box-shadow: 0 16px 40px rgb(30 42 57 / 0.1);
	background:
		radial-gradient(110% 130% at 10% 15%, rgb(182 138 74 / 0.18) 0%, transparent 45%),
		linear-gradient(115deg, #152232 0%, #1c2a38 50%, #243447 100%);
}

.kaida-expo-banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.kaida-expo-banner__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 72% center;
	transform: scale(1.03);
	filter: saturate(1.02) contrast(1.04);
}

.kaida-expo-banner__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgb(16 26 40 / 0.94) 0%, rgb(16 26 40 / 0.82) 34%, rgb(16 26 40 / 0.45) 62%, rgb(16 26 40 / 0.18) 100%),
		linear-gradient(180deg, rgb(16 26 40 / 0.1) 0%, rgb(16 26 40 / 0.35) 100%);
}

.kaida-expo-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.35rem;
	padding: 1.6rem 1.4rem 1.65rem;
}

@media (min-width: 768px) {
	.kaida-expo-banner__inner {
		flex-direction: row;
		align-items: center;
		padding: 1.85rem 2rem;
		gap: 1.75rem;
	}
}

.kaida-expo-banner__eyebrow {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	margin: 0 0 0.5rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #d4a85a;
}

.kaida-expo-banner__eyebrow .kaida-expo-banner__ru {
	letter-spacing: 0.12em;
	font-weight: 600;
	opacity: 0.78;
	font-size: 0.625rem;
}

.kaida-expo-banner__title {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(1.5rem, 2.5vw, 2.05rem);
	font-weight: 700;
	line-height: 1.15;
	color: #f7f3ec;
	text-wrap: balance;
}

.kaida-expo-banner__title-ru {
	font-size: clamp(0.95rem, 1.5vw, 1.12rem);
	font-weight: 500;
	font-style: italic;
	color: rgb(247 243 236 / 0.78);
	letter-spacing: 0;
}

.kaida-expo-banner__en,
.kaida-expo-banner__ru {
	display: block;
}

.kaida-expo-banner__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.65rem 0.35rem;
	list-style: none;
	margin: 0.95rem 0 0;
	padding: 0;
	color: rgb(247 243 236 / 0.86);
	font-size: 0.8125rem;
	font-weight: 500;
}

.kaida-expo-banner__meta li {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.4rem;
}

.kaida-expo-banner__meta li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1.55rem;
	margin-left: 0.75rem;
	margin-top: 0.15rem;
	background: rgb(247 243 236 / 0.28);
}

.kaida-expo-banner__icon {
	display: inline-flex;
	margin-top: 0.15rem;
	color: #d4a85a;
	opacity: 0.95;
}

.kaida-expo-banner__meta-text {
	display: inline-flex;
	flex-direction: column;
	gap: 0.12rem;
	line-height: 1.25;
}

.kaida-expo-banner__meta-text .kaida-expo-banner__ru {
	font-size: 0.7rem;
	font-weight: 400;
	color: rgb(247 243 236 / 0.7);
}

.kaida-expo-banner__cta {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.2rem;
	flex-shrink: 0;
	padding: 0.85rem 1.35rem;
	border-radius: 0.12rem;
	background: linear-gradient(180deg, #d4a85a 0%, #b68a4a 100%);
	color: #152232;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.15;
	box-shadow: 0 12px 28px rgb(0 0 0 / 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.kaida-expo-banner__cta-en {
	display: block;
}

.kaida-expo-banner__cta-ru {
	display: block;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	opacity: 0.82;
	text-transform: none;
}

.kaida-expo-banner__cta:hover {
	transform: translateY(-2px);
	filter: brightness(1.04);
	box-shadow: 0 14px 28px rgb(0 0 0 / 0.28);
	color: #152232;
}

@media (prefers-reduced-motion: no-preference) {
	.kaida-expo-banner__shell {
		animation: kaida-cpm-rise 0.65s ease both;
	}

	.kaida-expo-banner__shell:hover .kaida-expo-banner__img {
		transform: scale(1.08);
		transition: transform 4s ease;
	}
}
