/**
 * Strona główna — hero + trust bar (port Astro).
 */

.dehoust-home {
	margin: 0;
}

/* Hero */
.dehoust-hero {
	position: relative;
	overflow: hidden;
	background: var(--dehoust-color-primary);
	color: #fff;
}

.dehoust-hero__bg {
	pointer-events: none;
	position: absolute;
	inset: 0;
}

.dehoust-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dehoust-hero__viewport {
	position: relative;
	overflow: hidden;
	touch-action: pan-y;
}

.dehoust-hero__track {
	display: flex;
}

.dehoust-hero__track--animated {
	transition: transform 0.5s ease-out;
}

.dehoust-hero__slide {
	width: 100%;
	flex-shrink: 0;
}

.dehoust-hero__slide-inner {
	position: relative;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1280px) {
	.dehoust-hero__slide-inner {
		min-height: 42.5rem;
		flex-direction: row;
		align-items: center;
	}
}

.dehoust-hero__content-wrap {
	position: relative;
	z-index: 10;
	padding-block: 3rem;
}

@media (min-width: 1280px) {
	.dehoust-hero__content-wrap {
		flex-shrink: 0;
		padding-block: 0;
	}
}

.dehoust-hero__content {
	display: flex;
	max-width: 37.4375rem;
	flex-direction: column;
	gap: 1.75rem;
}

.dehoust-hero__title {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 700;
	line-height: 1.125;
	color: #fff;
}

.dehoust-hero__lead {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: clamp(1.25rem, 3vw, 2rem);
	font-weight: 600;
	line-height: 1.25;
}

.dehoust-hero__text {
	margin: 0;
	max-width: 37.25rem;
	font-size: 1.125rem;
	line-height: 1.5;
}

.dehoust-hero__cta {
	display: inline-flex;
	min-height: 3.125rem;
	width: 10.5625rem;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--dehoust-color-accent);
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.dehoust-hero__cta:hover,
.dehoust-hero__cta:focus-visible {
	opacity: 0.95;
	color: #fff;
	text-decoration: none;
}

.dehoust-hero__media {
	display: flex;
	justify-content: center;
	padding: 0 1rem 2rem;
}

.dehoust-hero__media img {
	height: auto;
	width: 100%;
	max-width: 35rem;
	object-fit: contain;
}

@media (min-width: 1280px) {
	.dehoust-hero__media {
		position: absolute;
		inset-block: 0;
		right: 0;
		z-index: 0;
		display: flex;
		width: min(60rem, 52.5vw);
		align-items: center;
		justify-content: flex-end;
		padding: 0;
		pointer-events: none;
	}

	.dehoust-hero__media img {
		max-width: 60rem;
		max-height: 41rem;
		width: 100%;
	}
}

.dehoust-hero__dots-wrap {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (min-width: 1280px) {
	.dehoust-hero__dots-wrap {
		position: absolute;
		inset-inline: 0;
		bottom: 1.9375rem;
		padding-bottom: 0;
	}
}

.dehoust-hero__dots {
	display: flex;
	gap: 0.5rem;
}

.dehoust-hero__dot {
	width: 1.5625rem;
	height: 0.75rem;
	padding: 0;
	border: 1px solid var(--dehoust-color-line);
	border-radius: 7px;
	background: transparent;
	cursor: pointer;
}

.dehoust-hero__dot[data-active] {
	background: rgb(226 243 255 / 0.7);
}

/* Trust bar */
.dehoust-trust {
	background: #fff;
	padding-top: 3.75rem;
	padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {
	.dehoust-trust {
		min-height: 11.875rem;
	}
}

.dehoust-trust__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 640px) {
	.dehoust-trust__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1.5rem;
		row-gap: 2.5rem;
	}
}

@media (min-width: 1280px) {
	.dehoust-trust__list {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1.5rem;
	}
}

.dehoust-trust__item {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 1rem;
}

.dehoust-trust__icon {
	width: 3.5625rem;
	height: 3.5625rem;
	flex-shrink: 0;
	object-fit: contain;
}

@media (min-width: 640px) {
	.dehoust-trust__icon {
		width: 3.625rem;
		height: 3.625rem;
	}
}

.dehoust-trust__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.75rem;
}

.dehoust-trust__title {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--dehoust-color-text-muted);
}

.dehoust-trust__desc {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--dehoust-color-text-muted);
}

.dehoust-trust__divider {
	display: none;
}

@media (min-width: 640px) {
	.dehoust-trust__divider {
		display: block;
		grid-column: span 2;
		height: 1px;
		width: 100%;
		background: var(--dehoust-color-line);
	}
}

@media (min-width: 1280px) {
	.dehoust-trust__divider {
		display: block;
		grid-column: auto;
		width: 1px;
		height: 6.875rem;
		flex-shrink: 0;
		align-self: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dehoust-hero__track--animated {
		transition: none;
	}

	.dehoust-featured__track--animated {
		transition: none;
	}
}

/* Wspólne: nagłówek sekcji + przycisk */
.dehoust-section-header {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.dehoust-section-header__title {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--dehoust-color-text);
}

.dehoust-section-header__rule {
	display: flex;
	height: 0.375rem;
	align-items: center;
}

.dehoust-section-header__accent {
	width: 2.5rem;
	height: 0.375rem;
	flex-shrink: 0;
	border-radius: 0.125rem;
	background: var(--dehoust-color-primary);
}

.dehoust-section-header__line {
	height: 1px;
	flex: 1;
	background: var(--dehoust-color-line);
}

/* Linie produktowe */
.dehoust-category-lines {
	background: #fff;
	padding-block: 2.5rem 0;
}

@media (min-width: 1280px) {
	.dehoust-category-lines {
		padding-bottom: 6rem;
	}
}

.dehoust-category-lines__inner {
	display: flex;
	flex-direction: column;
	gap: 3.8125rem;
}

.dehoust-category-lines__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 640px) {
	.dehoust-category-lines__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.dehoust-category-lines__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.875rem;
	}
}

.dehoust-category-lines__card {
	position: relative;
	display: flex;
	min-height: 13.0625rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	overflow: hidden;
	border-radius: 0.5rem;
	background: var(--dehoust-color-surface);
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	color: inherit;
}

.dehoust-category-lines__card-overlay {
	pointer-events: none;
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--dehoust-color-primary), var(--dehoust-color-primary-light));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.dehoust-category-lines__card:hover .dehoust-category-lines__card-overlay,
.dehoust-category-lines__card:focus-visible .dehoust-category-lines__card-overlay {
	opacity: 1;
}

.dehoust-category-lines__card-label {
	position: relative;
	z-index: 1;
	max-width: 10.875rem;
	font-family: var(--dehoust-font-heading);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--dehoust-color-text);
	transition: color 0.3s ease;
}

.dehoust-category-lines__card:hover .dehoust-category-lines__card-label,
.dehoust-category-lines__card:focus-visible .dehoust-category-lines__card-label {
	color: #fff;
}

.dehoust-category-lines__card-image {
	position: relative;
	z-index: 1;
	height: auto;
	max-height: 8.75rem;
	width: auto;
	max-width: 45%;
	flex-shrink: 0;
	object-fit: contain;
}

.dehoust-category-lines__card-image--flip {
	transform: scaleX(-1);
}

@media (min-width: 640px) {
	.dehoust-category-lines__card-image {
		max-height: 11.625rem;
	}
}

/* Polecane produkty */
.dehoust-featured {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	overflow-x: clip;
	background: #fff;
	padding-top: 2.5rem;
}

@media (min-width: 640px) {
	.dehoust-featured {
		gap: 2.5rem;
	}
}

@media (min-width: 1280px) {
	.dehoust-featured {
		gap: 3.8125rem;
		overflow-x: visible;
	}
}

.dehoust-featured__carousel-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 640px) {
	.dehoust-featured__carousel-wrap {
		gap: 2.5rem;
	}
}

.dehoust-featured__carousel-outer {
	width: 100%;
	min-width: 0;
	max-width: var(--dehoust-container-outer-xl);
	margin-inline: auto;
}

.dehoust-featured__carousel-inset {
	margin-top: -1.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
	.dehoust-featured__carousel-inset {
		margin-top: -2.5rem;
		padding-top: 2.5rem;
	}
}

/* px-4 xl:px-10 — gutter wyrównany z kontenerem; overflow visible na cienie */
.dehoust-featured__viewport {
	min-width: 0;
	width: 100%;
	padding-inline: var(--dehoust-gutter);
	overflow: visible;
}

@media (min-width: 1280px) {
	.dehoust-featured__viewport {
		padding-inline: var(--dehoust-gutter-xl);
	}
}

/* Clip track 1370px; padding ±18px = miejsce na box-shadow karty (blur 17.5px) */
.dehoust-featured__viewport-clip {
	box-sizing: border-box;
	min-width: 0;
	width: calc(100% + 36px);
	margin-inline: -18px;
	padding-inline: 18px;
	overflow-x: clip;
	overflow-y: visible;
	padding-bottom: 1.25rem;
	touch-action: pan-y;
	user-select: none;
}

@supports not (overflow: clip) {
	.dehoust-featured__viewport-clip {
		overflow-x: hidden;
	}
}

.dehoust-featured__viewport-clip.is-dragging,
.dehoust-featured__viewport-clip.is-dragging * {
	cursor: grabbing;
	user-select: none;
}

.dehoust-featured__track {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dehoust-featured__track--animated {
	transition: transform 0.5s ease-out;
}

.dehoust-featured__slide {
	box-sizing: border-box;
	flex-shrink: 0;
	/* py-0.5 Astro — miejsce na cień góra/dół */
	padding-block: 0.125rem;
}

.dehoust-featured__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	width: 100%;
}

@media (min-width: 640px) {
	.dehoust-featured__footer {
		gap: 2.5rem;
	}
}

.dehoust-featured__status {
	margin: 0;
	font-size: 1rem;
	font-variant-numeric: tabular-nums;
	color: var(--dehoust-color-text-muted);
}

.dehoust-featured__status-current {
	font-weight: 700;
	color: var(--dehoust-color-sky);
}

.dehoust-featured__dots {
	display: none;
	max-width: 100%;
	justify-content: center;
	gap: 0.5rem;
	overflow: hidden;
}

@media (min-width: 640px) {
	.dehoust-featured__dots {
		display: flex;
	}
}

.dehoust-featured__dot {
	width: 25px;
	height: 12px;
	cursor: pointer;
	border: 1px solid var(--dehoust-color-sky);
	border-radius: 7px;
	background: transparent;
	padding: 0;
}

.dehoust-featured__dot[data-active] {
	background: var(--dehoust-color-sky);
}

.dehoust-featured__cta {
	min-height: 3.125rem;
	width: 100%;
	max-width: 18rem;
	padding-inline: 0;
}

.dehoust-product-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 4px 17.5px rgb(29 29 29 / 0.1);
}

.dehoust-product-card__link {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
	overflow: hidden;
	border-radius: 0.5rem;
	text-decoration: none;
	color: inherit;
}

.dehoust-product-card__media {
	position: relative;
	display: flex;
	height: 19.5rem;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.dehoust-product-card__badge {
	position: absolute;
	top: 1rem;
	z-index: 1;
	padding: 0.375rem 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
}

.dehoust-product-card__badge--new {
	left: 0;
	border-radius: 0 0.5rem 0.5rem 0;
	background: #f14e4e;
}

.dehoust-product-card__badge--promo {
	right: 1rem;
	border-radius: 0.5rem;
	background: var(--dehoust-color-sky);
}

.dehoust-product-card__image {
	max-height: 16.4375rem;
	width: auto;
	max-width: 85%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.dehoust-product-card__link:hover .dehoust-product-card__image {
	transform: scale(1.02);
}

.dehoust-product-card__body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 0 1rem;
}

/* Cena siedzi poza linkiem karty, żeby dało się postawić obok niej przyciski. */
.dehoust-product-card__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 1.5rem;
	padding: 0 1rem 1rem;
}

/* Same ikony — pełne etykiety nie mieszczą się w rzędzie z ceną, więc opis niesie
   `title` (dymek) i `aria-label` (czytnik ekranu). */
.dehoust-product-card__actions {
	display: flex;
	flex-shrink: 0;
	gap: 0.5rem;
}

.dehoust-product-card__btn {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 0;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.dehoust-product-card__btn--outline {
	border: 0.8px solid var(--dehoust-color-primary);
	background: #fff;
	color: var(--dehoust-color-primary);
}

.dehoust-product-card__btn--outline:hover {
	background: var(--dehoust-color-surface);
	opacity: 1;
}

.dehoust-product-card__btn--primary {
	border: 0;
	background: var(--dehoust-color-primary);
	color: #fff;
}

.dehoust-product-card__btn--primary:hover {
	background: var(--dehoust-color-primary-hover);
	opacity: 1;
}

.dehoust-product-card__btn:focus-visible {
	outline: 2px solid var(--dehoust-color-primary);
	outline-offset: 2px;
}

.dehoust-product-card__title {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--dehoust-color-text);
}

.dehoust-product-card__desc {
	margin: 0;
	white-space: pre-line;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--dehoust-color-text-muted);
}

.dehoust-product-card__price {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dehoust-color-accent);
}

/* Cena brutto (ew. ze starą obok) i netto pod spodem — bez netto kolumna ma jedno
   dziecko i kafel wygląda jak przed dodaniem ceny netto. */
.dehoust-product-card__price-box {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.dehoust-product-card__price-net {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
	color: #5f5f5f;
}

.dehoust-product-card__prices {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 0.8125rem;
}

.dehoust-product-card__price,
.dehoust-product-card__price-old {
	white-space: nowrap;
}

.dehoust-product-card__price .woocommerce-Price-amount,
.dehoust-product-card__price-old .woocommerce-Price-amount {
	white-space: nowrap;
}

.dehoust-product-card__price del,
.dehoust-product-card__price ins {
	display: none;
}

.dehoust-product-card__price-old {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: 1.125rem;
	line-height: 1.33;
	color: #5f5f5f;
	text-decoration: line-through;
}

.dehoust-product-card__prices .dehoust-product-card__price {
	margin: 0;
}

/* CTA banner */
.dehoust-cta-banner {
	background: #fff;
	padding-top: 2.5rem;
}

@media (min-width: 1280px) {
	.dehoust-cta-banner {
		padding-top: 6.25rem;
	}
}

.dehoust-cta-banner__panel {
	display: flex;
	min-height: 17.5rem;
	flex-direction: column;
	justify-content: center;
	gap: 1.3125rem;
	overflow: hidden;
	border-radius: 0.5rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem 1.5rem;
}

@media (min-width: 640px) {
	.dehoust-cta-banner__panel {
		min-height: 20.6875rem;
		padding: 2.3125rem 2.5rem;
	}
}

@media (min-width: 1280px) {
	.dehoust-cta-banner__panel {
		min-height: 20.6875rem;
	}
}

.dehoust-cta-banner__title {
	max-width: 50.4375rem;
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.dehoust-cta-banner__accent {
	width: 2.5rem;
	height: 0.375rem;
	flex-shrink: 0;
	border-radius: 0.125rem;
	background: var(--dehoust-color-accent);
}

.dehoust-cta-banner__text {
	max-width: 46.6875rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.44;
	color: #fff;
}

.dehoust-cta-banner__phone {
	display: inline-flex;
	min-height: 2.75rem;
	max-width: max-content;
	align-items: center;
	font-family: var(--dehoust-font-heading);
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.dehoust-cta-banner__phone:hover,
.dehoust-cta-banner__phone:focus-visible {
	text-decoration: underline;
	opacity: 1;
}

/* Aktualności */
.dehoust-news {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	background: #fff;
	padding-top: 2.5rem;
}

@media (min-width: 640px) {
	.dehoust-news {
		gap: 2.5rem;
	}
}

@media (min-width: 1280px) {
	.dehoust-news {
		gap: 3.8125rem;
		padding-top: 6.25rem;
	}
}

.dehoust-news__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

@media (min-width: 1280px) {
	.dehoust-news__content {
		gap: 3.75rem;
	}
}

.dehoust-news__grid {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

@media (min-width: 1024px) {
	.dehoust-news__grid {
		flex-direction: row;
	}
}

.dehoust-news__featured {
	min-width: 0;
	flex: 1;
}

@media (min-width: 1024px) {
	.dehoust-news__featured {
		max-width: 41.875rem;
	}
}

.dehoust-news__featured-link {
	display: block;
	border-radius: 0.5rem;
	border: 1px solid rgb(78 194 241 / 0.8);
	background: #fff;
	color: inherit;
	text-decoration: none;
}

.dehoust-news__featured-media {
	position: relative;
	padding-bottom: 0.8125rem;
}

.dehoust-news__featured-image {
	height: 12.5rem;
	width: 100%;
	border-radius: 0.5rem 0.5rem 0 0;
	object-fit: cover;
}

@media (min-width: 640px) {
	.dehoust-news__featured-image {
		height: 15.625rem;
	}
}

.dehoust-news__featured-date {
	position: absolute;
	bottom: 0;
	left: 2.125rem;
}

.dehoust-news__featured-body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.1875rem 1.5rem 1.5rem;
}

@media (min-width: 640px) {
	.dehoust-news__featured-body {
		padding-inline: 2rem;
	}
}

.dehoust-news__featured-title {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--dehoust-color-text);
}

.dehoust-news__featured-link:hover .dehoust-news__featured-title {
	color: var(--dehoust-color-primary);
}

.dehoust-news__side {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 1.875rem;
}

@media (min-width: 1024px) {
	.dehoust-news__side {
		max-width: 41.875rem;
	}
}

.dehoust-news__compact {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 640px) {
	.dehoust-news__compact {
		flex-direction: row;
		gap: 1.9375rem;
	}
}

.dehoust-news__compact-image {
	height: 12.5rem;
	width: 100%;
	flex-shrink: 0;
	border-radius: 0.375rem;
	object-fit: cover;
}

@media (min-width: 640px) {
	.dehoust-news__compact-image {
		width: 14.375rem;
	}
}

.dehoust-news__compact-body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
}

.dehoust-news__compact-title {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
}

.dehoust-news__compact-title a {
	color: inherit;
	text-decoration: none;
}

.dehoust-news__compact-title a:hover {
	color: var(--dehoust-color-primary);
}

.dehoust-news__excerpt {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	min-width: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--dehoust-color-text-muted);
}

.dehoust-news__compact .dehoust-news__excerpt {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.dehoust-news__read-more {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--dehoust-color-primary);
	text-decoration: none;
}

.dehoust-news__read-more:hover {
	text-decoration: underline;
}

.dehoust-news__date {
	display: inline-flex;
	width: fit-content;
	align-self: flex-start;
	min-height: 1.625rem;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	background: var(--dehoust-color-accent);
	padding-inline: 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}

.dehoust-news__cta {
	min-height: 3.125rem;
	width: 100%;
	padding-inline: 0;
}

@media (min-width: 640px) {
	.dehoust-news__cta {
		width: 16.4375rem;
	}
}

/* O nas */
.dehoust-about {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	background: #fff;
	padding-top: 4rem;
	padding-bottom: 2.5rem;
}

@media (min-width: 1280px) {
	.dehoust-about {
		gap: 4.5rem;
		padding-top: 11.25rem;
		padding-bottom: 5.125rem;
	}
}

.dehoust-about__intro-wrap {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

@media (min-width: 1280px) {
	.dehoust-about__intro-wrap {
		gap: 3.8125rem;
	}
}

.dehoust-about__intro {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media (min-width: 1024px) {
	.dehoust-about__intro {
		flex-direction: row;
		gap: 1.875rem;
	}
}

.dehoust-about__pillars {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	gap: 0.75rem;
}

@media (min-width: 640px) {
	.dehoust-about__pillars {
		gap: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.dehoust-about__pillars {
		width: 6.875rem;
		flex-shrink: 0;
		flex-direction: column;
		justify-content: flex-start;
	}
}

.dehoust-about__pillar {
	display: flex;
	width: calc((100% - 1.5rem) / 3);
	max-width: 6.875rem;
	height: 6.875rem;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.5rem;
	padding: 0.75rem 0 0.625rem;
}

@media (min-width: 640px) {
	.dehoust-about__pillar {
		width: calc((100% - 3rem) / 3);
	}
}

@media (min-width: 1024px) {
	.dehoust-about__pillar {
		width: 6.875rem;
	}
}

.dehoust-about__pillar--quality {
	background: var(--dehoust-color-primary);
}

.dehoust-about__pillar--ecology {
	background: var(--dehoust-color-accent);
}

.dehoust-about__pillar--innovation {
	background: #3187d9;
}

.dehoust-about__pillar-icon {
	max-height: 3.625rem;
	width: auto;
	max-width: 3.625rem;
	object-fit: contain;
}

.dehoust-about__pillar-label {
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.71;
	color: #fff;
}

.dehoust-about__copy {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 1024px) {
	.dehoust-about__copy {
		max-width: 74.75rem;
	}
}

.dehoust-about__subtitle {
	margin: 0;
	font-family: var(--dehoust-font-heading);
	font-size: clamp(1.375rem, 3vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--dehoust-color-text);
}

.dehoust-about__paragraphs {
	font-size: 1rem;
	line-height: 1.5;
	color: var(--dehoust-color-text-muted);
}

/* Odstęp akapitów jak w projekcie — nadpisuje węższy domyślny z .dehoust-rte. */
.dehoust-about__paragraphs p {
	margin: 0 0 1rem;
}

.dehoust-about__cta {
	align-self: flex-start;
	margin-top: 0.5rem;
}

.dehoust-about__certificates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 640px) {
	.dehoust-about__certificates {
		justify-content: space-between;
	}
}

@media (min-width: 1280px) {
	.dehoust-about__certificates {
		gap: 0;
	}
}

.dehoust-about__certificate {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
}

.dehoust-about__certificate img {
	width: auto;
	object-fit: contain;
}

.dehoust-about__certificate--dehoust img {
	height: 3.75rem;
}

@media (min-width: 640px) {
	.dehoust-about__certificate--dehoust img {
		height: 5.5rem;
	}
}

.dehoust-about__certificate--trusted img {
	height: 5rem;
}

@media (min-width: 640px) {
	.dehoust-about__certificate--trusted img {
		height: 7.5rem;
	}
}
