/**
 * DesignLamp 2026 homepage.
 */
.dl-home-main,
.dl-home {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.home .site-content > .ast-container,
.home .site-content .ast-container {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	display: block;
}

.dl-home {
	overflow: clip;
	background: var(--dl-bg);
}

.dl-home [hidden] {
	display: none !important;
}

.dl-section {
	padding-block: clamp(4rem, 6vw, 6.5rem);
}

.dl-section + .dl-section {
	border-top: 1px solid rgb(231 225 217 / 75%);
}

.dl-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(1.75rem, 3vw, 3rem);
}

.dl-section-heading--compact {
	margin-bottom: 1.5rem;
}

.dl-section-heading--center {
	justify-content: center;
	text-align: center;
}

.dl-kicker {
	margin: 0 0 0.55rem;
	color: var(--dl-accent);
	font-family: var(--dl-font-ui);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dl-section-heading h2,
.dl-manufacturer-intro h3,
.dl-closing h2 {
	margin: 0;
	color: var(--dl-text);
	font-family: var(--dl-font-editorial);
	font-size: clamp(2rem, 3.25vw, 3.4rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.dl-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	flex: 0 0 auto;
	color: var(--dl-text);
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	text-underline-offset: 0.3em;
}

.dl-text-link:hover {
	color: var(--dl-accent);
	text-decoration: underline;
}

.dl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.25rem;
	font-size: 0.86rem;
	font-weight: 750;
	letter-spacing: 0.015em;
	line-height: 1.2;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 0.45rem;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.dl-button:hover {
	transform: translateY(-1px);
}

.dl-button--primary {
	color: #fff;
	background: var(--dl-accent);
	border-color: var(--dl-accent);
}

.dl-button--primary:hover {
	color: #fff;
	background: #8f6038;
	border-color: #8f6038;
}

.dl-button--dark {
	color: #fff;
	background: var(--dl-text);
	border-color: var(--dl-text);
}

.dl-button--dark:hover {
	color: #fff;
	background: #302d29;
}

.dl-button--ghost {
	color: inherit;
	background: rgb(255 255 255 / 12%);
	border-color: currentColor;
	backdrop-filter: blur(6px);
}

.dl-button--ghost-dark {
	color: var(--dl-text);
	background: transparent;
	border-color: rgb(23 22 20 / 35%);
}

/* DesignLamp Banners. */
.dl-hero {
	position: relative;
	isolation: isolate;
	width: 100%;
	background: #dfd4c7;
	touch-action: pan-y;
}

.dl-hero__viewport,
.dl-hero__slide {
	position: relative;
	min-height: clamp(520px, 51vw, 760px);
}

.dl-hero__slide {
	display: grid;
	align-items: center;
	color: var(--dl-text);
}

.dl-hero__slide--light {
	color: #fff;
}

.dl-hero__picture,
.dl-hero__picture::after,
.dl-hero__image,
.dl-hero__shade {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.dl-hero__image {
	object-fit: cover;
	object-position: center;
}

.dl-hero__shade {
	z-index: 1;
	background: linear-gradient(90deg, rgb(250 248 244 / 93%) 0%, rgb(250 248 244 / 72%) 31%, rgb(250 248 244 / 8%) 63%);
	pointer-events: none;
}

.dl-hero__slide--light .dl-hero__shade {
	background: linear-gradient(90deg, rgb(12 11 10 / 68%) 0%, rgb(12 11 10 / 30%) 42%, transparent 70%);
}

.dl-hero__slide--right .dl-hero__shade {
	background: linear-gradient(270deg, rgb(250 248 244 / 92%) 0%, rgb(250 248 244 / 68%) 32%, transparent 65%);
}

.dl-hero__slide--right.dl-hero__slide--light .dl-hero__shade {
	background: linear-gradient(270deg, rgb(12 11 10 / 68%) 0%, rgb(12 11 10 / 30%) 42%, transparent 70%);
}

.dl-hero__slide--center .dl-hero__shade {
	background: rgb(23 22 20 / 32%);
}

.dl-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: inherit;
	padding-block: 5rem 6rem;
}

.dl-hero__slide--right .dl-hero__inner {
	justify-content: flex-end;
}

.dl-hero__slide--center .dl-hero__inner {
	justify-content: center;
	text-align: center;
}

.dl-hero__content {
	width: min(650px, 52vw);
}

.dl-hero__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.dl-hero__title {
	max-width: 16ch;
	margin: 0;
	color: inherit;
	font-family: var(--dl-font-editorial);
	font-size: clamp(3.2rem, 5.4vw, 5.75rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.93;
}

.dl-hero__slide--center .dl-hero__title {
	margin-inline: auto;
}

.dl-hero__subtitle {
	max-width: 58ch;
	margin: 1.35rem 0 0;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.55;
}

.dl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.8rem;
}

.dl-hero__discount-tiers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.35rem;
	max-width: 38rem;
	margin: 1rem 0 0;
}

.dl-hero__discount-tiers > span {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem;
	padding: 0.42rem 0.55rem;
	border: 1px solid currentColor;
	border-radius: 0.4rem;
	background: rgb(255 255 255 / 78%);
	color: #171614;
}

.dl-hero__discount-tiers small {
	font-size: 0.68rem;
	white-space: nowrap;
}

.dl-hero__discount-tiers strong {
	font-size: 0.82rem;
	white-space: nowrap;
}

.dl-hero__discount-note {
	max-width: 44rem;
	margin: 0.45rem 0 0;
	font-size: 0.7rem;
	line-height: 1.35;
}

.dl-hero__slide--center .dl-hero__actions {
	justify-content: center;
}

.dl-hero__controls {
	position: absolute;
	z-index: 4;
	bottom: 1.5rem;
	left: 50%;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transform: translateX(-50%);
}

.dl-hero__arrow {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	padding: 0;
	color: #403a34;
	background: rgb(255 252 247 / 76%);
	border: 1px solid rgb(96 82 67 / 18%);
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	backdrop-filter: blur(8px);
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.dl-hero__arrow svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dl-hero__arrow:hover {
	color: #28231f;
	background: rgb(255 252 247 / 92%);
	border-color: rgb(96 82 67 / 30%);
}

.dl-hero__arrow:focus-visible,
.dl-hero__dots button:focus-visible {
	outline: 2px solid var(--dl-accent);
	outline-offset: 3px;
}

.dl-hero__dots {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.7rem;
	background: rgb(255 255 255 / 72%);
	border-radius: 999px;
	backdrop-filter: blur(8px);
}

.dl-hero__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	background: rgb(23 22 20 / 32%);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: width 180ms ease, background-color 180ms ease;
}

.dl-hero__dots button[aria-current="true"] {
	width: 24px;
	background: var(--dl-accent);
	border-radius: 999px;
}

/* Primary category cards. */
.dl-main-categories {
	padding-top: clamp(1rem, 2.5vw, 2.5rem);
}

.dl-main-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.8rem, 1.35vw, 1.4rem);
}

.dl-category-hero {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	background: #8c7968;
	border: 1px solid rgb(255 255 255 / 38%);
	border-radius: var(--dl-radius-md);
	aspect-ratio: 1.42 / 1;
	box-shadow: 0 1rem 2.5rem rgb(35 28 21 / 8%);
}

.dl-category-hero__image,
.dl-category-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.dl-category-hero__image {
	object-fit: cover;
	transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dl-category-hero__shade {
	background: linear-gradient(0deg, rgb(20 17 14 / 78%) 0%, rgb(20 17 14 / 8%) 62%);
}

.dl-category-hero__content {
	position: absolute;
	z-index: 1;
	inset: auto 1.35rem 1.3rem;
}

.dl-category-hero__content strong {
	display: block;
	font-family: var(--dl-font-editorial);
	font-size: clamp(1.3rem, 1.8vw, 1.9rem);
	font-weight: 500;
	line-height: 1.05;
}

.dl-category-hero__content small,
.dl-favourite-card small {
	display: block;
	margin-top: 0.45rem;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.dl-category-hero:hover .dl-category-hero__image,
.dl-favourite-card:hover .dl-favourite-card__image {
	transform: scale(1.035);
}

/* Tabs and product cards. */
.dl-products {
	background: #f4efe8;
}

.dl-tabs__list,
.dl-manufacturer-tabs__list {
	display: flex;
	gap: 0.35rem;
	margin-bottom: 1.75rem;
	overflow-x: auto;
	scrollbar-width: none;
}

.dl-tabs__list::-webkit-scrollbar,
.dl-manufacturer-tabs__list::-webkit-scrollbar {
	display: none;
}

.dl-tabs__list button,
.dl-manufacturer-tabs__list button {
	position: relative;
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0.7rem 1.1rem;
	color: var(--dl-muted);
	font-size: 0.84rem;
	font-weight: 700;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
}

.dl-tabs__list button[aria-selected="true"],
.dl-manufacturer-tabs__list button[aria-selected="true"] {
	color: var(--dl-text);
	background: var(--dl-accent-soft);
	border-color: rgb(168 117 72 / 22%);
}

.dl-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.65rem, 1.3vw, 1.25rem);
}

.dl-product-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgb(168 117 72 / 14%);
	border-radius: var(--dl-radius-md);
	box-shadow: 0 0.75rem 2.25rem rgb(45 35 25 / 4%);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dl-product-card:hover {
	border-color: rgb(168 117 72 / 42%);
	box-shadow: 0 0.75rem 1.8rem rgb(23 22 20 / 7%);
	transform: translateY(-2px);
}

.dl-product-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	padding: clamp(0.5rem, 1.2vw, 1rem);
	background: #fbfaf8;
	aspect-ratio: 1 / 1;
}

.dl-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	transition: transform 260ms ease;
}

.dl-product-card:hover .dl-product-card__media img {
	transform: scale(1.025);
}

.dl-product-card__badge {
	position: absolute;
	z-index: 1;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.35rem 0.55rem;
	color: #fff;
	font-size: 0.67rem;
	font-weight: 800;
	background: var(--dl-danger);
	border-radius: 0.3rem;
}

.dl-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.9rem;
}

.dl-product-card__brand {
	margin: 0 0 0.3rem;
	color: var(--dl-muted);
	font-size: 0.68rem;
	line-height: 1.25;
}

.dl-product-card h3 {
	min-height: 2.6em;
	margin: 0;
	font-family: var(--dl-font-ui);
	font-size: 0.84rem;
	font-weight: 620;
	line-height: 1.3;
}

.dl-product-card h3 a {
	color: var(--dl-text);
	text-decoration: none;
}

.dl-product-card__price {
	margin: 0.6rem 0 0.8rem;
	color: var(--dl-danger);
	font-size: 0.92rem;
	font-weight: 800;
}

.dl-product-card__price del {
	margin-left: 0.25rem;
	color: var(--dl-muted);
	font-size: 0.76rem;
	font-weight: 500;
}

.dl-product-card__price ins {
	text-decoration: none;
}

.dl-product-card__cta.button {
	min-height: 40px;
	padding: 0.55rem 0.7rem;
	margin: auto 0 0;
	color: #fff;
	font-size: 0.76rem;
	font-weight: 750;
	text-align: center;
	background: var(--dl-text);
	border: 1px solid var(--dl-text);
	border-radius: 0.35rem;
}

.dl-product-card__cta.button:hover {
	color: #fff;
	background: var(--dl-accent);
	border-color: var(--dl-accent);
}

/* Discount thresholds — values are rendered from the live discount settings. */
.dl-discounts {
	background: #f3ece3;
}

.dl-discounts__card {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 0.64fr) minmax(260px, 0.36fr);
	min-height: 540px;
	overflow: hidden;
	background: #f8f4ee;
	border: 1px solid rgb(168 117 72 / 18%);
	border-radius: var(--dl-radius-lg);
	box-shadow: 0 1.5rem 4rem rgb(55 40 25 / 9%);
}

.dl-discounts__content {
	position: relative;
	z-index: 1;
	align-self: center;
	padding: clamp(2rem, 4vw, 4.5rem);
	background: linear-gradient(90deg, #f8f4ee 0%, rgb(248 244 238 / 96%) 68%, rgb(248 244 238 / 0%) 100%);
}

.dl-discounts__content h2,
.dl-discount-guide h1,
.dl-discount-guide h2 {
	margin: 0;
	color: var(--dl-text);
	font-family: var(--dl-font-editorial);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.dl-discounts__content h2 {
	max-width: 12ch;
	font-size: clamp(2.3rem, 4vw, 4.4rem);
}

.dl-discounts__content > p:not(.dl-kicker, .dl-discounts__note) {
	max-width: 54ch;
	margin: 1rem 0 1.4rem;
	color: var(--dl-muted);
	line-height: 1.6;
}

.dl-discount-tiers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.55rem;
}

.dl-discount-tier {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	min-height: 76px;
	padding: 0.75rem 0.85rem;
	background: rgb(255 255 255 / 80%);
	border: 1px solid rgb(168 117 72 / 18%);
	border-radius: 0.65rem;
}

.dl-discount-tier span {
	color: var(--dl-muted);
	font-size: 0.73rem;
	font-weight: 650;
	white-space: nowrap;
}

.dl-discount-tier strong {
	margin-top: 0.15rem;
	color: var(--dl-accent-dark);
	font-family: var(--dl-font-editorial);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
}

.dl-discounts__note {
	margin: 0.8rem 0 1.4rem;
	color: var(--dl-muted);
	font-size: 0.75rem;
}

.dl-discounts__media {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	min-height: 100%;
	background: #c7a37e;
}

.dl-discounts__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dl-discount-guide {
	width: min(100% - (2 * var(--dl-gutter)), 960px);
	padding-block: clamp(3rem, 6vw, 6rem);
	margin-inline: auto;
}

.dl-discount-guide h1 {
	max-width: 15ch;
	font-size: clamp(2.7rem, 6vw, 5.3rem);
}

.dl-discount-guide__lead {
	max-width: 64ch;
	margin: 1.25rem 0 2rem;
	color: var(--dl-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.dl-discount-tiers--guide {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dl-discount-tiers--guide .dl-discount-tier {
	background: #f7f2eb;
}

.dl-discount-guide__details {
	padding: clamp(1.5rem, 3vw, 2.5rem);
	margin-top: 2rem;
	background: #201d1a;
	border-radius: var(--dl-radius-md);
}

.dl-discount-guide__details h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.dl-discount-guide__details ol {
	padding-left: 1.25rem;
	margin: 1rem 0 0;
	color: rgb(255 255 255 / 75%);
	line-height: 1.75;
}

/* Favourite categories. */
.dl-favourites__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: clamp(230px, 22vw, 350px);
	gap: 1rem;
}

.dl-favourite-card {
	position: relative;
	display: block;
	grid-column: span 4;
	min-height: 0;
	overflow: hidden;
	color: #fff;
	background: #77695d;
	border-radius: var(--dl-radius-md);
}

.dl-favourite-card:nth-child(1),
.dl-favourite-card:nth-child(4) {
	grid-row: span 2;
}

.dl-favourite-card--garden {
	grid-column: 1 / span 4;
	grid-row: 3;
}

.dl-favourite-card--track {
	grid-column: 9 / span 4;
	grid-row: 3;
}

.dl-favourite-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dl-favourite-card > span {
	position: absolute;
	inset: auto 0 0;
	padding: 5rem 1.5rem 1.5rem;
	font-family: var(--dl-font-editorial);
	font-size: clamp(1.45rem, 2.2vw, 2.25rem);
	font-weight: 500;
	line-height: 1.05;
	background: linear-gradient(0deg, rgb(18 16 14 / 78%), transparent);
}

.dl-favourite-card small {
	font-family: var(--dl-font-ui);
}

/* Manufacturer zone. */
.dl-manufacturers {
	background: #ebe1d5;
}

.dl-manufacturer-tabs {
	padding: clamp(1rem, 2vw, 1.75rem);
	background: rgb(255 255 255 / 74%);
	border: 1px solid rgb(168 117 72 / 16%);
	border-radius: var(--dl-radius-lg);
	box-shadow: 0 1.5rem 4rem rgb(55 40 25 / 7%);
}

.dl-manufacturer-tabs__panel {
	display: grid;
	grid-template-columns: minmax(270px, 0.72fr) minmax(0, 2.28fr);
	gap: clamp(1rem, 1.8vw, 1.75rem);
	align-items: stretch;
}

.dl-manufacturer-intro {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(1.25rem, 3vw, 2.75rem);
	color: #fff;
	background:
		radial-gradient(circle at 90% 8%, rgb(196 145 97 / 38%), transparent 38%),
		linear-gradient(145deg, #3b322b 0%, #1d1b19 72%);
	border-radius: var(--dl-radius-md);
}

.dl-manufacturer-intro__eyebrow {
	margin: 0 auto auto 0;
	color: #d8b38e;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.dl-manufacturer-intro__logo {
	display: flex;
	align-items: center;
	width: 180px;
	height: 80px;
	margin-bottom: 1.5rem;
	padding: 0.85rem 1rem;
	background: #fff;
	border-radius: var(--dl-radius-sm);
}

.dl-manufacturer-intro__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dl-manufacturer-intro h3 {
	color: #fff;
	font-size: clamp(2rem, 3.2vw, 3.3rem);
}

.dl-manufacturer-intro p {
	margin: 1rem 0 1.5rem;
	color: rgb(255 255 255 / 72%);
	font-size: 0.93rem;
	line-height: 1.65;
}

.dl-manufacturer-intro .dl-button {
	align-self: flex-start;
	color: var(--dl-text);
	background: #fff;
	border-color: #fff;
}

.dl-product-grid--manufacturer {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Brand logos — all active brands in a native, swipeable carousel. */
.dl-brands {
	background: #faf8f4;
}

.dl-brands__carousel {
	position: relative;
}

.dl-brands__controls {
	display: flex;
	justify-content: flex-end;
	gap: 0.55rem;
	margin-bottom: 0.8rem;
}

.dl-brands__controls button {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: var(--dl-text);
	background: #fff;
	border: 1px solid var(--dl-border);
	border-radius: 50%;
	box-shadow: none;
}

.dl-brands__controls button:hover:not(:disabled) {
	color: #fff;
	background: var(--dl-accent);
	border-color: var(--dl-accent);
}

.dl-brands__controls button:disabled {
	opacity: 0.35;
	cursor: default;
}

.dl-brands__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.dl-brands__viewport::-webkit-scrollbar {
	display: none;
}

.dl-brands__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 4rem) / 5);
	gap: 1rem;
}

.dl-brand-card {
	display: grid;
	grid-template-rows: minmax(72px, 1fr) auto;
	place-items: center;
	min-height: 150px;
	padding: 1.2rem;
	color: var(--dl-text);
	background: #fff;
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius-sm);
	scroll-snap-align: start;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease;
}

.dl-brand-card:hover {
	color: var(--dl-text);
	border-color: rgb(168 117 72 / 52%);
	transform: translateY(-2px);
}

.dl-brand-card__logo {
	display: grid;
	place-items: center;
	width: 100%;
	height: 72px;
}

.dl-brand-card__logo img {
	display: block;
	width: 100%;
	max-width: 170px;
	height: 64px;
	object-fit: contain;
}

.dl-brand-card__fallback {
	font-family: var(--dl-font-editorial);
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.dl-brand-card__name {
	margin-top: 0.6rem;
	color: var(--dl-muted);
	font-size: 0.7rem;
	font-weight: 650;
	text-align: center;
}

.dl-brand-logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-family: var(--dl-font-editorial);
	font-size: clamp(0.78rem, 1vw, 1rem);
	font-weight: 650;
	line-height: 1.15;
	text-align: center;
}

.dl-manufacturer-intro__logo .dl-brand-logo-fallback {
	padding: 0.25rem;
	font-size: 0.8rem;
}

.dl-brands__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.dl-brands__grid a {
	display: grid;
	place-items: center;
	min-height: 145px;
	padding: 1.35rem;
	background: #fff;
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius-sm);
	transition: border-color 180ms ease, transform 180ms ease;
}

.dl-brands__grid a:hover {
	border-color: rgb(168 117 72 / 52%);
	transform: translateY(-2px);
}

.dl-brands__grid img {
	display: block;
	width: 100%;
	max-width: 180px;
	height: 68px;
	object-fit: contain;
	transform: scale(1.15);
}

.dl-brands__grid span {
	display: block;
	margin-top: 0.75rem;
	color: var(--dl-muted);
	font-size: 0.72rem;
	font-weight: 650;
	text-align: center;
}

/* Blog. */
.dl-blog__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: clamp(0.8rem, 2vw, 1.5rem);
}

.dl-article-card {
	overflow: hidden;
	background: var(--dl-surface);
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius-md);
}

.dl-article-card:first-child {
	grid-row: 1 / span 2;
}

.dl-article-card:not(:first-child) {
	display: grid;
	grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
}

.dl-article-card:not(:first-child) .dl-article-card__media {
	aspect-ratio: 3 / 2;
	background: var(--dl-accent-soft);
}

.dl-article-card:not(:first-child) .dl-article-card__media img {
	object-fit: cover;
}

.dl-article-card__media {
	display: block;
	overflow: hidden;
	background: var(--dl-accent-soft);
	aspect-ratio: 3 / 2;
}

.dl-article-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.dl-article-card:hover .dl-article-card__media img {
	transform: scale(1.025);
}

.dl-article-card__body {
	padding: 1.25rem;
}

.dl-article-card time {
	color: var(--dl-muted);
	font-size: 0.7rem;
}

.dl-article-card h3 {
	margin: 0.55rem 0 1rem;
	font-family: var(--dl-font-editorial);
	font-size: clamp(1.25rem, 1.8vw, 1.75rem);
	font-weight: 500;
	line-height: 1.18;
}

.dl-article-card h3 a {
	color: var(--dl-text);
	text-decoration: none;
}

/* Instagram — Spotlight supplies data; DesignLamp owns the presentation. */
.dl-instagram {
	padding-block: clamp(3.75rem, 5vw, 5.25rem);
	background: var(--dl-surface);
}

.dl-instagram .dl-section-heading {
	align-items: end;
	margin-bottom: clamp(1.25rem, 2vw, 1.8rem);
}

.dl-instagram__intro {
	max-width: 55ch;
	margin: 0.65rem 0 0;
	color: var(--dl-muted);
	font-size: 0.96rem;
	line-height: 1.6;
}

.dl-instagram__feed[data-state="pending"] {
	aspect-ratio: 6 / 1;
}

.dl-instagram .spotlight-instagram-feed,
.dl-instagram .FeedLayout__root,
.dl-instagram .FeedLayout__wrapper {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.dl-instagram .FeedHeader__root,
.dl-instagram .FeedLayout__row-footer,
.dl-instagram .FeedLayout__col-footer {
	display: none !important;
}

.dl-instagram .FeedGridLayout__grid {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: clamp(0.625rem, 1vw, 0.875rem) !important;
}

.dl-instagram .FeedGridLayout__cell {
	overflow: hidden;
	padding-bottom: 100% !important;
	border-radius: 0.75rem;
}

.dl-instagram .FeedGridLayout__cell-content,
.dl-instagram .FeedGridLayout__media-container,
.dl-instagram .MediaTile__root,
.dl-instagram .MediaThumbnail__root {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
}

.dl-instagram .MediaThumbnail__image,
.dl-instagram .MediaThumbnail__root img,
.dl-instagram .MediaThumbnail__root video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform 280ms ease !important;
}

.dl-instagram .MediaTile__root:hover .MediaThumbnail__image,
.dl-instagram .MediaTile__root:hover .MediaThumbnail__root img {
	transform: scale(1.025);
}

.dl-instagram .MediaTile__overlay {
	background: rgb(15 13 12 / 22%) !important;
}

.dl-instagram .MediaTile__root:focus-visible {
	outline: 3px solid var(--dl-accent);
	outline-offset: -3px;
}

@media (max-width: 1100px) {
	.dl-instagram__feed[data-state="pending"] {
		aspect-ratio: 3 / 2;
	}

	.dl-instagram .FeedGridLayout__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.dl-instagram {
		padding-block: 2.35rem;
	}

	.dl-instagram .dl-section-heading {
		align-items: start;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}

	.dl-instagram__intro {
		font-size: 0.88rem;
	}

	.dl-instagram__feed[data-state="pending"] {
		aspect-ratio: 2 / 3;
	}

	.dl-instagram .FeedGridLayout__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.625rem !important;
	}

	.dl-instagram .FeedGridLayout__cell {
		border-radius: 0.625rem;
	}
}

@media (hover: none) {
	.dl-instagram .MediaTile__root:hover .MediaThumbnail__image,
	.dl-instagram .MediaTile__root:hover .MediaThumbnail__root img {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dl-instagram .MediaThumbnail__image,
	.dl-instagram .MediaThumbnail__root img,
	.dl-instagram .MediaThumbnail__root video {
		transition: none !important;
	}
}

/* Closing trust/conversion section. */
.dl-closing {
	padding-top: 0;
	background: var(--dl-surface);
}

.dl-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid var(--dl-border);
	border-radius: var(--dl-radius-md);
}

.dl-trust-grid > div {
	padding: 1.25rem;
	text-align: center;
	border-right: 1px solid var(--dl-border);
}

.dl-trust-grid > div:last-child {
	border-right: 0;
}

.dl-trust-grid strong,
.dl-trust-grid span {
	display: block;
}

.dl-trust-grid strong {
	font-size: 0.88rem;
}

.dl-trust-grid span {
	margin-top: 0.2rem;
	color: var(--dl-muted);
	font-size: 0.76rem;
}

.dl-closing__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(2rem, 5vw, 5rem);
	color: #fff;
	background:
		radial-gradient(circle at 88% 12%, rgb(180 126 78 / 42%), transparent 34%),
		linear-gradient(135deg, #292521, #171614 72%);
	border-radius: var(--dl-radius-lg);
	box-shadow: 0 1.5rem 4rem rgb(22 18 15 / 12%);
}

.dl-closing__card h2 {
	max-width: 19ch;
	color: #fff;
}

.dl-closing__card p:not(.dl-kicker) {
	max-width: 60ch;
	margin: 1rem 0 0;
	color: rgb(255 255 255 / 68%);
	line-height: 1.6;
}

.dl-closing__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.dl-closing__card .dl-button--ghost-dark {
	color: #fff;
	border-color: rgb(255 255 255 / 45%);
}

@media (max-width: 1100px) {
	.dl-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dl-product-grid--manufacturer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dl-brands__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dl-brands__track {
		grid-auto-columns: calc((100% - 3rem) / 4);
	}
}

@media (max-width: 921px) {
	.dl-hero__viewport,
	.dl-hero__slide {
		min-height: 620px;
	}

	.dl-hero__content {
		width: min(590px, 70vw);
	}

	.dl-main-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dl-manufacturer-tabs__panel {
		grid-template-columns: 1fr;
	}

	.dl-manufacturer-intro {
		display: grid;
		grid-template-columns: 140px 1fr;
		gap: 1.5rem;
	}

	.dl-manufacturer-intro__eyebrow {
		grid-column: 1 / -1;
	}

	.dl-manufacturer-intro__logo {
		align-self: center;
		margin: 0;
	}

	.dl-product-grid--manufacturer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dl-blog__grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.dl-article-card:first-child {
		grid-row: auto;
	}

	.dl-brands__track {
		grid-auto-columns: calc((100% - 2rem) / 3);
	}

	.dl-closing__card {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	body.home #smartsupp-widget-container [data-testid="widgetPopupFrame"] {
		display: none !important;
	}

	.dl-hero__discount-tiers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.28rem;
		margin-top: 0.65rem;
	}

	.dl-hero__discount-tiers > span {
		padding: 0.32rem 0.42rem;
	}

	.dl-hero__discount-note {
		font-size: 0.62rem;
	}
	.dl-section {
		padding-block: 3.5rem;
	}

	.dl-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.85rem;
		margin-bottom: 1.5rem;
	}

	.dl-section-heading--center {
		align-items: center;
	}

	.dl-section-heading h2,
	.dl-closing h2 {
		font-size: clamp(1.9rem, 9vw, 2.6rem);
		line-height: 1.05;
	}

	.dl-discounts__card {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.dl-discounts__content {
		min-width: 0;
		padding: 1.35rem;
		background: #f8f4ee;
	}

	.dl-discounts__content h2 {
		font-size: clamp(2.1rem, 11vw, 3.1rem);
	}

	.dl-discount-tiers,
	.dl-discount-tiers--guide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		max-width: 100%;
		gap: 0.5rem;
	}

	.dl-discount-tier {
		min-height: 68px;
		padding: 0.65rem 0.7rem;
	}

	.dl-discounts__media {
		position: relative;
		inset: auto;
		grid-row: auto;
		min-height: 0;
		aspect-ratio: 3 / 4;
	}

	.dl-discounts__media img {
		object-position: center 58%;
	}

	.dl-discount-guide {
		padding-block: 3.5rem;
	}

	.dl-discount-guide h1 {
		font-size: clamp(2.4rem, 12vw, 3.7rem);
	}

	.dl-hero__viewport,
	.dl-hero__slide {
		min-height: min(720px, calc(100svh - 98px));
	}

	.dl-hero__slide {
		align-items: end;
	}

	.dl-hero__shade,
	.dl-hero__slide--right .dl-hero__shade,
	.dl-hero__slide--light .dl-hero__shade,
	.dl-hero__slide--right.dl-hero__slide--light .dl-hero__shade,
	.dl-hero__slide--center .dl-hero__shade {
		background: linear-gradient(0deg, rgb(20 18 16 / 84%) 0%, rgb(20 18 16 / 34%) 50%, rgb(20 18 16 / 4%) 78%);
	}

	.dl-hero__slide,
	.dl-hero__slide--light {
		color: #fff;
	}

	.dl-hero__inner,
	.dl-hero__slide--right .dl-hero__inner,
	.dl-hero__slide--center .dl-hero__inner {
		align-items: flex-end;
		justify-content: flex-start;
		padding-block: 5rem;
		text-align: left;
	}

	.dl-hero__slide--discount .dl-hero__inner {
		padding-block: 2.75rem 4rem;
	}

	.dl-hero__content {
		width: 100%;
	}

	.dl-hero__slide--center .dl-hero__title {
		margin-inline: 0;
	}

	.dl-hero__title {
		max-width: 12ch;
		font-size: clamp(2.75rem, 13vw, 4.25rem);
		line-height: 0.96;
	}

	.dl-hero__subtitle {
		max-width: 38ch;
		font-size: 0.95rem;
	}

	.dl-hero__slide--center .dl-hero__actions {
		justify-content: flex-start;
	}

	.dl-hero__controls {
		bottom: 1rem;
		gap: 0.4rem;
	}

	.dl-hero__arrow {
		width: 34px;
		height: 34px;
	}

	.dl-hero__arrow svg {
		width: 16px;
		height: 16px;
	}

	.dl-main-categories {
		padding-top: 1rem;
	}

	.dl-main-categories__grid,
	.dl-favourites__grid,
	.dl-blog__grid {
		display: flex;
		width: calc(100% + var(--dl-gutter));
		padding-right: var(--dl-gutter);
		overflow-x: auto;
		scroll-padding-left: var(--dl-gutter);
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.dl-main-categories__grid::-webkit-scrollbar,
	.dl-favourites__grid::-webkit-scrollbar,
	.dl-blog__grid::-webkit-scrollbar {
		display: none;
	}

	.dl-category-hero {
		flex: 0 0 82%;
		scroll-snap-align: start;
		aspect-ratio: 1.28 / 1;
	}

	.dl-product-grid,
	.dl-product-grid--manufacturer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.dl-product-card__body {
		padding: 0.7rem;
	}

	.dl-product-card h3 {
		font-size: 0.76rem;
	}

	.dl-product-card__cta.button {
		font-size: 0.7rem;
	}

	.dl-favourite-card {
		flex: 0 0 78%;
		min-height: 420px;
		scroll-snap-align: start;
	}

	.dl-manufacturers .dl-section-heading {
		margin-bottom: 1.25rem;
	}

	.dl-manufacturer-tabs {
		padding: 0.75rem;
	}

	.dl-manufacturer-tabs__list {
		margin-bottom: 0.8rem;
	}

	.dl-manufacturer-intro {
		display: flex;
		gap: 0;
		padding: 1.25rem;
	}

	.dl-manufacturer-intro__logo {
		width: 116px;
		height: 52px;
		margin-bottom: 1rem;
	}

	.dl-manufacturer-intro h3 {
		font-size: 2rem;
	}

	.dl-manufacturer-intro p {
		font-size: 0.86rem;
	}

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

	.dl-brands__grid a {
		min-height: 88px;
		padding: 0.8rem;
	}

	.dl-brands__grid img {
		max-width: 132px;
		height: 44px;
		transform: none;
	}

	.dl-brands__grid span {
		margin-top: 0.4rem;
		font-size: 0.67rem;
	}

	.dl-brands__controls {
		margin-bottom: 1.15rem;
	}

	.dl-brands__track {
		grid-auto-columns: calc((100% - 0.65rem) / 2);
		gap: 0.65rem;
	}

	.dl-brand-card {
		min-height: 124px;
		padding: 0.85rem;
	}

	.dl-brand-card__logo,
	.dl-brand-card__logo img {
		height: 54px;
	}

	.dl-article-card {
		flex: 0 0 88%;
		scroll-snap-align: start;
	}

	.dl-article-card:not(:first-child) {
		display: block;
	}

	.dl-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 1rem;
	}

	.dl-trust-grid > div {
		padding: 0.9rem 0.65rem;
	}

	.dl-trust-grid > div:nth-child(2) {
		border-right: 0;
	}

	.dl-trust-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--dl-border);
	}

	.dl-closing__card {
		gap: 1.25rem;
		padding: 1.5rem;
		overflow: hidden;
	}

	.dl-closing {
		padding-top: 0;
		padding-bottom: 2.5rem;
	}

	.dl-closing__card p:not(.dl-kicker) {
		margin-top: 0.75rem;
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.dl-closing__actions {
		width: 100%;
		flex-direction: column;
	}

	.dl-closing__actions .dl-button {
		width: 100%;
		flex: 1 1 auto;
	}
}

@media (max-width: 390px) {
	.dl-discounts .dl-container {
		width: calc(100% - 1.5rem);
	}

	.dl-discounts__content {
		padding: 1.15rem;
	}

	.dl-discount-tier span {
		font-size: 0.67rem;
	}

	.dl-discount-tier strong {
		font-size: 1.4rem;
	}

	.dl-brands {
		padding-block: 2.5rem;
	}

	.dl-brands__grid {
		gap: 0.65rem;
	}

	.dl-brands__track {
		grid-auto-columns: 76%;
	}

	.dl-hero__actions .dl-button {
		width: 100%;
	}

	.dl-tabs__list button,
	.dl-manufacturer-tabs__list button {
		padding-inline: 0.85rem;
	}
}

/* TASK 06.1 — compact the lower homepage while preserving its data and behavior. */
.dl-manufacturers,
.dl-brands,
.dl-blog {
	padding-block: clamp(3.75rem, 5vw, 5.25rem);
}

.dl-manufacturer-tabs__panel {
	grid-template-columns: minmax(250px, 0.62fr) minmax(0, 2.38fr);
}

.dl-manufacturer-intro {
	padding: clamp(1.25rem, 2.2vw, 2rem);
}

.dl-manufacturer-intro__logo {
	width: 150px;
	height: 64px;
	margin-bottom: 1rem;
}

.dl-manufacturer-intro__logo img {
	object-fit: contain;
}

.dl-manufacturer-intro h3 {
	max-width: 100%;
	font-size: clamp(1.9rem, 2.25vw, 2.2rem);
	line-height: 1.05;
}

.dl-manufacturer-intro p {
	margin: 0.65rem 0 1rem;
	font-size: 0.86rem;
	line-height: 1.5;
}

.dl-brands .dl-section-heading {
	margin-bottom: clamp(1.25rem, 2vw, 1.8rem);
}

.dl-brands__controls {
	gap: 0.45rem;
	margin-bottom: 0.55rem;
}

.dl-brands__controls button {
	width: 38px;
	height: 38px;
}

.dl-brands__track {
	grid-auto-columns: calc((100% - 4.25rem) / 6);
	gap: 0.85rem;
}

.dl-brand-card {
	grid-template-rows: minmax(48px, 1fr) auto;
	min-height: 112px;
	padding: 0.7rem;
}

.dl-brand-card__logo {
	height: 48px;
}

.dl-brand-card__logo img {
	max-width: 140px;
	height: 44px;
	transform: scale(var(--dl-logo-scale, 1));
	transform-origin: center;
}

.dl-brand-card__name {
	margin-top: 0.3rem;
	font-size: 0.65rem;
}

.dl-closing {
	padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}

.dl-trust-grid {
	margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.dl-trust-grid > div {
	padding: 0.9rem 0.8rem;
}

.dl-closing__card {
	gap: 1.5rem;
	padding: clamp(1.75rem, 3.2vw, 3rem);
}

.dl-closing__card h2 {
	font-size: clamp(2rem, 3vw, 3.05rem);
}

@media (max-width: 1100px) {
	.dl-brands__track {
		grid-auto-columns: calc((100% - 2.55rem) / 4);
	}
}

@media (max-width: 921px) {
	.dl-manufacturer-tabs__panel {
		grid-template-columns: minmax(0, 1fr);
	}

	.dl-manufacturer-intro {
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 1rem;
	}

	.dl-brands__track {
		grid-auto-columns: calc((100% - 1.7rem) / 3);
	}
}

@media (max-width: 767px) {
	.dl-manufacturers,
	.dl-brands,
	.dl-blog {
		padding-block: 2.75rem;
	}

	.dl-blog {
		padding-top: 2.25rem;
		padding-bottom: 2.35rem;
	}

	.dl-brands {
		padding-bottom: 2rem;
	}

	.dl-manufacturers .dl-section-heading,
	.dl-brands .dl-section-heading,
	.dl-blog .dl-section-heading {
		gap: 0.55rem;
		margin-bottom: 1rem;
	}

	.dl-manufacturer-tabs {
		padding: 0.65rem;
	}

	.dl-manufacturer-tabs__list {
		gap: 0.35rem;
		margin-bottom: 0.6rem;
	}

	.dl-manufacturer-tabs__list button {
		padding: 0.65rem 0.8rem;
		font-size: 0.68rem;
		white-space: nowrap;
	}

	.dl-manufacturer-tabs__panel {
		gap: 0.65rem;
	}

	.dl-manufacturer-intro {
		display: grid;
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 0.5rem 0.85rem;
		align-items: center;
		justify-content: initial;
		padding: 0.95rem;
	}

	.dl-manufacturer-intro__eyebrow {
		grid-column: 1 / -1;
		margin: 0;
		font-size: 0.62rem;
	}

	.dl-manufacturer-intro__logo {
		width: 76px;
		height: 46px;
		margin: 0;
		padding: 0.5rem;
	}

	.dl-manufacturer-intro > div:last-child {
		min-width: 0;
	}

	.dl-manufacturer-intro h3 {
		font-size: 1.35rem;
		line-height: 1.05;
	}

	.dl-manufacturer-intro p {
		margin: 0.35rem 0 0.6rem;
		font-size: 0.76rem;
		line-height: 1.4;
	}

	.dl-manufacturer-intro .dl-button {
		min-height: 39px;
		padding: 0.6rem 0.8rem;
		font-size: 0.72rem;
	}

	.dl-product-grid--manufacturer {
		display: flex;
		width: calc(100% + 0.65rem);
		padding: 0 0.65rem 0.25rem 0;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-padding-left: 0;
		scroll-snap-type: inline mandatory;
		scrollbar-width: none;
	}

	.dl-product-grid--manufacturer::-webkit-scrollbar {
		display: none;
	}

	.dl-product-grid--manufacturer > .dl-product-card {
		flex: 0 0 45%;
		scroll-snap-align: start;
	}

	.dl-brands__controls {
		margin-bottom: 0.4rem;
	}

	.dl-brands__controls button {
		width: 34px;
		height: 34px;
	}

	.dl-brands__track {
		grid-auto-columns: calc((100% - 1.1rem) / 2.35);
		gap: 0.55rem;
	}

	.dl-brand-card {
		grid-template-rows: 40px auto;
		min-height: 90px;
		padding: 0.5rem;
	}

	.dl-brand-card__logo,
	.dl-brand-card__logo img {
		height: 38px;
	}

	.dl-brand-card__fallback {
		font-size: 0.95rem;
	}

	.dl-brand-card__name {
		margin-top: 0.2rem;
		font-size: 0.61rem;
	}

	.dl-trust-grid {
		margin-bottom: 0.75rem;
	}

	.dl-trust-grid > div {
		min-height: 68px;
		padding: 0.65rem 0.45rem;
	}

	.dl-trust-grid strong {
		font-size: 0.78rem;
	}

	.dl-trust-grid span {
		font-size: 0.68rem;
		line-height: 1.35;
	}

	.dl-closing {
		padding-top: 0.5rem;
		padding-bottom: calc(4rem + env(safe-area-inset-bottom));
	}

	.dl-closing__card {
		gap: 0.85rem;
		padding: 1.15rem;
	}

	.dl-closing__card h2 {
		max-width: 16ch;
		font-size: clamp(1.8rem, 8vw, 2.15rem);
		line-height: 1.02;
	}

	.dl-closing__card p:not(.dl-kicker) {
		margin-top: 0.55rem;
		font-size: 0.82rem;
		line-height: 1.4;
	}

	.dl-closing__actions {
		gap: 0.45rem;
	}

	.dl-closing__actions .dl-button {
		min-height: 42px;
		padding-block: 0.65rem;
	}
}

@media (max-width: 390px) {
	.dl-brands {
		padding-block: 2.75rem;
	}

	.dl-brands__track {
		grid-auto-columns: calc((100% - 1.1rem) / 2.35);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dl-button,
	.dl-category-hero__image,
	.dl-favourite-card__image,
	.dl-product-card,
	.dl-product-card__media img,
	.dl-brands__grid a,
	.dl-article-card__media img {
		transition: none;
	}
}
