.bl-delivery-note {
	background: #fbfaf7;
}

.bl-delivery-note__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
	gap: clamp(30px, 4vw, 58px);
	align-items: center;
	padding: clamp(30px, 3.5vw, 42px);
	border: 1px solid #e8ded0;
	border-radius: 34px;
	background: #fffdf9;
	box-shadow: 0 14px 38px rgba(44, 42, 38, 0.045);
}

.bl-delivery-note__copy {
	display: grid;
	gap: 16px;
	align-content: start;
	min-width: 0;
	width: 100%;
	max-width: 600px;
}

.bl-delivery-note__copy .bl-kicker {
	margin-bottom: 0;
}

.bl-delivery-note__copy .bl-h2 {
	font-family: "Cardo", Georgia, serif;
	font-size: clamp(2.2rem, 2.65vw, 2.72rem);
	line-height: 1.2;
	letter-spacing: 0;
	max-width: 17ch;
}

.bl-delivery-note__text {
	display: grid;
	gap: 12px;
	min-width: 0;
	max-width: 54ch;
}

.bl-delivery-note__text p,
.bl-delivery-note__card p {
	margin: 0;
	color: var(--bl-ink-soft, #776f68);
	font-size: 1rem;
	line-height: 1.72;
}

.bl-delivery-note__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 560px;
	margin-top: 2px;
}

.bl-delivery-note__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(172, 132, 80, 0.16);
	background: rgba(248, 243, 237, 0.7);
	color: var(--bl-ink, #2c2521);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.bl-delivery-note__card {
	position: relative;
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	align-content: start;
	align-self: center;
	justify-self: end;
	width: 100%;
	padding: 28px;
	border: 1px solid rgba(216, 198, 174, 0.72);
	border-radius: 26px;
	background: linear-gradient(180deg, #fbf6ef 0%, #f7efe5 100%);
	box-shadow: 0 16px 34px rgba(44, 42, 38, 0.055);
	overflow: visible;
}

.bl-delivery-note__card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(196, 160, 109, 0), rgba(196, 160, 109, 0.62), rgba(196, 160, 109, 0));
}

.bl-delivery-note__card h3 {
	position: relative;
	margin: 0;
	color: var(--bl-ink, #2c2521);
	font-family: "Cardo", Georgia, serif;
	font-size: 1.62rem;
	line-height: 1.12;
	letter-spacing: 0;
}

.bl-delivery-note__card p {
	position: relative;
}

.bl-delivery-note__actions,
.bl-home-comfort-teaser__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.bl-delivery-note__actions {
	position: relative;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 2px;
}

.bl-delivery-note .bl-button,
.bl-home-comfort-teaser .bl-button {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

.bl-delivery-note .bl-button {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 16px;
}

.bl-delivery-note .bl-button--outline,
.bl-home-comfort-teaser .bl-button--outline {
	color: var(--bl-ink, #2f241d);
	border: 1px solid rgba(172, 132, 80, 0.22);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: none;
}

.bl-delivery-note .bl-button--outline:hover,
.bl-delivery-note .bl-button--outline:focus-visible,
.bl-home-comfort-teaser .bl-button--outline:hover,
.bl-home-comfort-teaser .bl-button--outline:focus-visible {
	border-color: rgba(172, 132, 80, 0.34);
	background: rgba(255, 255, 255, 0.94);
}

.bl-home-comfort-teaser {
	background: var(--bl-ivory, #fbf8f4);
}

.bl-home-comfort-teaser__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.72fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: clamp(30px, 4.8vw, 52px);
	border: 1px solid rgba(93, 89, 80, 0.14);
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 20px 52px rgba(44, 42, 38, 0.07);
}

.bl-home-comfort-teaser__copy {
	display: grid;
	gap: 18px;
	align-content: center;
	min-width: 0;
}

.bl-home-comfort-teaser__copy .bl-h2 {
	max-width: 14.5ch;
}

.bl-home-comfort-teaser__copy .bl-subtitle {
	max-width: 36em;
	margin: 0;
}

.bl-home-comfort-teaser__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 2px;
}

.bl-home-comfort-teaser__tags span {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 17px;
	color: var(--bl-ink, #2f241d);
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.45;
}

.bl-home-comfort-teaser__tags span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bl-gold-deep, #ac8450);
	transform: translateY(-50%);
}

.bl-home-comfort-teaser__actions {
	margin-top: 6px;
}

.bl-home-comfort-teaser__media {
	display: block;
	justify-self: end;
	width: min(100%, 430px);
	border-radius: 30px;
	overflow: hidden;
	background: #eeeee9;
	box-shadow: 0 18px 42px rgba(44, 42, 38, 0.09);
}

.bl-home-comfort-teaser__media.is-image-missing {
	display: none;
}

.bl-home-comfort-teaser__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 0.42s ease;
}

.bl-home-comfort-teaser__media:hover img,
.bl-home-comfort-teaser__media:focus-visible img {
	transform: scale(1.018);
}

@media (max-width: 900px) {
	.bl-delivery-note__inner {
		grid-template-columns: 1fr;
		padding: 34px;
	}

	.bl-delivery-note__copy .bl-h2 {
		max-width: 13ch;
	}

	.bl-delivery-note__card {
		justify-self: stretch;
		width: 100%;
	}

	.bl-home-comfort-teaser__inner {
		grid-template-columns: 1fr;
	}

	.bl-home-comfort-teaser__copy .bl-h2 {
		max-width: none;
	}

	.bl-home-comfort-teaser__media {
		justify-self: stretch;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.bl-delivery-note__inner {
		padding: 26px 22px;
		border-radius: 28px;
	}

	.bl-delivery-note__copy {
		gap: 16px;
	}

	.bl-delivery-note__copy .bl-h2 {
		font-size: 2.08rem;
		line-height: 1.2;
		max-width: none;
	}

	.bl-delivery-note__tags span {
		width: 100%;
		justify-content: center;
		white-space: normal;
		text-align: center;
	}

	.bl-delivery-note__card {
		padding: 22px;
		border-radius: 24px;
	}

	.bl-home-comfort-teaser__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 10px;
	}

	.bl-home-comfort-teaser__inner {
		padding: 24px 20px;
		border-radius: 28px;
	}

	.bl-home-comfort-teaser__copy {
		gap: 16px;
	}

	.bl-home-comfort-teaser__copy .bl-h2 {
		font-size: clamp(2.08rem, 8.4vw, 2.62rem);
		line-height: 1.12;
	}

	.bl-home-comfort-teaser__copy .bl-subtitle {
		font-size: clamp(1rem, 4vw, 1.08rem);
		line-height: 1.58;
	}

	.bl-home-comfort-teaser__tags {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.bl-delivery-note .bl-button,
	.bl-home-comfort-teaser .bl-button {
		width: 100%;
		min-height: 54px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.bl-home-comfort-teaser__media {
		border-radius: 24px;
	}
}
