.cc-dm-hs-textiles-home {
	--cc-dm-textiles-home-text: #1b1919;
	--cc-dm-textiles-home-accent: #ab2424;
	--cc-dm-textiles-home-stroke: #f6f6f6;
	--cc-dm-textiles-home-white: #ffffff;
	box-sizing: border-box;
	width: 100%;
	background: var(--cc-dm-textiles-home-white);
	color: var(--cc-dm-textiles-home-text);
	font-family: Montserrat, Arial, sans-serif;
	padding-block: clamp(32px, 5vw, 58px);
}

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

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

.cc-dm-hs-textiles-home__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	min-width: 0;
	min-height: 362px;
	padding-right: 0;
}

.cc-dm-hs-textiles-home__title {
	max-width: 620px;
	margin: 0;
	color: var(--cc-dm-textiles-home-text);
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

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

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

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

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

.cc-dm-hs-textiles-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 16px 24px;
	background: var(--cc-dm-textiles-home-accent);
	border-radius: 999px;
	color: var(--cc-dm-textiles-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-textiles-home__button:hover,
.cc-dm-hs-textiles-home__button:focus {
	background: #8b1316;
	color: var(--cc-dm-textiles-home-white);
	text-decoration: none !important;
	transform: translateY(-1px);
}

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

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

.cc-dm-hs-textiles-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-textiles-home__button-arrow::after {
	position: absolute;
	width: 10px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	content: "";
	transform: translateX(-1px);
}

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

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

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

	.cc-dm-hs-textiles-home__content {
		min-height: 0;
	}

	.cc-dm-hs-textiles-home__media {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}
}

@media (max-width: 480px) {
	.cc-dm-hs-textiles-home {
		padding-block: 28px;
	}

	.cc-dm-hs-textiles-home__inner {
		gap: 20px;
		padding: 16px;
		border-radius: 20px;
	}

	.cc-dm-hs-textiles-home__title {
		font-size: 28px;
		line-height: 1.14;
	}

	.cc-dm-hs-textiles-home__text {
		font-size: 15px;
		line-height: 1.42;
	}

	.cc-dm-hs-textiles-home__button {
		width: 100%;
		min-height: 50px;
		font-size: 16px;
	}

	.cc-dm-hs-textiles-home__media {
		border-radius: 14px;
	}
}
