.cc-dm-hs-bedlen-home {
	--cc-dm-bedlen-home-text: #1b1919;
	--cc-dm-bedlen-home-accent: #ab2424;
	--cc-dm-bedlen-home-accent-hover: #8b1316;
	--cc-dm-bedlen-home-stroke: #f6f6f6;
	--cc-dm-bedlen-home-white: #ffffff;
	box-sizing: border-box;
	width: 100%;
	background: var(--cc-dm-bedlen-home-white);
	color: var(--cc-dm-bedlen-home-text);
	font-family: Montserrat, Arial, sans-serif;
	padding-block: 0;
}

.cc-dm-hs-bedlen-home *,
.cc-dm-hs-bedlen-home *::before,
.cc-dm-hs-bedlen-home *::after {
	box-sizing: border-box;
}

.cc-dm-hs-bedlen-home__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: 1420px;
	margin-inline: auto;
	padding: 24px;
	background: var(--cc-dm-bedlen-home-white);
	border: 1px solid var(--cc-dm-bedlen-home-stroke);
	border-radius: 24px;
}

.cc-dm-hs-bedlen-home__media {
	min-width: 0;
	height: 400px;
	overflow: hidden;
	background: var(--cc-dm-bedlen-home-stroke);
	border-radius: 16px;
}

.cc-dm-hs-bedlen-home__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.cc-dm-hs-bedlen-home__image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f7f2ee 0%, #efe2d8 48%, #f8f8f8 100%);
}

.cc-dm-hs-bedlen-home__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 60px;
	min-width: 0;
	height: 100%;
}

.cc-dm-hs-bedlen-home__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	width: 100%;
	min-width: 0;
}

.cc-dm-hs-bedlen-home__title {
	width: 100%;
	margin: 0;
	color: var(--cc-dm-bedlen-home-text);
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	overflow-wrap: anywhere;
}

.cc-dm-hs-bedlen-home__text,
.cc-dm-hs-bedlen-home__accent-text {
	width: 100%;
	color: var(--cc-dm-bedlen-home-text);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.cc-dm-hs-bedlen-home__text p,
.cc-dm-hs-bedlen-home__accent-text p {
	margin: 0;
}

.cc-dm-hs-bedlen-home__text p + p,
.cc-dm-hs-bedlen-home__accent-text p + p {
	margin-top: 8px;
}

.cc-dm-hs-bedlen-home__accent-line {
	width: 102px;
	height: 1px;
	background: var(--cc-dm-bedlen-home-accent);
}

.cc-dm-hs-bedlen-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 16px 24px;
	background: var(--cc-dm-bedlen-home-accent);
	border-radius: 100px;
	color: var(--cc-dm-bedlen-home-white);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 180ms ease, transform 180ms ease;
}

.cc-dm-hs-bedlen-home__button:hover,
.cc-dm-hs-bedlen-home__button:focus {
	background: var(--cc-dm-bedlen-home-accent-hover);
	color: var(--cc-dm-bedlen-home-white);
	text-decoration: none !important;
	transform: translateY(-1px);
}

.cc-dm-hs-bedlen-home__button:focus-visible {
	outline: 3px solid rgba(171, 36, 36, 0.28);
	outline-offset: 3px;
}

.cc-dm-hs-bedlen-home__button-arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	color: currentColor;
}

.cc-dm-hs-bedlen-home__button-arrow::before {
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateX(-1px) rotate(45deg);
}

.cc-dm-hs-bedlen-home__button-arrow::after {
	position: absolute;
	width: 10px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	content: "";
	transform: translateX(-1px);
}

@media (max-width: 900px) {
	.cc-dm-hs-bedlen-home__inner {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.cc-dm-hs-bedlen-home__content {
		gap: 32px;
	}
}

@media (max-width: 640px) {
	.cc-dm-hs-bedlen-home__inner {
		padding: 24px 12px;
		border-radius: 12px;
	}

	.cc-dm-hs-bedlen-home__media {
		width: 100%;
		height: 200px;
		border-radius: 8px;
	}

	.cc-dm-hs-bedlen-home__content {
		gap: 32px;
	}

	.cc-dm-hs-bedlen-home__copy {
		gap: 24px;
	}

	.cc-dm-hs-bedlen-home__title {
		font-size: 24px;
		line-height: 1;
	}

	.cc-dm-hs-bedlen-home__text,
	.cc-dm-hs-bedlen-home__accent-text {
		font-size: 14px;
		line-height: 1.15;
	}

	.cc-dm-hs-bedlen-home__accent-line {
		width: 76px;
	}

	.cc-dm-hs-bedlen-home__button {
		width: 100%;
		min-height: 42px;
		padding: 12px 24px;
		font-size: 14px;
	}
}
