/**
 * Laminam Studio — frontend styles
 */

:root,
.lm-studio-modals,
body.lm-studio-page,
body.lm-studio-body {
	--lm-surface-tag-radius: 6px;
	--lm-studio-navy: #002A3A;
	--lm-studio-navy-soft: #073343;
	--lm-studio-warm: #FAF9F7;
	--lm-studio-warm-2: #F4F1EC;
	--lm-studio-warm-3: #EDE8DF;
	--lm-studio-ink: #3d4a4d;
	--lm-studio-muted: #5f6f73;
	--lm-studio-radius: 12px;
	--lm-studio-radius-sm: 8px;
	--lm-studio-navy-light: #7FA9B6;
	/* Danger stays brand terracotta — never Studio chrome. */
	--lm-studio-danger: #8B3A2F;
	/* Studio surfaces — sage wash (edu layer). Actions — soft sage, not gray fill. */
	--lm-studio-sage-50: #f1f5f4;
	--lm-studio-sage-100: #dfe9e7;
	--lm-studio-sage-200: #c5dad6;
	--lm-studio-sage-300: #9fb8b3;
	--lm-studio-sage-400: #7f9994;
	--lm-studio-sage-500: #5d7975;
	--lm-studio-sage-600: #496360;
	--lm-studio-sage-700: #374a48;
	--lm-studio-sage-800: #273533;
	--lm-studio-accent: var(--lm-studio-sage-700);
	--lm-studio-accent-strong: var(--lm-studio-sage-800);
	--lm-studio-accent-soft: var(--lm-studio-sage-50);
	--lm-studio-accent-soft-2: var(--lm-studio-sage-100);
	--lm-studio-accent-border: var(--lm-studio-sage-300);
	--lm-studio-accent-muted: rgba(55, 74, 72, 0.12);
	--lm-studio-panel: var(--lm-studio-sage-50);
	/* Primary action is brand navy, as everywhere else on the site. Sage stays
	   the surface/secondary language so one action per view reads as primary. */
	--lm-studio-btn-fill: var(--lm-studio-navy);
	--lm-studio-btn-fill-hover: var(--lm-studio-navy-soft);
	--lm-studio-btn-border: var(--lm-studio-navy);
	--lm-studio-btn-border-hover: var(--lm-studio-navy-soft);
	--lm-studio-btn-text: #ffffff;
	--lm-studio-btn-text-hover: #ffffff;
	/* Legacy names — surfaces sage; filled chrome uses soft tokens above. */
	--lm-studio-terra-50: var(--lm-studio-sage-50);
	--lm-studio-terra-100: var(--lm-studio-sage-100);
	--lm-studio-terra-200: var(--lm-studio-sage-200);
	--lm-studio-terra-300: var(--lm-studio-sage-300);
	--lm-studio-terra-400: var(--lm-studio-sage-400);
	--lm-studio-terra-500: var(--lm-studio-sage-500);
	--lm-studio-terra-600: var(--lm-studio-sage-600);
	--lm-studio-terra-700: var(--lm-studio-sage-700);
	--lm-studio-terracotta: var(--lm-studio-sage-400);
	--lm-studio-terracotta-deep: var(--lm-studio-sage-600);
	--lm-font-display: "Bricolage Grotesque", "Work Sans", Arial, sans-serif;
	--lm-font-body: "Work Sans", Arial, sans-serif;
}

body.lm-studio-page,
body.lm-studio-body {
	--lm-content-max: 1440px;
	--lm-page-padding-x: 40px;
	--lm-page-padding-y: 36px;
	background: var(--lm-studio-sage-50, #f1f5f4) !important;
	color: var(--lm-studio-navy);
}

@media (max-width: 1120px) {
	body.lm-studio-page,
	body.lm-studio-body {
		--lm-page-padding-x: 20px;
		--lm-page-padding-y: 28px;
	}
}

@media (max-width: 767px) {
	body.lm-studio-page,
	body.lm-studio-body {
		--lm-page-padding-x: 16px;
		--lm-page-padding-y: 24px;
	}
}

body.lm-studio-page #content,
body.lm-studio-page #primary,
body.lm-studio-page .site-content,
body.lm-studio-page .content-area,
body.lm-studio-page .elementor-location-single,
body.lm-studio-page .elementor-location-archive {
	background: var(--lm-studio-sage-50, #f1f5f4) !important;
}

.lm-studio-main {
	min-height: 60vh;
	background: transparent;
}

.lm-studio-shell.lm-surface-page-shell,
.lm-studio-shell {
	width: 100% !important;
	max-width: var(--lm-content-max, 1440px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: var(--lm-page-padding-y) var(--lm-page-padding-x) !important;
	box-sizing: border-box;
}

.lm-studio-eyebrow {
	margin: 0 0 8px;
	font-family: var(--lm-font-body);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--lm-studio-muted);
}

.lm-studio-title {
	margin: 0 0 0.4rem;
	font-family: var(--lm-font-display);
	font-size: clamp(1.45rem, 2.1vw, 1.85rem);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--lm-studio-navy);
}

.lm-studio-lede {
	margin: 0 0 1.25rem;
	max-width: 40rem;
	font-family: var(--lm-font-body);
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--lm-studio-ink);
}

.lm-studio-lede--compact {
	font-size: 0.9375rem;
	margin-bottom: 0;
	color: var(--lm-studio-muted);
}

.lm-studio-meta {
	font-family: var(--lm-font-body);
	font-size: 13px;
	color: var(--lm-studio-ink);
}

.lm-studio-tag {
	display: inline-flex;
	align-items: center;
	padding: 0.12rem 0.48rem;
	border-radius: var(--lm-surface-tag-radius, 6px);
	background: #fff;
	border: 1px solid #e2e6ec;
	font-family: var(--lm-font-body);
	font-size: 0.68rem;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #3b4558;
}

.lm-studio-tag--quiet {
	background: #f9fafb;
	border-color: #e8ecf1;
	font-weight: 500;
	color: #586265;
}

.lm-studio-tag[data-status="completed"] {
	background: #fff;
}

.lm-studio-tag[data-status="on_hold"] {
	background: var(--lm-studio-warm-2);
}

.lm-studio-actions,
.lm-studio-page-header__actions,
.lm-studio-project-card__actions,
.lm-studio-room__actions,
.lm-studio-item-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

/*
 * Header chrome forces every .laminam-btn to primary navy.
 * Restore hierarchy inside Studio content + material-page modals.
 */
.lm-studio-modals .laminam-btn,
body.lm-studio-page .lm-studio-main .laminam-btn,
body.lm-studio-page .lm-studio-modals .laminam-btn,
body.elementor-kit-6 .lm-studio-modals .laminam-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.45rem !important;
	min-height: 46px !important;
	padding: 13px 1.25rem !important;
	border-radius: 999px !important;
	border: 1px solid transparent !important;
	box-shadow: none !important;
	font-family: "Work Sans", Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 600 !important;
	letter-spacing: 0.035em !important;
	text-decoration: none !important;
	text-transform: none !important;
	transform: none !important;
	background-image: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lm-studio-modals .laminam-btn--primary,
body.lm-studio-page .lm-studio-main .laminam-btn--primary,
body.lm-studio-page .lm-studio-modals .laminam-btn--primary,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--primary {
	background: var(--lm-studio-btn-fill, #002a3a) !important;
	background-color: var(--lm-studio-btn-fill, #002a3a) !important;
	border-color: var(--lm-studio-btn-border, #002a3a) !important;
	color: var(--lm-studio-btn-text, #ffffff) !important;
	-webkit-text-fill-color: var(--lm-studio-btn-text, #ffffff) !important;
	box-shadow: none !important;
}

.lm-studio-modals .laminam-btn--primary:hover,
.lm-studio-modals .laminam-btn--primary:focus-visible,
body.lm-studio-page .lm-studio-main .laminam-btn--primary:hover,
body.lm-studio-page .lm-studio-main .laminam-btn--primary:focus-visible,
body.lm-studio-page .lm-studio-modals .laminam-btn--primary:hover,
body.lm-studio-page .lm-studio-modals .laminam-btn--primary:focus-visible,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--primary:hover,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--primary:focus-visible {
	background: var(--lm-studio-btn-fill-hover, #073343) !important;
	background-color: var(--lm-studio-btn-fill-hover, #073343) !important;
	border-color: var(--lm-studio-btn-border-hover, #073343) !important;
	color: var(--lm-studio-btn-text-hover, #ffffff) !important;
	-webkit-text-fill-color: var(--lm-studio-btn-text-hover, #ffffff) !important;
}

.lm-studio-modals .laminam-btn--secondary,
body.lm-studio-page .lm-studio-main .laminam-btn--secondary,
body.lm-studio-page .lm-studio-modals .laminam-btn--secondary,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--secondary {
	background: rgba(255, 255, 255, 0.88) !important;
	background-color: rgba(255, 255, 255, 0.88) !important;
	border-color: var(--lm-studio-accent-border, #c5dad6) !important;
	color: var(--lm-studio-terra-700, #374a48) !important;
	-webkit-text-fill-color: var(--lm-studio-terra-700, #374a48) !important;
}

.lm-studio-modals .laminam-btn--secondary:hover,
.lm-studio-modals .laminam-btn--secondary:focus-visible,
body.lm-studio-page .lm-studio-main .laminam-btn--secondary:hover,
body.lm-studio-page .lm-studio-main .laminam-btn--secondary:focus-visible,
body.lm-studio-page .lm-studio-modals .laminam-btn--secondary:hover,
body.lm-studio-page .lm-studio-modals .laminam-btn--secondary:focus-visible,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--secondary:hover,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--secondary:focus-visible {
	background: var(--lm-studio-accent-soft-2, #e8efed) !important;
	background-color: var(--lm-studio-accent-soft-2, #e8efed) !important;
	border-color: var(--lm-studio-terra-300, #9fb8b3) !important;
	color: var(--lm-studio-terra-700, #374a48) !important;
	-webkit-text-fill-color: var(--lm-studio-terra-700, #374a48) !important;
}

.lm-studio-modals .laminam-btn--tertiary,
body.lm-studio-page .lm-studio-main .laminam-btn--tertiary,
body.lm-studio-page .lm-studio-modals .laminam-btn--tertiary,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--tertiary {
	min-height: 46px !important;
	padding: 13px 0.85rem !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	color: #002a3a !important;
	-webkit-text-fill-color: #002a3a !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
	text-underline-offset: 5px !important;
	text-decoration-thickness: 1px !important;
}

.lm-studio-modals .laminam-btn--tertiary:hover,
.lm-studio-modals .laminam-btn--tertiary:focus-visible,
body.lm-studio-page .lm-studio-main .laminam-btn--tertiary:hover,
body.lm-studio-page .lm-studio-main .laminam-btn--tertiary:focus-visible,
body.lm-studio-page .lm-studio-modals .laminam-btn--tertiary:hover,
body.lm-studio-page .lm-studio-modals .laminam-btn--tertiary:focus-visible,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--tertiary:hover,
body.elementor-kit-6 .lm-studio-modals .laminam-btn--tertiary:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	color: #073343 !important;
	-webkit-text-fill-color: #073343 !important;
	text-decoration-thickness: 1.5px !important;
}

body.lm-studio-page .lm-studio-main .lm-studio-btn-icon,
body.lm-studio-page .lm-studio-modals .lm-studio-btn-icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px !important;
	padding: 0 !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.75) !important;
	border: 1px solid var(--lm-studio-accent-border, #c5dad6) !important;
	color: var(--lm-studio-terra-700, #374a48) !important;
}

body.lm-studio-page .lm-studio-main .lm-studio-btn-icon:hover,
body.lm-studio-page .lm-studio-main .lm-studio-btn-icon:focus-visible,
body.lm-studio-page .lm-studio-modals .lm-studio-btn-icon:hover,
body.lm-studio-page .lm-studio-modals .lm-studio-btn-icon:focus-visible {
	background: var(--lm-studio-accent-soft-2, #e8efed) !important;
	border-color: var(--lm-studio-terra-300, #9fb8b3) !important;
	color: var(--lm-studio-terra-700, #374a48) !important;
	transform: none !important;
}

body.lm-studio-page .lm-studio-main .lm-studio-btn-icon--danger,
body.lm-studio-page .lm-studio-modals .lm-studio-btn-icon--danger {
	color: var(--lm-studio-danger) !important;
	border-color: rgba(139, 58, 47, 0.18) !important;
	background: rgba(139, 58, 47, 0.05) !important;
}

body.lm-studio-page .lm-studio-main .lm-studio-btn-icon--danger:hover,
body.lm-studio-page .lm-studio-main .lm-studio-btn-icon--danger:focus-visible,
body.lm-studio-page .lm-studio-modals .lm-studio-btn-icon--danger:hover,
body.lm-studio-page .lm-studio-modals .lm-studio-btn-icon--danger:focus-visible {
	background: #f8ebe8 !important;
	border-color: rgba(139, 58, 47, 0.32) !important;
	color: var(--lm-studio-danger) !important;
}

body.lm-studio-page .lm-studio-main .lm-studio-btn-icon.lm-studio-danger-text {
	color: var(--lm-studio-danger) !important;
}

.lm-studio-icon {
	display: block;
	flex: 0 0 auto;
}

.lm-studio-project-card__actions,
.lm-studio-room__actions,
.lm-studio-item-card__actions {
	gap: 8px;
}

.lm-studio-page-header {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	align-items: flex-start;
	margin-bottom: 1.15rem;
}

.lm-studio-page-header--dashboard {
	margin-bottom: 0.85rem;
}

.lm-studio-page-header--profile {
	margin-bottom: 1.5rem;
}

.lm-studio-profile {
	display: grid;
	gap: 1.15rem;
	max-width: 36rem;
	margin: 0 0 3rem;
}

.lm-studio-profile__card {
	padding: 1.35rem 1.4rem 1.45rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.08);
	box-shadow:
		0 0 0 1px rgba(0, 42, 58, 0.02),
		0 14px 36px rgba(0, 24, 34, 0.06);
}

.lm-studio-profile__card-head {
	margin: 0 0 1.05rem;
}

.lm-studio-profile__card-title {
	margin: 0;
	font-family: var(--lm-font-display, "Bricolage Grotesque", "Work Sans", Arial, sans-serif);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	color: #002a3a;
}

.lm-studio-profile__card-lead {
	margin: 0.45rem 0 0;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.875rem;
	line-height: 1.45;
	color: #586265;
}

.lm-studio-profile__facts {
	display: grid;
	gap: 0;
	margin: 0;
}

.lm-studio-profile__facts > div {
	display: grid;
	grid-template-columns: 6.5rem minmax(0, 1fr);
	gap: 0.75rem 1rem;
	align-items: baseline;
	padding: 0.85rem 0;
	border-top: 1px solid rgba(0, 42, 58, 0.08);
}

.lm-studio-profile__facts > div:first-child {
	border-top: 0;
	padding-top: 0;
}

.lm-studio-profile__facts > div:last-child {
	padding-bottom: 0;
}

.lm-studio-profile__facts dt {
	margin: 0;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7f9aa1;
}

.lm-studio-profile__facts dd {
	margin: 0;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.4;
	color: #002a3a;
	word-break: break-word;
}

.lm-studio-profile__password-form .lm-studio-field {
	margin-bottom: 0.95rem;
}

.lm-studio-profile__password-form .lm-studio-field label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #002a3a;
}

.lm-studio-profile__password-form .lm-studio-field input {
	width: 100%;
	box-sizing: border-box;
	min-height: 2.75rem;
	padding: 0.7rem 0.9rem;
	border-radius: 10px;
	border: 1px solid rgba(0, 42, 58, 0.16);
	background: #fff;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.9375rem;
	color: #002a3a;
}

.lm-studio-profile__password-form .lm-studio-field input:focus,
.lm-studio-profile__password-form .lm-studio-field input:focus-visible {
	outline: none;
	border-color: #002a3a;
	box-shadow: 0 0 0 3px rgba(0, 42, 58, 0.12);
}

.lm-studio-profile__password-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.lm-studio-profile__password-form .lm-studio-alert {
	margin: 0 0 0.95rem;
}

.lm-studio-page-header__copy {
	flex: 1;
	min-width: 0;
}

.lm-studio-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	margin: 0 0 1.1rem;
	padding: 0;
	border: 0;
}

.lm-studio-toolbar__count {
	margin: 0;
	font-family: var(--lm-font-body);
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--lm-studio-muted);
}

.lm-studio-toolbar__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
}

.lm-studio-toolbar__logout {
	font-family: var(--lm-font-body);
	font-size: 13px;
	font-weight: 600;
	color: #073343;
	text-decoration: none;
}

.lm-studio-toolbar__logout:hover,
.lm-studio-toolbar__logout:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.lm-studio-tabs {
	margin: 0 0 1.15rem;
	padding: 0;
	border: 0;
	background: transparent;
}

.lm-studio-tabs__scroll {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overflow-y: clip;
	overscroll-behavior-x: contain;
	overscroll-behavior-y: auto;
	touch-action: pan-x pan-y pinch-zoom;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 0.35rem;
	border: 1px solid rgba(0, 42, 58, 0.07);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 28px rgba(0, 42, 58, 0.05);
	box-sizing: border-box;
}

.lm-studio-tabs__scroll::-webkit-scrollbar {
	display: none;
}

.lm-studio-tabs__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.35rem;
}

.lm-studio-tabs__link {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0.35rem 0.75rem;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	font-family: var(--lm-font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1;
	color: #4c5659;
	text-decoration: none;
	white-space: nowrap;
	transition:
		background-color var(--lm-motion-duration-fast, 180ms) ease,
		border-color var(--lm-motion-duration-fast, 180ms) ease,
		color var(--lm-motion-duration-fast, 180ms) ease;
}

body.elementor-kit-6.lm-studio-page .lm-studio-main a.lm-studio-tabs__link,
body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link,
.lm-studio-tabs a.lm-studio-tabs__link {
	color: #4c5659 !important;
	-webkit-text-fill-color: #4c5659 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.lm-studio-tabs__link:hover,
.lm-studio-tabs__link:focus-visible,
body.elementor-kit-6.lm-studio-page .lm-studio-main a.lm-studio-tabs__link:hover,
body.elementor-kit-6.lm-studio-page .lm-studio-main a.lm-studio-tabs__link:focus-visible,
body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link:hover,
body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link:focus-visible {
	color: #002a3a !important;
	-webkit-text-fill-color: #002a3a !important;
	background: #eef4f6 !important;
	background-color: #eef4f6 !important;
	border-color: rgba(127, 169, 182, 0.35) !important;
	outline: none;
}

.lm-studio-tabs__link.is-active,
body.elementor-kit-6.lm-studio-page .lm-studio-main a.lm-studio-tabs__link.is-active,
body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link.is-active,
.lm-studio-tabs__link.is-active:hover,
.lm-studio-tabs__link.is-active:focus-visible,
body.elementor-kit-6.lm-studio-page .lm-studio-main a.lm-studio-tabs__link.is-active:hover,
body.elementor-kit-6.lm-studio-page .lm-studio-main a.lm-studio-tabs__link.is-active:focus-visible,
body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link.is-active:hover,
body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link.is-active:focus-visible {
	color: #002a3a !important;
	-webkit-text-fill-color: #002a3a !important;
	background: #eef4f6 !important;
	background-color: #eef4f6 !important;
	border-color: rgba(127, 169, 182, 0.35) !important;
}

/* Beat Elementor kit button:hover accent on all Studio main buttons. */
body.elementor-kit-6.lm-studio-page .lm-studio-main button.laminam-btn--secondary,
body.elementor-kit-6 .lm-studio-main button.laminam-btn--secondary {
	background: rgba(255, 255, 255, 0.88) !important;
	background-color: rgba(255, 255, 255, 0.88) !important;
	border-color: var(--lm-studio-accent-border, #c5dad6) !important;
	color: var(--lm-studio-terra-700, #374a48) !important;
	-webkit-text-fill-color: var(--lm-studio-terra-700, #374a48) !important;
}

body.elementor-kit-6.lm-studio-page .lm-studio-main button.laminam-btn--secondary:hover,
body.elementor-kit-6.lm-studio-page .lm-studio-main button.laminam-btn--secondary:focus-visible,
body.elementor-kit-6 .lm-studio-main button.laminam-btn--secondary:hover,
body.elementor-kit-6 .lm-studio-main button.laminam-btn--secondary:focus-visible {
	background: var(--lm-studio-accent-soft-2, #e8efed) !important;
	background-color: var(--lm-studio-accent-soft-2, #e8efed) !important;
	border-color: var(--lm-studio-terra-300, #9fb8b3) !important;
	color: var(--lm-studio-terra-700, #374a48) !important;
	-webkit-text-fill-color: var(--lm-studio-terra-700, #374a48) !important;
}

body.elementor-kit-6.lm-studio-page .lm-studio-main button.laminam-btn--primary,
body.elementor-kit-6 .lm-studio-main button.laminam-btn--primary {
	background: var(--lm-studio-btn-fill, #002a3a) !important;
	background-color: var(--lm-studio-btn-fill, #002a3a) !important;
	border-color: var(--lm-studio-btn-border, #002a3a) !important;
	color: var(--lm-studio-btn-text, #ffffff) !important;
	-webkit-text-fill-color: var(--lm-studio-btn-text, #ffffff) !important;
}

body.elementor-kit-6.lm-studio-page .lm-studio-main button.laminam-btn--primary:hover,
body.elementor-kit-6.lm-studio-page .lm-studio-main button.laminam-btn--primary:focus-visible,
body.elementor-kit-6 .lm-studio-main button.laminam-btn--primary:hover,
body.elementor-kit-6 .lm-studio-main button.laminam-btn--primary:focus-visible {
	background: var(--lm-studio-btn-fill-hover, #073343) !important;
	background-color: var(--lm-studio-btn-fill-hover, #073343) !important;
	border-color: var(--lm-studio-btn-border-hover, #073343) !important;
	color: var(--lm-studio-btn-text-hover, #ffffff) !important;
	-webkit-text-fill-color: var(--lm-studio-btn-text-hover, #ffffff) !important;
}

@media (max-width: 767px) {
	.lm-studio-tabs {
		margin-bottom: 1rem;
	}

	.lm-studio-tabs__link {
		min-height: 32px;
		padding: 0.32rem 0.7rem;
		font-size: 0.78rem;
	}
}

.lm-studio-search-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
	gap: 1rem;
}

.lm-studio-search-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.1rem 1.15rem;
	border: 1px solid rgba(0, 42, 58, 0.1);
	border-radius: 12px;
	background: #fff;
}

.lm-studio-search-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
}

.lm-studio-search-card__date {
	font-size: 0.75rem;
	color: #7f9aa1;
}

.lm-studio-search-card__title {
	margin: 0.35rem 0 0;
	font-family: "Bricolage Grotesque", "Work Sans", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: -0.015em;
	color: #002a3a;
}

.lm-studio-search-card__headline {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #586265;
}

.lm-studio-search-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0.65rem 0 0;
	padding: 0;
	list-style: none;
}

.lm-studio-search-card__facts {
	margin: 0.7rem 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #586265;
}

.lm-studio-search-card__materials {
	margin: 0.55rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.25rem;
}

.lm-studio-search-card__materials a,
.lm-studio-search-card__materials span {
	font-size: 0.8125rem;
	color: #073343;
	text-decoration: none;
}

.lm-studio-search-card__materials a:hover,
.lm-studio-search-card__materials a:focus-visible {
	text-decoration: underline;
}

.lm-studio-search-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin-top: auto;
	padding-top: 0.15rem;
}

.lm-studio-search-card__actions .laminam-btn {
	min-height: 38px;
}

.lm-studio-project-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
	margin: 0.75rem 0;
}

.lm-studio-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 1rem;
	font-family: var(--lm-font-body);
	font-size: 13px;
	color: var(--lm-studio-muted);
}

.lm-studio-breadcrumb a {
	color: var(--lm-studio-navy);
	text-decoration: none;
}

.lm-studio-breadcrumb a:hover,
.lm-studio-breadcrumb a:focus-visible {
	text-decoration: underline;
}

.lm-studio-benefits {
	margin: 1.75rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
	max-width: 36rem;
}

.lm-studio-benefits li {
	position: relative;
	padding-left: 1.15rem;
	font-family: var(--lm-font-body);
	font-size: 14px;
	line-height: 1.5;
	color: var(--lm-studio-ink);
}

.lm-studio-benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: var(--lm-studio-navy);
}

.lm-studio-empty {
	padding: 1.75rem 1.5rem;
	border: 1px solid var(--lm-studio-accent-border, #c5dad6);
	border-radius: var(--lm-studio-radius);
	background: rgba(255, 255, 255, 0.72);
	text-align: left;
}

.lm-studio-empty--inline {
	padding: 1.25rem;
	background: #fff;
}

.lm-studio-empty__title {
	margin: 0 0 0.35rem;
	font-family: var(--lm-font-body);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--lm-studio-navy);
}

.lm-studio-empty__text {
	margin: 0 0 1.1rem;
	max-width: 36rem;
	font-family: var(--lm-font-body);
	font-size: 14px;
	line-height: 1.6;
	color: var(--lm-studio-ink);
}

.lm-studio-project-list,
.lm-studio-project-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 340px));
	gap: 16px;
	justify-content: start;
}

.lm-studio-project-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 100%;
	padding: 20px;
	border-radius: var(--lm-studio-radius);
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lm-studio-project-card:hover,
.lm-studio-project-card:focus-within {
	border-color: rgba(93, 121, 117, 0.35);
	box-shadow: 0 10px 24px rgba(0, 42, 58, 0.06);
}

.lm-studio-project-card__hit {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
	text-decoration: none;
	color: inherit;
}

.lm-studio-project-card__hit:focus-visible {
	outline: 2px solid var(--lm-studio-navy);
	outline-offset: 2px;
}

.lm-studio-project-card__body {
	position: relative;
	z-index: 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 auto;
}

.lm-studio-project-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}

.lm-studio-project-card__title {
	margin: 0;
	font-family: var(--lm-font-display);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--lm-studio-navy);
}

.lm-studio-project-card__location {
	margin: 0;
	font-family: var(--lm-font-body);
	font-size: 14px;
	line-height: 1.4;
	color: #586265;
}

.lm-studio-project-card__facts {
	margin: 4px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	font-family: var(--lm-font-body);
	font-size: 13px;
	line-height: 1.45;
	color: #7a868a;
}

.lm-studio-project-card__footer {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 42, 58, 0.06);
	pointer-events: none;
}

.lm-studio-project-card__open {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--lm-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #073343 !important;
	text-decoration: none !important;
	pointer-events: auto;
	position: relative;
	z-index: 3;
}

.lm-studio-project-card:hover .lm-studio-project-card__open span,
.lm-studio-project-card:focus-within .lm-studio-project-card__open span {
	transform: translateX(2px);
}

.lm-studio-project-card__open:hover,
.lm-studio-project-card__open:focus-visible {
	color: #002a3a !important;
	outline: none;
}

.lm-studio-project-card__open:focus-visible {
	outline: 2px solid #7fa9b6;
	outline-offset: 3px;
	border-radius: 4px;
}

.lm-studio-project-card__open span {
	display: inline-block;
	transition: transform 0.18s ease;
}

.lm-studio-project-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding-top: 0;
	pointer-events: auto;
	position: relative;
	z-index: 3;
}

/* Legacy stats / title-row (if any remain) */
.lm-studio-project-card__stats,
.lm-studio-project-card__title-row {
	display: none;
}

.lm-studio-rooms {
	display: grid;
	gap: 1.75rem;
}

.lm-studio-room {
	padding: 1.5rem;
	border-radius: var(--lm-studio-radius);
	background: #fff;
	border: 1px solid var(--lm-studio-warm-3);
}

.lm-studio-room__header {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: 1.25rem;
}

.lm-studio-room__title {
	margin: 0.2rem 0 0;
	font-family: var(--lm-font-display);
	font-size: 1.5rem;
	font-weight: 500;
}

.lm-studio-room__note {
	margin: 0.5rem 0 0;
	font-family: var(--lm-font-body);
	font-size: 0.9rem;
	color: var(--lm-studio-muted);
}

.lm-studio-item-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 360px));
	gap: 16px;
	justify-content: start;
}

.lm-studio-item-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	min-height: 100%;
	padding: 18px;
	border-radius: var(--lm-studio-radius-sm);
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.08);
}

.lm-studio-item-card__media {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--lm-studio-warm-2);
	box-shadow: inset 0 0 0 1px rgba(0, 42, 58, 0.1);
	aspect-ratio: auto;
}

.lm-studio-item-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lm-studio-item-card__placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, var(--lm-studio-warm-2), var(--lm-studio-warm-3));
}

.lm-studio-item-card__top {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.lm-studio-item-card__heading {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.lm-studio-item-card__heading .lm-studio-meta {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--lm-studio-muted);
}

.lm-studio-item-card__title {
	margin: 0;
	font-family: var(--lm-font-display);
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.25;
}

.lm-studio-item-card__title a {
	color: inherit;
	text-decoration: none;
}

.lm-studio-item-card__title a:hover,
.lm-studio-item-card__title a:focus-visible {
	text-decoration: underline;
}

.lm-studio-item-card__facts {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 12px 0 0;
	border-top: 1px solid rgba(0, 42, 58, 0.06);
}

.lm-studio-item-card__facts div {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	column-gap: 12px;
	row-gap: 2px;
	align-items: baseline;
	margin: 0;
}

.lm-studio-item-card__facts dt {
	margin: 0;
	font-family: var(--lm-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--lm-studio-muted);
}

.lm-studio-item-card__facts dd {
	margin: 0;
	font-family: var(--lm-font-body);
	font-size: 13px;
	line-height: 1.4;
	color: var(--lm-studio-navy);
	overflow-wrap: anywhere;
}

.lm-studio-item-card__status {
	margin: 0;
	padding-top: 2px;
}

.lm-studio-item-card__status .lm-studio-select {
	max-width: none;
}

.lm-studio-item-card__note {
	margin: 0;
	padding: 12px 14px;
	border-radius: 8px;
	background: var(--lm-studio-warm);
	border: 1px solid rgba(0, 42, 58, 0.06);
	font-family: var(--lm-font-body);
	font-size: 13px;
	line-height: 1.5;
	color: var(--lm-studio-ink);
}

.lm-studio-item-card__pdf {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	color: #1e5a6e !important;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-decoration: none !important;
}

.lm-studio-item-card__pdf .lm-studio-icon {
	flex: 0 0 auto;
	opacity: 0.85;
}

.lm-studio-item-card__pdf:hover,
.lm-studio-item-card__pdf:focus-visible {
	color: #002a3a !important;
}

.lm-studio-item-card__pdf:focus-visible {
	outline: 2px solid #7fa9b6;
	outline-offset: 2px;
	border-radius: 4px;
}

.lm-studio-item-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding-top: 2px;
}

.lm-studio-select,
.lm-studio-field input,
.lm-studio-field select,
.lm-studio-field textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 2.75rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid rgba(0, 42, 58, 0.16);
	border-radius: var(--lm-studio-radius-sm, 8px);
	background: #fff;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.9375rem;
	line-height: 1.35;
	color: #002a3a;
	box-shadow: none;
	appearance: auto;
	-webkit-appearance: auto;
}

.lm-studio-field select,
.lm-studio-select {
	padding-right: 2.25rem;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23002A3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	background-size: 0.75rem;
	appearance: none;
	-webkit-appearance: none;
}

.lm-studio-field textarea {
	min-height: 96px;
	resize: vertical;
}

.lm-studio-field input:hover,
.lm-studio-field select:hover,
.lm-studio-field textarea:hover,
.lm-studio-select:hover {
	border-color: rgba(0, 42, 58, 0.28);
}

.lm-studio-field input:focus,
.lm-studio-field input:focus-visible,
.lm-studio-field select:focus,
.lm-studio-field select:focus-visible,
.lm-studio-field textarea:focus,
.lm-studio-field textarea:focus-visible,
.lm-studio-select:focus,
.lm-studio-select:focus-visible {
	border-color: #002a3a;
	box-shadow: 0 0 0 3px rgba(0, 42, 58, 0.1);
	outline: none;
}

.lm-studio-modal__close:focus-visible,
.lm-studio-save-btn:focus-visible {
	outline: 2px solid #002a3a;
	outline-offset: 2px;
}

/* Material pages: Elementor kit resets form chrome — lock Studio modal fields. */
.lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]),
.lm-studio-modals .lm-studio-field select,
.lm-studio-modals .lm-studio-field textarea,
.lm-studio-modals .lm-studio-select,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]),
body.elementor-kit-6 .lm-studio-modals .lm-studio-field select,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field textarea,
body.elementor-kit-6 .lm-studio-modals .lm-studio-select {
	width: 100% !important;
	min-height: 2.75rem !important;
	padding: 0.7rem 0.9rem !important;
	border: 1px solid rgba(0, 42, 58, 0.16) !important;
	border-radius: var(--lm-studio-radius-sm, 8px) !important;
	background-color: #fff !important;
	color: #002a3a !important;
	box-shadow: none !important;
	font-family: "Work Sans", Arial, sans-serif !important;
	font-size: 0.9375rem !important;
	line-height: 1.35 !important;
}

.lm-studio-modals .lm-studio-field select,
.lm-studio-modals .lm-studio-select,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field select,
body.elementor-kit-6 .lm-studio-modals .lm-studio-select {
	padding-right: 2.25rem !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23002A3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.85rem center !important;
	background-size: 0.75rem !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.lm-studio-modals .lm-studio-field textarea,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field textarea {
	min-height: 96px !important;
}

.lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]):hover,
.lm-studio-modals .lm-studio-field select:hover,
.lm-studio-modals .lm-studio-field textarea:hover,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]):hover,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field select:hover,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field textarea:hover {
	border-color: rgba(0, 42, 58, 0.3) !important;
	background-color: #fff !important;
}

.lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]):focus,
.lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]):focus-visible,
.lm-studio-modals .lm-studio-field select:focus,
.lm-studio-modals .lm-studio-field select:focus-visible,
.lm-studio-modals .lm-studio-field textarea:focus,
.lm-studio-modals .lm-studio-field textarea:focus-visible,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]):focus,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field input:not([type="checkbox"]):not([type="radio"]):focus-visible,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field select:focus,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field select:focus-visible,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field textarea:focus,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field textarea:focus-visible {
	border-color: #002a3a !important;
	background-color: #fff !important;
	box-shadow: 0 0 0 3px rgba(0, 42, 58, 0.12) !important;
	outline: none !important;
}

.lm-studio-modals .lm-studio-field > label,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field > label {
	display: block !important;
	margin-bottom: 0.4rem !important;
	font-family: "Work Sans", Arial, sans-serif !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	color: #002a3a !important;
}

.lm-studio-field {
	margin-bottom: 1rem;
}

.lm-studio-field > label {
	display: block;
	margin-bottom: 0.4rem;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.8125rem;
	font-weight: 600;
	color: #002a3a;
}

.lm-studio-check {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
	font-family: var(--lm-font-body);
	font-size: 0.9rem;
}

.lm-studio-form__hint,
.lm-studio-auth__links {
	font-family: var(--lm-font-body);
	font-size: 0.875rem;
	color: var(--lm-studio-muted);
}

.lm-studio-shell:has(.lm-studio-auth) {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100svh - 9.5rem);
	padding-top: clamp(1.75rem, 6vh, 4.5rem) !important;
	padding-bottom: clamp(2rem, 7vh, 4.75rem) !important;
}

.lm-studio-auth {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

.lm-studio-auth__layout {
	display: grid;
	grid-template-columns: minmax(0, 23.5rem) minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	max-width: 58rem;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.08);
	box-shadow:
		0 0 0 1px rgba(0, 42, 58, 0.02),
		0 22px 52px rgba(0, 24, 34, 0.07);
}

.lm-studio-auth__main {
	display: flex;
	flex-direction: column;
	padding: 2rem 2.1rem 1.85rem;
}

.lm-studio-auth__header {
	margin: 0 0 1.45rem;
}

.lm-studio-auth__header .lm-studio-eyebrow {
	margin-bottom: 0.7rem;
}

.lm-studio-auth__header .lm-studio-title {
	margin-bottom: 0.5rem;
	font-size: clamp(1.9rem, 3vw, 2.35rem);
	letter-spacing: -0.02em;
}

.lm-studio-auth__lede {
	margin: 0;
	max-width: 38ch;
	font-family: var(--lm-font-body);
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--lm-studio-ink);
}

.lm-studio-auth__panel {
	margin-top: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.lm-studio-auth .lm-studio-field {
	margin-bottom: 1rem;
}

.lm-studio-auth .lm-studio-field label {
	margin-bottom: 0.4rem;
	font-size: 0.8125rem;
	font-weight: 600;
}

.lm-studio-auth .lm-studio-field input {
	min-height: 2.9rem;
	padding: 0.75rem 0.95rem;
	border-radius: 10px;
	border-color: rgba(0, 42, 58, 0.12);
	background: #f7f9f9;
	transition:
		border-color var(--lm-motion-duration-fast, 180ms) ease,
		box-shadow var(--lm-motion-duration-fast, 180ms) ease,
		background-color var(--lm-motion-duration-fast, 180ms) ease;
}

.lm-studio-auth .lm-studio-field input:hover {
	border-color: rgba(0, 42, 58, 0.24);
	background: #fff;
}

.lm-studio-auth .lm-studio-field input:focus,
.lm-studio-auth .lm-studio-field input:focus-visible {
	border-color: #002a3a;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 42, 58, 0.1);
	outline: none;
}

.lm-studio-form__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem 1rem;
	margin: 0.05rem 0 1.2rem;
}

.lm-studio-auth .lm-studio-check {
	margin: 0;
	font-size: 0.875rem;
	color: var(--lm-studio-ink);
}

.lm-studio-auth .lm-studio-check input {
	width: 1rem;
	height: 1rem;
	margin: 0;
	accent-color: #002a3a;
}

.lm-studio-form__forgot {
	font-family: var(--lm-font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	color: #073343;
	text-decoration: none;
}

.lm-studio-form__forgot:hover,
.lm-studio-form__forgot:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
	outline: none;
}

.lm-studio-auth__submit {
	width: 100%;
	justify-content: center;
	min-height: 48px !important;
}

body.lm-studio-page .lm-studio-main .lm-studio-auth__submit.laminam-btn--primary,
body.elementor-kit-6.lm-studio-page .lm-studio-main button.lm-studio-auth__submit.laminam-btn--primary {
	background: #002a3a !important;
	background-color: #002a3a !important;
	border-color: #002a3a !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.lm-studio-page .lm-studio-main .lm-studio-auth__submit.laminam-btn--primary:hover,
body.lm-studio-page .lm-studio-main .lm-studio-auth__submit.laminam-btn--primary:focus-visible,
body.elementor-kit-6.lm-studio-page .lm-studio-main button.lm-studio-auth__submit.laminam-btn--primary:hover,
body.elementor-kit-6.lm-studio-page .lm-studio-main button.lm-studio-auth__submit.laminam-btn--primary:focus-visible {
	background: #073343 !important;
	background-color: #073343 !important;
	border-color: #073343 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.lm-studio-auth__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.55rem;
	margin: 1.15rem 0 0;
	padding-top: 1.05rem;
	border-top: 1px solid rgba(0, 42, 58, 0.08);
	text-align: center;
}

.lm-studio-auth__links a {
	font-weight: 600;
	color: var(--lm-studio-navy);
	text-decoration: none;
}

.lm-studio-auth__links a:hover,
.lm-studio-auth__links a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
	outline: none;
}

.lm-studio-auth__aside {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 2rem 1.9rem 2.05rem;
	border: 0;
	border-radius: 0;
	border-left: 1px solid rgba(0, 42, 58, 0.06);
	background:
		linear-gradient(165deg, #f6f8f8 0%, #eef3f2 100%);
	box-shadow: none;
	overflow: hidden;
}

.lm-studio-auth__aside::before {
	content: "";
	position: absolute;
	inset: auto -18% -40% auto;
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(127, 169, 182, 0.18) 0%, transparent 72%);
	pointer-events: none;
}

.lm-studio-auth__aside-kicker {
	position: relative;
	margin: 0 0 0.55rem;
	font-family: var(--lm-font-body);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lm-studio-muted);
}

.lm-studio-auth__aside-lead {
	position: relative;
	margin: 0 0 1.35rem;
	max-width: 26ch;
	font-family: var(--lm-font-display);
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: -0.015em;
	color: var(--lm-studio-navy);
}

.lm-studio-auth__benefits {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0;
}

.lm-studio-auth__benefits li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	padding: 0.95rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	border-top: 1px solid rgba(0, 42, 58, 0.07);
}

.lm-studio-auth__benefits li:first-child {
	padding-top: 0;
	border-top: 0;
}

.lm-studio-auth__benefits li:last-child {
	padding-bottom: 0;
}

.lm-studio-auth__benefit-mark {
	align-items: center;
	justify-content: center;
	display: flex;
}

.lm-studio-auth__benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.08);
	color: var(--lm-studio-navy);
	box-shadow: 0 4px 10px rgba(0, 42, 58, 0.04);
	flex-shrink: 0;
}

.lm-studio-auth__benefit-icon .lm-studio-icon {
	width: 1.1rem;
	height: 1.1rem;
}

.lm-studio-auth__benefit-copy {
	display: grid;
	gap: 0.22rem;
	min-width: 0;
	padding-top: 0.12rem;
}

.lm-studio-auth__benefits strong {
	font-family: var(--lm-font-body);
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--lm-studio-navy);
}

.lm-studio-auth__benefit-copy > span {
	font-family: var(--lm-font-body);
	font-size: 0.84rem;
	line-height: 1.45;
	color: var(--lm-studio-ink);
}

.lm-studio-auth .lm-studio-alert {
	margin: 0 0 1.1rem;
}

.lm-studio-compare-empty {
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid rgba(0, 42, 58, 0.1);
	border-radius: 10px;
	background: #fff;
}

.lm-studio-compare-empty h2 {
	margin: 0 0 0.55rem;
	color: var(--lm-studio-navy);
}

.lm-studio-compare-empty p {
	margin: 0 0 1rem;
	color: var(--lm-studio-ink);
}

.lm-studio-compare {
	--lm-compare-label: 9.5rem;
	--lm-compare-gap: 0.75rem;
	display: block;
	min-width: 0;
}

.lm-studio-compare__view-toggle-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0 0 1.15rem;
}

.lm-studio-compare__view-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 3px;
	border: 1px solid rgba(0, 42, 58, 0.12);
	border-radius: 999px;
	background: #fff;
	gap: 0;
}

.lm-studio-compare__view-toggle-pill {
	display: none;
}

body.elementor-kit-6 .lm-studio-compare__view-toggle button.lm-studio-compare__view-btn,
.lm-studio-compare__view-btn {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 0;
	padding: 0 0.95rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #002a3a;
	font-family: "Work Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
}

body.elementor-kit-6 .lm-studio-compare__view-toggle button.lm-studio-compare__view-btn:hover,
body.elementor-kit-6 .lm-studio-compare__view-toggle button.lm-studio-compare__view-btn:focus-visible,
.lm-studio-compare__view-btn:hover,
.lm-studio-compare__view-btn:focus-visible {
	background: rgba(0, 42, 58, 0.06);
	color: #002a3a;
	outline: none;
}

body.elementor-kit-6 .lm-studio-compare__view-toggle button.lm-studio-compare__view-btn.is-active,
.lm-studio-compare__view-btn.is-active {
	background: #002a3a;
	color: #fff;
}

body.elementor-kit-6 .lm-studio-compare__view-toggle button.lm-studio-compare__view-btn.is-active:hover,
body.elementor-kit-6 .lm-studio-compare__view-toggle button.lm-studio-compare__view-btn.is-active:focus-visible,
.lm-studio-compare__view-btn.is-active:hover,
.lm-studio-compare__view-btn.is-active:focus-visible {
	background: #073343;
	color: #fff;
}

.lm-studio-compare__view-desc {
	margin: 0;
	font-family: "Work Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.35;
	color: rgba(0, 42, 58, 0.62);
}

.lm-studio-compare--setup {
	--lm-compare-label: 0px;
}

.lm-studio-compare--setup .lm-studio-compare__corner {
	display: none;
}

.lm-studio-compare--setup .lm-studio-compare__materials {
	grid-template-columns: repeat(var(--lm-compare-columns), minmax(0, 1fr));
}

.lm-studio-compare--setup .lm-studio-compare__material--add {
	min-height: 16rem;
}

.lm-studio-compare__board {
	min-width: 0;
}

.lm-studio-compare__track {
	display: grid;
	gap: 0.85rem;
	min-width: 0;
}

.lm-studio-compare__materials,
.lm-studio-compare__row {
	display: grid;
	grid-template-columns: var(--lm-compare-label) repeat(var(--lm-compare-columns), minmax(0, 1fr));
	gap: var(--lm-compare-gap);
	align-items: stretch;
}

.lm-studio-compare__cells {
	display: contents;
}

.lm-studio-compare__corner {
	min-width: 0;
}

.lm-studio-compare__material,
.lm-studio-compare__value {
	padding: 1rem;
	border: 1px solid rgba(0, 42, 58, 0.1);
	border-radius: 14px;
	background: #fff;
	min-width: 0;
}

.lm-studio-compare__material--add {
	border-style: dashed;
	background: rgba(0, 42, 58, 0.02);
}

.lm-studio-compare__media {
	position: relative;
	margin: 0 0 0.85rem;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 8px;
	background: var(--lm-studio-accent-soft-2, #e8efed);
}

body.elementor-kit-6 .lm-studio-compare__media button.lm-studio-compare__zoom,
.lm-studio-compare__zoom {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: zoom-in;
	overflow: hidden;
}

body.elementor-kit-6 .lm-studio-compare__media button.lm-studio-compare__zoom:hover,
body.elementor-kit-6 .lm-studio-compare__media button.lm-studio-compare__zoom:focus,
body.elementor-kit-6 .lm-studio-compare__media button.lm-studio-compare__zoom:focus-visible,
.lm-studio-compare__zoom:hover,
.lm-studio-compare__zoom:focus,
.lm-studio-compare__zoom:focus-visible {
	background: transparent;
	outline: none;
	box-shadow: none;
}

.lm-studio-compare__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center center;
	border-radius: 0;
	/* Render / space: show the file as-is (no packshot crop zoom). */
	transform: none;
	transform-origin: center center;
	pointer-events: none;
}

.lm-studio-compare[data-lm-studio-compare-active-view="live"] .lm-studio-compare__image {
	/* Makro daylight samples still need a mild crop past white studio mats. */
	transform: scale(1.28);
}

.lm-studio-compare[data-lm-studio-compare-active-view="cover"] .lm-studio-compare__image,
.lm-studio-compare[data-lm-studio-compare-active-view="space"] .lm-studio-compare__image {
	transform: none;
}

.lm-studio-compare__image--empty {
	background: linear-gradient(180deg, var(--lm-studio-terra-50, #f1f5f4) 0%, var(--lm-studio-terra-100, #dfe9e7) 100%);
}

.lm-studio-compare__remove {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: rgba(0, 42, 58, 0.72);
	box-shadow: 0 1px 2px rgba(0, 42, 58, 0.12);
	cursor: pointer;
	transition:
		background-color var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		color var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

.lm-studio-compare__remove:hover,
.lm-studio-compare__remove:focus-visible {
	background: #fff;
	color: #5d7975;
	outline: none;
}

.lm-studio-compare__remove .lm-studio-icon {
	width: 1rem;
	height: 1rem;
}

.lm-studio-compare__finish-chip {
	position: absolute;
	left: 0.55rem;
	top: 0.55rem;
	bottom: auto;
	z-index: 2;
	max-width: calc(100% - 3.5rem);
	margin: 0;
	padding: 0.28rem 0.55rem;
	border-radius: var(--lm-surface-tag-radius, 6px);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 1px 2px rgba(0, 42, 58, 0.12);
	font-size: 0.6875rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	line-height: 1.2;
	color: var(--lm-studio-navy);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lm-studio-compare__finish-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.75rem;
}

body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch,
body.elementor-kit-6 .lm-studio-compare__finish-gallery button.lm-studio-compare__finish-swatch,
.lm-studio-compare__finish-swatch {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline-flex !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	width: 1.85rem !important;
	height: 1.85rem !important;
	min-width: 1.85rem !important;
	min-height: 1.85rem !important;
	max-width: 1.85rem !important;
	max-height: 1.85rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid rgba(0, 42, 58, 0.12) !important;
	border-radius: 50% !important;
	overflow: hidden !important;
	background: #e8eef0 !important;
	background-image: none !important;
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	cursor: pointer !important;
	box-shadow: inset 0 0 0 1px rgba(0, 42, 58, 0.06) !important;
	transition:
		border-color var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		transform var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		box-shadow var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

.lm-studio-compare__finish-swatch-disc {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.lm-studio-compare__finish-swatch-img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	/* Match material-page live swatches: zoom past daylight packshot white mats. */
	transform: scale(1.65);
	transform-origin: center center;
	pointer-events: none;
}

body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch:hover,
body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch:focus,
body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch:focus-visible,
.lm-studio-compare__finish-swatch:hover,
.lm-studio-compare__finish-swatch:focus-visible {
	border-color: rgba(0, 42, 58, 0.42) !important;
	background: #e8eef0 !important;
	background-image: none !important;
	color: transparent !important;
	outline: none !important;
	transform: scale(1.06);
	box-shadow: inset 0 0 0 1px rgba(0, 42, 58, 0.06) !important;
}

body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch.is-active,
.lm-studio-compare__finish-swatch.is-active {
	border-color: #002a3a !important;
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 3px rgba(0, 42, 58, 0.35) !important;
}

body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch--static,
body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch--static:hover,
body.elementor-kit-6 .lm-studio-compare button.lm-studio-compare__finish-swatch--static:focus-visible,
.lm-studio-compare__finish-swatch--static,
.lm-studio-compare__finish-swatch--static:hover,
.lm-studio-compare__finish-swatch--static:focus-visible {
	cursor: default !important;
	pointer-events: none !important;
	transform: none !important;
}

.lm-studio-compare__add {
	display: grid;
	align-content: start;
	gap: 0.45rem;
	min-height: 100%;
}

.lm-studio-compare__add-kicker {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lm-studio-muted);
}

.lm-studio-compare__add-label {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.3;
	color: var(--lm-studio-navy);
}

.lm-studio-compare__add-search,
body.elementor-kit-6 .lm-studio-compare__add-search {
	width: 100%;
	min-height: 2.65rem;
	margin: 0.15rem 0 0;
	padding: 0.55rem 0.75rem;
	border: 1px solid rgba(0, 42, 58, 0.16);
	border-radius: var(--lm-surface-tag-radius, 6px);
	background: #fff;
	font: inherit;
	font-size: 0.875rem;
	color: var(--lm-studio-ink);
	box-shadow: none;
}

.lm-studio-compare__add-search:focus,
.lm-studio-compare__add-search:focus-visible {
	border-color: rgba(0, 42, 58, 0.42);
	outline: none;
}

.lm-studio-compare__add-results {
	margin-top: 0.15rem;
}

.lm-studio-compare__add-results[hidden] {
	display: none !important;
}

.lm-studio-compare__add-full {
	margin: 0.25rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: var(--lm-studio-muted);
}

.lm-studio-compare__value--placeholder {
	border-style: dashed;
	background: rgba(0, 42, 58, 0.02);
	min-height: 4rem;
}

.lm-studio-compare__collection {
	margin: 0 0 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lm-studio-muted);
}

.lm-studio-compare__name {
	margin: 0 0 0.65rem;
	font-size: 1.15rem;
	color: var(--lm-studio-navy);
}

.lm-studio-compare__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--lm-studio-navy);
	text-decoration: none;
}

.lm-studio-compare__link span:last-child {
	display: inline-block;
	transition: transform var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

.lm-studio-compare__material:hover .lm-studio-compare__link span:last-child,
.lm-studio-compare__link:hover span:last-child,
.lm-studio-compare__link:focus-visible span:last-child {
	transform: translateX(3px);
}

.lm-studio-compare__link:hover,
.lm-studio-compare__link:focus-visible {
	color: #073343;
	outline: none;
}

.lm-studio-compare__row {
	padding-top: 0.85rem;
	border-top: 1px solid rgba(0, 42, 58, 0.1);
}

.lm-studio-compare__row-label {
	margin: 0;
	padding: 0.85rem 0.65rem 0.85rem 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--lm-studio-navy);
	align-self: start;
}

.lm-studio-compare__value {
	min-height: 4rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--lm-studio-ink);
	transition:
		background-color var(--lm-motion-duration, 320ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		border-color var(--lm-motion-duration, 320ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		box-shadow var(--lm-motion-duration, 320ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

/* Comparison effect: same values soften; differences get a clear vs treatment. */
.lm-studio-compare__value.is-same {
	background: rgba(0, 42, 58, 0.02);
	border-color: rgba(0, 42, 58, 0.07);
	color: rgba(0, 42, 58, 0.55);
}

.lm-studio-compare__value.is-same .lm-studio-compare__finish-name,
.lm-studio-compare__value.is-same .lm-studio-compare__finish-formats li {
	color: inherit;
}

.lm-studio-compare__value.is-diff {
	background: rgba(164, 73, 61, 0.05);
	border-color: rgba(164, 73, 61, 0.22);
	box-shadow: inset 0 0 0 1px rgba(164, 73, 61, 0.06);
	color: var(--lm-studio-navy);
}

.lm-studio-compare__value.is-diff .lm-studio-compare__finish-name {
	color: var(--lm-studio-navy);
}

.lm-studio-compare__row--diff .lm-studio-compare__row-label::after {
	content: "≠";
	display: inline-block;
	margin-left: 0.35rem;
	font-weight: 700;
	color: #5d7975;
	opacity: 0.85;
}

.lm-studio-compare__row--same .lm-studio-compare__row-label::after {
	content: "=";
	display: inline-block;
	margin-left: 0.35rem;
	font-weight: 700;
	color: rgba(0, 42, 58, 0.35);
}

.lm-studio-compare__finish-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.lm-studio-compare__finish-block {
	margin: 0;
	padding: 0.55rem 0.6rem;
	border-radius: var(--lm-surface-tag-radius, 6px);
	border: 1px solid transparent;
	transition:
		background-color var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		border-color var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		opacity var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

.lm-studio-compare__finish-list:has(.lm-studio-compare__finish-block.is-active)
	.lm-studio-compare__finish-block:not(.is-active) {
	opacity: 0.48;
}

.lm-studio-compare__finish-block.is-active {
	background: rgba(0, 42, 58, 0.045);
	border-color: rgba(0, 42, 58, 0.12);
	opacity: 1;
}

.lm-studio-compare__finish-name {
	margin: 0 0 0.3rem;
	font-size: 0.875rem;
	font-weight: 650;
	line-height: 1.35;
	color: var(--lm-studio-navy);
}

.lm-studio-compare__finish-formats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.2rem;
}

.lm-studio-compare__finish-formats li,
.lm-studio-compare__finish-formats-empty {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--lm-studio-ink);
}

.lm-studio-compare__finish-formats-empty {
	color: var(--lm-studio-muted);
}

.lm-studio-form__hint {
	margin: 0 0 1rem;
	line-height: 1.45;
}

@media (max-width: 900px) {
	.lm-studio-shell:has(.lm-studio-auth) {
		min-height: 0;
		justify-content: flex-start;
	}

	.lm-studio-auth__layout {
		grid-template-columns: minmax(0, 1fr);
		max-width: 28.5rem;
	}

	.lm-studio-auth__main {
		padding: 1.6rem 1.45rem 1.4rem;
	}

	.lm-studio-auth__aside {
		order: 2;
		padding: 1.45rem 1.45rem 1.5rem;
		border-left: 0;
		border-top: 1px solid rgba(0, 42, 58, 0.06);
	}

	.lm-studio-auth__aside-lead {
		max-width: none;
	}

	.lm-studio-auth__lede {
		max-width: none;
	}

	.lm-studio-compare {
		--lm-compare-label: 5.75rem;
		--lm-compare-gap: 0.55rem;
		/* ~48vw material cols so 2 fit and the 3rd peeks for swipe. */
		--lm-compare-col: min(11.5rem, 48vw);
	}

	.lm-studio-compare__board {
		overflow-x: auto;
		overflow-y: hidden;
		overflow-y: clip;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		overscroll-behavior-y: auto;
		touch-action: pan-x pan-y pinch-zoom;
		/* Peek hint: room past last column + soft edge fade. */
		padding-right: 1.25rem;
		margin-right: calc(-1 * var(--lm-page-padding-x, 16px));
		padding-left: 0;
		mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 1.75rem), transparent 100%);
		-webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 1.75rem), transparent 100%);
	}

	.lm-studio-compare__track {
		width: max-content;
		min-width: 100%;
		padding-right: 0.5rem;
	}

	.lm-studio-compare__materials,
	.lm-studio-compare__row {
		grid-template-columns: var(--lm-compare-label) repeat(var(--lm-compare-columns), var(--lm-compare-col));
		width: max-content;
	}

	.lm-studio-compare--setup .lm-studio-compare__materials {
		grid-template-columns: repeat(var(--lm-compare-columns), var(--lm-compare-col));
	}

	.lm-studio-compare__corner,
	.lm-studio-compare__row-label {
		position: sticky;
		left: 0;
		z-index: 2;
		background: #fff;
		box-shadow: 6px 0 12px -8px rgba(0, 42, 58, 0.18);
	}

	.lm-studio-compare__corner {
		align-self: stretch;
	}

	.lm-studio-compare__row-label {
		padding: 0.85rem 0.5rem 0.85rem 0;
		align-self: stretch;
		display: flex;
		align-items: flex-start;
	}

	.lm-studio-compare__material,
	.lm-studio-compare__value {
		padding: 0.85rem;
		border-radius: 12px;
	}

	.lm-studio-compare__name {
		font-size: 1rem;
	}

	.lm-studio-compare__value {
		min-height: 3.5rem;
		font-size: 0.8125rem;
	}
}

@media (max-width: 560px) {
	.lm-studio-auth__layout {
		border-radius: 14px;
	}

	.lm-studio-auth__main,
	.lm-studio-auth__aside {
		padding: 1.35rem 1.15rem 1.25rem;
	}

	.lm-studio-form__row {
		align-items: flex-start;
		flex-direction: column;
	}
}

.lm-studio-form__error {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	border-radius: 8px;
	background: #F8EBE8;
	border: 1px solid #E5C4BD;
	color: var(--lm-studio-danger);
	font-family: var(--lm-font-body);
	font-size: 0.875rem;
}

.lm-studio-form__success {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	border-radius: 8px;
	background: var(--lm-studio-accent-soft-2, #e8efed);
	border: 1px solid var(--lm-studio-accent-border, #c5dad6);
	color: var(--lm-studio-navy);
	font-family: var(--lm-font-body);
	font-size: 0.875rem;
}

.lm-studio-alert {
	margin: 0 0 1rem;
	padding: 0.75rem 0.9rem;
	border-radius: 10px;
	font-family: var(--lm-font-body);
	font-size: 0.9rem;
}

.lm-studio-alert--success {
	background: var(--lm-studio-accent-soft-2, #e8efed);
	border: 1px solid var(--lm-studio-accent-border, #c5dad6);
}

.lm-studio-alert--error {
	background: #F8EBE8;
	border: 1px solid #E5C4BD;
	color: var(--lm-studio-danger);
}

.lm-studio-danger-text {
	color: var(--lm-studio-danger) !important;
}

.lm-studio-btn-danger {
	background: var(--lm-studio-danger) !important;
	border-color: var(--lm-studio-danger) !important;
}

/* Modals */
.lm-studio-modals[hidden] {
	display: none !important;
}

.lm-studio-modals:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}

@media (min-width: 768px) {
	.lm-studio-modals:not([hidden]) {
		align-items: center;
		padding: 1.5rem;
	}
}

.lm-studio-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 24, 34, 0.48);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.lm-studio-modal {
	position: relative;
	z-index: 1;
	width: min(480px, 100%);
	max-height: min(90vh, 820px);
	margin: 0;
}

.lm-studio-modal.lm-studio-modal--wide {
	width: min(680px, 100%);
}

.lm-studio-modal[hidden] {
	display: none !important;
}

.lm-studio-modal__panel {
	display: flex;
	flex-direction: column;
	max-height: inherit;
	background: #fff;
	border: 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 18, 28, 0.18);
}

@media (min-width: 768px) {
	.lm-studio-modal__panel {
		border-radius: 10px;
	}
}

.lm-studio-modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	flex: 0 0 auto;
	padding: 1.5rem 1.5rem 0;
	border-bottom: 0;
	background: #fff;
}

.lm-studio-modal__title {
	margin: 0;
	padding-top: 0;
	font-family: var(--lm-font-display);
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: var(--lm-studio-navy);
}

.lm-studio-modal__close {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: rgba(0, 42, 58, 0.55) !important;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.lm-studio-modal__close:hover,
.lm-studio-modal__close:focus-visible {
	background: rgba(0, 42, 58, 0.06) !important;
	border-color: transparent !important;
	color: var(--lm-studio-navy) !important;
}

.lm-studio-modal__body {
	flex: 1 1 auto;
	min-height: 0;
	padding: 1.35rem 1.5rem 1.25rem;
	overflow: auto;
	background: #fff;
}

.lm-studio-modal__footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0.25rem 1.15rem;
	flex: 0 0 auto;
	padding: 0 1.5rem 1.5rem;
	border-top: 0;
	background: #fff;
}

.lm-studio-modal__footer .laminam-btn {
	flex: 0 0 auto;
	max-width: 100%;
}

/* Header chrome can hide all .laminam-btn under 1120px — keep modal actions visible. */
@media (max-width: 1120px) {
	.lm-studio-modals .laminam-btn,
	body.lm-studio-page .lm-studio-modals .laminam-btn {
		display: inline-flex !important;
	}
}

.lm-studio-live {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.lm-studio-toast {
	position: fixed;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
	right: max(1rem, var(--lm-page-padding-x, 40px));
	z-index: 100050;
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	width: min(22rem, calc(100vw - 2rem));
	margin: 0;
	padding: 0.9rem 0.9rem 0.9rem 1rem;
	border-radius: var(--lm-surface-tag-radius, 6px);
	box-shadow: 0 14px 36px rgba(0, 42, 58, 0.14);
	font-family: var(--lm-font-body);
	font-size: 0.875rem;
	line-height: 1.5;
	opacity: 0;
	transform: translateX(calc(100% + 1.25rem));
	transition: opacity 0.28s ease, transform 0.28s ease;
	pointer-events: none;
}

.lm-studio-toast.is-visible {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

/* Narrow viewports: pin both edges instead of a right offset + 100vw width,
 * which leaves the toast off-centre to the left. */
@media (max-width: 767px) {
	.lm-studio-toast {
		left: max(0.75rem, env(safe-area-inset-left, 0px));
		right: max(0.75rem, env(safe-area-inset-right, 0px));
		width: auto;
		max-width: none;
	}
}

.lm-studio-toast.is-hiding {
	opacity: 0;
	transform: translateY(-0.35rem);
	pointer-events: none;
}

.lm-studio-toast.is-success {
	background: #edf7f1;
	border: 1px solid #b8dcc8;
	color: #2d6a4f;
}

.lm-studio-toast.is-error {
	background: #faf0ee;
	border: 1px solid #e8c4bc;
	color: #5d7975;
}

.lm-studio-toast__text {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.lm-studio-toast__close,
body.elementor-kit-6 .lm-studio-toast__close,
body.lm-studio-page .lm-studio-toast__close {
	flex: 0 0 auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 1.75rem !important;
	height: 1.75rem !important;
	min-width: 1.75rem !important;
	min-height: 1.75rem !important;
	margin: -0.15rem -0.15rem 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: var(--lm-surface-tag-radius, 6px) !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
	font-family: inherit !important;
	font-size: 1.25rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-transform: none !important;
	opacity: 0.7;
	cursor: pointer !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	transform: none !important;
}

.lm-studio-toast__close:hover,
.lm-studio-toast__close:focus-visible,
body.elementor-kit-6 .lm-studio-toast__close:hover,
body.elementor-kit-6 .lm-studio-toast__close:focus-visible,
body.lm-studio-page .lm-studio-toast__close:hover,
body.lm-studio-page .lm-studio-toast__close:focus-visible {
	opacity: 1;
	background: rgba(0, 42, 58, 0.08) !important;
	background-color: rgba(0, 42, 58, 0.08) !important;
	outline: 2px solid #7fa9b6;
	outline-offset: 2px;
}

.lm-studio-field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.lm-studio-field__heading {
	margin: 0 0 0.55rem;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #002a3a;
}

.lm-studio-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.4rem;
}

.lm-studio-modals .lm-studio-field .lm-studio-check-card,
.lm-studio-modals .lm-studio-check-card,
.lm-studio-check-card,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field .lm-studio-check-card,
body.elementor-kit-6 .lm-studio-modals .lm-studio-check-card {
	display: flex !important;
	align-items: center !important;
	gap: 0.55rem !important;
	margin: 0 !important;
	padding: 0.65rem 0.75rem !important;
	min-height: 2.5rem !important;
	border: 1px solid rgba(0, 42, 58, 0.1) !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-family: "Work Sans", Arial, sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	color: #002a3a !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
	transition: border-color 0.18s ease, background-color 0.18s ease !important;
}

.lm-studio-modals .lm-studio-field .lm-studio-check-card:hover,
.lm-studio-modals .lm-studio-check-card:hover,
.lm-studio-check-card:hover,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field .lm-studio-check-card:hover,
body.elementor-kit-6 .lm-studio-modals .lm-studio-check-card:hover {
	border-color: rgba(0, 42, 58, 0.28) !important;
	background: #fff !important;
}

.lm-studio-modals .lm-studio-field .lm-studio-check-card:has(input:checked),
.lm-studio-modals .lm-studio-check-card:has(input:checked),
.lm-studio-check-card:has(input:checked),
body.elementor-kit-6 .lm-studio-modals .lm-studio-field .lm-studio-check-card:has(input:checked),
body.elementor-kit-6 .lm-studio-modals .lm-studio-check-card:has(input:checked) {
	border-color: #002a3a !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 1px #002a3a !important;
}

.lm-studio-modals .lm-studio-field .lm-studio-check-card input,
.lm-studio-modals .lm-studio-check-card input,
.lm-studio-check-card input,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field .lm-studio-check-card input,
body.elementor-kit-6 .lm-studio-modals .lm-studio-check-card input {
	width: 0.95rem !important;
	min-width: 0.95rem !important;
	max-width: 0.95rem !important;
	height: 0.95rem !important;
	min-height: 0.95rem !important;
	max-height: 0.95rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	accent-color: #002a3a;
	flex: 0 0 auto !important;
	align-self: center !important;
}

.lm-studio-modals .lm-studio-field .lm-studio-check-card > span,
.lm-studio-check-card > span,
body.elementor-kit-6 .lm-studio-modals .lm-studio-field .lm-studio-check-card > span {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
}

@media (max-width: 560px) {
	.lm-studio-check-grid {
		grid-template-columns: 1fr;
	}
}

.lm-studio-field__optional {
	font-weight: 400;
	color: var(--lm-studio-muted, #7f9aa1);
}

.lm-studio-req {
	margin-left: 0.12em;
	color: #5d7975;
	font-weight: 600;
}

.lm-studio-save-material {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.lm-studio-save-material__media {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 8px;
	border: 0;
	background: #e8eef1 center / cover no-repeat;
}

.lm-studio-save-material__media--empty {
	background: #e4eaed;
}

.lm-studio-save-material__kicker {
	display: none;
}

.lm-studio-save-material__name {
	margin: 0;
	font-family: var(--lm-font-display, "Bricolage Grotesque", "Work Sans", Arial, sans-serif);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #002a3a;
}

.lm-studio-save-material__meta {
	margin: 0.2rem 0 0;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.8125rem;
	line-height: 1.35;
	color: var(--lm-studio-muted, #5f6f73);
}

.lm-studio-save-steps {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.25rem;
	margin: 0 0 1.35rem;
	padding: 0 0 0.85rem;
	border-bottom: 1px solid rgba(0, 42, 58, 0.08);
}

.lm-studio-modals .lm-studio-save-steps__btn,
.lm-studio-save-steps__btn,
body.elementor-kit-6 .lm-studio-modals .lm-studio-save-steps__btn,
body.elementor-kit-6 .lm-studio-modals button.lm-studio-save-steps__btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	flex: 0 0 auto !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0.15rem 0 0.55rem !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	font-family: "Work Sans", Arial, sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.01em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	color: rgba(0, 42, 58, 0.45) !important;
	-webkit-text-fill-color: rgba(0, 42, 58, 0.45) !important;
	cursor: pointer !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	transition: color 0.18s ease, border-color 0.18s ease !important;
}

.lm-studio-modals .lm-studio-save-steps__btn:hover,
.lm-studio-modals .lm-studio-save-steps__btn:focus,
.lm-studio-modals .lm-studio-save-steps__btn:focus-visible,
body.elementor-kit-6 .lm-studio-modals .lm-studio-save-steps__btn:hover,
body.elementor-kit-6 .lm-studio-modals .lm-studio-save-steps__btn:focus,
body.elementor-kit-6 .lm-studio-modals .lm-studio-save-steps__btn:focus-visible {
	border-color: transparent !important;
	border-bottom-color: rgba(0, 42, 58, 0.2) !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #002a3a !important;
	-webkit-text-fill-color: #002a3a !important;
	box-shadow: none !important;
	outline: none !important;
}

.lm-studio-modals .lm-studio-save-steps__btn.is-active,
.lm-studio-save-steps__btn.is-active,
body.elementor-kit-6 .lm-studio-modals .lm-studio-save-steps__btn.is-active {
	border-color: transparent !important;
	border-bottom-color: #002a3a !important;
	background: transparent !important;
	background-color: transparent !important;
	font-weight: 600 !important;
	color: #002a3a !important;
	-webkit-text-fill-color: #002a3a !important;
	box-shadow: none !important;
}

.lm-studio-modals .lm-studio-save-steps__num,
.lm-studio-save-steps__num,
body.elementor-kit-6 .lm-studio-modals .lm-studio-save-steps__num {
	display: none !important;
}

.lm-studio-save-panel__lead {
	display: none;
}

.lm-studio-save-room {
	margin-top: 0.15rem;
	padding-top: 0;
}

.lm-studio-save-room-new {
	margin-top: 0.15rem;
	padding: 0.85rem 0.9rem 0.15rem;
	border-radius: 8px;
	background: #faf9f7;
	border: 1px solid rgba(0, 42, 58, 0.06);
}

.lm-studio-save-btn {
	cursor: pointer;
}

/* Material hero utilities share the catalogue action style. */
.lm-surface-hero__actions .lm-studio-hero-favorite,
.lm-surface-hero__actions .lm-studio-hero-compare,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-favorite,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-compare,
body.elementor-kit-6 .lm-surface-hero__actions button.lm-studio-hero-favorite,
body.elementor-kit-6 .lm-surface-hero__actions button.lm-studio-hero-compare {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	flex: 0 0 auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	padding: 0 !important;
	border: 1px solid rgba(0, 42, 58, 0.16) !important;
	border-radius: 999px !important;
	background: rgba(0, 42, 58, 0.035) !important;
	background-color: rgba(0, 42, 58, 0.035) !important;
	box-shadow: none !important;
	color: #002a3a !important;
	-webkit-text-fill-color: #002a3a !important;
	font-family: "Work Sans", Arial, sans-serif !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.lm-surface-hero__actions .lm-studio-hero-favorite:hover,
.lm-surface-hero__actions .lm-studio-hero-favorite:focus-visible,
.lm-surface-hero__actions .lm-studio-hero-compare:hover,
.lm-surface-hero__actions .lm-studio-hero-compare:focus-visible,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-favorite:hover,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-favorite:focus-visible,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-compare:hover,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-compare:focus-visible,
body.elementor-kit-6 .lm-surface-hero__actions .lm-studio-hero-favorite:hover,
body.elementor-kit-6 .lm-surface-hero__actions .lm-studio-hero-favorite:focus-visible,
body.elementor-kit-6 .lm-surface-hero__actions .lm-studio-hero-compare:hover,
body.elementor-kit-6 .lm-surface-hero__actions .lm-studio-hero-compare:focus-visible {
	background: #eef4f6 !important;
	background-color: #eef4f6 !important;
	border-color: rgba(0, 42, 58, 0.3) !important;
	box-shadow: none !important;
	outline: none !important;
}

.lm-surface-hero__actions .lm-studio-hero-favorite.is-active,
.lm-surface-hero__actions .lm-studio-hero-compare.is-active,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-favorite.is-active,
body.lm-surface-single-material .lm-surface-hero__actions .lm-studio-hero-compare.is-active,
body.elementor-kit-6 .lm-surface-hero__actions .lm-studio-hero-favorite.is-active,
body.elementor-kit-6 .lm-surface-hero__actions .lm-studio-hero-compare.is-active {
	border-color: rgba(0, 42, 58, 0.3) !important;
	background: #eef4f6 !important;
	background-color: #eef4f6 !important;
	color: #002a3a !important;
	box-shadow: none !important;
}

.lm-surface-hero__actions .lm-studio-hero-favorite svg,
.lm-surface-hero__actions .lm-studio-hero-compare svg {
	width: 18px !important;
	height: 18px !important;
	stroke: currentColor !important;
	fill: none !important;
	color: inherit !important;
}

.lm-surface-hero__actions .lm-studio-hero-favorite .lm-surface-card__favorite-icon--filled {
	fill: currentColor !important;
	stroke: none !important;
}

@media (max-width: 767px) {
	.lm-surface-hero__actions .lm-studio-hero-favorite,
	.lm-surface-hero__actions .lm-studio-hero-compare,
	body.elementor-kit-6 .lm-surface-hero__actions button.lm-studio-hero-favorite,
	body.elementor-kit-6 .lm-surface-hero__actions button.lm-studio-hero-compare {
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
		min-height: 44px !important;
		max-width: 44px !important;
		padding: 0 !important;
	}
}

@media (max-width: 1120px) {
	.lm-studio-project-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.lm-studio-page-header {
		flex-direction: column;
	}

	.lm-studio-toolbar {
		align-items: stretch;
	}

	.lm-studio-toolbar__actions {
		width: 100%;
		justify-content: space-between;
	}

	.lm-studio-toolbar__actions .laminam-btn {
		flex: 1 1 auto;
		justify-content: center;
	}

	.lm-studio-project-list,
	.lm-studio-project-grid {
		grid-template-columns: 1fr;
	}

	.lm-studio-project-card {
		padding: 16px;
	}

	.lm-studio-project-grid,
	.lm-studio-item-grid,
	.lm-studio-field-row {
		grid-template-columns: 1fr;
	}

	.lm-studio-item-card {
		padding: 16px;
	}

	.lm-studio-item-card__media {
		width: 56px;
		height: 56px;
	}

	.lm-studio-item-card__top {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 12px;
	}

	.lm-studio-item-card__facts div {
		grid-template-columns: 5rem minmax(0, 1fr);
		column-gap: 10px;
	}

	.lm-studio-room__header {
		flex-direction: column;
	}
}

body.lm-studio-page .lm-studio-main .laminam-btn--primary:disabled,
body.lm-studio-page .lm-studio-main .laminam-btn--primary[disabled],
body.lm-studio-page .lm-studio-main .laminam-btn--secondary:disabled,
body.lm-studio-page .lm-studio-main .laminam-btn--secondary[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
}

/* Moodboard Phase 1 */
.lm-studio-moodboard {
	margin: 0 0 3rem;
}

.lm-studio-moodboard__room {
	margin: 0 0 2.25rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 42, 58, 0.08);
}

.lm-studio-moodboard__room:last-of-type {
	border-bottom: 0;
}

.lm-studio-moodboard__room-head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex-wrap: wrap;
	margin: 0 0 1rem;
}

.lm-studio-moodboard__room-title {
	margin: 0;
	font-family: var(--lm-font-display, "IvyPresto Display", Georgia, serif);
	font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.6rem);
	font-weight: 400;
	color: #002a3a;
	letter-spacing: 0.01em;
}

.lm-studio-moodboard__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(148px, 168px));
	gap: 0.85rem;
	justify-content: start;
}

.lm-studio-moodboard__tile {
	display: flex;
	flex-direction: column;
	min-width: 0;
	max-width: 168px;
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.1);
	border-radius: 12px;
	overflow: hidden;
}

.lm-studio-moodboard__media {
	position: relative;
	aspect-ratio: 3 / 4;
	background-color: #6b6560;
	overflow: hidden;
}

.lm-studio-moodboard__media.is-empty {
	background: linear-gradient(135deg, #6b6560 0%, #4f4a46 100%);
}

.lm-studio-moodboard__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	/* Mild zoom crops packshot white margins without CSS background hacks. */
	transform: scale(1.12);
	transform-origin: center center;
}

.lm-studio-moodboard__caption {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.85rem 0.95rem 1rem;
}

.lm-studio-moodboard__collection {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7f9aa1;
}

.lm-studio-moodboard__name {
	margin: 0;
	font-family: var(--lm-font-body, "Work Sans", Arial, sans-serif);
	font-size: 0.95rem;
	font-weight: 600;
	color: #002a3a;
	line-height: 1.3;
}

.lm-studio-moodboard__meta,
.lm-studio-moodboard__note {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.4;
	color: #586265;
}

.lm-studio-moodboard__note {
	margin-top: 0.25rem;
	font-style: italic;
}

.lm-studio-moodboard__footer {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 42, 58, 0.1);
}

.lm-studio-moodboard__footer p {
	margin: 0;
	font-size: 0.8rem;
	color: #7f9aa1;
}

@media (max-width: 1120px) {
	.lm-studio-moodboard__grid {
		grid-template-columns: repeat(auto-fill, minmax(136px, 156px));
	}

	.lm-studio-moodboard__tile {
		max-width: 156px;
	}
}

@media (max-width: 560px) {
	.lm-studio-moodboard__grid {
		grid-template-columns: repeat(auto-fill, minmax(128px, 148px));
	}

	.lm-studio-moodboard__tile {
		max-width: 148px;
	}
}

@media print {
	body.lm-studio-view-moodboard #wpadminbar,
	body.lm-studio-view-moodboard .lm-site-header,
	body.lm-studio-view-moodboard footer,
	body.lm-studio-view-moodboard .elementor-location-header,
	body.lm-studio-view-moodboard .elementor-location-footer,
	body.lm-studio-view-moodboard .lm-studio-moodboard-no-print {
		display: none !important;
	}

	body.lm-studio-view-moodboard .lm-studio-main,
	body.lm-studio-view-moodboard .lm-studio-shell {
		padding: 0 !important;
		margin: 0 !important;
		max-width: none !important;
	}

	body.lm-studio-view-moodboard .lm-studio-moodboard__tile {
		break-inside: avoid;
		page-break-inside: avoid;
	}

	body.lm-studio-view-moodboard .lm-studio-moodboard__grid {
		grid-template-columns: repeat(auto-fill, minmax(140px, 160px));
		gap: 0.75rem;
	}

	body.lm-studio-view-moodboard .lm-studio-page-header--moodboard {
		margin-bottom: 1rem;
	}

	body.lm-studio-view-moodboard .lm-studio-moodboard__media img {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		transform: scale(1.08);
	}
}

body.lm-surface-single-material .lm-surface-hero__actions {
	flex-wrap: wrap;
}

/* -------------------------------------------------------------------------- */
/* Public Studio landing (/studio/ for guests) — Studio layer                 */
/* -------------------------------------------------------------------------- */

body.lm-studio-landing {
	--lm-surface-tag-radius: 6px;
	--lm-page-padding-x: 40px;
	--lm-content-max: 1440px;
	--lm-studio-terracotta: var(--lm-studio-sage-500, #5d7975);
	--lm-studio-terracotta-soft: var(--lm-studio-sage-300, #9fb8b3);
	--lm-studio-terracotta-wash: var(--lm-studio-sage-50, #f1f5f4);
	--lm-studio-layer-bg: #f1f5f4;
	--lm-studio-card: #ffffff;
	--lm-studio-card-border: rgba(0, 42, 58, 0.1);
	background:
		radial-gradient(ellipse 65% 42% at 100% 0%, rgba(93, 121, 117, 0.1), transparent 58%),
		radial-gradient(ellipse 50% 38% at 0% 18%, rgba(0, 42, 58, 0.05), transparent 52%),
		linear-gradient(180deg, #f7faf9 0%, var(--lm-studio-layer-bg) 38%, #ffffff 100%) !important;
}

@media (max-width: 1120px) {
	body.lm-studio-landing {
		--lm-page-padding-x: 20px;
	}
}

@media (max-width: 767px) {
	body.lm-studio-landing {
		--lm-page-padding-x: 16px;
	}
}

body.lm-studio-landing .lm-studio-main--landing {
	padding: 0;
	min-height: 0;
	background: transparent;
}

body.lm-studio-landing .lm-surface-page-shell {
	width: 100% !important;
	max-width: var(--lm-content-max, 1440px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: var(--lm-page-padding-x, 40px) !important;
	padding-right: var(--lm-page-padding-x, 40px) !important;
	box-sizing: border-box;
}

/* Shared icon well */

.lm-studio-landing-icon-well {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex: 0 0 auto;
	border-radius: 12px;
	background: var(--lm-studio-terracotta-wash, #f1f5f4);
	color: var(--lm-studio-terracotta, #5d7975);
	border: 1px solid rgba(93, 121, 117, 0.14);
}

.lm-studio-landing-icon-well .lm-studio-icon {
	display: block;
}

/* —— Hero —— */

.lm-studio-landing-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3.5rem, 6vw, 5.5rem);
}

.lm-studio-landing-hero__atmosphere {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.7) 0%, transparent 45%),
		linear-gradient(180deg, transparent 55%, rgba(247, 245, 242, 0.95) 100%);
}

.lm-studio-landing-hero__atmosphere::before {
	content: '';
	position: absolute;
	right: -6%;
	top: 4%;
	width: min(58vw, 680px);
	height: min(58vw, 680px);
	border-radius: 42% 58% 52% 48%;
	background:
		radial-gradient(circle at 38% 40%, rgba(93, 121, 117, 0.16), transparent 60%),
		radial-gradient(circle at 72% 58%, rgba(0, 42, 58, 0.08), transparent 54%);
	transform: rotate(-10deg);
}

.lm-studio-landing-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.lm-studio-landing-hero__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.35rem;
	font-family: var(--lm-font-display);
	font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.65rem);
	font-weight: 500;
	letter-spacing: -0.015em;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-hero__brand-mark {
	display: block;
	width: 2rem;
	height: 3px;
	background: var(--lm-studio-terracotta, #5d7975);
	border-radius: 2px;
}

.lm-studio-landing-hero__title {
	margin: 0 0 1.25rem;
	max-width: 11ch;
	font-family: var(--lm-font-display);
	font-size: clamp(2.35rem, 1.7rem + 2.8vw, 3.75rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-hero__lead {
	margin: 0 0 2rem;
	max-width: 32rem;
	font-family: var(--lm-font-body);
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
	line-height: 1.65;
	color: var(--lm-studio-ink, #586265);
}

.lm-studio-landing-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
}

body.lm-studio-landing .lm-studio-landing-hero__actions .laminam-btn,
body.lm-studio-landing .lm-studio-landing-cta__actions .laminam-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 44px !important;
	min-height: 44px !important;
	padding: 0 1.25rem !important;
	gap: 0.45rem;
}

body.lm-studio-landing .lm-studio-landing-hero__actions .laminam-btn .lm-studio-icon,
body.lm-studio-landing .lm-studio-landing-cta__actions .laminam-btn .lm-studio-icon {
	width: 16px;
	height: 16px;
}

body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-hero__actions a.laminam-btn--tertiary.lm-studio-landing-hero__apps,
body.lm-studio-landing .lm-studio-landing-hero__actions a.laminam-btn--tertiary.lm-studio-landing-hero__apps {
	height: 44px !important;
	min-height: 44px !important;
	padding: 0 0.35rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: var(--lm-studio-navy, #002a3a) !important;
	-webkit-text-fill-color: var(--lm-studio-navy, #002a3a) !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-hero__actions a.laminam-btn--tertiary.lm-studio-landing-hero__apps:hover,
body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-hero__actions a.laminam-btn--tertiary.lm-studio-landing-hero__apps:focus-visible,
body.lm-studio-landing .lm-studio-landing-hero__actions a.laminam-btn--tertiary.lm-studio-landing-hero__apps:hover,
body.lm-studio-landing .lm-studio-landing-hero__actions a.laminam-btn--tertiary.lm-studio-landing-hero__apps:focus-visible {
	background: transparent !important;
	color: var(--lm-studio-navy-soft, #073343) !important;
	-webkit-text-fill-color: var(--lm-studio-navy-soft, #073343) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	outline: none;
}

.lm-studio-landing-hero__stage {
	margin: 0;
	position: relative;
	padding: 0.5rem;
}

.lm-studio-landing-hero__stage::before {
	content: '';
	position: absolute;
	inset: 6% -4% -10% 6%;
	z-index: 0;
	border-radius: 22px;
	background: linear-gradient(150deg, rgba(0, 42, 58, 0.08), rgba(93, 121, 117, 0.16));
	transform: rotate(2deg);
}

.lm-studio-landing-preview--stage {
	position: relative;
	z-index: 1;
	max-width: none;
	transform: perspective(1600px) rotateY(-5deg) rotateX(2.5deg) translateY(0);
	transform-style: preserve-3d;
	transition: transform var(--lm-motion-duration, 320ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

.lm-studio-landing-hero__stage:hover .lm-studio-landing-preview--stage {
	transform: perspective(1600px) rotateY(-2deg) rotateX(1deg) translateY(-4px);
}

.lm-studio-landing-preview__chrome {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.7rem 1rem;
	background: #efece7;
	border: 1px solid rgba(0, 42, 58, 0.1);
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
}

.lm-studio-landing-preview__chrome span:not(.lm-studio-landing-preview__chrome-label) {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(0, 42, 58, 0.18);
}

.lm-studio-landing-preview__chrome span:first-child {
	background: var(--lm-studio-terracotta-soft, #9fb8b3);
}

.lm-studio-landing-preview__chrome-label {
	margin-left: auto;
	font-family: var(--lm-font-body);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7a8589;
}

.lm-studio-landing-preview--stage .lm-studio-landing-preview__card {
	border-radius: 0 0 14px 14px;
	border-top: 0;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.75) inset,
		0 22px 48px rgba(0, 30, 42, 0.12);
}

/* —— Sections —— */

.lm-studio-landing-section {
	padding: clamp(4rem, 7vw, 6.5rem) 0;
	background: transparent;
}

.lm-studio-landing-section--panel {
	background: rgba(255, 255, 255, 0.72);
	border-block: 1px solid rgba(0, 42, 58, 0.07);
	backdrop-filter: blur(6px);
}

.lm-studio-landing-section__inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.lm-studio-landing-section__title {
	margin: 0 0 1.25rem;
	max-width: 18ch;
	font-family: var(--lm-font-display);
	font-size: clamp(1.7rem, 1.4rem + 1vw, 2.35rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-prose {
	margin: 0 0 1rem;
	max-width: 40rem;
	font-family: var(--lm-font-body);
	font-size: 1rem;
	line-height: 1.7;
	color: var(--lm-studio-ink, #586265);
}

.lm-studio-landing-prose:last-child {
	margin-bottom: 0;
}

.lm-studio-landing-proof {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

.lm-studio-landing-proof__copy {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.15rem 1.35rem;
	align-items: start;
}

.lm-studio-landing-proof__intro .lm-studio-landing-section__title {
	margin-bottom: 0.9rem;
}

.lm-studio-landing-proof__rooms-label {
	margin: 0 0 0.85rem;
	font-family: var(--lm-font-body);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #7f9aa1;
}

.lm-studio-landing-room-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.lm-studio-landing-room {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 0.7rem;
	row-gap: 0.2rem;
	align-items: start;
	padding: 1rem 1.05rem;
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.1);
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(0, 30, 42, 0.03);
}

.lm-studio-landing-room.is-selected {
	background: var(--lm-studio-terracotta-wash, #f1f5f4);
	border-color: rgba(93, 121, 117, 0.32);
}

.lm-studio-landing-room__check {
	grid-row: 1 / span 2;
	align-self: center;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 999px;
	border: 1.5px solid rgba(0, 42, 58, 0.22);
	background: #fff;
	position: relative;
}

.lm-studio-landing-room.is-selected .lm-studio-landing-room__check {
	background: var(--lm-studio-terracotta, #5d7975);
	border-color: var(--lm-studio-terracotta, #5d7975);
}

.lm-studio-landing-room.is-selected .lm-studio-landing-room__check::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 45%;
	width: 0.28rem;
	height: 0.5rem;
	border-right: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
	transform: translate(-50%, -55%) rotate(45deg);
}

.lm-studio-landing-room__label {
	font-family: var(--lm-font-body);
	font-size: 0.975rem;
	font-weight: 600;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-room__example {
	font-family: var(--lm-font-body);
	font-size: 0.78rem;
	line-height: 1.4;
	color: var(--lm-studio-muted, #5f6f73);
}

.lm-studio-landing-proof__rooms-hint {
	margin: 0.9rem 0 0;
	font-family: var(--lm-font-body);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--lm-studio-muted, #5f6f73);
}

/* —— Preview card —— */

.lm-studio-landing-preview {
	margin: 0;
}

.lm-studio-landing-preview__card {
	background: #fff;
	border: 1px solid rgba(0, 42, 58, 0.1);
	border-radius: 14px;
	overflow: hidden;
}

.lm-studio-landing-preview__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.35rem 1.4rem 1.15rem;
	border-bottom: 1px solid rgba(0, 42, 58, 0.07);
	background: #fcfcfb;
}

.lm-studio-landing-preview__title {
	margin: 0 0 0.3rem;
	font-family: var(--lm-font-display);
	font-size: 1.15rem;
	font-weight: 500;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-preview__meta {
	margin: 0;
	font-family: var(--lm-font-body);
	font-size: 0.8125rem;
	color: var(--lm-studio-muted, #5f6f73);
}

.lm-studio-landing-preview__status {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 1.55rem;
	padding: 0.2rem 0.55rem;
	border-radius: var(--lm-surface-tag-radius, 6px);
	background: var(--lm-studio-terracotta-wash, #f1f5f4);
	font-family: var(--lm-font-body);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--lm-studio-terracotta, #5d7975);
}

.lm-studio-landing-preview__rooms {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-studio-landing-preview__room {
	padding: 1.2rem 1.35rem 1.3rem;
	border-right: 1px solid rgba(0, 42, 58, 0.06);
}

.lm-studio-landing-preview__room:last-child {
	border-right: 0;
}

.lm-studio-landing-preview__room-title {
	margin: 0 0 0.85rem;
	font-family: var(--lm-font-body);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a9a9e;
}

.lm-studio-landing-preview__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.lm-studio-landing-preview__item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.7rem;
	align-items: start;
}

.lm-studio-landing-preview__swatch {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #e8e2d8 center / cover no-repeat;
	border: 1px solid rgba(0, 42, 58, 0.08);
}

.lm-studio-landing-preview__item-copy {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.lm-studio-landing-preview__item-copy strong {
	font-family: var(--lm-font-display);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-preview__item-meta,
.lm-studio-landing-preview__note {
	font-family: var(--lm-font-body);
	font-size: 0.78rem;
	line-height: 1.4;
	color: var(--lm-studio-muted, #5f6f73);
}

.lm-studio-landing-preview__tag {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	width: max-content;
	max-width: 100%;
	margin-top: 0.2rem;
	padding: 0.18rem 0.5rem;
	border-radius: var(--lm-surface-tag-radius, 6px);
	background: var(--lm-studio-accent-soft-2, #e8efed);
	font-family: var(--lm-font-body);
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-preview__note {
	font-style: italic;
}

.lm-studio-landing-preview__caption {
	position: relative;
	z-index: 1;
	margin: 1.1rem 0 0 0.35rem;
	font-family: var(--lm-font-body);
	font-size: 0.875rem;
	color: var(--lm-studio-muted, #5f6f73);
}

/* —— Steps cards —— */

.lm-studio-landing-steps-head {
	margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

.lm-studio-landing-steps-head .lm-studio-landing-section__title {
	margin-bottom: 0.85rem;
}

.lm-studio-landing-steps-head__lead {
	max-width: 38rem;
}

.lm-studio-landing-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.lm-studio-landing-steps__item {
	display: grid;
	gap: 1.25rem;
	padding: 1.6rem 1.5rem 1.7rem;
	background: var(--lm-studio-card, #fff);
	border: 1px solid var(--lm-studio-card-border);
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(0, 30, 42, 0.04);
	transition:
		transform var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		box-shadow var(--lm-motion-duration-fast, 180ms) ease,
		border-color var(--lm-motion-duration-fast, 180ms) ease;
}

.lm-studio-landing-steps__item:hover {
	transform: translateY(-3px);
	border-color: rgba(93, 121, 117, 0.3);
	box-shadow: 0 16px 36px rgba(0, 30, 42, 0.08);
}

.lm-studio-landing-steps__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.lm-studio-landing-steps__num {
	font-family: var(--lm-font-body);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--lm-studio-terracotta, #5d7975);
}

.lm-studio-landing-steps__body {
	display: grid;
	gap: 0.55rem;
}

.lm-studio-landing-steps__body strong {
	font-family: var(--lm-font-body);
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-steps__body span {
	font-family: var(--lm-font-body);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--lm-studio-ink, #586265);
}

/* —— Outcomes cards —— */

.lm-studio-landing-outcomes {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.lm-studio-landing-outcomes__item {
	display: grid;
	gap: 0.85rem;
	justify-items: start;
	padding: 1.6rem 1.5rem 1.7rem;
	background: var(--lm-studio-card, #fff);
	border: 1px solid var(--lm-studio-card-border);
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(0, 30, 42, 0.04);
	transition:
		transform var(--lm-motion-duration-fast, 180ms) var(--lm-motion-ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
		box-shadow var(--lm-motion-duration-fast, 180ms) ease,
		border-color var(--lm-motion-duration-fast, 180ms) ease;
}

.lm-studio-landing-outcomes__item:hover {
	transform: translateY(-3px);
	border-color: rgba(93, 121, 117, 0.3);
	box-shadow: 0 16px 36px rgba(0, 30, 42, 0.08);
}

.lm-studio-landing-outcomes__item strong {
	font-family: var(--lm-font-body);
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--lm-studio-navy, #002a3a);
}

.lm-studio-landing-outcomes__item span {
	font-family: var(--lm-font-body);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--lm-studio-ink, #586265);
}

/* —— FAQ (site collection FAQ pattern) —— */

.lm-studio-landing-eyebrow {
	margin: 0 0 0.65rem;
	font-family: var(--lm-font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7f9aa1;
}

.lm-studio-landing-faq-section .lm-studio-landing-section__title {
	margin-bottom: 1.75rem;
}

.lm-studio-landing-faq.lm-surface-collection-faq {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	max-width: 46rem;
	width: 100%;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.lm-studio-landing-faq__item.lm-surface-collection-faq__item {
	border-bottom: 1px solid rgba(0, 42, 58, 0.12);
	min-width: 0;
}

.lm-studio-landing-faq__item.lm-surface-collection-faq__item:last-child {
	border-bottom: 0;
}

body.lm-studio-landing button.lm-studio-landing-faq__trigger {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between;
	gap: 1rem;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0;
	padding: 1.15rem 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	min-height: 0 !important;
	font-family: "Work Sans", Arial, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-transform: none !important;
	color: var(--lm-studio-navy, #002a3a) !important;
	-webkit-text-fill-color: var(--lm-studio-navy, #002a3a) !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
	cursor: pointer;
	transition: color 0.2s ease;
}

body.lm-studio-landing button.lm-studio-landing-faq__trigger:hover,
body.lm-studio-landing button.lm-studio-landing-faq__trigger:focus-visible {
	color: var(--lm-studio-navy, #002a3a) !important;
	background: transparent !important;
	outline: none;
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__trigger-text {
	flex: 1 1 auto;
	min-width: 0;
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__trigger-icon {
	position: relative;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	margin-top: 0.4em;
	color: var(--lm-studio-navy, #002a3a);
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__trigger-icon::before,
body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__trigger-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: currentColor;
	border-radius: 1px;
	transform: translate(-50%, -50%);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__trigger-icon::before {
	width: 14px;
	height: 2px;
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__trigger-icon::after {
	width: 2px;
	height: 14px;
}

body.lm-studio-landing .lm-studio-landing-faq__item.is-open .lm-surface-collection-faq__trigger-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.lm-studio-landing-faq__panel {
	overflow: hidden;
}

.lm-studio-landing-faq__panel[hidden] {
	display: none;
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__panel-inner {
	padding: 0 0 1.15rem;
	font-family: "Work Sans", Arial, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--lm-studio-ink, #586265);
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__panel-inner > p {
	margin: 0;
	max-width: 40rem;
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__panel-inner a {
	color: var(--lm-studio-navy, #002a3a);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__panel-inner a:hover,
body.lm-studio-landing .lm-studio-landing-faq .lm-surface-collection-faq__panel-inner a:focus-visible {
	color: var(--lm-studio-navy-soft, #073343);
}

/* —— Final CTA —— */

.lm-studio-landing-cta {
	padding: clamp(4.25rem, 7vw, 6.5rem) 0;
	background:
		radial-gradient(ellipse 55% 80% at 100% 0%, rgba(93, 121, 117, 0.3), transparent 55%),
		var(--lm-studio-navy, #002a3a);
	color: #fff;
}

.lm-studio-landing-cta__inner {
	position: relative;
	text-align: left;
	max-width: 38rem;
}

.lm-studio-landing-cta__accent {
	display: block;
	width: 2.25rem;
	height: 3px;
	margin-bottom: 1.35rem;
	background: var(--lm-studio-terracotta-soft, #9fb8b3);
	border-radius: 2px;
}

.lm-studio-landing-cta__title {
	margin: 0 0 0.9rem;
	font-family: var(--lm-font-display);
	font-size: clamp(1.7rem, 1.4rem + 1vw, 2.35rem);
	font-weight: 500;
	line-height: 1.12;
	color: #fff;
}

.lm-studio-landing-cta__lead {
	margin: 0 0 1.75rem;
	font-family: var(--lm-font-body);
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.84);
}

.lm-studio-landing-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
}

body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-cta a.laminam-btn--primary.lm-studio-landing-cta__btn-light,
body.lm-studio-landing .lm-studio-landing-cta a.laminam-btn--primary.lm-studio-landing-cta__btn-light {
	background: #fff !important;
	background-color: #fff !important;
	border-color: #fff !important;
	color: #002a3a !important;
	-webkit-text-fill-color: #002a3a !important;
}

body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-cta a.laminam-btn--primary.lm-studio-landing-cta__btn-light:hover,
body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-cta a.laminam-btn--primary.lm-studio-landing-cta__btn-light:focus-visible,
body.lm-studio-landing .lm-studio-landing-cta a.laminam-btn--primary.lm-studio-landing-cta__btn-light:hover,
body.lm-studio-landing .lm-studio-landing-cta a.laminam-btn--primary.lm-studio-landing-cta__btn-light:focus-visible {
	background: var(--lm-studio-accent-soft-2, #e8efed) !important;
	background-color: var(--lm-studio-accent-soft-2, #e8efed) !important;
	border-color: var(--lm-studio-accent-soft-2, #e8efed) !important;
	color: var(--lm-studio-terra-700, #374a48) !important;
	-webkit-text-fill-color: var(--lm-studio-terra-700, #374a48) !important;
}

body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-cta a.laminam-btn--secondary.lm-studio-landing-cta__btn-ghost,
body.lm-studio-landing .lm-studio-landing-cta a.laminam-btn--secondary.lm-studio-landing-cta__btn-ghost {
	background: transparent !important;
	background-color: transparent !important;
	border-color: rgba(255, 255, 255, 0.55) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-cta a.laminam-btn--secondary.lm-studio-landing-cta__btn-ghost:hover,
body.lm-studio-landing.lm-studio-page .lm-studio-main .lm-studio-landing-cta a.laminam-btn--secondary.lm-studio-landing-cta__btn-ghost:focus-visible,
body.lm-studio-landing .lm-studio-landing-cta a.laminam-btn--secondary.lm-studio-landing-cta__btn-ghost:hover,
body.lm-studio-landing .lm-studio-landing-cta a.laminam-btn--secondary.lm-studio-landing-cta__btn-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12) !important;
	background-color: rgba(255, 255, 255, 0.12) !important;
	border-color: #fff !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

@media (max-width: 1120px) {
	.lm-studio-landing-hero__grid {
		grid-template-columns: 1fr;
		gap: 2.75rem;
	}

	.lm-studio-landing-preview--stage,
	.lm-studio-landing-hero__stage:hover .lm-studio-landing-preview--stage {
		transform: none;
		max-width: 42rem;
	}

	.lm-studio-landing-hero__stage::before {
		inset: 4% 2% -6% 2%;
		transform: none;
	}

	.lm-studio-landing-preview__rooms,
	.lm-studio-landing-steps,
	.lm-studio-landing-outcomes {
		grid-template-columns: 1fr;
	}

	.lm-studio-landing-preview__room {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 42, 58, 0.06);
	}

	.lm-studio-landing-preview__room:last-child {
		border-bottom: 0;
	}

	.lm-studio-landing-proof {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

@media (max-width: 767px) {
	.lm-studio-landing-hero {
		padding-top: 3.25rem;
		padding-bottom: 2.75rem;
	}

	.lm-studio-landing-section {
		padding: 3.25rem 0;
	}

	.lm-studio-landing-hero__title {
		max-width: 12ch;
	}

	.lm-studio-landing-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.lm-studio-landing-hero__actions .laminam-btn {
		width: 100%;
		justify-content: center;
	}

	.lm-studio-landing-proof {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.lm-studio-landing-room-grid {
		grid-template-columns: 1fr 1fr;
	}

	.lm-studio-landing-preview__head {
		flex-direction: column;
	}

	.lm-studio-landing-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.lm-studio-landing-cta__actions .laminam-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lm-studio-landing-preview--stage,
	.lm-studio-landing-hero__stage:hover .lm-studio-landing-preview--stage,
	.lm-studio-landing-steps__item,
	.lm-studio-landing-outcomes__item,
	.lm-studio-landing-steps__item:hover,
	.lm-studio-landing-outcomes__item:hover {
		transform: none;
		transition: none;
	}
}

/* ==========================================================================
   Studio typography layer

   The Elementor kit styles bare tags (`.elementor-kit-6 h1`, `… h2`, `… h3`,
   `… a`), which outranks every plain `.lm-studio-*` class in this file. Studio
   headings therefore rendered at kit display sizes (48/36/22px on mobile) and
   every Studio link at 15px/600. This block is the single place where Studio
   type is declared with enough weight to hold.

   Sizes mirror the shared page-head scale in lm-surface-engine.css so Studio
   reads as part of the site, not as a separate app.
   ========================================================================== */

body.lm-studio-page,
body.lm-studio-body,
.lm-studio-modals {
	--lm-studio-fs-hero: clamp(2.1rem, 1.5rem + 2.6vw, 3.25rem);
	--lm-studio-fs-page: clamp(1.85rem, 3.2vw, 2.35rem);
	--lm-studio-fs-section: clamp(1.25rem, 2.2vw, 1.5rem);
	--lm-studio-fs-panel: 1.125rem;
	--lm-studio-fs-card: 1.0625rem;
	--lm-studio-fs-sub: 1rem;
	--lm-studio-fs-body: 0.9375rem;
	--lm-studio-fs-meta: 0.8125rem;
	--lm-studio-fs-micro: 0.75rem;
}

/* Links carry no kit typography inside Studio; each component declares its own. */
body.lm-studio-page a:where([class*="lm-studio-"]),
body.lm-studio-body a:where([class*="lm-studio-"]),
.lm-studio-modals a:where([class*="lm-studio-"]) {
	font-family: var(--lm-font-body);
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

/* Page title — same scale as every other public LM Surface page head. */
body.lm-studio-page .lm-studio-title,
body.lm-studio-body .lm-studio-title {
	font-family: var(--lm-font-display) !important;
	font-size: var(--lm-studio-fs-page) !important;
	font-weight: 500 !important;
	line-height: 1.1 !important;
	letter-spacing: -0.02em !important;
	color: var(--lm-studio-navy) !important;
}

body.lm-studio-page .lm-studio-landing-hero__title {
	font-family: var(--lm-font-display) !important;
	font-size: var(--lm-studio-fs-hero) !important;
	font-weight: 500 !important;
	line-height: 1.06 !important;
	letter-spacing: -0.025em !important;
}

/* Section headings — landing sections, CTA bands. */
body.lm-studio-page .lm-studio-landing-section__title,
body.lm-studio-page .lm-studio-landing-cta__title {
	font-family: var(--lm-font-display) !important;
	font-size: var(--lm-studio-fs-section) !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.015em !important;
}

/* Panel headings — modals, side panels, profile cards. */
body.lm-studio-page .lm-studio-modal__title,
body.lm-studio-page .lm-studio-profile__card-title,
body.lm-studio-page .lm-studio-fav-panel__title,
body.lm-studio-page .lm-studio-fav-modal__title,
.lm-studio-modals .lm-studio-modal__title,
.lm-studio-modals .lm-studio-fav-modal__title {
	font-family: var(--lm-font-display) !important;
	font-size: var(--lm-studio-fs-panel) !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.01em !important;
}

/* Card headings — project, item, saved-search, favourite, compare, moodboard. */
body.lm-studio-page .lm-studio-project-card__title,
body.lm-studio-page .lm-studio-item-card__title,
body.lm-studio-page .lm-studio-search-card__title,
body.lm-studio-page .lm-studio-favorite-card__title,
body.lm-studio-page .lm-studio-compare__name,
body.lm-studio-page .lm-studio-landing-preview__room-title {
	font-family: var(--lm-font-display) !important;
	font-size: var(--lm-studio-fs-card) !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.01em !important;
}

/* Supporting headings that sit inside a card and must not compete with it. */
body.lm-studio-page .lm-studio-empty__title,
body.lm-studio-page .lm-studio-moodboard__name {
	font-family: var(--lm-font-display) !important;
	font-size: var(--lm-studio-fs-sub) !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	letter-spacing: -0.005em !important;
	color: var(--lm-studio-navy) !important;
}

body.lm-studio-page .lm-studio-compare__row-label {
	font-family: var(--lm-font-body) !important;
	font-size: var(--lm-studio-fs-meta) !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
}

/* Inline links with a declared size of their own. */
body.lm-studio-page a.lm-studio-project-card__open,
body.lm-studio-page a.lm-studio-toolbar__logout,
body.lm-studio-page a.lm-studio-form__forgot,
body.lm-studio-page a.lm-studio-profile__logout,
body.lm-studio-page a.lm-studio-compare-dock__link {
	font-family: var(--lm-font-body) !important;
	font-size: var(--lm-studio-fs-meta) !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

body.lm-studio-page a.lm-studio-compare__link {
	font-family: var(--lm-font-body) !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

/* Section tabs — kit's `a` rule pushed these to 15px and overflowed the rail. */
body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link,
body.lm-studio-page a.lm-studio-tabs__link {
	font-family: var(--lm-font-body) !important;
	font-size: var(--lm-studio-fs-meta) !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

@media (max-width: 1024px) {
	body.lm-studio-page .lm-studio-compare__name {
		font-size: var(--lm-studio-fs-sub) !important;
	}
}

/* ==========================================================================
   Studio layout rhythm

   With type back at the intended scale the vertical spacing can be tightened
   so page head, section nav and content read as three steps instead of three
   equally loud blocks.
   ========================================================================== */

.lm-studio-page-header {
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.lm-studio-page-header--dashboard {
	margin-bottom: 0.9rem;
}

.lm-studio-title {
	margin: 0 0 0.3rem;
}

.lm-studio-lede--compact {
	max-width: 46ch;
}

.lm-studio-tabs {
	margin: 0 0 1rem;
}

.lm-studio-toolbar {
	margin: 0 0 0.9rem;
}

.lm-studio-toolbar__count {
	font-size: var(--lm-studio-fs-micro);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lm-studio-muted);
}

.lm-studio-empty {
	max-width: 46rem;
	padding: 1.5rem 1.4rem 1.6rem;
}

.lm-studio-empty__text {
	margin-bottom: 1rem;
	font-size: var(--lm-studio-fs-meta);
	max-width: 44ch;
}

/* Match the site switcher: wrap on wide screens, scroll only when narrow. */
.lm-studio-tabs__list {
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.lm-studio-tabs__list {
		flex-wrap: nowrap;
	}
}

/* Touch devices keep the tapped tab in its resting state after navigation. */
@media (hover: none) {
	body.lm-studio-page .lm-studio-main a.lm-studio-tabs__link:hover:not(.is-active),
	body.lm-studio-page a.lm-studio-tabs__link:hover:not(.is-active),
	.lm-studio-tabs__link:hover:not(.is-active) {
		color: #4c5659 !important;
		-webkit-text-fill-color: #4c5659 !important;
		background: transparent !important;
		background-color: transparent !important;
		border-color: transparent !important;
	}
}

/* ==========================================================================
   Studio landing refinements

   The guest landing carried a separate, looser type and colour system than
   the rest of the site: a 20px display "brand" line competing with the H1,
   16px/1.7 body copy, and terracotta washes used as Studio chrome. Terracotta
   is reserved for danger, so the decorative slabs are sage here.
   ========================================================================== */

/* Brand line above the H1 is an eyebrow, not a second headline. */
.lm-studio-landing-hero__brand {
	gap: 0.6rem;
	margin: 0 0 1rem;
	font-family: var(--lm-font-body);
	font-size: var(--lm-studio-fs-micro);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lm-studio-muted, #5f6f73);
}

.lm-studio-landing-hero__brand-mark {
	width: 1.5rem;
	height: 2px;
}

/* Body copy on the landing matches site body copy. */
.lm-studio-landing-prose {
	font-size: var(--lm-studio-fs-body);
	line-height: 1.62;
}

body.lm-studio-page .lm-studio-landing-section__title,
body.lm-studio-page .lm-studio-landing-cta__title {
	font-size: clamp(1.35rem, 2.4vw, 1.7rem) !important;
	text-wrap: balance;
}

body.lm-studio-page .lm-studio-landing-hero__title,
body.lm-studio-page .lm-studio-title {
	text-wrap: balance;
}

@media (max-width: 1120px) {
	/*
	 * The tilted slab behind the preview only reads as depth next to the copy
	 * column. Stacked, it is a stray band poking out under the card.
	 */
	.lm-studio-landing-hero__stage::before {
		display: none;
	}

	.lm-studio-landing-hero__stage {
		padding: 0;
	}

	.lm-studio-landing-preview__caption {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.lm-studio-landing-hero {
		padding-top: 2.75rem;
		padding-bottom: 2.5rem;
	}

	.lm-studio-landing-section {
		padding: 2.75rem 0;
	}

	.lm-studio-landing-cta {
		padding: 3rem 0;
	}

	/* Icon sits above the copy so the text keeps the full column width. */
	.lm-studio-landing-proof__copy {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.9rem;
	}

	.lm-studio-landing-room {
		padding: 0.8rem 0.85rem;
		column-gap: 0.55rem;
		border-radius: 12px;
	}

	.lm-studio-landing-room__label {
		font-size: 0.875rem;
	}

	.lm-studio-landing-room__example {
		font-size: 0.75rem;
		line-height: 1.35;
	}

	/* Third action is a text link, not a third full-width button. */
	.lm-studio-landing-hero__actions .laminam-btn--tertiary,
	body.lm-studio-page .lm-studio-main .lm-studio-landing-hero__actions .laminam-btn--tertiary {
		width: auto !important;
		min-height: 0 !important;
		padding: 0.4rem 0 !important;
		align-self: center;
	}

	.lm-studio-landing-steps__item,
	.lm-studio-landing-outcomes__item {
		padding: 1.25rem 1.2rem 1.35rem;
	}

	.lm-studio-landing-steps,
	.lm-studio-landing-outcomes {
		gap: 0.85rem;
	}
}
