:root {
	--nsd-light-orange: #ef8200;
	--nsd-light-orange-strong: #d96f0d;
	--nsd-light-orange-soft: #fff;
	--nsd-light-cream: #fff;
	--nsd-light-paper: #fff;
	--nsd-light-white: #fff;
	--nsd-light-ink: #202428;
	--nsd-light-muted: #5d646a;
	--nsd-light-line: #e4ddd3;
	--nsd-light-title: "Urbanist", "DM Sans", "Segoe UI", system-ui, sans-serif;
}

body,
.main-page-wrapper,
.page-title,
.site-content,
.wd-content-layout,
.nsd,
.nsd-home,
.nsd-project,
.woocommerce {
	color: var(--nsd-light-ink);
}

body,
.main-page-wrapper,
.site-content,
.wd-content-layout,
.entry-content,
.nsd,
.nsd-home,
.nsd-project,
.nsd-info-page,
.woocommerce {
	background-color: var(--nsd-light-white) !important;
}

.main-page-wrapper {
	background-image: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.wd-entities-title,
.nsd-home h1,
.nsd-home h2,
.nsd-home h3,
.nsd-project h1,
.nsd-project h2,
.nsd-project h3 {
	font-family: var(--nsd-light-title);
	font-weight: 750;
	letter-spacing: -0.035em;
}

.nsd h1,
.nsd h2,
.nsd h3,
.nsd h4,
.nsd h5,
.nsd h6,
.nsd .title,
.nsd .wd-entities-title,
.nsd-siblings__title,
.nsd-product-media__header h2,
.nsd-configurator h2,
.nsd-configurator h3,
.nsd-configurator legend,
.nsd-quote-summary h2,
.nsd-quote-form h2,
.nsd-quote-form legend {
	font-family: var(--nsd-light-title) !important;
	font-weight: 750;
	letter-spacing: -0.035em;
}

.nsd button,
.nsd .button,
.nsd [class*="__button"],
.nsd [class*="__link"] {
	font-family: var(--nsd-light-title) !important;
	font-weight: 750;
}

.nsd-home-hero {
	display: grid;
	grid-template-areas: "copy media";
	grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1.16fr);
	height: clamp(680px, calc(100svh - 154px), 760px);
	min-height: 680px;
	align-items: stretch;
	background: var(--nsd-light-white);
}

.nsd-home-hero__media {
	position: relative;
	z-index: 0;
	grid-area: media;
	min-height: 0;
	overflow: hidden;
}

.nsd-home-hero__video,
.nsd-home-hero__image {
	position: static;
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.nsd-home-hero__veil {
	display: none;
}

.nsd-home-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	grid-area: copy;
	width: 100%;
	min-height: 0;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: clamp(42px, 4vw, 56px);
	background: var(--nsd-light-white);
}

.nsd-home-hero__content::before {
	display: none;
}

.nsd-home-hero__content > * {
	max-width: 650px;
}

.nsd-home-hero h1 {
	font-size: clamp(3rem, 4.2vw, 4.2rem);
	line-height: 0.98;
}

.nsd-home-hero .nsd-home-actions {
	margin-top: 24px;
}

.nsd-home-hero .nsd-home-proof {
	margin-top: 32px;
}

.nsd-home-hero__content,
.nsd-home-hero h1,
.nsd-home-proof strong {
	color: var(--nsd-light-ink);
}

.nsd-home-hero .nsd-home-eyebrow,
.nsd-home-category__content small,
.nsd-product-media__header p {
	color: var(--nsd-light-orange-strong);
}

.nsd-home-category__content small {
	justify-self: start;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(32, 36, 40, 0.72);
	color: #fff !important;
	font-size: 0.78rem;
}

.nsd-home-hero__lead,
.nsd-home-proof span {
	color: #30363b;
}

.nsd-home-hero__content h1,
.nsd-home-hero__lead,
.nsd-home-proof {
	text-shadow: none;
}

.nsd-home-proof {
	border-color: rgba(32, 36, 40, 0.2);
}

.nsd-home-button--ghost {
	border-color: var(--nsd-light-orange-strong);
	background: rgba(255, 255, 255, 0.82);
	color: var(--nsd-light-ink);
	backdrop-filter: blur(8px);
}

.nsd-home-button--ghost:hover,
.nsd-home-button--dark,
.nsd-home-button--dark:hover {
	border-color: var(--nsd-light-orange-strong);
	background: var(--nsd-light-orange-strong);
	color: var(--nsd-light-white);
}

.nsd-home-category {
	border: 1px solid var(--nsd-light-line);
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.nsd-home-category__media {
	display: block;
	overflow: hidden;
}

.nsd-home-category__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

.nsd-home-category__veil {
	background: linear-gradient(0deg, rgba(180, 78, 0, 0.82) 0%, rgba(239, 130, 0, 0.42) 42%, rgba(239, 130, 0, 0.02) 78%);
}

.nsd-home-product__payment {
	margin: 0 0 14px;
}

.nsd-home-category__content strong,
.nsd-home-category__content em {
	color: var(--nsd-light-white);
}

.nsd-home-category__content strong {
	font-family: var(--nsd-light-title);
	font-weight: 760;
	letter-spacing: -0.035em;
}

.nsd-home-category__content > span {
	color: rgba(255, 255, 255, 0.92);
}

.nsd-home-section--process,
.nsd-product-media {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.nsd-home-cta,
.nsd-home-cta__inner {
	background: var(--nsd-light-white) !important;
	color: var(--nsd-light-ink);
}

.nsd-home-cta h2,
.nsd-home-cta p {
	color: var(--nsd-light-ink);
}

.nsd-quote-summary,
.nsd-quote-card,
.nsd-config__summary,
.nsd-calc {
	background: var(--nsd-light-white) !important;
	color: var(--nsd-light-ink);
}

.nsd-home-heading--light h2,
.nsd-home-steps h3,
.nsd-product-media__header h2,
.nsd-product-media__item figcaption,
.nsd-calc,
.nsd-calc * {
	color: var(--nsd-light-ink);
}

.nsd-home-heading--light > p,
.nsd-home-steps p {
	color: var(--nsd-light-muted);
}

.nsd-home-steps,
.nsd-home-steps li {
	border-color: rgba(217, 111, 13, 0.28);
}

.nsd-home-steps span {
	font-family: var(--nsd-light-title);
	color: var(--nsd-light-orange-strong);
}

.nsd-product-media__item video {
	background: var(--nsd-light-paper);
}

.nsd-payment-banner {
	background: #181a1c;
	color: var(--nsd-light-white);
}

.nsd-trust-strip,
.nsd-product-trust,
.nsd-trust-list {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.nsd-trust-strip,
.nsd-product-trust {
	border-color: var(--nsd-light-line);
}

.nsd-trust-list,
.nsd-product-trust .nsd-trust-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.summary .nsd-product-trust .nsd-trust-list,
.nsd-configurator .nsd-product-trust .nsd-trust-list,
.nsd-quote-form .nsd-trust-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 28px;
}

.nsd-aside .nsd-trust-list,
.cart_totals .nsd-product-trust .nsd-trust-list,
.woocommerce-checkout .nsd-product-trust .nsd-trust-list,
.woocommerce-checkout-review-order .nsd-product-trust .nsd-trust-list {
	grid-template-columns: 1fr;
	gap: 16px;
}

body.page-id-2973 .nsd-product-trust .nsd-trust-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 28px;
}

.nsd-trust-item {
	display: grid;
	min-width: 0;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 8px 0;
}

.nsd-trust-item > span:last-child {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.nsd-trust-item strong,
.nsd-trust-item small {
	display: block;
	white-space: normal;
}

.nsd-trust-item__icon {
	width: 48px;
	height: 48px;
}

.nsd-quote,
.nsd-quote-form,
.nsd-quote-form__section,
.nsd-quote-item,
.nsd-quote-empty,
.nsd-account-history,
.nsd-guest-history,
.nsd-guest-history-request,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

body.page-id-2972 .main-page-wrapper,
body.page-id-2973 .main-page-wrapper,
body.page-id-2972 .site-content,
body.page-id-2973 .site-content,
body.page-id-2972 article.entry-content,
body.page-id-2973 article.entry-content,
.nsd-basket-page,
.nsd-basket,
.nsd-basket__main,
.nsd-aside,
.nsd-fieldset,
.nsd-form,
.nsd-dropzone,
.nsd-upload-cta {
	background: var(--nsd-light-white) !important;
}

.nsd-aside,
.nsd-fieldset,
.nsd-line,
.nsd-dropzone,
.nsd-upload-cta,
.cart_totals,
.woocommerce-checkout-review-order {
	border-color: var(--nsd-light-line) !important;
	box-shadow: 0 16px 42px rgba(79, 55, 30, 0.08);
}

.nsd-aside .nsd-product-trust,
.cart_totals .nsd-product-trust,
.woocommerce-checkout-review-order .nsd-product-trust {
	margin-top: 8px;
	padding: 18px;
	border: 1px solid var(--nsd-light-line);
	border-radius: 10px;
}

.woocommerce-checkout .wc_payment_method > label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 14px 16px;
	border: 1px solid var(--nsd-light-line);
	border-radius: 8px;
	background: var(--nsd-light-white);
	font-size: 1rem;
	font-weight: 750;
}

.woocommerce-checkout .payment_box,
.woocommerce-checkout .woocommerce-privacy-policy-text {
	padding: 18px 20px !important;
	border: 1px solid var(--nsd-light-line);
	border-radius: 8px;
	background: var(--nsd-light-white) !important;
	line-height: 1.65;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin: 18px 0 !important;
}

.nsd-quote h1,
.nsd-quote h2,
.nsd-quote h3,
.nsd-quote-form h1,
.nsd-quote-form h2,
.nsd-quote-form h3,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
	color: var(--nsd-light-ink);
}

.nsd-shop-filters,
.nsd-shop-filters__bar,
.nsd-shop-filters__form,
.nsd-shop-filters__panel-head,
.nsd-shop-filters__group {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.nsd-shop-filters__bar,
.nsd-shop-filters__form {
	border-color: var(--nsd-light-line);
}

.nsd-shop-filters__backdrop {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.nsd-shop-filters__toggle,
.nsd-shop-filters__actions button,
.nsd-button,
.button,
button[type="submit"],
input[type="submit"] {
	border-color: var(--nsd-light-orange-strong);
	background-color: var(--nsd-light-orange-strong);
	color: var(--nsd-light-white);
}

.woocommerce.archive .wd-products .wd-product-wrapper,
.woocommerce.archive .wd-products .product-element-bottom {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.woocommerce.archive .wd-products .wd-entities-title a,
.woocommerce.archive .wd-products .wd-product-cats a,
.woocommerce.archive .wd-products .nsd-payment-note strong {
	color: var(--nsd-light-ink);
}

.woocommerce.archive .wd-products .wd-product-cats,
.woocommerce.archive .wd-products .price .woocommerce-price-suffix,
.woocommerce.archive .wd-products .price .nsd-price-unit {
	color: var(--nsd-light-muted);
}

.nsd-project__hero,
.nsd-project__hero-media,
.nsd-project__cta,
.nsd-project-card,
.nsd-project__trust,
.nsd-project__benefits article,
.nsd-project__solutions,
.nsd-project__solution-grid a,
.nsd-project__selection,
.nsd-project__local,
.nsd-project__local-grid article {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.nsd-project__hero h1,
.nsd-project__hero h2,
.nsd-project__hero h3,
.nsd-project__hero p,
.nsd-project__hero li,
.nsd-project__hero span,
.nsd-project__cta h1,
.nsd-project__cta h2,
.nsd-project__cta h3,
.nsd-project__cta p,
.nsd-project__cta span {
	color: var(--nsd-light-ink) !important;
}

.nsd-project__hero h1,
.nsd-project__hero h2,
.nsd-project__hero h3,
.nsd-project__hero p,
.nsd-project__hero li,
.nsd-project__hero span,
.nsd-project__cta h1,
.nsd-project__cta h2,
.nsd-project__cta h3,
.nsd-project__cta p,
.nsd-project__cta span {
	color: var(--nsd-light-ink) !important;
}

.nsd-project__hero-note,
.nsd-project__hero-note *,
.nsd-project__button,
.nsd-project__button *,
.nsd-project-card__link,
.nsd-project-card__link * {
	color: var(--nsd-light-white) !important;
}

.nsd-project__eyebrow,
.nsd-info-page__eyebrow,
.nsd-project-card > p:first-child,
.nsd-project__selection > p:first-child,
.nsd-project__local > p:first-child {
	color: #a84f00 !important;
}

.nsd-info-page__hero,
.nsd-info-page__grid article {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.nsd-info-page__hero h1,
.nsd-info-page__hero h2,
.nsd-info-page__hero h3,
.nsd-info-page__hero p,
.nsd-info-page__hero a {
	color: var(--nsd-light-ink);
}

.nsd-info-page__hero > *,
.nsd-info-page__grid article > * {
	color: var(--nsd-light-ink) !important;
}

.wd-page-title,
.wd-page-title-bg,
.page-title-default {
	background-color: var(--nsd-light-white) !important;
}

.wd-page-title .entry-title,
.wd-page-title .breadcrumbs,
.wd-page-title .breadcrumbs a,
.wd-page-title .breadcrumbs span {
	color: var(--nsd-light-ink) !important;
}

body.woocommerce-shop .wd-page-title .entry-title,
body.tax-product_cat .wd-page-title .entry-title {
	color: #fff !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
}

body.page-id-29 .wd-page-title-bg::after,
body.page-id-14 .wd-page-title-bg::after {
	background: rgba(255, 255, 255, 0.72) !important;
}

.nsd-project__solution-grid a,
.nsd-project__local-grid article,
.nsd-project-card,
.nsd-project__benefits article {
	border-color: var(--nsd-light-line);
}

.nsd-project__hero-note,
.nsd-project__button,
.nsd-project-card__link {
	background: var(--nsd-light-orange-strong);
	color: var(--nsd-light-white);
}

.nsd-project-card__link {
	display: inline-flex;
	width: 100%;
	min-width: 0;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 12px 18px;
	border-radius: 3px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

.nsd-project-card__body {
	display: grid;
	grid-template-rows: 20px 72px 112px 64px 52px;
	gap: 12px;
	min-height: 396px;
	align-items: stretch;
	padding: 22px;
}

.nsd-project-card__body > p {
	align-self: center;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nsd-project-card h3 {
	display: flex;
	min-height: 0;
	align-items: flex-start;
	margin: 0;
	overflow: hidden;
}

.nsd-project-card h3 a {
	display: -webkit-box;
	min-height: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.35;
}

.nsd-project-card__price {
	display: flex;
	width: 100%;
	height: 112px;
	min-height: 112px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(217, 111, 13, 0.22);
	border-radius: 3px;
	background: #fff7ef;
}

.nsd-project-card__price > span:first-child {
	margin-bottom: 4px;
	color: var(--nsd-light-muted);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.nsd-project-card__price strong,
.nsd-project-card__price .amount {
	color: var(--nsd-light-orange-strong);
	font-size: 1.2rem;
	font-weight: 800;
}

.nsd-project-card__pay {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	width: 100%;
	height: 64px;
	min-height: 64px;
	align-items: center;
	margin: 0;
	color: var(--nsd-light-ink);
}

.nsd-project-card__pay-mark {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: #80c600;
	color: #162000;
	font-size: 0.78rem;
	font-weight: 850;
}

.nsd-project-card__pay > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.nsd-project-card__pay strong {
	color: var(--nsd-light-ink);
	font-size: 0.92rem;
	line-height: 1.3;
}

.nsd-project-card__pay small {
	margin-top: 2px;
	color: var(--nsd-light-muted);
	font-size: 0.78rem;
	line-height: 1.35;
}

.nsd-project__hero-note span,
.nsd-project__hero-note strong {
	color: var(--nsd-light-white);
}

.nsd-calc__stepper button,
.nsd-cart-units__stepper button {
	background: var(--nsd-light-orange-strong);
	color: var(--nsd-light-white);
}

.nsd-calc__stepper input,
.nsd-cart-units__stepper input,
.nsd-price-options,
.nsd-cart-units {
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.whb-general-header .searchform {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 54px;
	gap: 8px;
	align-items: stretch;
	background: transparent;
}

.whb-general-header .searchform input[type="text"] {
	grid-column: 1;
	padding-inline: 20px !important;
	border: 1px solid var(--nsd-light-line) !important;
	border-radius: 999px !important;
	background: var(--nsd-light-white) !important;
}

.whb-general-header .searchform .searchsubmit {
	position: static;
	grid-column: 2;
	width: 54px;
	min-width: 54px;
	height: auto;
	border-radius: 999px;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-content-wrapper,
body.woocommerce-cart .shop_table.cart,
body.woocommerce-cart .shop_table.cart tbody,
body.woocommerce-cart .shop_table.cart tr,
body.woocommerce-cart .shop_table.cart td,
body.woocommerce-cart .shop_table.cart th {
	box-sizing: border-box;
}

body.woocommerce-cart .shop_table.cart .product-price,
body.woocommerce-cart .shop_table.cart .product-subtotal,
body.woocommerce-cart .shop_table.cart .woocommerce-Price-amount {
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

body.woocommerce-cart .product-subtotal {
	white-space: nowrap;
}

body.woocommerce-cart .shop_table.cart .product-name {
	min-width: 220px;
}

body.woocommerce-cart .shop_table.cart .product-price {
	min-width: 112px;
}

body.woocommerce-cart .shop_table.cart .product-subtotal {
	min-width: 118px;
}

body.woocommerce-cart .shop_table.cart .product-quantity {
	min-width: 230px;
}

body.woocommerce-cart .nsd-cart-units {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 12px;
	background: var(--nsd-light-white);
}

body.woocommerce-cart .nsd-cart-units__heading {
	margin-bottom: 8px;
}

body.woocommerce-cart .nsd-cart-units--discrete small {
	margin-top: 8px;
	line-height: 1.4;
}

body.woocommerce-cart .shop_table.cart td.actions,
body.woocommerce-cart .shop_table.cart .coupon {
	background: var(--nsd-light-white);
}

body.woocommerce-cart .shop_table.cart .coupon {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto;
	gap: 12px;
	align-items: center;
}

body.woocommerce-cart .shop_table.cart .coupon input,
body.woocommerce-cart .shop_table.cart .coupon button {
	width: auto;
	min-height: 48px;
	margin: 0;
}

body.woocommerce-shop,
body.post-type-archive-product,
body.page-id-29,
body.page-id-14,
body.page-id-1021,
body.woocommerce-shop .main-page-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.page-id-29 .main-page-wrapper,
body.page-id-14 .main-page-wrapper,
body.page-id-1021 .main-page-wrapper,
body.page-id-1021 .nsd-home-section,
body.page-id-1021 .nsd-home-cta {
	background-color: var(--nsd-light-white) !important;
}

.whb-general-header,
.whb-general-header .whb-general-header-inner,
.woocommerce-shop .wd-product-thumb,
.post-type-archive-product .wd-product-thumb,
.nsd-home-product__media,
.nsd-project-card__media {
	background-color: var(--nsd-light-white) !important;
}

body.page-id-1021 .main-page-wrapper {
	padding-bottom: 0 !important;
}

body.page-id-1021 .wd-content-layout,
body.page-id-1021 .site-content,
body.page-id-1021 article.entry-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body.woocommerce-shop .wd-content-layout.container,
body.tax-product_cat .wd-content-layout.container,
body.post-type-archive-product .wd-content-layout.container {
	width: 100%;
	max-width: none;
	padding-inline: clamp(24px, 4vw, 72px);
}

.nsd-line__body,
.nsd-line__specs,
.nsd-line__spec,
.nsd-line__notes,
.nsd-quote-item,
.nsd-quote-item *,
.nsd-fieldset,
.nsd-fieldset *,
.woocommerce-checkout-review-order,
.woocommerce-checkout-review-order *,
.woocommerce-privacy-policy-text,
.payment_box,
.woocommerce-additional-fields {
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.nsd-line__notes {
	display: block;
	width: 100%;
	white-space: normal;
}

.nsd-project__eyebrow,
.nsd-project__solution-grid span,
.nsd-project-card__body > p {
	font-size: 0.82rem;
	line-height: 1.45;
}

.nsd-project__hero-note span,
.nsd-project__benefits p,
.nsd-project-card__pay,
.nsd-project__local-grid span {
	font-size: 0.92rem;
	line-height: 1.55;
}

.nsd-project__hero-note strong,
.nsd-project__benefits h2,
.nsd-project-card h3 {
	font-size: 1.05rem;
}

.nsd-project__section-heading > span,
.nsd-project__cta > div > span {
	font-size: 1.05rem;
}

body.page-id-1021 .nsd-home,
body.page-id-1021 .nsd-home-cta {
	margin-bottom: 0 !important;
}

footer,
.footer-container,
.footer-sidebar,
.copyrights-wrapper,
footer .elementor,
footer .elementor-section,
footer .e-con,
footer .elementor-widget-wrap {
	background-color: var(--nsd-light-orange) !important;
	color: var(--nsd-light-ink) !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer span,
footer li,
footer a {
	color: var(--nsd-light-ink) !important;
}

footer img {
	filter: none !important;
}

@media (max-width: 1024px) {
	.nsd-home-hero {
		grid-template-areas:
			"media"
			"copy";
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	.nsd-home-hero__media {
		width: 100%;
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.nsd-home-hero__content {
		width: 100%;
		min-height: 0;
		padding: 44px clamp(28px, 7vw, 64px) 52px;
	}

	.nsd-home-hero h1 {
		max-width: 720px;
		font-size: clamp(2.8rem, 8vw, 4.5rem);
	}

	.nsd-project__hero-media {
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
		aspect-ratio: 16 / 9;
	}

	.nsd-project__hero-image {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}

	.nsd-trust-list,
	.nsd-product-trust .nsd-trust-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nsd-aside .nsd-trust-list,
	.cart_totals .nsd-product-trust .nsd-trust-list,
	.woocommerce-checkout .nsd-product-trust .nsd-trust-list,
	.woocommerce-checkout-review-order .nsd-product-trust .nsd-trust-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1024px) {
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .shop_table.cart,
	body.woocommerce-cart .shop_table.cart tbody {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	body.woocommerce-cart .shop_table.cart .woocommerce-cart-form__cart-item {
		display: grid;
		grid-template-columns: 100px minmax(0, 1fr);
		grid-template-rows: 36px auto auto auto auto;
		gap: 12px 16px;
		width: 100%;
		padding: 20px;
		border: 1px solid var(--nsd-light-line);
		background: var(--nsd-light-white);
	}

	body.woocommerce-cart .shop_table.cart .product-remove {
		position: static;
		z-index: 2;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		width: 36px;
		min-width: 36px;
		height: 36px;
	}

	body.woocommerce-cart .shop_table.cart .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 5;
		width: 100px;
		height: 100px;
	}

	body.woocommerce-cart .shop_table.cart .product-name,
	body.woocommerce-cart .shop_table.cart .product-price,
	body.woocommerce-cart .shop_table.cart .product-quantity,
	body.woocommerce-cart .shop_table.cart .product-subtotal {
		display: flex;
		grid-column: 2;
		width: 100%;
		min-width: 0;
		padding: 0;
	}

	body.woocommerce-cart .shop_table.cart .product-name {
		grid-row: 2;
		font-size: 1rem;
		line-height: 1.35;
	}

	body.woocommerce-cart .shop_table.cart .product-price {
		grid-row: 3;
	}

	body.woocommerce-cart .shop_table.cart .product-quantity {
		grid-row: 4;
	}

	body.woocommerce-cart .shop_table.cart .product-subtotal {
		grid-row: 5;
	}

	body.woocommerce-cart .shop_table.cart .product-price,
	body.woocommerce-cart .shop_table.cart .product-subtotal {
		min-height: 28px;
		align-items: center;
	}

	body.woocommerce-cart .shop_table.cart .product-subtotal {
		font-size: 1.05rem;
		font-weight: 800;
	}

	body.woocommerce-cart .shop_table.cart .product-quantity {
		align-items: flex-start;
		min-height: 0;
	}

	body.woocommerce-cart .nsd-cart-units--discrete {
		min-width: 0;
	}

	body.woocommerce-cart .nsd-cart-units__heading {
		min-height: 44px;
	}

	body.woocommerce-cart .shop_table.cart td.actions {
		display: block;
		width: 100%;
		padding: 20px 0 0;
	}

	body.woocommerce-cart .shop_table.cart .coupon {
		width: 100%;
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.nsd-home-hero {
		min-height: 0;
	}

	.nsd-home-hero__media {
		aspect-ratio: 4 / 3;
	}

	.nsd-home-hero__content {
		width: 100%;
		margin: 0;
		padding: 32px 20px 38px;
	}

	.nsd-home-hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.3rem);
		line-height: 0.98;
	}

	.nsd-home-hero__lead {
		font-size: 0.98rem;
		line-height: 1.55;
	}

	.nsd-project__hero-media {
		aspect-ratio: 4 / 3;
	}

	.nsd-project-card__body {
		min-height: 0;
		padding: 20px;
	}

	.nsd-project-card h3 {
		min-height: 0;
	}

	.nsd-home-category__veil {
		background: linear-gradient(0deg, rgba(180, 78, 0, 0.84) 0%, rgba(239, 130, 0, 0.44) 52%, rgba(239, 130, 0, 0.02) 100%);
	}

	.nsd-trust-list,
	.summary .nsd-product-trust .nsd-trust-list,
	.nsd-configurator .nsd-product-trust .nsd-trust-list,
	.nsd-quote-form .nsd-trust-list,
	body.page-id-2973 .nsd-product-trust .nsd-trust-list,
	.nsd-aside .nsd-trust-list,
	.cart_totals .nsd-product-trust .nsd-trust-list,
	.woocommerce-checkout .nsd-product-trust .nsd-trust-list {
		grid-template-columns: 1fr;
	}

	.nsd-trust-item {
		min-height: 68px;
	}

	.nsd-shop-filters__form {
		background: var(--nsd-light-white);
	}

	body.woocommerce-cart .shop_table.cart .woocommerce-cart-form__cart-item {
		grid-template-columns: 82px minmax(0, 1fr);
		grid-template-rows: 36px auto auto auto auto;
		gap: 10px 14px;
		padding: 16px;
	}

	body.woocommerce-cart .shop_table.cart .product-thumbnail {
		width: 82px;
		height: 82px;
	}

	body.woocommerce-cart .shop_table.cart .product-quantity,
	body.woocommerce-cart .shop_table.cart .product-subtotal {
		grid-column: 1 / -1;
	}

	body.woocommerce-cart .nsd-cart-units__heading {
		align-items: center;
	}

	body.woocommerce-cart .nsd-cart-units__heading label {
		font-size: 0.78rem;
	}

	body.woocommerce-cart .shop_table.cart .coupon {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .shop_table.cart .coupon input,
	body.woocommerce-cart .shop_table.cart .coupon button,
	body.woocommerce-cart .shop_table.cart [name="update_cart"] {
		width: 100%;
	}

	.nsd-project-card__link {
		width: 100%;
		min-width: 0;
	}
}

/* Mouvement reduit : la video reste affichee (sinon le cadre du hero devient
   un aplat noir) mais elle est mise en pause par nsd-home-header.js et c'est
   son poster qui reste a l'ecran. */
@media (prefers-reduced-motion: reduce) {
	.nsd-home-hero__video {
		display: block;
	}
}

/* ===============================================================
 * Correctifs mobile / tablette — 14 aout 2026
 *
 * Le site n'a qu'une seule identite visuelle : claire. Tout ce qui
 * suit sert a ce que le rendu telephone et tablette soit celui
 * valide sur grand ecran.
 * =============================================================== */

/*
 * Aucun assombrissement automatique.
 *
 * Chrome Android applique son « theme sombre auto » aux pages qui ne
 * declarent pas de schema de couleurs : c'est ce qui noircissait les
 * blocs et faisait ressortir la video de l'accueil en luminescence.
 * La declaration ci-dessous l'interdit, sur mobile comme sur tablette.
 */
:root,
html,
body {
	color-scheme: only light;
}

/*
 * « Autres produits » : titre lisible en entier, carte claire.
 *
 * La hauteur minimale precedente laissait depasser une troisieme ligne
 * coupee en travers, juste au-dessus du lien « Voir le produit ».
 */
.nsd-sibling__link {
	border-color: var(--nsd-light-line);
	background: var(--nsd-light-white);
	color: var(--nsd-light-ink);
}

.nsd-sibling__media {
	background: #f2f0ec;
}

.nsd-sibling__name {
	min-height: 0;
	color: var(--nsd-light-ink);
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.nsd-sibling__cta {
	color: var(--nsd-light-orange-strong);
}

/*
 * Voile orange des collections : une bande basse, pas un rideau.
 *
 * Le haut de la photo reste net ; le degrade ne sert plus qu'a porter
 * le texte, qui reste sur fond plein.
 */
.nsd-home-category__veil {
	background: linear-gradient(
		0deg,
		rgba(150, 64, 0, 0.94) 0%,
		rgba(180, 78, 0, 0.82) 24%,
		rgba(214, 106, 0, 0.44) 42%,
		rgba(239, 130, 0, 0.1) 56%,
		rgba(239, 130, 0, 0) 68%
	);
}

@media (max-width: 1024px) {
	/* Sur petit ecran la description est ramenee a deux lignes : le bloc
	 * de texte tient alors dans la bande basse du degrade. */
	.nsd-home-category__content > span {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
}

/* ===============================================================
 * Acces au devis : header et barre mobile
 *
 * Meme grammaire que le panier du theme (icone, pastille de compte,
 * libelle), pour que les deux se lisent comme une seule barre d'outils.
 * Le compteur est rafraichi par nsd-runtime.js via data-nsd-badge-count,
 * donc il reste juste meme sur une page servie depuis le cache.
 * =============================================================== */

.nsd-quote-tools > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--nsd-light-ink);
	text-decoration: none;
}

.nsd-quote-tools > a:hover {
	color: var(--nsd-light-orange-strong);
}

.nsd-quote-tools__icon {
	display: inline-flex;
	width: 23px;
	height: 23px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.nsd-quote-tools__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.nsd-quote-tools__count {
	position: absolute;
	top: -2px;
	left: 13px;
	display: inline-flex;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--nsd-light-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.nsd-quote-tools__label {
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.nsd-quote-tools--header {
	display: inline-flex;
	align-items: center;
	margin-inline-start: 16px;
}

/* Barre mobile : l'icone est centree, le libelle est pose par le theme
 * en absolu sous elle. */
.nsd-quote-tools--toolbar > a {
	gap: 0;
}

.nsd-quote-tools--toolbar .nsd-quote-tools__count {
	top: 0;
	left: calc(50% + 3px);
}

@media (max-width: 1024px) {
	/* Le header mobile n'affiche que des icones : le libelle ferait
	 * deborder la ligne. */
	.nsd-quote-tools--header .nsd-quote-tools__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.nsd-quote-tools--header {
		margin-inline-start: 10px;
	}
}

/* ===============================================================
 * Reperes de confiance : la largeur disponible decide du nombre de
 * colonnes.
 *
 * Les regles precedentes imposaient deux colonnes en dessous de
 * 1024 px et ne repassaient a une seule que sur une liste de pages
 * nommees une a une. La page de devis n'y figurait pas : ses quatre
 * reperes se retrouvaient dans des colonnes de 133 px et les libelles
 * debordaient de leur cadre.
 * =============================================================== */

.nsd-trust-list,
.nsd-product-trust .nsd-trust-list,
.nsd-quote-form .nsd-trust-list,
.nsd-configurator .nsd-product-trust .nsd-trust-list,
.summary .nsd-product-trust .nsd-trust-list,
.nsd-aside .nsd-trust-list,
.cart_totals .nsd-product-trust .nsd-trust-list,
.woocommerce-checkout .nsd-product-trust .nsd-trust-list,
.woocommerce-checkout-review-order .nsd-product-trust .nsd-trust-list,
body.page-id-2973 .nsd-product-trust .nsd-trust-list {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Un repere ne doit jamais pousser sa colonne au-dela de sa largeur. */
.nsd-trust-item {
	min-width: 0;
}

.nsd-trust-item > * {
	min-width: 0;
	overflow-wrap: anywhere;
}

/*
 * La toile de fond du navigateur est peinte explicitement.
 *
 * Sans fond declare sur <html>, le navigateur peint la sienne : c'est
 * elle qui virait au sombre autour de la video de l'accueil, laissant la
 * video en surbrillance sur une page devenue grise.
 */
html {
	background-color: var(--nsd-light-white);
}
