:root {
	--ambse-navy-950: #061621;
	--ambse-navy-900: #0a2538;
	--ambse-navy-800: #0d3b5a;
	--ambse-blue-700: #075c9c;
	--ambse-red-600: #df2633;
	--ambse-sand-50: #fbfaf7;
	--ambse-slate-50: #f3f6f8;
	--ambse-slate-100: #e8eef2;
	--ambse-slate-300: #c8d3da;
	--ambse-slate-600: #586a76;
	--ambse-ink: #14222c;
	--ambse-radius-sm: 12px;
	--ambse-radius-md: 20px;
	--ambse-radius-lg: 30px;
	--ambse-shadow-sm: 0 12px 35px rgba(10, 37, 56, .08);
	--ambse-shadow-lg: 0 30px 80px rgba(10, 37, 56, .14);
	--ambse-ease: cubic-bezier(.22, 1, .36, 1);
}

/* 1.9 — full-width, readable storefront and automatic hero carousel. */
body.home .main-page-wrapper,
body.home .site-content,
body.home .container,
body.home .content-layout-wrapper,
body.home .page-title-default {
	max-width: none;
	width: 100%;
}

body.home .main-page-wrapper,
body.home .site-content,
body.home .content-layout-wrapper,
body.home .content-area,
body.home article.page,
body.home .entry-content {
	margin: 0;
	padding: 0;
}

.ambse-home-experience {
	overflow: clip;
	width: 100%;
}

.ambse-home-experience .ambse-hero {
	border-radius: 0;
	margin: 0;
	max-width: none;
	min-height: clamp(580px, 72vh, 760px);
	width: 100%;
}

.ambse-hero__slide {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	transform: scale(1.025);
	transition: opacity 1s ease, transform 7s cubic-bezier(.2, .75, .25, 1);
	width: 100%;
}

.ambse-hero__slide.is-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.ambse-hero__dots {
	display: flex;
	gap: .55rem;
	margin-top: 1.75rem;
}

.ambse-hero__dots button {
	background: rgba(255, 255, 255, .42);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 5px;
	padding: 0;
	transition: background .25s ease, width .3s ease;
	width: 22px;
}

.ambse-hero__dots button.is-active {
	background: #fff;
	width: 44px;
}

body .whb-top-bar .wd-info-box {
	min-height: 38px;
}

body .whb-top-bar .info-box-inner,
body .whb-top-bar .wd-header-text {
	font-size: 13px !important;
	font-weight: 650;
	line-height: 1.35;
}

body .whb-top-bar .info-box-icon img {
	height: 22px !important;
	width: 22px !important;
}

body .whb-general-header .wd-nav-main > li > a {
	font-size: 16px !important;
	min-height: 84px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

body .whb-general-header .wd-logo img {
	max-width: 320px !important;
}

.ambse-product-mega__header strong {
	font-size: 1.2rem;
}

.ambse-product-mega__group summary strong {
	font-size: 1rem;
}

.ambse-product-mega__group summary small,
.ambse-product-mega__family,
.ambse-product-mega__group li a {
	font-size: .84rem;
}

@media (max-width: 1024px) {
	body .whb-top-bar {
		display: none;
	}

	.ambse-home-experience .ambse-hero {
		min-height: 620px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ambse-hero__slide {
		transform: none;
		transition: opacity .2s ease;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ambse-sand-50);
	color: var(--ambse-ink);
	-webkit-font-smoothing: antialiased;
}

::selection {
	background: var(--ambse-red-600);
	color: #fff;
}

body .main-page-wrapper {
	background: var(--ambse-sand-50);
}

body .whb-general-header {
	background: rgba(6, 22, 33, .98) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
	box-shadow: 0 12px 30px rgba(3, 15, 24, .16);
}

body .whb-general-header .wd-nav-main > li > a {
	color: rgba(255, 255, 255, .9) !important;
	font-weight: 800 !important;
	letter-spacing: .015em;
	transition: color .25s ease, opacity .25s ease;
}

body .whb-general-header .wd-nav-main > li > a:hover,
body .whb-general-header .wd-nav-main > li.current-menu-item > a {
	color: #fff !important;
}

body .whb-general-header .wd-nav-main > li > a::after {
	background: var(--ambse-red-600);
	bottom: 6px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform .28s var(--ambse-ease);
	width: calc(100% - 20px);
}

body .whb-general-header .wd-nav-main > li:hover > a::after,
body .whb-general-header .wd-nav-main > li.current-menu-item > a::after {
	transform: translateX(-50%) scaleX(1);
}

.ambse-products-menu-host {
	position: relative !important;
}

.ambse-product-mega {
	background: #fff;
	border: 1px solid rgba(8, 43, 66, .1);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(4, 22, 34, .24);
	color: var(--ambse-ink);
	left: 50%;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translate(-50%, 14px);
	transition: opacity .22s ease, transform .3s var(--ambse-ease), visibility .22s ease;
	visibility: hidden;
	width: min(1040px, calc(100vw - 36px));
	z-index: 100000;
}

.ambse-products-menu-host:hover > .ambse-product-mega,
.ambse-products-menu-host:focus-within > .ambse-product-mega,
.ambse-products-menu-host.is-open > .ambse-product-mega {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
}

.ambse-product-mega *,
.ambse-product-mega *::before,
.ambse-product-mega *::after {
	box-sizing: border-box;
}

.ambse-product-mega__header {
	align-items: center;
	background: var(--ambse-navy-950);
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: 1.15rem 1.4rem;
}

.ambse-product-mega__header div {
	display: grid;
	gap: .15rem;
}

.ambse-product-mega__header span {
	color: #ff6a75;
	font-size: .64rem;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.ambse-product-mega__header strong {
	color: #fff;
	font-size: 1.08rem;
	letter-spacing: -.01em;
}

.ambse-product-mega__header > a {
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	color: #fff !important;
	font-size: .72rem;
	font-weight: 850;
	padding: .65rem .9rem;
	text-decoration: none !important;
	white-space: nowrap;
}

.ambse-product-mega__header > a:hover {
	background: #fff;
	color: var(--ambse-navy-950) !important;
}

.ambse-product-mega__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ambse-product-mega__group {
	background: #fff;
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 1.35rem;
}

.ambse-product-mega__group + .ambse-product-mega__group {
	border-left: 1px solid var(--ambse-slate-100);
}

.ambse-product-mega__group summary {
	align-items: flex-start;
	cursor: default;
	display: grid;
	gap: .75rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	list-style: none;
}

.ambse-product-mega__group summary::-webkit-details-marker {
	display: none;
}

.ambse-product-mega__group summary > b {
	align-items: center;
	background: var(--ambse-slate-50);
	border-radius: 10px;
	color: var(--ambse-blue-700);
	display: inline-flex;
	font-size: .68rem;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.ambse-product-mega__group summary span {
	display: grid;
	gap: .32rem;
}

.ambse-product-mega__group summary strong {
	color: var(--ambse-ink);
	font-size: .9rem;
	line-height: 1.25;
}

.ambse-product-mega__group summary small {
	color: var(--ambse-slate-600);
	font-size: .67rem;
	line-height: 1.45;
}

.ambse-product-mega__group summary > i {
	display: none;
}

.ambse-product-mega__group-body {
	margin-top: 1rem;
}

.ambse-product-mega__family,
.ambse-product-mega__group li a {
	align-items: center;
	border-radius: 9px;
	color: var(--ambse-ink) !important;
	display: flex;
	font-size: .75rem;
	font-weight: 800;
	gap: .75rem;
	justify-content: space-between;
	min-height: 39px;
	padding: .55rem .65rem;
	text-decoration: none !important;
}

.ambse-product-mega__family {
	background: #edf4f8;
	color: var(--ambse-navy-800) !important;
}

.ambse-product-mega__group ul {
	display: grid;
	gap: .12rem;
	list-style: none;
	margin: .35rem 0 0;
	padding: 0;
}

.ambse-product-mega__group li a:hover,
.ambse-product-mega__family:hover {
	background: var(--ambse-navy-900);
	color: #fff !important;
}

.ambse-product-mega__family em,
.ambse-product-mega__group li em {
	align-items: center;
	background: rgba(7, 92, 156, .09);
	border-radius: 999px;
	color: var(--ambse-blue-700);
	display: inline-flex;
	font-size: .62rem;
	font-style: normal;
	font-weight: 900;
	height: 23px;
	justify-content: center;
	min-width: 23px;
	padding-inline: .38rem;
}

.ambse-product-mega__group li a:hover em,
.ambse-product-mega__family:hover em {
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

.ambse-product-mega__featured {
	background: #fff5f5;
	border: 1px solid #f8d9dc;
	border-radius: 10px;
	display: grid;
	gap: .35rem;
	margin-top: .65rem;
	padding: .7rem;
}

.ambse-product-mega__featured > span {
	color: var(--ambse-red-600);
	font-size: .58rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ambse-product-mega__featured a {
	color: var(--ambse-ink) !important;
	font-size: .7rem;
	font-weight: 850;
	line-height: 1.35;
	text-decoration: none !important;
}

.ambse-product-mega__featured a:hover {
	color: var(--ambse-red-600) !important;
}

body:not(.home) .whb-general-header .site-logo {
	background: rgba(255, 255, 255, .97);
	border-radius: 9px;
	line-height: 0;
	padding: 7px 10px;
}

body .whb-top-bar {
	background: var(--ambse-navy-950) !important;
	border: 0 !important;
}

body .whb-top-bar,
body .whb-top-bar a,
body .whb-top-bar p {
	color: rgba(255, 255, 255, .78) !important;
}

body .footer-container {
	background: var(--ambse-navy-950) !important;
	color: rgba(255, 255, 255, .7);
	padding-top: clamp(3rem, 7vw, 6rem);
}

body .footer-container h5,
body .footer-container strong,
body .footer-container a:hover {
	color: #fff !important;
}

body .footer-container a {
	color: rgba(255, 255, 255, .68) !important;
	transition: color .2s ease;
}

body .copyrights-wrapper {
	background: #04111a !important;
	border-top: 1px solid rgba(255, 255, 255, .09) !important;
	color: rgba(255, 255, 255, .58) !important;
}

body.page-id-30360 .page-title,
body.page-id-30342 .page-title,
body.page-id-4400 .page-title,
body.page-id-4439 .page-title,
body.page-id-30375 .page-title,
body.blog .page-title {
	display: none !important;
}

.ambse-site-page {
	color: var(--ambse-ink);
	margin: 0 auto;
	max-width: 1320px;
	padding: 1.5rem 0 clamp(4rem, 8vw, 8rem);
}

.ambse-site-page *,
.ambse-site-page *::before,
.ambse-site-page *::after {
	box-sizing: border-box;
}

.ambse-site-page h1,
.ambse-site-page h2,
.ambse-site-page h3,
.ambse-site-page p {
	margin-top: 0;
}

.ambse-site-page h1,
.ambse-site-page h2,
.ambse-site-page h3 {
	color: var(--ambse-ink);
}

.ambse-kicker {
	color: var(--ambse-red-600);
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .15em;
	line-height: 1.4;
	margin-bottom: .9rem;
	text-transform: uppercase;
}

.ambse-site-hero {
	background: var(--ambse-navy-950);
	border-radius: var(--ambse-radius-lg);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.ambse-site-hero--split {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	min-height: 610px;
}

.ambse-site-hero__content {
	align-self: center;
	max-width: 700px;
	padding: clamp(2.5rem, 6vw, 5.6rem);
	position: relative;
	z-index: 2;
}

.ambse-site-hero h1 {
	color: #fff;
	font-size: clamp(2.65rem, 5.2vw, 5.25rem);
	letter-spacing: -.05em;
	line-height: 1.01;
	margin: 0;
}

.ambse-site-hero__content > p:not(.ambse-kicker) {
	color: rgba(255, 255, 255, .77);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.68;
	margin: 1.35rem 0 0;
}

.ambse-site-hero__visual {
	min-height: 460px;
	overflow: hidden;
	position: relative;
}

.ambse-site-hero__visual::after {
	background: linear-gradient(90deg, var(--ambse-navy-950), transparent 35%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ambse-site-hero__visual img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s var(--ambse-ease);
	width: 100%;
}

.ambse-site-hero:hover .ambse-site-hero__visual img {
	transform: scale(1.035);
}

.ambse-site-hero--compact {
	background:
		radial-gradient(circle at 84% 16%, rgba(18, 111, 172, .32), transparent 31%),
		linear-gradient(135deg, var(--ambse-navy-950), var(--ambse-navy-800));
	min-height: 470px;
}

.ambse-site-hero--compact::after {
	background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, transparent, #000);
	position: absolute;
}

.ambse-site-hero--compact .ambse-site-hero__content {
	max-width: 900px;
}

.ambse-site-page--products .ambse-site-hero--compact {
	min-height: 360px;
}

.ambse-site-page--products .ambse-site-hero h1 {
	font-size: clamp(2.5rem, 3.8vw, 3.9rem);
	line-height: 1.06;
	max-width: 790px;
}

.ambse-site-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 2rem;
}

.ambse-site-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 900;
	gap: .55rem;
	justify-content: center;
	letter-spacing: .015em;
	min-height: 52px;
	padding: .9rem 1.4rem;
	text-decoration: none !important;
	transition: transform .25s var(--ambse-ease), box-shadow .25s ease, background-color .25s ease, color .25s ease;
}

.ambse-site-button:hover {
	transform: translateY(-3px);
}

.ambse-site-button span {
	transition: transform .25s var(--ambse-ease);
}

.ambse-site-button:hover span {
	transform: translateX(4px);
}

.ambse-site-button--accent {
	background: var(--ambse-red-600);
	box-shadow: 0 12px 28px rgba(223, 38, 51, .25);
	color: #fff !important;
}

.ambse-site-button--accent:hover {
	background: #c91e2a;
	box-shadow: 0 16px 34px rgba(223, 38, 51, .32);
}

.ambse-site-button--ghost {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .34);
	color: #fff !important;
}

.ambse-site-button--ghost:hover {
	background: rgba(255, 255, 255, .13);
}

.ambse-site-button--navy {
	background: var(--ambse-navy-900);
	color: #fff !important;
}

.ambse-site-section {
	margin: clamp(4.5rem, 8vw, 8rem) auto 0;
}

.ambse-site-section--tight {
	margin-top: 1.25rem;
}

.ambse-site-heading {
	max-width: 780px;
	margin-bottom: 2.4rem;
}

.ambse-site-heading--row {
	align-items: end;
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.ambse-site-heading h2,
.ambse-story-grid h2,
.ambse-timeline h2,
.ambse-conversion-panel h2 {
	font-size: clamp(2rem, 4vw, 3.7rem);
	letter-spacing: -.045em;
	line-height: 1.06;
	margin-bottom: 0;
}

.ambse-site-heading > p:not(.ambse-kicker) {
	color: var(--ambse-slate-600);
	font-size: 1rem;
	line-height: 1.7;
	margin: 1rem 0 0;
}

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

.ambse-feature-card,
.ambse-value-grid article {
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	border-radius: var(--ambse-radius-md);
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 1.7rem;
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--ambse-ease);
}

.ambse-feature-card:hover,
.ambse-value-grid article:hover {
	border-color: rgba(7, 92, 156, .28);
	box-shadow: var(--ambse-shadow-lg);
	transform: translateY(-7px);
}

.ambse-feature-card > span,
.ambse-value-grid article > span {
	align-items: center;
	background: var(--ambse-slate-50);
	border-radius: 50%;
	color: var(--ambse-red-600);
	display: inline-flex;
	font-size: .75rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	letter-spacing: .08em;
	width: 42px;
}

.ambse-feature-card h3,
.ambse-value-grid h3 {
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 3rem 0 .7rem;
}

.ambse-feature-card p,
.ambse-value-grid p {
	color: var(--ambse-slate-600);
	font-size: .88rem;
	line-height: 1.65;
}

.ambse-feature-card a {
	color: var(--ambse-blue-700) !important;
	font-size: .8rem;
	font-weight: 900;
	margin-top: auto;
	text-decoration: none !important;
}

.ambse-feature-card i {
	font-style: normal;
	margin-left: .25rem;
}

.ambse-site-section--dark {
	background: var(--ambse-navy-900);
	border-radius: var(--ambse-radius-lg);
	color: #fff;
	padding: clamp(2.3rem, 5vw, 5rem);
}

.ambse-site-section--dark h2,
.ambse-site-section--dark h3 {
	color: #fff;
}

.ambse-site-section--dark .ambse-kicker {
	color: #ff6873;
}

.ambse-step-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 3rem 0 0;
	padding: 0;
}

.ambse-step-grid li {
	border-top: 1px solid rgba(255, 255, 255, .18);
	padding: 1.4rem 0 0;
}

.ambse-step-grid span {
	color: #ff6873;
	font-size: .72rem;
	font-weight: 900;
}

.ambse-step-grid h3 {
	font-size: 1.05rem;
	margin: 2.2rem 0 .55rem;
}

.ambse-step-grid p {
	color: rgba(255, 255, 255, .66);
	font-size: .82rem;
	line-height: 1.55;
}

.ambse-category-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ambse-category-grid > a {
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	border-radius: var(--ambse-radius-md);
	color: var(--ambse-ink) !important;
	display: block;
	min-height: 220px;
	padding: 1.7rem;
	position: relative;
	text-decoration: none !important;
	transition: background-color .3s ease, color .3s ease, transform .3s var(--ambse-ease), box-shadow .3s ease;
}

.ambse-category-grid > a:hover {
	background: var(--ambse-navy-900);
	box-shadow: var(--ambse-shadow-lg);
	color: #fff !important;
	transform: translateY(-6px);
}

.ambse-category-grid > a > span {
	color: var(--ambse-red-600);
	float: right;
	font-size: 1.2rem;
}

.ambse-category-grid h2 {
	color: inherit;
	font-size: 1.3rem;
	margin: 4rem 0 .65rem;
}

.ambse-category-grid p {
	color: var(--ambse-slate-600);
	font-size: .85rem;
	line-height: 1.6;
	margin: 0;
}

.ambse-category-grid > a:hover p {
	color: rgba(255, 255, 255, .68);
}

.ambse-category-hub__grid {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ambse-category-hub__card {
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	border-radius: var(--ambse-radius-md);
	box-shadow: var(--ambse-shadow-sm);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 1.35rem;
	transition: box-shadow .3s ease, transform .3s var(--ambse-ease);
}

.ambse-category-hub__card:hover {
	box-shadow: var(--ambse-shadow-lg);
	transform: translateY(-5px);
}

.ambse-category-hub__number {
	align-items: center;
	background: var(--ambse-navy-950);
	border-radius: 12px;
	color: #fff;
	display: flex;
	font-size: .72rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 1.1rem;
	width: 42px;
}

.ambse-category-hub__title {
	align-items: flex-start;
	display: flex;
	gap: .8rem;
	justify-content: space-between;
}

.ambse-category-hub__title h3 {
	font-size: 1.18rem;
	line-height: 1.2;
	margin: 0 0 .55rem;
}

.ambse-category-hub__title h3 a {
	color: var(--ambse-ink) !important;
	text-decoration: none !important;
}

.ambse-category-hub__title p {
	color: var(--ambse-slate-600);
	font-size: .77rem;
	line-height: 1.55;
	margin: 0;
}

.ambse-category-hub__title > span {
	background: var(--ambse-slate-50);
	border-radius: 999px;
	color: var(--ambse-blue-700);
	flex: 0 0 auto;
	font-size: .62rem;
	font-weight: 900;
	padding: .4rem .55rem;
	white-space: nowrap;
}

.ambse-category-hub__card ul {
	border-top: 1px solid var(--ambse-slate-100);
	display: grid;
	gap: .2rem;
	list-style: none;
	margin: 1.15rem 0 1rem;
	padding: .75rem 0 0;
}

.ambse-category-hub__card li a {
	align-items: center;
	border-radius: 9px;
	color: var(--ambse-ink) !important;
	display: grid;
	font-size: .77rem;
	font-weight: 800;
	gap: .5rem;
	grid-template-columns: minmax(0, 1fr) auto auto;
	min-height: 42px;
	padding: .55rem .65rem;
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease;
}

.ambse-category-hub__card li a:hover {
	background: var(--ambse-slate-50);
	color: var(--ambse-blue-700) !important;
}

.ambse-category-hub__card li em {
	align-items: center;
	background: #edf4f8;
	border-radius: 999px;
	color: var(--ambse-blue-700);
	display: inline-flex;
	font-size: .61rem;
	font-style: normal;
	height: 23px;
	justify-content: center;
	min-width: 23px;
	padding-inline: .35rem;
}

.ambse-category-hub__card li i {
	color: var(--ambse-red-600);
	font-style: normal;
}

.ambse-category-hub__all {
	align-items: center;
	border-top: 1px solid var(--ambse-slate-100);
	color: var(--ambse-blue-700) !important;
	display: flex;
	font-size: .72rem;
	font-weight: 900;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1rem;
	text-decoration: none !important;
}

.ambse-popular-panels {
	align-items: center;
	background: var(--ambse-navy-950);
	border-radius: 16px;
	display: grid;
	gap: .8rem;
	grid-template-columns: minmax(230px, 1fr) auto auto;
	margin-top: 1.15rem;
	padding: 1rem 1.2rem;
}

.ambse-popular-panels > div {
	display: grid;
	gap: .15rem;
}

.ambse-popular-panels > div span {
	color: #ff6a75;
	font-size: .61rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ambse-popular-panels > div strong {
	color: #fff;
	font-size: .95rem;
}

.ambse-popular-panels > a {
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	color: #fff !important;
	font-size: .72rem;
	font-weight: 850;
	padding: .7rem .85rem;
	text-decoration: none !important;
	white-space: nowrap;
}

.ambse-popular-panels > a:hover {
	background: #fff;
	color: var(--ambse-navy-950) !important;
}

.ambse-product-discovery ul.products,
body .ambse-site-page ul.products {
	display: grid !important;
	gap: 1.25rem !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ambse-product-discovery ul.products::before,
.ambse-product-discovery ul.products::after {
	display: none !important;
}

.ambse-product-discovery ul.products li.product,
body .ambse-site-page ul.products li.product {
	background: #fff !important;
	border: 1px solid var(--ambse-slate-100) !important;
	border-radius: 18px !important;
	box-shadow: var(--ambse-shadow-sm);
	float: none !important;
	margin: 0 !important;
	overflow: hidden;
	padding-bottom: 1rem !important;
	transition: box-shadow .3s ease, transform .3s var(--ambse-ease);
	width: auto !important;
}

.ambse-product-discovery ul.products li.product:hover,
body .ambse-site-page ul.products li.product:hover {
	box-shadow: var(--ambse-shadow-lg);
	transform: translateY(-7px);
}

.ambse-product-discovery ul.products li.product img,
body .ambse-site-page ul.products li.product img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto !important;
	object-fit: cover;
	transition: transform .6s var(--ambse-ease);
	width: 100% !important;
}

.ambse-home-experience .ambse-hero__inner {
	min-height: clamp(580px, 72vh, 760px);
	padding-top: clamp(10.5rem, 13vw, 12.5rem);
}

@media (max-width: 1024px) {
	.ambse-home-experience .ambse-hero__inner {
		min-height: 620px;
		padding-top: 7.5rem;
	}
}

.ambse-product-discovery ul.products li.product:hover img,
body .ambse-site-page ul.products li.product:hover img {
	transform: scale(1.035);
}

.ambse-product-discovery .woocommerce-loop-product__title,
body .ambse-site-page .woocommerce-loop-product__title {
	font-size: 1rem !important;
	line-height: 1.35 !important;
	margin: 1rem 1rem .35rem !important;
}

.ambse-product-discovery .product-category,
.ambse-product-discovery .wd-product-cats,
body .ambse-site-page .product-category,
body .ambse-site-page .wd-product-cats {
	font-size: .73rem !important;
	margin-inline: 1rem !important;
}

.ambse-product-discovery .ambse-add-quote,
body .ambse-site-page .ambse-add-quote {
	background: var(--ambse-blue-700) !important;
	border-radius: 9px !important;
	color: #fff !important;
	margin: .9rem 1rem 0 !important;
	min-height: 46px;
	opacity: 1 !important;
	width: calc(100% - 2rem) !important;
}

.ambse-story-grid {
	display: grid;
	gap: clamp(2rem, 7vw, 7rem);
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.ambse-story-grid > div:last-child {
	border-left: 1px solid var(--ambse-slate-300);
	padding-left: clamp(2rem, 5vw, 5rem);
}

.ambse-story-grid > div:last-child p {
	color: var(--ambse-slate-600);
	font-size: 1.05rem;
	line-height: 1.78;
}

.ambse-values-section {
	background: var(--ambse-slate-50);
	border-radius: var(--ambse-radius-lg);
	padding: clamp(2.2rem, 5vw, 5rem);
}

.ambse-value-grid article {
	min-height: 270px;
}

.ambse-timeline {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	border-radius: var(--ambse-radius-lg);
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
	padding: clamp(2.3rem, 6vw, 5.5rem);
}

.ambse-timeline__year {
	color: var(--ambse-blue-700);
	font-size: clamp(4rem, 10vw, 8.5rem);
	font-weight: 900;
	letter-spacing: -.08em;
	line-height: .9;
}

.ambse-timeline p:not(.ambse-kicker) {
	color: var(--ambse-slate-600);
	line-height: 1.7;
	margin-top: 1rem;
}

.ambse-contact-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ambse-contact-grid > a {
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	border-radius: var(--ambse-radius-md);
	color: var(--ambse-ink) !important;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: 1.8rem;
	text-decoration: none !important;
	transition: background-color .3s ease, box-shadow .3s ease, color .3s ease, transform .3s var(--ambse-ease);
}

.ambse-contact-grid > a:hover {
	background: var(--ambse-navy-900);
	box-shadow: var(--ambse-shadow-lg);
	color: #fff !important;
	transform: translateY(-7px);
}

.ambse-contact-grid span {
	color: var(--ambse-red-600);
	font-size: .72rem;
	font-weight: 900;
}

.ambse-contact-grid h2 {
	color: inherit;
	font-size: 1.35rem;
	margin: 4rem 0 .7rem;
}

.ambse-contact-grid p {
	color: var(--ambse-slate-600);
	font-size: .86rem;
	line-height: 1.6;
}

.ambse-contact-grid > a:hover p {
	color: rgba(255, 255, 255, .68);
}

.ambse-contact-grid strong {
	color: var(--ambse-blue-700);
	font-size: .82rem;
	margin-top: auto;
}

.ambse-contact-grid > a:hover strong {
	color: #fff;
}

.ambse-faq-section {
	display: grid;
	gap: clamp(2rem, 7vw, 7rem);
	grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
}

.ambse-faq-list details {
	border-top: 1px solid var(--ambse-slate-300);
	padding: 1.25rem 0;
}

.ambse-faq-list summary {
	color: var(--ambse-ink);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 850;
	list-style: none;
	padding-right: 2.5rem;
	position: relative;
}

.ambse-faq-list summary::-webkit-details-marker {
	display: none;
}

.ambse-faq-list summary::after {
	color: var(--ambse-red-600);
	content: "+";
	font-size: 1.4rem;
	right: .25rem;
	position: absolute;
	top: -.25rem;
	transition: transform .3s var(--ambse-ease);
}

.ambse-faq-list details[open] summary::after {
	transform: rotate(45deg);
}

.ambse-faq-list details p {
	color: var(--ambse-slate-600);
	font-size: .9rem;
	line-height: 1.7;
	margin: 1rem 3rem 0 0;
}

.ambse-conversion-panel {
	align-items: center;
	background: var(--ambse-navy-950);
	border-radius: var(--ambse-radius-lg);
	color: #fff;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: clamp(2.3rem, 5vw, 4.8rem);
}

.ambse-conversion-panel > div:first-child {
	max-width: 720px;
}

.ambse-conversion-panel h2 {
	color: #fff;
}

.ambse-conversion-panel > div > p:not(.ambse-kicker) {
	color: rgba(255, 255, 255, .68);
	line-height: 1.65;
	margin: 1rem 0 0;
}

.ambse-conversion-panel .ambse-site-actions {
	flex: 0 0 auto;
	margin-top: 0;
}

/* Existing quote, branch, blog and product pages receive the same visual language. */
.ambse-site-page--legacy {
	max-width: 1320px;
}

.ambse-site-page--legacy .ambse-preserved-content {
	margin-top: clamp(3.5rem, 7vw, 7rem);
}

.ambse-site-page--legacy .ambse-conversion-panel {
	margin-top: clamp(3.5rem, 7vw, 7rem);
}

.ambse-site-page--points .ambse-preserved-content--points {
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	border-radius: var(--ambse-radius-lg);
	box-shadow: var(--ambse-shadow-sm);
	overflow: hidden;
	padding: clamp(1rem, 2.5vw, 2rem);
}

.ambse-site-page--points .ambse-preserved-content--points a[href*="maps"],
.ambse-site-page--points .ambse-preserved-content--points a[href*="google.com/maps"] {
	align-items: center;
	border-radius: 9px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: .7rem 1rem;
	transition: background .2s ease, color .2s ease, transform .2s var(--ambse-ease);
}

.ambse-site-page--points .ambse-preserved-content--points a[href*="maps"]:hover,
.ambse-site-page--points .ambse-preserved-content--points a[href*="google.com/maps"]:hover {
	background: var(--ambse-navy-900);
	color: #fff;
	transform: translateY(-2px);
}

.ambse-site-page--blog .ambse-preserved-content--blog {
	position: relative;
}

.ambse-blog-portal {
	grid-column: 1 / -1;
	width: 100%;
}

.ambse-blog-portal--intro {
	margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.ambse-blog-portal--cta {
	margin-top: clamp(3.5rem, 7vw, 7rem);
}

.ambse-blog-portal .ambse-site-page {
	padding-bottom: 0;
}

.ambse-site-page--blog .ambse-preserved-content--blog article a[href*="?p="]:last-child {
	color: var(--ambse-blue-700);
	font-weight: 800;
}

body.page-id-30455 .ambse-quote {
	margin-top: 2rem;
}

body.page-id-30455 .ambse-quote__intro,
body.page-id-30455 .ambse-quote__form-wrap,
body.page-id-30455 .ambse-quote__products {
	border-radius: var(--ambse-radius-md);
	box-shadow: var(--ambse-shadow-sm);
}

body.single-product .page-title {
	background-color: var(--ambse-navy-900) !important;
	background-blend-mode: multiply;
}

body.single-product .page-title h1 {
	color: #fff !important;
	letter-spacing: -.04em;
}

body.page-id-30375 .main-page-wrapper,
body.blog .main-page-wrapper {
	padding-bottom: clamp(4rem, 8vw, 8rem);
}

body.page-id-30375 .elementor-widget-container,
body.blog article {
	border-radius: var(--ambse-radius-md);
}

body.blog article {
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	box-shadow: var(--ambse-shadow-sm);
	overflow: hidden;
	transition: box-shadow .3s ease, transform .3s var(--ambse-ease);
}

body.blog article:hover {
	box-shadow: var(--ambse-shadow-lg);
	transform: translateY(-6px);
}

body.single-product .product-image-summary-wrap {
	background: #fff;
	border: 1px solid var(--ambse-slate-100);
	border-radius: var(--ambse-radius-lg);
	box-shadow: var(--ambse-shadow-sm);
	margin-top: 2rem;
	padding: clamp(1rem, 3vw, 2.5rem);
}

body.single-product .product_title {
	font-size: clamp(2rem, 4vw, 3.5rem) !important;
	letter-spacing: -.04em;
	line-height: 1.07 !important;
}

body.single-product .ambse-add-quote {
	background: var(--ambse-red-600) !important;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(223, 38, 51, .22);
	color: #fff !important;
	min-height: 52px;
	width: 100%;
}

.ambse-progress {
	background: var(--ambse-red-600);
	height: 3px;
	left: 0;
	position: fixed;
	top: 0;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
	z-index: 100000;
}

.ambse-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .7s var(--ambse-ease), transform .7s var(--ambse-ease);
}

.ambse-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ambse-reveal-group > * {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .65s var(--ambse-ease), transform .65s var(--ambse-ease);
}

.ambse-reveal-group.is-visible > * {
	opacity: 1;
	transform: translateY(0);
}

.ambse-reveal-group.is-visible > *:nth-child(2) { transition-delay: .08s; }
.ambse-reveal-group.is-visible > *:nth-child(3) { transition-delay: .16s; }
.ambse-reveal-group.is-visible > *:nth-child(4) { transition-delay: .24s; }
.ambse-reveal-group.is-visible > *:nth-child(n+5) { transition-delay: .3s; }

@media (max-width: 1024px) {
	.ambse-product-mega {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: none;
		left: auto;
		opacity: 1;
		pointer-events: auto;
		position: static;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.ambse-products-menu-host:hover > .ambse-product-mega,
	.ambse-products-menu-host:focus-within > .ambse-product-mega {
		display: none;
		transform: none;
	}

	.ambse-products-menu-host.is-open > .ambse-product-mega,
	.ambse-products-menu-host.is-open:hover > .ambse-product-mega,
	.ambse-products-menu-host.is-open:focus-within > .ambse-product-mega {
		display: block;
		transform: none;
	}

	.ambse-product-mega__header {
		align-items: flex-start;
		flex-direction: column;
		gap: .75rem;
		padding: 1rem;
	}

	.ambse-product-mega__header > a {
		text-align: center;
		width: 100%;
	}

	.ambse-product-mega__grid {
		grid-template-columns: 1fr;
	}

	.ambse-product-mega__group {
		border-bottom: 1px solid var(--ambse-slate-100);
		padding: 1rem;
	}

	.ambse-product-mega__group + .ambse-product-mega__group {
		border-left: 0;
	}

	.ambse-product-mega__group summary {
		cursor: pointer;
	}

	.ambse-product-mega__group summary > i {
		align-items: center;
		color: var(--ambse-red-600);
		display: inline-flex;
		font-size: 1.2rem;
		font-style: normal;
		height: 32px;
		justify-content: center;
		transition: transform .2s ease;
		width: 32px;
	}

	.ambse-product-mega__group[open] summary > i {
		transform: rotate(45deg);
	}

	.ambse-site-page {
		padding-inline: 1rem;
	}

	.ambse-site-hero--split {
		grid-template-columns: 1fr;
	}

	.ambse-site-hero__visual {
		min-height: 420px;
	}

	.ambse-site-hero__visual::after {
		background: linear-gradient(0deg, var(--ambse-navy-950), transparent 40%);
	}

	.ambse-feature-grid,
	.ambse-value-grid,
	.ambse-category-hub__grid,
	.ambse-product-discovery ul.products,
	body .ambse-site-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.ambse-popular-panels {
		grid-template-columns: 1fr 1fr;
	}

	.ambse-popular-panels > div {
		grid-column: 1 / -1;
	}

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

	.ambse-conversion-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.ambse-conversion-panel .ambse-site-actions {
		flex: 1 1 auto;
	}
}

@media (max-width: 767px) {
	.ambse-site-page {
		padding: .75rem 0 4rem;
	}

	.ambse-blog-portal .ambse-site-page {
		padding-bottom: 0;
	}

	.ambse-site-hero,
	.ambse-site-section--dark,
	.ambse-values-section,
	.ambse-timeline,
	.ambse-conversion-panel,
	.ambse-site-page--points .ambse-preserved-content--points {
		border-radius: 0;
		margin-inline: -1rem;
	}

	.ambse-site-hero__content {
		padding: 2.5rem 1.25rem;
	}

	.ambse-site-hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.7rem);
	}

	.ambse-site-hero--compact {
		min-height: 520px;
	}

	.ambse-site-hero__visual {
		min-height: 310px;
	}

	.ambse-site-actions,
	.ambse-site-heading--row {
		align-items: stretch;
		flex-direction: column;
	}

	.ambse-site-button {
		width: 100%;
	}

	.ambse-feature-grid,
	.ambse-value-grid,
	.ambse-category-grid,
	.ambse-category-hub__grid,
	.ambse-contact-grid,
	.ambse-product-discovery ul.products,
	body .ambse-site-page ul.products,
	.ambse-step-grid,
	.ambse-story-grid,
	.ambse-timeline,
	.ambse-faq-section {
		grid-template-columns: 1fr !important;
	}

	.ambse-popular-panels {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.ambse-popular-panels > div {
		grid-column: auto;
	}

	.ambse-popular-panels > a {
		text-align: center;
	}

	.ambse-feature-card,
	.ambse-contact-grid > a {
		min-height: 260px;
	}

	.ambse-story-grid > div:last-child {
		border-left: 0;
		border-top: 1px solid var(--ambse-slate-300);
		padding: 2rem 0 0;
	}

	.ambse-timeline,
	.ambse-values-section,
	.ambse-site-section--dark,
	.ambse-conversion-panel {
		padding: 2.4rem 1.25rem;
	}

	.ambse-timeline__year {
		font-size: 5rem;
	}

	.ambse-conversion-panel .ambse-site-actions {
		width: 100%;
	}

	body .footer-container {
		padding-inline: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
	.ambse-reveal,
	.ambse-reveal-group > * {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Keep the 1.9 storefront overrides last in the cascade. */
body.home .main-page-wrapper,
body.home .site-content,
body.home .container,
body.home .content-layout-wrapper,
body.home .content-area,
body.home article.page,
body.home .entry-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.ambse-home-experience .ambse-hero {
	border-radius: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	min-height: clamp(580px, 72vh, 760px);
	width: 100% !important;
}

body .whb-top-bar .info-box-inner,
body .whb-top-bar .wd-header-text {
	font-size: 13px !important;
}

body .whb-general-header .wd-nav-main > li > a {
	font-size: 15px !important;
	min-height: 84px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

@media (min-width: 1025px) {
	body .whb-general-header .whb-general-header-inner,
	body .whb-general-header .wd-nav-main {
		flex-wrap: nowrap !important;
	}

	body .whb-general-header .site-logo {
		flex-basis: 280px !important;
		max-width: 280px !important;
		min-width: 280px !important;
	}

	body .whb-general-header .wd-logo img {
		max-width: 280px !important;
	}

	body .whb-general-header .wd-header-main-nav {
		white-space: nowrap;
	}
}

/* The MDF page opens directly on the Kronospan selector, without WoodMart's
   generic gallery or product summary competing with the decor catalogue. */
body.ambse-kronospan-product .product-image-summary-wrap {
	margin-top: 1rem !important;
}

body.ambse-kronospan-product .product-image-summary-inner {
	display: block !important;
}

body.ambse-kronospan-product .product-image-summary-inner > .summary,
body.ambse-kronospan-product .product-images > .woocommerce-product-gallery {
	display: none !important;
}

body.ambse-kronospan-product .product-images {
	flex: 0 0 100% !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.ambse-kronospan-product .ambse-krono {
	margin: 1rem auto 3rem !important;
	max-width: 1280px;
	padding: clamp(1.25rem, 2.4vw, 2rem);
}

body.ambse-kronospan-product .ambse-krono__header {
	margin-bottom: 1.2rem;
}

body.ambse-kronospan-product .ambse-krono__header h2 {
	font-size: clamp(2rem, 3.2vw, 2.8rem);
}
