/**
 * DX Living global layout: fixed header, floating nav, footer.
 * Scoped to body.dxliving-layout.
 *
 * Structure: (1) All non-media rules from top to bottom. (2) ALL @media queries are at
 * the end of this file only (min-width ascending, then max-width descending).
 *
 * WindPress / â€œTailwindâ€ in this file: utility-like class names in SELECTORS (e.g.
 * .h-\[200px\], .lg\:h-\[calc\(100vh-150px\)\]) are not duplicate Tailwind output â€” they
 * target the same classes used in PHP markup for compound rules (Vimeo fill, cascade)
 * that a utility generator does not emit. Plain helpers (.hidden, .md\:block) are
 * fallbacks if a class is not in WindPressâ€™s scanned sources.
 */

 @font-face {
	font-family: "Acumin";
	src: url("../fonts/acumin.woff") format("woff"), url("../fonts/acumin.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lao MN";
	src: url("../fonts/lao-mn.woff") format("woff"), url("../fonts/lao-mn.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

h1, h2, h3, h4, h5, h6{
	font-size: 20px;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
 	margin: revert;
}

/*p{
	margin-bottom: 0;
}*/

b{
	font-weight: 300;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--dx-primary-color);
	border-radius: 0;
	padding: 0.5rem 0;
	width: 100%;
	color: inherit;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=reset]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{
	outline: none;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid var(--dx-primary-color);
}

body.dxliving-layout {
	--dx-primary-color: #bfb6ad;
	--dx-secondary-color: #2a3040;
	--dx-tertiary-color: #6a758c;
	--dx-black: #1f1f1f;
	--dx-white: #f5f5f5;
	--dx-accent: #a7a9ac;
	--dx-soft-sand: #e8dcc2;
	overflow-x: hidden;
	font-family: "Acumin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 300;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
}

body.dxliving-layout #content,
body.dxliving-layout .site-content {
	padding-top: 6.5rem;
}

/* Supplier hero must sit behind fixed header (React behavior). */
body.dxliving-layout.dx-supplier-page #content,
body.dxliving-layout.dx-supplier-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.dx-articles-page #content,
body.dxliving-layout.dx-articles-page .site-content {
	padding-top: 0;
}

/* About template: full-bleed hero under fixed header (same as supplier + articles). */
body.dxliving-layout.about-page #content,
body.dxliving-layout.about-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.modules-page #content,
body.dxliving-layout.modules-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.studio-page #content,
body.dxliving-layout.studio-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.interiors-page #content,
body.dxliving-layout.interiors-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.model-page #content,
body.dxliving-layout.model-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.prestige-page #content,
body.dxliving-layout.prestige-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.apply-page #content,
body.dxliving-layout.apply-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.contact-page #content,
body.dxliving-layout.contact-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.privacy-policy-page #content,
body.dxliving-layout.privacy-policy-page .site-content,
body.dxliving-layout.terms-of-service-page #content,
body.dxliving-layout.terms-of-service-page .site-content {
	padding-top: 0;
}

body.dxliving-layout.projects-page #content,
body.dxliving-layout.projects-page .site-content,
body.dxliving-layout.site-project-single #content,
body.dxliving-layout.site-project-single .site-content {
	padding-top: 0;
}

body.dxliving-layout.site-home-page #content,
body.dxliving-layout.site-home-page .site-content,
body.dxliving-layout.account-login-page #content,
body.dxliving-layout.account-login-page .site-content {
	padding-top: 0;
}

/* Account login: flush with viewport under fixed header (same shell behavior as homepage). */
body.dxliving-layout.account-login-page #page,
body.dxliving-layout.account-login-page #primary,
body.dxliving-layout.account-login-page #primary.site-main,
body.dxliving-layout.account-login-page .site-main.account-login-main,
body.dxliving-layout.account-login-page .site-content .ast-container,
body.dxliving-layout.account-login-page .site-content .ast-container-fluid {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.dxliving-layout.start-designing-page #content,
body.dxliving-layout.start-designing-page .site-content,
body.dxliving-layout.dx-model-page #content,
body.dxliving-layout.dx-model-page .site-content,
body.dxliving-layout.model-lite-page #content,
body.dxliving-layout.model-lite-page .site-content {
	padding-top: 0;
}

/* Site home — dxliving-react App.tsx HomePage */
.site-home-main .site-home-radial-overlay {
	background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.75) 100%);
}

.site-home-main .homepage-section > .absolute.inset-0.z-0 .vimeo-embed iframe {
	pointer-events: none;
	top: -15% !important;
    left: 0% !important;
    width: 100% !important;
}

.site-home-main .text-slider {
	position: absolute;
	overflow: hidden;
	align-items: flex-start;
	justify-content: flex-start;
}

.site-home-main .text-slider-item {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: left;
}

.site-home-main .text-slider-item h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: var(--dx-white);
}

.site-home-main .text-slider-item p {
	color: var(--dx-white);
	font-size: 18px;
	font-weight: 300;
	max-width: 400px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.site-home-main .slider-progress-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	z-index: 10;
	width: 100px;
}

.site-home-main .slider-progress-bar {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 1px;
	overflow: hidden;
}

.site-home-main .slider-progress-fill {
	height: 100%;
	background-color: var(--dx-primary-color);
	width: 0%;
	border-radius: 1px;
	transition: width 0.05s linear;
}

.site-home-main .slider-dots {
	position: absolute;
	top: 0;
	left: 120px;
	gap: 12px;
	z-index: 60;
	align-items: center;
}

.site-home-main .slider-dot {
	width: 15px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.site-home-main .slider-dot.active,
.site-home-main .slider-dot:hover {
	background-color: var(--dx-primary-color);
	transform: scale(1.2);
}

/* Home: social row — .hidden + missing .md:flex meant icons never showed (layout.css .hidden only). */
.site-home-main .site-home-socials {
	display: none;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

/* Home: Vimeo seek bar */
.site-home-main .site-home-seekbar-pos {
	bottom: 220px;
	right: 15vw;
	width: min(300px, 85vw);
	pointer-events: auto;
}

.site-home-main .video-seekbar-container .seek-bar-container {
	transition: opacity 0.3s ease;
	z-index: 40;
	width: 100%;
}

.site-home-main .video-seekbar-container .seek-bar {
	position: relative;
	height: 6px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	cursor: pointer;
	box-sizing: border-box;
}

.site-home-main .video-seekbar-container .seek-bar-progress {
	height: 100%;
	background: var(--dx-primary-color);
	border-radius: 3px;
	width: 0%;
	transition: width 0.1s ease;
}

.site-home-main .video-seekbar-container .seek-bar-handle {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	cursor: grab;
	transition: transform 0.2s ease;
}

.site-home-main .video-seekbar-container .seek-bar-handle.dragging {
	cursor: grabbing;
}

/* No width/left transition while scrubbing — avoids thumb lagging behind the pointer. */
.site-home-main .video-seekbar-container.is-scrubbing .seek-bar-progress,
.site-home-main .video-seekbar-container.is-scrubbing .seek-bar-handle {
	transition: none;
}

.site-home-main .video-seekbar-container:hover .seek-bar-container {
	opacity: 1 !important;
}

/* DX Model interactive viewer page */
.dx-model-interactive-main .interactive-viewer-wrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 100px auto;
	z-index: 100;
}

.dx-model-interactive-main .interactive-viewer-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dx-model-interactive-main .interactive-viewer-iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 10px;
}

.dx-model-interactive-main .interactive-viewer-loading {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	z-index: 20;
}

.dx-model-interactive-main .interactive-viewer-login {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: #fff;
	z-index: 30;
}

.dx-model-interactive-main .interactive-viewer-login.is-hidden {
	display: none;
}

.dx-model-interactive-main .interactive-viewer-login-card {
	width: 100%;
	max-width: 460px;
	padding: 2rem;
	opacity: 1;
}

.dx-model-interactive-main .interactive-viewer-login-card h2,
.dx-model-interactive-main .interactive-viewer-login-card p {
	text-align: center;
}

.dx-model-interactive-main .interactive-viewer-login-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.dx-model-interactive-main .interactive-viewer-login-form input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #2a3040;
	border-radius: 0;
	padding: 0.5rem 0;
	width: 100%;
	color: #1f1f1f;
	font-size: 16px;
}

.dx-model-interactive-main .interactive-viewer-login-form input::placeholder {
	color: #bfb6ad;
}

.dx-model-interactive-main .interactive-viewer-login-form input:focus {
	outline: none;
	border-bottom-color: #2a3040;
}

.dx-model-interactive-main .interactive-viewer-login-error {
	display: none;
	margin-top: 1.25rem;
	padding: 1rem;
	border: 1px solid rgba(239, 68, 68, 0.45);
	background: rgba(127, 29, 29, 0.9);
	color: #fecaca;
	font-size: 15px;
	border-radius: 6px;
}

.dx-model-interactive-main .interactive-viewer-login-error.is-visible {
	display: block;
}

.dx-model-interactive-main .interactive-viewer-loading.is-hidden {
	display: none;
}

.dx-model-interactive-main .interactive-viewer-spinner {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: viewer-spin 1s linear infinite;
	margin-bottom: 8px;
}

.dx-model-interactive-main .interactive-viewer-actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 40px 16px;
}

.dx-model-interactive-main .interactive-idle-warning {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.56);
	z-index: 40;
}

.dx-model-interactive-main .interactive-idle-warning.is-hidden {
	display: none;
}

.dx-model-interactive-main .interactive-idle-warning__card {
	background: #fff;
	padding: 1.25rem;
	border-radius: 8px;
	max-width: 420px;
	width: calc(100% - 24px);
	text-align: center;
}

.dx-model-interactive-main .interactive-idle-warning__actions {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1rem;
}

@keyframes viewer-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Projects landing: hide “View more” cards until revealed */
.projects-page-main .site-project-card.is-hidden {
	display: none !important;
}

/* Legal pages (PrivacyPolicyPage / TermsOfService hero — whiteBanner.jpg parity) */
.legal-page-main .legal-page-hero-bg {
	background: linear-gradient(145deg, #faf8f5 0%, #e8dcc2 42%, #ffffff 100%);
	background-size: cover;
	background-position: center center;
}

.legal-page-main .legal-page-prose a {
	text-underline-offset: 2px;
}

/* Contact page: HubSpot-style fields on tertiary panel (ContactPage.tsx) */
.contact-page-main .site-contact-form-box .site-contact-field {
	box-sizing: border-box;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #bfb6ad;
	border-radius: 0;
	padding: 0.5rem 0;
	color: #fff;
}

.contact-page-main .site-contact-form-box .site-contact-field::placeholder {
	color: #bfb6ad;
}

.contact-page-main .site-contact-form-box .site-contact-select {
	color: #bfb6ad;
}

.contact-page-main .site-contact-form-box .site-contact-select option {
	color: #1f1f1f;
	background-color: #fff;
}

.contact-page-main .site-contact-form-box .site-contact-textarea {
	min-height: 4rem;
}

.contact-page-main .contact-location-tile {
	background-color: #f5f5f5;
}

.contact-page-main .site-contact-form-status {
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 0.25rem;
	text-align: center;
	font-size: 0.875rem;
}

.contact-page-main .site-contact-form-status--success {
	background-color: #dcfce7;
	border: 1px solid #4ade80;
	color: #166534;
}

.contact-page-main .site-contact-form-status--error {
	background-color: #fee2e2;
	border: 1px solid #f87171;
	color: #991b1b;
}

/* Model page: feature Vimeo (DXModelPage.tsx scale) */
.model-page-main .model-feature-vimeo .vimeo-embed,
.model-page-main .model-feature-vimeo .vimeo-embed > div {
	height: 100%;
}
.model-page-main .model-feature-vimeo .vimeo-embed iframe {
	transform: scale(1.2) !important;
	transform-origin: center center;
}

.article-content h2{
	font-family: Lao MN, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 300;
	margin-top: 50px !important;
	font-size: 40px;
}

/* Other-category pagination (articles landing template) */
.dx-articles-other-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
}

.dx-articles-other-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dx-articles-other-pagination .page-numbers li {
	margin: 0;
}

.dx-articles-other-pagination a.page-numbers,
.dx-articles-other-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0.35rem 0.65rem;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: var(--dx-secondary-color);
	border: 1px solid var(--dx-primary-color);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dx-articles-other-pagination a.page-numbers:hover {
	background-color: var(--dx-primary-color);
	color: #fff;
}

.dx-articles-other-pagination span.page-numbers.current {
	background-color: var(--dx-secondary-color);
	color: #fff;
	border-color: var(--dx-secondary-color);
}

.dx-articles-other-pagination span.page-numbers.dots {
	border-color: transparent;
	min-width: auto;
	padding: 0.35rem 0.25rem;
}

.m-auto {
	margin: 0 auto !important;
}

.button{
	width: fit-content;
	margin-top: 20px;
}

section#contact-us .button{
	margin-top: 30px !important;
}

.button:focus, .button:active, .button:hover {
	outline: none !important;
	background-color: transparent !important;
}

/* â€”â€”â€” Page preloader (React usePreload / PreloadLottie parity) â€”â€”â€” */
.dxliving-preloader {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(0);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.dxliving-preloader.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.dxliving-preloader.is-exiting {
	opacity: 0;
	pointer-events: none;
	transform: translateY(0);
}

.dxliving-preloader__lottie {
	width: 300px;
	max-width: 80vw;
	height: 100vh;
	margin: 0 auto;
}

/* â€”â€”â€” In-page anchor menu (React AnchorMenu: left rail, lg+, toggle grip) â€”â€”â€” */
.supplier-anchor-nav-wrap {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 40;
	display: none;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	padding-left: 0;
}

.supplier-anchor-nav__grip {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	margin: 0;
	padding: 0;
	border: none;
	background-color: var(--dx-primary-color);
	border-radius: 0 9999px 9999px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.supplier-anchor-nav__grip:hover,
.supplier-anchor-nav__grip:focus,
.supplier-anchor-nav__grip:focus-visible {
	background-color: #a69b8f;
}

.supplier-anchor-nav-wrap.is-collapsed .supplier-anchor-nav__grip:hover {
	transform: scale(1.05);
}

.supplier-anchor-nav {
	min-width: 200px;
	max-width: min(300px, 85vw);
	padding: 1rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(191, 182, 173, 0.2);
	background: rgba(42, 48, 64, 0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	overflow: hidden;
	transition: max-width 0.4s ease, opacity 0.35s ease, padding 0.35s ease, border-width 0.35s ease, visibility 0.35s ease;
}

.supplier-anchor-nav-wrap.is-collapsed .supplier-anchor-nav {
	max-width: 0;
	min-width: 0;
	opacity: 0;
	padding-left: 0;
	padding-right: 0;
	border-width: 0;
	pointer-events: none;
	visibility: hidden;
}

.supplier-anchor-nav-wrap.is-collapsed .supplier-anchor-nav__list {
	min-width: 0;
}

.supplier-anchor-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	min-width: 200px;
	white-space: nowrap;
}

.supplier-anchor-nav a {
	display: block;
	width: fit-content;
	font-size: 0.875rem;
	line-height: 1.25;
	letter-spacing: 0.1875em;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	text-decoration: none;
	padding: 0 0 2px;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.supplier-anchor-nav a:hover,
.supplier-anchor-nav a:focus-visible {
	color: var(--dx-primary-color);
	border-bottom-color: var(--dx-primary-color);
	outline: none;
}

/* Auto-scroll arrow (shared across pages using dxliving_auto_scroll_config) */
.dx-supplier-scroll-arrow {
	position: fixed;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%) translateY(16px) scale(0.9);
	opacity: 0;
	z-index: 60;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.dx-supplier-scroll-arrow.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0) scale(1);
}

.dx-supplier-scroll-arrow__circle {
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dx-supplier-scroll-arrow svg {
	width: 1.5rem;
	height: 1.5rem;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-supplier-scroll-arrow__label {
	font-size: 0.75rem;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.dx-supplier-scroll-arrow:hover .dx-supplier-scroll-arrow__circle {
	background: rgba(255, 255, 255, 0.2);
}

/* â€”â€”â€” Header â€”â€”â€” */
.dxliving-seo-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.button.white-bg.text-white span {
	color: var(--dx-primary-color);
}

.dxliving-seo-header.dxliving-seo-header--mobile-white,
.dxliving-seo-header.white-bg-section {
	background-color: #fff;
}

body.account-login-page .dxliving-seo-header {
	background-color: #fff;
}

/* Login: main shell stays under fixed chrome (z-index from header/nav rules). */
body.account-login-page .account-login-main {
	position: relative;
	z-index: 0;
}

.account-login-main .account-login-form > * + * {
	margin-top: 1.5rem;
}

/* Account login — LoginPage.tsx split layout (row at all breakpoints; media column hidden < xl). */
.account-login-main .account-login-page-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	min-height: 100vh;
	width: 100%;
	max-width: 100%;
}

.account-login-main .account-login-col--form,
.account-login-main .account-login-col--media {
	flex: 1 1 50%;
	min-width: 0;
}

@media (max-width: 1279px) {
	.account-login-main .account-login-col--media {
		display: none !important;
	}

	.account-login-main .account-login-col--form {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@media (min-width: 1280px) {
	.account-login-main .account-login-col--form,
	.account-login-main .account-login-col--media {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.account-login-main .account-login-col--media {
	height: 100vh;
	min-height: 100vh;
	position: relative;
	z-index: 0;
	background-color: #111827;
}

/* Vimeo fills the media column (no negative z-index — it painted behind the column / page background). */
.account-login-main .account-login-col--media .vimeo-embed {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.account-login-main .account-login-col--media .vimeo-embed > div {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}

/* Remember-me checkbox (React custom checkbox; class name avoids Tailwind .container). */
.account-login-main .account-login-checkbox {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	user-select: none;
}

.account-login-main .account-login-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.account-login-main .account-login-checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #c5cad3;
	border-radius: 4px;
	flex-shrink: 0;
}

.account-login-main .account-login-checkbox:hover input ~ .account-login-checkmark {
	background-color: #f5f5f5;
}

.account-login-main .account-login-checkbox input:checked ~ .account-login-checkmark {
	background-color: #2196f3;
	border-color: #2196f3;
}

.account-login-main .account-login-checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.account-login-main .account-login-checkbox input:checked ~ .account-login-checkmark::after {
	display: block;
}

.account-login-main #wp-submit.button {
	width: 100%;
	max-width: 100%;
	justify-content: center;
}

.dxliving-seo-header__inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 1.5rem 2rem;
}

.dxliving-seo-header__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dxliving-logo-link {
	display: block;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}

.dxliving-lottie-logo {
	width: 200px;
	height: 30px;
	margin-left: -3px;
}

.dxliving-lottie-logo svg {
	display: block;
	width: 100%;
	height: auto;
}

/* â€”â€”â€” Floating nav (desktop) â€”â€”â€” */
.dxliving-floating-nav {
	display: none;
	position: fixed;
	right: 2rem;
	top: 50px;
	z-index: 50;
}

.dxliving-floating-nav__inner {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.dxliving-nav-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: right;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
}

.dxliving-nav-row:focus {
	outline: 2px solid var(--dx-primary-color);
	outline-offset: 2px;
}

.dxliving-nav-label {
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, opacity 0.2s ease;
	padding-bottom: 2px;
}

.dxliving-nav-group:hover .dxliving-nav-label,
.dxliving-nav-row.is-active .dxliving-nav-label {
	opacity: 1;
}

body:not(.home) .dxliving-floating-nav .dxliving-nav-label {
	opacity: 0;
}

body:not(.home) .dxliving-floating-nav:hover .dxliving-nav-label,
body:not(.home) .dxliving-floating-nav .dxliving-nav-row.is-active .dxliving-nav-label {
	opacity: 1;
}

.dxliving-nav-row:focus {
	outline: none;
}

.dxliving-nav-row:hover .dxliving-nav-label {
	border-bottom-color: var(--dx-primary-color);
}

.dxliving-nav-row.is-active .dxliving-nav-label {
	border-bottom-color: var(--dx-primary-color);
}

.dxliving-nav-dot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-left: 0.75rem;
	border: 1px solid transparent;
	border-radius: 999px;
	flex-shrink: 0;
}

body.home .dxliving-nav-row--intro{
	background-color: transparent;
	box-shadow: none;
}

body:not(.home) .dxliving-nav-row--intro{
	background-color: transparent;
	box-shadow: none;
}

body.home .dxliving-nav-row--intro .dxliving-nav-dot {
	border-color: transparent;
}

body:not(.home) .dxliving-nav-row--intro .dxliving-nav-dot {
	border-color: transparent;
}

.dxliving-nav-dot__inner {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 2px solid var(--dx-primary-color);
	background: #fff;
}

.dxliving-nav-row.is-active .dxliving-nav-dot {
	border-color: var(--dx-primary-color);
}

.dxliving-nav-row.is-active .dxliving-nav-dot__inner {
	background: var(--dx-primary-color);
}

/* â€”â€”â€” Mobile menu toggle â€”â€”â€” */
.dxliving-mobile-menu-toggle {
	position: fixed;
	top: 23px;
	right: 2rem;
	z-index: 55;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.dxliving-mobile-menu-toggle__close {
	display: none;
}

.dxliving-mobile-menu-toggle.is-open .dxliving-mobile-menu-toggle__open {
	display: none;
}

.dxliving-mobile-menu-toggle.is-open .dxliving-mobile-menu-toggle__close {
	display: block;
}

/* â€”â€”â€” Mobile overlay â€”â€”â€” */
/* Opacity + panel slide: GSAP in layout.js. Avoid CSS transitions on these nodes (they conflict with GSAP). */
.dxliving-mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 60;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.dxliving-mobile-overlay.is-open {
	visibility: visible;
	pointer-events: auto;
}

.dxliving-mobile-panel {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 16rem;
	max-width: 85vw;
	background: rgba(17, 24, 39, 0.95);
	backdrop-filter: blur(6px);
	padding: 2rem;
	transform: translateX(100%);
}

.dxliving-mobile-panel__head {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2rem;
}

.dxliving-mobile-menu-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.dxliving-mobile-nav__items {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.dxliving-mobile-link {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	font-size: 1rem;
}

.dxliving-mobile-link:hover,
.dxliving-mobile-link:focus {
	color: #93c5fd;
}

.dxliving-mobile-social {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	display: flex;
	gap: 0.5rem;
}

.dxliving-social-btn {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}

.dxliving-social-btn:hover {
	background: var(--dx-primary-color);
	color: #fff;
}

/* â€”â€”â€” Footer â€”â€”â€” */
.dxliving-site-footer.secondary-bg {
	background-color: var(--dx-secondary-color);
	color: var(--dx-white);
	font-size: 16px;
	position: relative;
	z-index: 20;
}

.dxliving-site-footer__inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 3rem 2rem 1.25rem;
}

.dxliving-site-footer__grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5rem;
	justify-content: center;
}

.dxliving-site-footer__brand {
	flex: 1 1 100%;
	max-width: 500px;
	text-align: center;
}

.dxliving-site-footer__logo {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

.dxliving-site-footer__lead {
	margin-bottom: 2rem;
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

.dxliving-site-footer__social {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.dxliving-site-footer__social-link {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	border: 1px solid var(--dx-primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dx-primary-color);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dxliving-site-footer__social-link:hover {
	background: var(--dx-primary-color);
	color: #fff;
}

.dxliving-site-footer__col.dxliving-site-footer__col--contact {
	min-width: 200px;
    max-width: 300px;
}

.dxliving-site-footer__col--newsletter {
	min-width: 200px;
	max-width: 300px;
	width: 100%;
}

.dxliving-site-footer__heading {
	margin: 0 0 1rem;
	font-size: 18px;
	text-transform: uppercase;
}

.dxliving-site-footer .primary-color {
	color: var(--dx-primary-color);
}

.dxliving-site-footer .lao {
	font-family: "Lao MN", "Palatino Linotype", Palatino, Georgia, serif;
}

.dxliving-site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dxliving-site-footer__list li {
	margin-bottom: 0.5rem;
}

.dxliving-site-footer__list a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dxliving-site-footer__list a:hover {
	color: var(--dx-primary-color);
}

.dxliving-hubspot-form {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.dxliving-hubspot-form__input {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--dx-tertiary-color);
	padding: 0.5rem 0;
	width: 100%;
	color: inherit;
}

.dxliving-hubspot-form__input::placeholder {
	color: rgba(245, 245, 245, 0.7);
}

.dxliving-btn-signup {
	margin-top: 1rem;
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: var(--dx-primary-color);
	color: #fff;
	border: none;
	font-size: 0.875rem;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.dxliving-btn-signup:hover {
	filter: brightness(1.05);
}

.dxliving-hubspot-message {
	margin-top: 1rem;
	padding: 0.75rem;
	border-radius: 4px;
	font-size: 0.875rem;
}

.dxliving-hubspot-message.is-success {
	background: #d1fae5;
	color: #065f46;
	border: 1px solid #6ee7b7;
}

.dxliving-hubspot-message.is-error {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.dxliving-site-footer__phone {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.5rem;
	color: inherit;
	text-decoration: none;
	margin-top: 0.5rem;
}

.dxliving-site-footer__phone:hover {
	color: var(--dx-primary-color);
}

.dxliving-site-footer__bar {
	margin-top: 6rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--dx-tertiary-color);
	font-size: 14px;
	text-align: center;
	color: #9ca3af;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.dxliving-site-footer__legal {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.dxliving-site-footer__legal a {
	color: #9ca3af;
	text-decoration: none;
}

.dxliving-site-footer__legal a:hover {
	color: #fff;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* â€”â€”â€” Supplier / marketing (React index.css parity) â€” base only; @media at file end â€”â€”â€” */

/* --- Base: utilities & type --- */
.page-content {
	background-color: #fff;
	transition: background-color 0.5s ease;
}

.primary-color {
	color: var(--dx-primary-color);
}

.black {
	color: var(--dx-black);
}

.white,
.text-white {
	color: var(--dx-white);
}

.soft-sand-color {
	color: var(--dx-soft-sand);
}

.accent-color {
	color: var(--dx-accent);
}

.steal-slate-color {
	color: var(--dx-tertiary-color);
}

.tertiary-bg {
	background-color: var(--dx-tertiary-color);
}

.primary-bg-color {
	background-color: var(--dx-secondary-color);
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.text-gray-500 {
	color: #6b7280;
}

.heading-large {
	font-family: "Lao MN", Georgia, "Times New Roman", serif;
	font-size: 64px;
	font-weight: 100;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.heading-small {
	font-family: "Lao MN", Georgia, "Times New Roman", serif;
	font-size: 40px;
	font-weight: 100;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.heading-medium {
	font-family: "Lao MN", Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: 100;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.heading-xsmall {
	font-family: "Lao MN", Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 100;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.secondary-color {
	color: var(--dx-secondary-color);
}

.dx-article-title-link {
	color: inherit;
	transition: color 0.3s ease;
}

.dx-article-title-link:hover,
.dx-article-title-link:focus-visible {
	color: var(--dx-primary-color);
}

.dx-articles-search-input {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	font-size: 15px;
	color: var(--dx-black);
	background-color: #fff;
}

.dx-articles-search-input:focus {
	outline: none;
	border-color: var(--dx-primary-color);
	box-shadow: 0 0 0 2px rgba(43, 127, 255, 0.15);
}

.dx-articles-search-btn {
	height: 52px;
	padding: 0 26px;
	border: 0;
	border-radius: 10px;
	background-color: var(--dx-secondary-color);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.dx-articles-search-btn:hover,
.dx-articles-search-btn:focus-visible {
	background-color: var(--dx-primary-color);
	outline: none;
}

.dx-articles-search-results-list {
	display: flex;
	flex-direction: column;
}

#articles-search-results .journal-card {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

#articles-search-results .journal-card .py-8 {
	padding: 1.5rem 0 0;
}

@media (min-width: 1024px) {
	#articles-search-results .journal-card {
		flex-direction: row;
	}

	#articles-search-results .journal-card > .relative {
		width: 33.333333%;
		height: auto;
	}

	#articles-search-results .journal-card > .py-8 {
		width: 66.666667%;
		padding: 1.5rem;
	}
}

/* Line clamp (Tailwind-style class names used in PHP templates). */
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

@media (min-width: 1024px) {
	.lg\:line-clamp-2 {
		-webkit-line-clamp: 2;
	}

	.lg\:line-clamp-3 {
		-webkit-line-clamp: 3;
	}

	.lg\:line-clamp-4 {
		-webkit-line-clamp: 4;
	}
}

.text-reveal {
	position: relative;
	overflow: hidden;
}

/* --- Base: hero --- */
.hero-banner {
	min-height: 65vh;
}

.hero-banner__video {
	min-height: 65vh;
	height: 65vh;
}

.hero-banner__vimeo-fill,
.hero-banner__vimeo-fill > div {
	height: 100%;
	min-height: 65vh;
}

.hero-banner__overlay {
	background: rgba(0, 0, 0, 0.3);
}

.hero-banner__content {
	left: 50%;
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	width: calc(100% - 2rem);
	max-width: 1200px;
	text-align: center;
}

.rounded-0 {
	border-radius: 0;
}

.tiers__head {
	display: none;
}

.divider {
	border-bottom: 1px solid var(--dx-white);
	padding: 50px 40px;
}

.divider:nth-child(2) {
	border-top: 1px solid var(--dx-white);
}

.divider-l {
	border-bottom: 0.5px solid var(--dx-accent);
	padding: 60px 20px;
}

/* --- Base: list / process --- */
.list-container {
	display: flex;
}

.list-container .left {
	width: 50%;
}

.list-container .right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 100px 0;
}

.supplier-process-visual {
	background: linear-gradient(135deg, #5a6378 0%, #6a758c 50%, #4a5266 100%);
	background-size: cover;
	background-position: center;
}

.list-wrapper {
	margin: auto;
	width: 80%;
}

.supplier-list-wrapper {
	padding: 50px 0;
}

.list {
	display: flex;
	flex-direction: row;
	padding: 80px 0;
	transition: opacity 0.3s ease;
}

/* Supplier process: match React row rhythm so service-list scroll progress lines up with each step. */
.supplier-list-wrapper .list.supplier-list-row {
	padding: 32px 0;
}

.supplier-list-row {
	gap: 10px;
}

@media (min-width: 768px) {
	.supplier-list-wrapper .list.supplier-list-row {
		padding: 48px 0;
	}

	.supplier-list-row {
		gap: 100px;
	}
}

.list .step-number {
	color: var(--dx-soft-sand) !important;
	font-size: 30px;
	white-space: nowrap;
}

.list h4 {
	font-size: 24px;
	padding-bottom: 20px;
}

.list-img-wrapper {
	width: clamp(250px, 40vw, 500px);
	height: clamp(250px, 40vw, 680px);
	position: sticky;
	overflow: hidden;
	top: 90px;
	bottom: 90px;
	border-radius: 10px;
}

.img-list {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 300ms ease-in-out;
	transform: scale(1.2);
}

.video-scroll-container {
	position: relative;
	overflow: hidden;
}

.cta-section {
	height: 450px;
}

.cta-section__video {
	height: 450px;
	top: 0;
}

.cta-section__video .vimeo-embed,
.cta-section__video .vimeo-embed > div {
	height: 100%;
}

/* --- Base: animated button chrome --- */
.button,
a.button {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid rgb(255 255 255);
	outline: none;
	padding: 0;
	text-decoration: none;
}

.button.white-bg,
a.button.white-bg {
	color: var(--dx-secondary-color);
	border: 1px solid var(--dx-primary-color);
}

.button span,
a.button span {
	border: 1px solid rgb(255 255 255 / 20%);
	padding: 10px 30px;
	margin: 5px;
	transition: all 0.5s ease;
	letter-spacing: 3px;
}

.button.white-bg span,
a.button.white-bg span {
	border: 1px solid #bfb6ad2c;
	color: var(--dx-secondary-color);
}

.button:hover span,
a.button:hover span {
	background-color: var(--dx-primary-color);
}

.button.white-bg:hover span,
a.button.white-bg:hover span {
	color: #fff;
}

.button.text-sm,
a.button.text-sm {
	font-size: 14px;
}

.line {
	background-color: var(--dx-primary-color);
	position: absolute;
}

.line-left,
.line-right {
	width: 1px;
	height: 0%;
}

.line-top,
.line-bottom {
	width: 0%;
	height: 1px;
}

.line-left {
	left: 0;
	bottom: 0;
}

.line-right {
	right: 0;
	top: 0;
}

.line-top {
	top: 0;
	left: 0;
}

.line-bottom {
	bottom: 0;
	right: 0;
}

.circle {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background-color: #fff;
	position: absolute;
	opacity: 0;
}

.supplier-cta-link {
	display: flex;
}

.hidden {
	display: none;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

/* --- Base: Vimeo helpers --- */
.vimeo-embed iframe {
	border: 0;
	max-width: none;
}

.vimeo-embed.w-full,
.vimeo-embed.w-full > div {
	width: 100%;
}

.vimeo-embed.h-full,
.vimeo-embed.h-full > div {
	height: 100%;
}

.h-\[200px\] .vimeo-embed > div,
.h-\[200px\] .vimeo-embed {
	height: 100%;
}

.lg\:h-\[calc\(100vh-150px\)\] .vimeo-embed > div {
	height: 100%;
}

.ez-toc-debug-messages {
    display: none;
}

ul.list-outside {
    margin-left: 0 !important;
}

ul.list-outside li {
    font-size: 16px;
}

.how-it-works-box h3{
	margin: 0 !important;
}

.how-it-works-box p{
	margin: 0 !important;
	font-size: 16px !important;
}

.contact-info-box p {
	margin: 0 !important;
}

.contact-info-box a {
	color: var(--dx-secondary-color) !important;
}

/* =====================================================================
 * Responsive â€” all @media queries (single place at end of file).
 * ===================================================================== */

@media (min-width: 640px) {
	.dxliving-mobile-menu-toggle {
		top: 1.75rem;
	}
}

@media (min-width: 768px) {
	.dxliving-seo-header {
		background: transparent;
	}

	.dxliving-seo-header__inner {
		padding: 2rem 2rem;
	}

	.dxliving-lottie-logo {
		width: 260px;
		height: 40px;
	}

	.dxliving-site-footer.secondary-bg {
		font-size: 18px;
	}

	.dxliving-site-footer__inner {
		padding-top: 6.25rem;
	}

	.dxliving-site-footer__brand {
		text-align: left;
	}

	.dxliving-site-footer__lead {
		margin-left: 0;
	}

	.dxliving-site-footer__social {
		justify-content: flex-start;
	}

	.dxliving-site-footer__col {
		width: 150px;
	}

	.dxliving-site-footer__bar {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}

	.hero-banner__content {
		left: 2rem;
		transform: none;
		top: auto;
		bottom: 2.5rem;
		width: auto;
		max-width: none;
		text-align: left;
	}

	.tiers__head {
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		align-items: center;
	}

	.supplier-list-row {
		gap: 100px;
	}

	.cta-section {
		height: 600px;
	}

	.cta-section__video {
		height: 100vh;
		top: -40%;
	}

	.md\:block {
		display: block;
	}

	.site-home-main .site-home-socials {
		display: flex;
	}

	.site-home-main .site-home-seekbar-pos {
		right: 69.5vw;
	}
}

@media (min-width: 1024px) {
	.site-home-main .site-home-seekbar-pos {
		bottom: 120px;
		right: 35px;
		width: min(300px, 42vw);
	}

	.supplier-anchor-nav-wrap {
		display: flex;
	}

	.hero-banner {
		min-height: 100vh;
	}

	.hero-banner__video {
		min-height: 0;
		height: 100%;
	}

	.hero-banner__vimeo-fill,
	.hero-banner__vimeo-fill > div {
		min-height: 100%;
	}

	.lg\:block {
		display: block;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:inline {
		display: inline;
	}
}

@media (min-width: 1280px) {
	.dxliving-floating-nav {
		display: block;
	}

	.dxliving-mobile-menu-toggle {
		display: none;
	}

	.dxliving-site-footer__grid {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.supplier-list-wrapper {
		padding: 200px 0;
	}
}

@media (min-width: 1536px) {
	.dxliving-site-footer__col {
		width: auto;
	}
}

@media (max-width: 1440px) {
	.heading-small {
		font-size: 25px;
	}
}

@media (max-width: 1280px) {
	.banner-section .vimeo-embed iframe {
		transform: scale(2) !important;
	}

	.cta-section .vimeo-embed iframe {
		transform: scale(1.5) !important;
	}
}

@media (max-width: 1024px) {
	.dx-model-interactive-main .interactive-viewer-frame {
		aspect-ratio: 16 / 11;
	}

	.list-container .right {
		display: none;
	}

	.list-container .left {
		width: 100%;
	}

	.heading-large {
		font-size: 50px;
	}

	.heading-small {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	.dx-model-interactive-main .interactive-viewer-wrap {
		margin: 80px auto 50px;
	}

	.dx-model-interactive-main .interactive-viewer-frame {
		aspect-ratio: 16 / 17;
		border-radius: 0;
	}

	.dx-model-interactive-main .interactive-viewer-actions {
		padding: 30px 12px;
	}

	.list {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.banner-section .vimeo-embed iframe {
		transform: scale(4) !important;
	}

	.cta-section .vimeo-embed iframe {
		transform: scale(2) !important;
	}

	.heading-large {
		font-size: 30px;
	}

	.heading-small {
		font-size: 24px;
	}
}

@media (max-width: 380px) {
	.banner-section .vimeo-embed iframe {
		transform: scale(4.5) !important;
	}

	.cta-section .vimeo-embed iframe {
		transform: scale(4.5) !important;
	}
}

@media (max-width: 330px) {
	.banner-section .vimeo-embed iframe {
		transform: scale(6) !important;
	}

	.cta-section .vimeo-embed iframe {
		transform: scale(6) !important;
	}
}

/* About + Apply + single project (React gallery parity) */
.about-page-main .gallery,
.apply-page-main .gallery,
.projects-page-main .gallery {
	overflow: hidden;
}

.about-page-main .gallery__grid,
.apply-page-main .gallery__grid,
.projects-page-main .gallery__grid {
	display: flex;
	gap: 40px;
	margin: 0 auto;
	align-items: center;
}

.about-page-main .gallery__grid > *,
.apply-page-main .gallery__grid > *,
.projects-page-main .gallery__grid > * {
	flex: 1;
	display: flex;
	align-items: center;
}

.about-page-main .gallery__item,
.apply-page-main .gallery__item,
.projects-page-main .gallery__item {
	width: 100%;
}

.about-page-main .gallery__anim,
.apply-page-main .gallery__anim,
.projects-page-main .gallery__anim {
	will-change: transform, opacity;
}

/* Single project specs row (nagambie-project.tsx .divider-b) */
.projects-page-main .divider-b {
	border-bottom: 0.5px solid var(--dx-primary-color);
	padding: 35px 20px;
}

/* Single project: horizontal Vimeo strip (scroll-pinned .img-carousel) */
.projects-page-main .site-project-vimeo-slider-wrap {
	overflow: hidden;
}

.projects-page-main .site-project-img-carousel {
	position: relative;
}

.projects-page-main .img-carousel__track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: max-content;
	will-change: transform;
}

/*
 * Slider cards — React reference: h-[calc(100vh-100px)], wide portrait cards (81% feel ≈ most of viewport).
 * Fill embed edge-to-edge inside the slide.
 */
.projects-page-main .site-project-carousel-slide {
	position: relative;
	flex-shrink: 0;
	width: min(86vw, 1500px);
	min-width: min(86vw, 1500px);
	height: calc(100vh - 100px);
	min-height: 520px;
	border-radius: 10px;
}

.projects-page-main .site-project-carousel-slide .vimeo-embed {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.projects-page-main .site-project-carousel-slide .vimeo-embed > div {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.projects-page-main .site-project-carousel-slide .vimeo-embed iframe {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 140% !important;
	height: 140% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	transform: translate(-50%, -50%) !important;
}

.about-page-main .about-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-page-main .about-list li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 28px;
}

.about-page-main .about-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 10px;
	color: var(--dx-secondary-color);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
}

@media (max-width: 600px) {
	.about-page-main .about-list li::before {
		top: 4px;
	}
}

/* Modules landing (ModulesPage.tsx) + module subpages (Studio, Interiors, Model, …) */
.modules-page-main .module-column,
.studio-page-main .module-column,
.interiors-page-main .module-column,
.model-page-main .module-column,
.prestige-page-main .module-column {
	color: inherit;
	text-decoration: none;
}

.modules-page-main .module-overlay,
.studio-page-main .module-overlay,
.interiors-page-main .module-overlay,
.model-page-main .module-overlay,
.prestige-page-main .module-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem;
	border-radius: 20px;
	z-index: 10;
}

.modules-page-main .module-overlay .overlay-content,
.studio-page-main .module-overlay .overlay-content,
.interiors-page-main .module-overlay .overlay-content,
.model-page-main .module-overlay .overlay-content,
.prestige-page-main .module-overlay .overlay-content {
	text-align: center;
	max-width: 100%;
}

.modules-page-main .module-overlay__divider,
.studio-page-main .module-overlay__divider,
.interiors-page-main .module-overlay__divider,
.model-page-main .module-overlay__divider,
.prestige-page-main .module-overlay__divider {
	background-color: #fff;
	height: 1px;
	width: 50px;
	margin: 0 auto;
}

.modules-page-main .module-overlay__body,
.studio-page-main .module-overlay__body,
.interiors-page-main .module-overlay__body,
.model-page-main .module-overlay__body,
.prestige-page-main .module-overlay__body {
	font-size: 1.125rem;
	line-height: 1.6;
}

.modules-page-main .module-column--fallback.module-column--studio,
.studio-page-main .module-column--fallback.module-column--studio,
.interiors-page-main .module-column--fallback.module-column--studio,
.model-page-main .module-column--fallback.module-column--studio,
.prestige-page-main .module-column--fallback.module-column--studio {
	background-image: linear-gradient(135deg, #2a3040 0%, #4a5568 100%);
}

.modules-page-main .module-column--fallback.module-column--interiors,
.studio-page-main .module-column--fallback.module-column--interiors,
.interiors-page-main .module-column--fallback.module-column--interiors,
.model-page-main .module-column--fallback.module-column--interiors,
.prestige-page-main .module-column--fallback.module-column--interiors {
	background-image: linear-gradient(135deg, #3d4451 0%, #6a758c 100%);
}

.modules-page-main .module-column--fallback.module-column--model,
.studio-page-main .module-column--fallback.module-column--model,
.interiors-page-main .module-column--fallback.module-column--model,
.model-page-main .module-column--fallback.module-column--model,
.prestige-page-main .module-column--fallback.module-column--model {
	background-image: linear-gradient(135deg, #2a3040 0%, #5c6678 100%);
}

.modules-page-main .module-column--fallback.module-column--prestige,
.studio-page-main .module-column--fallback.module-column--prestige,
.interiors-page-main .module-column--fallback.module-column--prestige,
.model-page-main .module-column--fallback.module-column--prestige,
.prestige-page-main .module-column--fallback.module-column--prestige {
	background-image: linear-gradient(135deg, #1f2430 0%, #bfb6ad 100%);
}

/* Studio / Apply “How it works” Lao headings */
.studio-page-main .lao,
.apply-page-main .lao {
	font-family: Lao MN, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
		'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.studio-page-main .heading-xsmall.lao.studio-list {
	font-size: 24px;
}

.how-it-works-box {
	background-color: var(--white, #fff);
	padding: 40px 15px;
	border-radius: 10px;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
}

.how-it-works-box-studio {
	background-color: var(--white, #fff);
	padding: 40px 15px;
	border-radius: 10px;
	height: 570px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
}

.how-it-works-box-studio h3, .how-it-works-box-studio h4{
	margin: 0;
}

.spacer-white {
	height: 1px;
	width: 44px;
	background-color: var(--white, #fff);
}

.studio-page-main .studio-tip-trigger {
	cursor: help;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 2px;
}

.apply-page-main .welcome-list {
	list-style: disc;
}

.apply-page-main .welcome-list li {
	flex: 1 1 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
}

/* Apply multi-step: only one panel visible (stronger than flex row + GSAP display tweaks) */
.apply-page-main .supplier-apply-fields {
	display: flex;
	flex-direction: column;
}

.apply-page-main .supplier-apply-step-panel:not(.is-active) {
	display: none !important;
}

/* Apply form: override global input underline-only styles inside the step form */
.apply-page-main .supplier-apply-fields input[type='text'],
.apply-page-main .supplier-apply-fields input[type='email'],
.apply-page-main .supplier-apply-fields input[type='tel'],
.apply-page-main .supplier-apply-fields input[type='url'],
.apply-page-main .supplier-apply-fields select,
.apply-page-main .supplier-apply-fields textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	background-color: #fff;
	color: var(--dx-black, #1f1f1f);
}

.apply-page-main .supplier-apply-fields input[type='checkbox'],
.apply-page-main .supplier-apply-fields input[type='radio'] {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
}

.supplier-apply-bottom-nav .button {
	flex-shrink: 0;
}

/* Apply form nav: .button { display:flex } can beat the [hidden] attribute in the cascade — force hide with a class */
.apply-page-main .supplier-apply-bottom-nav.is-suppressed {
	display: none !important;
}

.apply-page-main button.supplier-apply-nav-btn.is-suppressed {
	display: none !important;
}

.apply-page-main .supplier-apply-submit-label--full {
	display: none;
}

.apply-page-main .supplier-apply-submit-label--short {
	display: inline;
}

@media (min-width: 640px) {
	.apply-page-main .supplier-apply-submit-label--full {
		display: inline;
	}

	.apply-page-main .supplier-apply-submit-label--short {
		display: none;
	}
}

.supplier-apply-status {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	padding: 1rem;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 0.875rem;
	transition: opacity 0.3s ease;
}

.supplier-apply-status--success {
	background-color: #dcfce7;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.supplier-apply-status--error {
	background-color: #fee2e2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

@media (max-width: 1024px) {
	.divider-l {
		padding: 50px 0;
	}

	.how-it-works-box,
	.how-it-works-box-studio {
		padding: 40px;
	}
}

@media (max-width: 600px) {
	.spacer-white {
		height: 30px;
		width: 1px;
	}

	.how-it-works-box,
	.how-it-works-box-studio {
		height: auto;
	}

	.apply-page-main .welcome-list li {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.contact-info-box {
		flex-direction: column;
	}

}