

/* Start:/local/templates/aspro-lite/css/cooperation-landing.css?17872430739352*/
/* Cooperation landings: /cooperation/{designers,spa,beach,b2b}/ */

/* Full width — hide cooperation left menu */
body:has(.coop) .left_block {
	display: none !important;
}

body:has(.coop) .right_block.narrow_Y,
body:has(.coop) .container > .row > .maxwidth-theme > .content-md > .right_block {
	width: 100% !important;
	max-width: 100%;
}

body:has(.coop) .right_block,
body:has(.coop) .main > .container {
	max-width: 100%;
	min-width: 0;
}

body:has(.coop) .page-top-info .topic {
	display: none !important;
}

body:has(.coop) .page-top-wrapper {
	padding-bottom: 0;
}

.coop {
	--coop-ink: #1a1815;
	--coop-muted: rgba(26, 24, 21, 0.72);
	--coop-line: rgba(26, 24, 21, 0.12);
	--coop-sand: #ddd6c8;
	--coop-water: #3a5554;
	--coop-surface: #f6f3ec;
	--coop-hero-h: min(82vh, 680px);
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	color: var(--coop-ink);
	box-sizing: border-box;
	overflow-x: clip;
}

.coop *,
.coop *::before,
.coop *::after {
	box-sizing: border-box;
}

.coop--spa {
	--coop-surface: #eef3f2;
	--coop-water: #2f4f50;
}

.coop--beach {
	--coop-surface: #f4ebe0;
	--coop-water: #2c6a7a;
}

.coop--b2b {
	--coop-surface: #f0eeeb;
	--coop-water: #2a3334;
}

/* ——— Hero ——— */
.coop-hero {
	position: relative;
	min-height: var(--coop-hero-h);
	display: flex;
	align-items: flex-end;
	color: #fff;
	background: #1a1815;
	overflow: hidden;
}

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

.coop-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transform: scale(1.04);
	animation: coop-hero-ken 18s ease-out forwards;
}

.coop-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			105deg,
			rgba(12, 11, 10, 0.72) 0%,
			rgba(12, 11, 10, 0.42) 42%,
			rgba(12, 11, 10, 0.28) 100%
		),
		linear-gradient(
			180deg,
			rgba(12, 11, 10, 0.15) 0%,
			rgba(12, 11, 10, 0.55) 70%,
			rgba(12, 11, 10, 0.78) 100%
		);
}

.coop-hero__inner {
	position: relative;
	z-index: 2;
	width: min(1080px, calc(100% - 48px));
	margin: 0 auto;
	padding: 64px 0 56px;
	color: #fff;
}

.coop-hero__brand {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 6vw, 64px);
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 0.95;
	color: #fff;
}

.coop-hero__title {
	margin: 0 0 14px;
	max-width: 16ch;
	font-size: clamp(24px, 3.4vw, 38px);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: #fff;
}

.coop-hero__lead {
	margin: 0 0 28px;
	max-width: 38ch;
	font-size: clamp(15px, 1.35vw, 17px);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

.coop-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.coop-hero__btn {
	margin: 0;
}

.coop-hero__btn--ghost {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.55) !important;
	background: transparent !important;
}

.coop-hero__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12) !important;
}

/* ——— Sections ——— */
.coop-section {
	padding: 72px 0;
	color: var(--coop-ink);
	background: #fff;
}

.coop-section__inner {
	width: min(1080px, calc(100% - 48px));
	margin: 0 auto;
}

.coop-section__title {
	margin: 0 0 36px;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.15;
	color: var(--coop-ink);
}

/* Why — 2×2 editorial grid, no side photo */
.coop-why {
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(58, 85, 84, 0.07), transparent 55%),
		var(--coop-surface);
}

.coop-why__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--coop-line);
	border-left: 1px solid var(--coop-line);
}

.coop-why__card {
	display: grid;
	gap: 10px;
	padding: 28px 28px 32px;
	border-right: 1px solid var(--coop-line);
	border-bottom: 1px solid var(--coop-line);
	background: transparent;
	transition: background 0.35s ease;
}

.coop-why__card:hover {
	background: rgba(255, 255, 255, 0.55);
}

.coop-why__item-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--coop-ink);
}

.coop-why__item-text {
	font-size: 15px;
	line-height: 1.55;
	color: var(--coop-muted);
	max-width: 36ch;
}

/* Scenarios */
.coop-scenarios__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	border-top: 1px solid var(--coop-line);
}

.coop-scenarios__item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 16px;
	align-items: baseline;
	padding: 20px 0;
	border-bottom: 1px solid var(--coop-line);
}

.coop-scenarios__num {
	font-variant-numeric: tabular-nums;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: var(--coop-water);
}

.coop-scenarios__text {
	font-size: clamp(18px, 2.1vw, 24px);
	font-weight: 500;
	line-height: 1.3;
	color: var(--coop-ink);
}

/* Mood gallery — clickable, no captions */
.coop-mood {
	background: #11100e;
	color: #fff;
}

.coop-mood .coop-section__title {
	color: #fff;
}

.coop-mood__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(150px, 17vw);
	gap: 10px;
}

.coop-mood__cell {
	position: relative;
	display: block;
	overflow: hidden;
	background: #2a2824;
	min-height: 0;
	cursor: zoom-in;
	text-decoration: none;
}

.coop-mood__cell--wide {
	grid-column: span 2;
}

.coop-mood__cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease, filter 0.4s ease;
}

.coop-mood__cell:hover img {
	transform: scale(1.045);
	filter: brightness(1.05);
}

.coop-mood__cell::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
	transition: box-shadow 0.35s ease;
}

.coop-mood__cell:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

/* Steps */
.coop-steps {
	background: var(--coop-surface);
}

.coop-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.coop-steps__item {
	display: grid;
	gap: 12px;
	padding-top: 16px;
	border-top: 2px solid var(--coop-water);
	min-width: 0;
}

.coop-steps__num {
	font-size: 12px;
	letter-spacing: 0.12em;
	color: var(--coop-water);
	font-weight: 600;
}

.coop-steps__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--coop-ink);
}

/* Form */
.coop-form-section {
	padding-bottom: 96px;
	background: #fff;
}

.coop-form-section__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 40px 56px;
	align-items: start;
}

.coop-form-section__lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var(--coop-muted);
	max-width: 34ch;
}

.coop-form-section__card {
	padding: 28px 28px 24px;
	background: var(--coop-surface);
	border: 1px solid var(--coop-line);
}

/* Lightbox */
.coop-lb {
	padding: 0;
	border: 0;
	max-width: min(96vw, 1280px);
	max-height: 92vh;
	background: transparent;
	overflow: visible;
}

.coop-lb::backdrop {
	background: rgba(8, 7, 6, 0.88);
	backdrop-filter: blur(4px);
}

.coop-lb__img {
	display: block;
	max-width: min(92vw, 1200px);
	max-height: 86vh;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 2px;
}

.coop-lb__close,
.coop-lb__nav {
	position: absolute;
	z-index: 2;
	border: 0;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: background 0.2s ease;
}

.coop-lb__close:hover,
.coop-lb__nav:hover {
	background: rgba(255, 255, 255, 0.22);
}

.coop-lb__close {
	top: -52px;
	right: 0;
	font-size: 32px;
}

.coop-lb__nav--prev {
	left: -56px;
	top: 50%;
	transform: translateY(-50%);
}

.coop-lb__nav--next {
	right: -56px;
	top: 50%;
	transform: translateY(-50%);
}

/* Reveal */
.coop-reveal {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: no-preference) {
	.coop-reveal {
		opacity: 0;
		transform: translateY(14px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}

	.coop-reveal.is-visible {
		opacity: 1;
		transform: none;
	}
}

@keyframes coop-hero-ken {
	from { transform: scale(1.06); }
	to { transform: scale(1); }
}

@media (max-width: 991px) {
	.coop-form-section__inner {
		grid-template-columns: 1fr;
	}

	.coop-mood__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: minmax(160px, 28vw);
	}

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

	.coop-hero {
		min-height: min(72vh, 580px);
	}

	.coop-lb__nav--prev {
		left: 8px;
	}

	.coop-lb__nav--next {
		right: 8px;
	}

	.coop-lb__close {
		top: 8px;
		right: 8px;
	}
}

@media (max-width: 575px) {
	.coop-section {
		padding: 52px 0;
	}

	.coop-section__inner,
	.coop-hero__inner {
		width: calc(100% - 32px);
	}

	.coop-why__grid {
		grid-template-columns: 1fr;
	}

	.coop-why__card {
		padding: 22px 20px 24px;
	}

	.coop-steps__list,
	.coop-mood__grid {
		grid-template-columns: 1fr;
	}

	.coop-mood__cell--wide {
		grid-column: span 1;
	}

	.coop-mood__grid {
		grid-auto-rows: minmax(210px, 58vw);
	}

	.coop-form-section__card {
		padding: 20px 16px 18px;
	}

	.coop-hero__inner {
		padding: 44px 0 40px;
	}
}

/* End */
/* /local/templates/aspro-lite/css/cooperation-landing.css?17872430739352 */
