body.luxe-se-page,
.luxe-se-global-header,
.luxe-se-global-footer,
.luxe-se-section,
.luxe-se-mosaic,
.luxe-se-state-gallery {
	--luxe-se-ink: #0b0b0b;
	--luxe-se-paper: #ffffff;
	--luxe-se-mist: #f5f8f9;
	--luxe-se-sky: #d7e3e2;
	--luxe-se-slate: #3a4547;
	--luxe-se-teal: #6d989c;
	--luxe-se-pink: #f9cacd;
	--luxe-se-max: 1200px;
	--luxe-se-gutter: clamp(20px, 5vw, 72px);
}

body.luxe-se-page {
	margin: 0;
	background: var(--luxe-se-paper);
	color: var(--luxe-se-ink);
	font-family: Poppins, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: .01em;
}

body.luxe-se-page #page,
body.luxe-se-page .site-content,
body.luxe-se-page .content-area,
body.luxe-se-page .site-main {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.luxe-se-page .entry-header,
body.luxe-se-page .entry-footer {
	display: none;
}

/* Astra remains the active theme; its shell is hidden only when our global
 * Elementor templates are present, so existing non-starter pages are untouched. */
body.luxe-se-page:has(.luxe-se-global-header) #masthead,
body.luxe-se-page:has(.luxe-se-global-footer) #colophon {
	display: none;
}

.luxe-se-section {
	box-sizing: border-box;
	width: 100%;
}

.luxe-se-section > .e-con-inner {
	width: min(100%, var(--luxe-se-max));
	margin-inline: auto;
}

.luxe-se-eyebrow {
	display: block;
	margin: 0 0 18px;
	color: var(--luxe-se-teal);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.luxe-se-display-title,
.luxe-se-display-title .elementor-heading-title,
.luxe-se-hero-title,
.luxe-se-hero-title .elementor-heading-title,
.luxe-se-section-title,
.luxe-se-section-title .elementor-heading-title,
.luxe-se-quote,
.luxe-se-quote .elementor-heading-title,
.luxe-se-footer-title,
.luxe-se-footer-title .elementor-heading-title,
.luxe-se-mosaic__title,
.luxe-se-page h1,
.luxe-se-page h2,
.luxe-se-page h3,
.luxe-se-page h4 {
	margin: 0;
	color: var(--luxe-se-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	letter-spacing: 0;
}

.luxe-se-display-title,
.luxe-se-page-hero .elementor-heading-title {
	font-size: clamp(44px, 6vw, 86px);
	line-height: 1.04;
}

.luxe-se-section-title {
	font-size: clamp(34px, 4.5vw, 62px);
	line-height: 1.08;
}

.luxe-se-lead {
	max-width: 680px;
	margin: 26px 0 0;
	color: var(--luxe-se-slate);
	font-size: clamp(16px, 1.45vw, 21px);
	line-height: 1.65;
}

.luxe-se-caption {
	color: #6b7778;
	font-size: 13px;
	line-height: 1.6;
}

.luxe-se-button,
.luxe-se-page .elementor-button,
.luxe-se-button .elementor-button,
.luxe-se-global-header .elementor-button,
.luxe-se-global-footer .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	box-sizing: border-box;
	padding: 13px 24px;
	border: 1px solid var(--luxe-se-ink);
	border-radius: 0;
	background: var(--luxe-se-ink);
	color: var(--luxe-se-paper);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .13em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.luxe-se-button:hover,
.luxe-se-button:focus-visible,
.luxe-se-page .elementor-button:hover,
.luxe-se-page .elementor-button:focus-visible,
.luxe-se-button .elementor-button:hover,
.luxe-se-button .elementor-button:focus-visible,
.luxe-se-global-header .elementor-button:hover,
.luxe-se-global-header .elementor-button:focus-visible,
.luxe-se-global-footer .elementor-button:hover,
.luxe-se-global-footer .elementor-button:focus-visible {
	background: var(--luxe-se-teal);
	border-color: var(--luxe-se-teal);
	color: var(--luxe-se-paper);
	transform: translateY(-2px);
}

.luxe-se-button--outline {
	background: transparent;
	color: var(--luxe-se-ink);
}

.luxe-se-button--outline:hover,
.luxe-se-button--outline:focus-visible {
	color: var(--luxe-se-paper);
}

.luxe-se-button--outline .elementor-button {
	background: transparent;
	color: var(--luxe-se-ink);
}

.luxe-se-button--outline .elementor-button:hover,
.luxe-se-button--outline .elementor-button:focus-visible {
	background: var(--luxe-se-ink);
	border-color: var(--luxe-se-ink);
	color: var(--luxe-se-paper);
}

.luxe-se-button--light {
	border-color: var(--luxe-se-paper);
	background: var(--luxe-se-paper);
	color: var(--luxe-se-ink);
}

.luxe-se-button--light:hover,
.luxe-se-button--light:focus-visible {
	border-color: var(--luxe-se-pink);
	background: var(--luxe-se-pink);
	color: var(--luxe-se-ink);
}

.luxe-se-button--light .elementor-button {
	border-color: var(--luxe-se-paper);
	background: var(--luxe-se-paper);
	color: var(--luxe-se-ink);
}

.luxe-se-button--light .elementor-button:hover,
.luxe-se-button--light .elementor-button:focus-visible {
	border-color: var(--luxe-se-pink);
	background: var(--luxe-se-pink);
	color: var(--luxe-se-ink);
}

/* Global Elementor header/footer templates. */
.luxe-se-global-header {
	position: relative;
	z-index: 20;
	background: var(--luxe-se-paper);
	border-bottom: 1px solid rgba(11, 11, 11, .1);
}

.luxe-se-header-inner {
	min-height: 82px;
}

.luxe-se-header-brand {
	flex: 0 0 auto;
}

.luxe-se-header-logo,
.luxe-se-header-logo img {
	display: block;
	width: auto;
	max-width: 180px;
	max-height: 48px;
}

/* ponytail: keep a replaced Media Library logo inside the header even when its
 * Elementor widget class was not preserved by a template edit. */
.luxe-se-header-brand .elementor-widget-image {
	width: auto;
	max-width: 160px;
}

.luxe-se-header-brand .elementor-widget-image img {
	display: block;
	width: 160px;
	max-width: 160px;
	height: auto;
	max-height: 96px;
	object-fit: contain;
}

.luxe-se-header-logo:has(img) + .luxe-se-wordmark {
	display: none;
}

/* The supplied logo already contains the brand name; avoid a duplicate
 * fallback heading when the image widget has no custom class. */
.luxe-se-header-brand .elementor-widget-heading {
	display: none;
}

.luxe-se-wordmark {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: .08em;
	white-space: nowrap;
}

.luxe-se-header-nav {
	min-width: 0;
}

.luxe-se-header-nav .elementor-nav-menu {
	justify-content: center;
	gap: clamp(12px, 2vw, 32px);
}

.luxe-se-header-nav .elementor-item {
	padding: 10px 0;
	color: var(--luxe-se-ink);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.luxe-se-header-nav .elementor-item:hover,
.luxe-se-header-nav .elementor-item:focus-visible,
.luxe-se-header-nav .elementor-item.elementor-item-active {
	color: var(--luxe-se-teal);
}

.luxe-se-header-cta .elementor-button,
.luxe-se-header-cta {
	min-width: 106px;
	padding-inline: 18px;
	font-size: 11px;
}

/* Keep the CTA stable when the editable wrapper class is missing. */
@media (min-width: 1025px) {
	.luxe-se-header-inner > .e-con-inner {
		align-items: center;
	}

	.luxe-se-header-brand {
		flex: 0 0 180px !important;
		width: 180px !important;
	}

	.luxe-se-header-nav {
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0;
	}

	.luxe-se-header-nav .elementor-nav-menu {
		gap: 8px;
	}

	.luxe-se-header-nav .elementor-item {
		font-size: 10px;
		letter-spacing: .08em;
	}

	.luxe-se-global-header .elementor-widget-button {
		flex: 0 0 auto;
	}

	.luxe-se-global-header .elementor-widget-button .elementor-button {
		min-width: 106px;
		width: auto;
	}
}

.luxe-se-global-footer {
	background: var(--luxe-se-ink);
	color: var(--luxe-se-paper);
}

.luxe-se-global-footer .elementor-element {
	color: inherit;
}

.luxe-se-footer-intro {
	min-width: 260px;
}

.luxe-se-footer-title,
.luxe-se-global-footer .luxe-se-footer-title {
	color: var(--luxe-se-paper);
	font-size: clamp(34px, 4vw, 58px);
	line-height: 1.05;
}

.luxe-se-footer-copy {
	max-width: 360px;
	margin-top: 22px;
	color: rgba(255, 255, 255, .72);
}

.luxe-se-footer-copyright {
	margin-top: 22px;
	color: rgba(255, 255, 255, .52);
	font-size: 12px;
	line-height: 1.5;
}

.luxe-se-footer-heading {
	margin-bottom: 18px;
	color: var(--luxe-se-paper);
	font-family: Poppins, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.luxe-se-global-footer .elementor-nav-menu--main .elementor-item,
.luxe-se-global-footer .elementor-icon-list-text,
.luxe-se-global-footer .elementor-icon-list-item a {
	padding: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 2;
}

/* Elementor may omit widget-icon-list.min.css when a global template is
 * rendered through Astra's fallback hook. Reapply only the needed base rules. */
.luxe-se-global-footer .elementor-icon-list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.luxe-se-global-footer .elementor-icon-list-item {
	display: flex;
	align-items: center;
	position: relative;
	height: auto;
	list-style: none;
}

.luxe-se-global-footer .elementor-icon-list-item > a {
	display: flex;
	align-items: center;
	width: 100%;
}

.luxe-se-global-footer .elementor-icon-list-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-inline-end: 8px;
}

.luxe-se-global-footer .elementor-nav-menu--main .elementor-item:hover,
.luxe-se-global-footer .elementor-icon-list-item a:hover {
	color: var(--luxe-se-pink);
}

.luxe-se-global-footer .elementor-social-icons-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.luxe-se-global-footer .elementor-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	color: var(--luxe-se-paper);
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.luxe-se-global-footer .elementor-social-icon:hover,
.luxe-se-global-footer .elementor-social-icon:focus-visible {
	border-color: var(--luxe-se-pink);
	background: var(--luxe-se-pink);
	color: var(--luxe-se-ink);
}

.luxe-se-hero {
	position: relative;
	min-height: min(760px, 82vh);
	background: var(--luxe-se-ink);
	overflow: hidden;
}

.luxe-se-hero > .e-con-inner,
.luxe-se-hero-image,
.luxe-se-hero-image .elementor-widget-container,
.luxe-se-hero-image img {
	width: 100%;
	height: 100%;
}

.luxe-se-hero-image {
	position: absolute;
	inset: 0;
}

.luxe-se-hero-image img {
	display: block;
	object-fit: cover;
	object-position: center;
	opacity: .72;
}

.luxe-se-hero-overlay {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	min-height: min(760px, 82vh);
	box-sizing: border-box;
	padding: clamp(32px, 8vw, 104px);
	background: linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .08));
}

.luxe-se-hero-overlay .luxe-se-eyebrow,
.luxe-se-hero-overlay .elementor-heading-title,
.luxe-se-hero-overlay .elementor-widget-text-editor,
.luxe-se-hero-overlay .luxe-se-hero-copy {
	color: var(--luxe-se-paper);
}

.luxe-se-hero-title {
	max-width: 760px;
	font-size: clamp(52px, 8vw, 118px);
	line-height: .98;
}

.luxe-se-hero-copy {
	max-width: 520px;
	margin: 22px 0 30px;
	font-size: clamp(17px, 1.7vw, 24px);
	line-height: 1.45;
}

.luxe-se-intro,
.luxe-se-copy-band {
	text-align: center;
}

.luxe-se-intro > .e-con-inner,
.luxe-se-copy-band > .e-con-inner {
	align-items: center;
}

.luxe-se-intro .luxe-se-lead,
.luxe-se-copy-band .luxe-se-lead {
	margin-inline: auto;
}

.luxe-se-intro .luxe-se-button,
.luxe-se-copy-band .luxe-se-button {
	margin-top: 34px;
}

.luxe-se-services .luxe-se-section-title,
.luxe-se-journal .luxe-se-section-title {
	margin-bottom: 42px;
}

.luxe-se-numbered-list {
	margin-top: 28px;
	font-size: clamp(17px, 2vw, 27px);
	line-height: 2.1;
	letter-spacing: .05em;
}

.luxe-se-testimonial {
	text-align: center;
}

.luxe-se-testimonial > .e-con-inner {
	align-items: center;
	max-width: 900px;
}

.luxe-se-quote {
	font-size: clamp(32px, 4.5vw, 64px);
	line-height: 1.12;
}

.luxe-se-quote + .elementor-widget-text-editor {
	margin-top: 28px;
}

.luxe-se-cta-band,
.luxe-se-cta-band .elementor-heading-title {
	color: var(--luxe-se-paper);
}

.luxe-se-cta-band > .e-con-inner {
	align-items: flex-start;
	max-width: 860px;
}

.luxe-se-cta-band .luxe-se-lead,
.luxe-se-cta-band .elementor-widget-text-editor {
	color: rgba(255, 255, 255, .75);
}

.luxe-se-cta-band .luxe-se-button {
	margin-top: 34px;
}

.luxe-se-page-hero > .e-con-inner {
	align-items: flex-start;
}

.luxe-se-page-hero-media {
	background: var(--luxe-se-paper);
}

.luxe-se-page-hero-image,
.luxe-se-page-hero-image img {
	width: 100%;
}

.luxe-se-page-hero-image img {
	display: block;
	max-height: 680px;
	object-fit: cover;
	object-position: center;
}

.luxe-se-service-list .elementor-icon-list-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 48px;
	margin-top: 30px;
}

.luxe-se-service-list .elementor-icon-list-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(11, 11, 11, .18);
}

.luxe-se-service-list .elementor-icon-list-text {
	color: var(--luxe-se-ink);
	font-size: clamp(17px, 1.5vw, 22px);
}

.luxe-se-service-list .elementor-icon-list-icon {
	color: var(--luxe-se-teal);
}

.luxe-se-editorial-split {
	max-width: 1360px;
	margin-inline: auto;
}

.luxe-se-editorial-split > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	max-width: 1360px;
}

.luxe-se-editorial-split__copy,
.luxe-se-editorial-split__media {
	min-width: 0;
}

.luxe-se-editorial-split__copy {
	justify-content: center;
	padding: clamp(64px, 8vw, 128px) clamp(28px, 6vw, 88px);
}

.luxe-se-editorial-split__media {
	min-height: 560px;
	padding: 0;
}

.luxe-se-editorial-split__media > .e-con-inner,
.luxe-se-editorial-split__image,
.luxe-se-editorial-split__image .elementor-widget-container,
.luxe-se-editorial-split__image img {
	width: 100%;
	height: 100%;
}

.luxe-se-editorial-split__image img {
	display: block;
	min-height: 560px;
	object-fit: cover;
	object-position: center;
	transition: transform .45s ease;
}

.luxe-se-editorial-split__media:hover img {
	transform: scale(1.025);
}

.luxe-se-editorial-split__title {
	font-size: clamp(36px, 4.2vw, 62px);
	line-height: 1.08;
}

.luxe-se-editorial-split__body {
	max-width: 610px;
	margin-top: 26px;
	color: var(--luxe-se-slate);
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.65;
}

.luxe-se-editorial-split--dark,
.luxe-se-editorial-split--dark .luxe-se-editorial-split__copy,
.luxe-se-editorial-split--dark .luxe-se-editorial-split__copy .elementor-heading-title {
	background: var(--luxe-se-ink);
	color: var(--luxe-se-paper);
}

.luxe-se-editorial-split--dark .luxe-se-editorial-split__body {
	color: rgba(255, 255, 255, .74);
}

.luxe-se-editorial-split--dark .luxe-se-button--outline {
	border-color: var(--luxe-se-paper);
	color: var(--luxe-se-paper);
}

.luxe-se-editorial-split--dark .luxe-se-button--outline .elementor-button {
	border-color: var(--luxe-se-paper);
	color: var(--luxe-se-paper);
}

.luxe-se-detail-list > .e-con-inner,
.luxe-se-process-band > .e-con-inner,
.luxe-se-faq-band > .e-con-inner,
.luxe-se-team-placeholder > .e-con-inner,
.luxe-se-commitment-band > .e-con-inner {
	align-items: flex-start;
}

.luxe-se-detail-list .elementor-icon-list-items,
.luxe-se-process-band .elementor-icon-list-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 48px;
	width: 100%;
	margin-top: 34px;
}

.luxe-se-detail-list .elementor-icon-list-item,
.luxe-se-process-band .elementor-icon-list-item {
	min-width: 0;
	padding: 22px 0;
	border-top: 1px solid rgba(11, 11, 11, .24);
}

.luxe-se-detail-list .elementor-icon-list-text,
.luxe-se-process-band .elementor-icon-list-text {
	color: var(--luxe-se-ink);
	font-size: clamp(17px, 1.45vw, 22px);
	line-height: 1.45;
}

.luxe-se-detail-list--dark .elementor-icon-list-item {
	border-color: rgba(255, 255, 255, .35);
}

.luxe-se-detail-list--dark .elementor-icon-list-text,
.luxe-se-detail-list--dark .elementor-heading-title,
.luxe-se-detail-list--dark .luxe-se-lead {
	color: var(--luxe-se-paper);
}

.luxe-se-detail-list--dark .elementor-icon-list-icon {
	color: var(--luxe-se-pink);
}

.luxe-se-process-band .elementor-icon-list-items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 32px;
}

.luxe-se-process-band .elementor-icon-list-item {
	border-top: 1px solid rgba(11, 11, 11, .42);
}

.luxe-se-process-band .elementor-icon-list-text {
	font-size: clamp(16px, 1.25vw, 19px);
}

.luxe-se-faq-band .elementor-widget-accordion {
	width: 100%;
	margin-top: 38px;
}

.luxe-se-faq-band .elementor-tab-title,
.luxe-se-faq-band .elementor-tab-content {
	border-color: rgba(11, 11, 11, .22);
}

.luxe-se-faq-band .elementor-tab-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 400;
}

.luxe-se-faq-band .elementor-accordion-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-left: auto;
}

.luxe-se-faq-band .elementor-tab-content {
	padding: 0 0 24px;
	color: var(--luxe-se-slate);
	font-size: 16px;
	line-height: 1.7;
}

.luxe-se-team-placeholder > .e-con-inner,
.luxe-se-commitment-band > .e-con-inner {
	max-width: 930px;
}

.luxe-se-contact-form .elementor-widget-form {
	width: min(100%, 760px);
	margin-inline: auto;
}

.luxe-se-contact-form > .e-con-inner {
	align-items: center;
}

.luxe-se-contact-form .elementor-form {
	margin-top: 28px;
}

.luxe-se-contact-form .elementor-field-group {
	margin-bottom: 18px;
}

.luxe-se-contact-form .elementor-field,
.luxe-se-contact-form .elementor-field-textual {
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid #c9d2d2;
	border-radius: 0;
	background: var(--luxe-se-paper);
	color: var(--luxe-se-ink);
}

.luxe-se-contact-form textarea.elementor-field {
	min-height: 130px;
}

.luxe-se-contact-form .elementor-button {
	width: auto;
	margin-top: 8px;
}

/* Editorial mosaic widget. */
.luxe-se-mosaic {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: 72px;
	width: min(100%, var(--luxe-se-max));
	margin-inline: auto;
}

.luxe-se-mosaic__content {
	max-width: 470px;
}

.luxe-se-mosaic__title {
	font-size: clamp(34px, 4vw, 60px);
	line-height: 1.06;
}

.luxe-se-mosaic__body {
	margin-top: 24px;
	color: var(--luxe-se-slate);
	font-size: 17px;
	line-height: 1.7;
}

.luxe-se-mosaic__body p:last-child {
	margin-bottom: 0;
}

.luxe-se-mosaic__button {
	margin-top: 34px;
}

.luxe-se-mosaic__images {
	position: relative;
	min-height: 520px;
}

.luxe-se-mosaic__image {
	margin: 0;
	overflow: hidden;
	background: var(--luxe-se-mist);
}

.luxe-se-mosaic__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.luxe-se-mosaic__image--primary {
	width: 78%;
	height: 470px;
	margin-left: auto;
}

.luxe-se-mosaic__image--secondary {
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 42%;
	height: 270px;
	border: 12px solid var(--luxe-se-paper);
	box-shadow: 0 18px 40px rgba(11, 11, 11, .12);
}

/* Service state gallery widget. */
.luxe-se-state-gallery {
	--luxe-se-gallery-accent: var(--luxe-se-teal);
	--luxe-se-gallery-gap: 32px;
	display: grid;
	grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
	gap: var(--luxe-se-gallery-gap);
	width: min(100%, var(--luxe-se-max));
	margin-inline: auto;
}

.luxe-se-state-gallery__tabs {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

.luxe-se-state-gallery__tab {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 14px;
	width: 100%;
	padding: 18px 0;
	border: 0;
	border-bottom: 1px solid rgba(11, 11, 11, .18);
	background: transparent;
	color: var(--luxe-se-ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease;
}

.luxe-se-state-gallery__tab:hover,
.luxe-se-state-gallery__tab:focus-visible,
.luxe-se-state-gallery__tab.is-active {
	border-color: var(--luxe-se-gallery-accent);
	color: var(--luxe-se-gallery-accent);
}

.luxe-se-state-gallery__label {
	flex: 0 0 auto;
	font-size: 11px;
	letter-spacing: .12em;
}

.luxe-se-state-gallery__title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(22px, 2.3vw, 34px);
	line-height: 1.1;
}

.luxe-se-state-gallery__panels {
	min-width: 0;
}

.luxe-se-state-gallery__panel {
	display: none;
	grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr);
	align-items: end;
	gap: 28px;
}

.luxe-se-state-gallery__panel.is-active {
	display: grid;
	animation: luxe-se-fade-in .35s ease both;
}

.luxe-se-state-gallery__media {
	width: 100%;
	aspect-ratio: 1.15;
	overflow: hidden;
	background: var(--luxe-se-sky);
}

.luxe-se-state-gallery__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.luxe-se-state-gallery__image-link:hover img,
.luxe-se-state-gallery__image-link:focus-visible img {
	transform: scale(1.04);
}

.luxe-se-state-gallery__copy {
	padding-bottom: 12px;
}

.luxe-se-state-gallery__heading {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(28px, 3.2vw, 50px);
	font-weight: 400;
	line-height: 1.05;
}

.luxe-se-state-gallery__description {
	margin: 18px 0 0;
	color: var(--luxe-se-slate);
	font-size: 15px;
	line-height: 1.65;
}

@keyframes luxe-se-fade-in {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

.luxe-se-dynamic-grid .elementor-widget-posts {
	margin-top: 64px;
}

.luxe-se-dynamic-grid .elementor-posts-container {
	gap: 36px;
}

.luxe-se-dynamic-grid .elementor-post__thumbnail {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.luxe-se-dynamic-grid .elementor-post__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.luxe-se-dynamic-grid .elementor-post__title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.luxe-se-dynamic-grid .elementor-post__excerpt {
	font-size: 16px;
	line-height: 1.65;
}

.luxe-se-dynamic-grid .elementor-post__read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.luxe-se-dynamic-grid .elementor-widget-posts {
		margin-top: 46px;
	}

	.luxe-se-dynamic-grid .elementor-posts-container {
		gap: 42px;
	}

	.luxe-se-dynamic-grid .elementor-post__title {
		font-size: 28px;
	}
}

/* Home 1.1.0: every selector is scoped to the new Home module classes. */
.luxe-se-home-section,
.luxe-se-home-section * {
	box-sizing: border-box;
}

.luxe-se-home-section {
	min-width: 0;
	overflow: hidden;
}

.luxe-se-home-section > .e-con-inner {
	width: min(100%, 1200px);
	min-width: 0;
	margin-inline: auto;
}

.luxe-se-home-kicker {
	display: block;
	margin: 0 0 22px;
	color: var(--luxe-se-teal);
	font-family: Poppins, Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.luxe-se-home-section-title,
.luxe-se-home-section-title .elementor-heading-title,
.luxe-se-home-index-title,
.luxe-se-home-index-title .elementor-heading-title,
.luxe-se-home-feature-title,
.luxe-se-home-feature-title .elementor-heading-title,
.luxe-se-home-manifesto-title,
.luxe-se-home-manifesto-title .elementor-heading-title,
.luxe-se-home-perspective-title,
.luxe-se-home-perspective-title .elementor-heading-title,
.luxe-se-home-portfolio-title,
.luxe-se-home-portfolio-title .elementor-heading-title,
.luxe-se-home-cta-title,
.luxe-se-home-cta-title .elementor-heading-title {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	letter-spacing: 0;
}

.luxe-se-home-section-title,
.luxe-se-home-section-title .elementor-heading-title {
	font-size: 88px;
	line-height: 1.02;
}

.luxe-se-home-copy {
	max-width: 620px;
	margin-top: 30px;
	color: #3a4547;
	font-size: 19px;
	line-height: 1.72;
}

.luxe-se-home-copy p:last-child {
	margin-bottom: 0;
}

.luxe-se-home-section .luxe-se-home-button {
	width: fit-content;
	margin-top: 36px;
}

.luxe-se-home-section .luxe-se-home-button .elementor-button,
.luxe-se-home-section .elementor-widget-button.luxe-se-home-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.luxe-se-home-hero {
	position: relative;
	min-height: min(900px, 88vh);
	background: var(--luxe-se-ink);
}

.luxe-se-home-hero > .e-con-inner,
.luxe-se-home-hero-image,
.luxe-se-home-hero-image .elementor-widget-container,
.luxe-se-home-hero-image img {
	width: 100%;
	height: 100%;
}

.luxe-se-home-hero > .e-con-inner {
	max-width: 1360px;
}

.luxe-se-home-hero-image {
	position: absolute;
	inset: 0;
}

.luxe-se-home-hero-image img {
	display: block;
	object-fit: cover;
	object-position: center;
	opacity: .78;
}

.luxe-se-home-hero-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(900px, 88vh);
	padding: 88px 48px;
	text-align: center;
	background: linear-gradient(rgba(11, 11, 11, .18), rgba(11, 11, 11, .52));
}

.luxe-se-home-hero-content > .e-con-inner {
	align-items: center;
	max-width: 1100px;
}

.luxe-se-home-hero-title,
.luxe-se-home-hero-title .elementor-heading-title {
	max-width: 1100px;
	color: var(--luxe-se-paper);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 132px;
	font-weight: 400;
	line-height: .94;
	letter-spacing: 0;
}

.luxe-se-home-hero-location {
	margin-top: 28px;
	color: var(--luxe-se-paper);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 38px;
	line-height: 1.1;
}

.luxe-se-home-hero-specialty {
	margin-top: 28px;
	color: rgba(255, 255, 255, .88);
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: uppercase;
}

.luxe-se-home-hero-specialty span {
	color: var(--luxe-se-pink);
	font-weight: 500;
}

.luxe-se-home-intro > .e-con-inner,
.luxe-se-home-feature > .e-con-inner,
.luxe-se-home-portfolio > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 1360px;
}

.luxe-se-home-intro > .e-con-inner {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(60px, 8vw, 128px);
}

.luxe-se-home-intro-logo {
	width: min(220px, 55%);
	margin-bottom: 54px;
}

.luxe-se-home-intro-logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.luxe-se-home-intro-media {
	min-height: 720px;
}

.luxe-se-home-intro-image,
.luxe-se-home-intro-image .elementor-widget-container,
.luxe-se-home-intro-image img {
	width: 100%;
	height: 100%;
}

.luxe-se-home-intro-image img,
.luxe-se-home-feature-image img,
.luxe-se-home-portfolio-image img {
	display: block;
	object-fit: cover;
	object-position: center;
}

.luxe-se-home-index-title,
.luxe-se-home-index-title .elementor-heading-title {
	max-width: 1020px;
	font-size: 108px;
	line-height: .98;
}

.luxe-se-home-services .luxe-se-state-gallery {
	grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
	gap: clamp(48px, 7vw, 100px);
	margin-top: 84px;
}

.luxe-se-home-services .luxe-se-state-gallery__tab {
	padding: 22px 0;
}

.luxe-se-home-services .luxe-se-state-gallery__title {
	font-size: 52px;
}

.luxe-se-home-services .luxe-se-state-gallery__panel {
	grid-template-columns: minmax(0, 1fr) minmax(180px, .48fr);
}

.luxe-se-home-services .luxe-se-state-gallery__media {
	aspect-ratio: .9;
}

.luxe-se-home-feature-copy,
.luxe-se-home-feature-media {
	min-width: 0;
	min-height: 760px;
}

.luxe-se-home-feature-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(72px, 9vw, 142px);
}

.luxe-se-home-feature-copy > .e-con-inner {
	justify-content: center;
	max-width: 520px;
	margin-inline: auto;
}

.luxe-se-home-feature-copy--paper {
	background: var(--luxe-se-paper);
}

.luxe-se-home-feature-copy--mist {
	background: #f1f4f6;
}

.luxe-se-home-feature-copy--ink,
.luxe-se-home-feature-media--ink,
.luxe-se-home-portfolio-copy {
	background: var(--luxe-se-ink);
}

.luxe-se-home-feature-copy--ink .luxe-se-home-feature-title,
.luxe-se-home-feature-copy--ink .elementor-heading-title,
.luxe-se-home-feature-copy--ink .luxe-se-home-copy,
.luxe-se-home-portfolio-copy .luxe-se-home-portfolio-title,
.luxe-se-home-portfolio-copy .elementor-heading-title,
.luxe-se-home-portfolio-copy .luxe-se-home-copy {
	color: var(--luxe-se-paper);
}

.luxe-se-home-feature-copy--ink .luxe-se-button,
.luxe-se-home-feature-copy--ink .luxe-se-button .elementor-button,
.luxe-se-home-portfolio-copy .luxe-se-button,
.luxe-se-home-portfolio-copy .luxe-se-button .elementor-button,
.luxe-se-home-cta .luxe-se-button,
.luxe-se-home-cta .luxe-se-button .elementor-button {
	border-color: var(--luxe-se-paper);
	background: var(--luxe-se-paper);
	color: var(--luxe-se-ink);
}

.luxe-se-home-feature-copy--ink .luxe-se-button:hover,
.luxe-se-home-feature-copy--ink .luxe-se-button:focus-visible,
.luxe-se-home-feature-copy--ink .luxe-se-button .elementor-button:hover,
.luxe-se-home-feature-copy--ink .luxe-se-button .elementor-button:focus-visible,
.luxe-se-home-portfolio-copy .luxe-se-button:hover,
.luxe-se-home-portfolio-copy .luxe-se-button:focus-visible,
.luxe-se-home-portfolio-copy .luxe-se-button .elementor-button:hover,
.luxe-se-home-portfolio-copy .luxe-se-button .elementor-button:focus-visible,
.luxe-se-home-cta .luxe-se-button:hover,
.luxe-se-home-cta .luxe-se-button:focus-visible,
.luxe-se-home-cta .luxe-se-button .elementor-button:hover,
.luxe-se-home-cta .luxe-se-button .elementor-button:focus-visible {
	border-color: var(--luxe-se-pink);
	background: var(--luxe-se-pink);
	color: var(--luxe-se-ink);
}

.luxe-se-home-feature-title,
.luxe-se-home-feature-title .elementor-heading-title {
	font-size: 82px;
	line-height: 1;
}

.luxe-se-home-feature-media {
	display: flex;
	align-items: center;
	padding: clamp(44px, 6vw, 92px);
}

.luxe-se-home-feature-media--mist {
	background: #f1f4f6;
}

.luxe-se-home-feature-media--paper {
	background: var(--luxe-se-paper);
}

.luxe-se-home-feature-image,
.luxe-se-home-feature-image .elementor-widget-container,
.luxe-se-home-feature-image img {
	width: 100%;
	height: 100%;
}

.luxe-se-home-feature-image img {
	max-height: 620px;
}

.luxe-se-home-manifesto {
	text-align: center;
}

.luxe-se-home-manifesto > .e-con-inner,
.luxe-se-home-team > .e-con-inner,
.luxe-se-home-perspective > .e-con-inner,
.luxe-se-home-cta > .e-con-inner {
	align-items: center;
}

.luxe-se-home-manifesto-title,
.luxe-se-home-manifesto-title .elementor-heading-title {
	max-width: 1120px;
	font-size: 126px;
	line-height: .96;
}

.luxe-se-home-manifesto-copy {
	max-width: 620px;
	margin-top: 38px;
	font-size: 22px;
	line-height: 1.6;
}

.luxe-se-home-team {
	text-align: center;
}

.luxe-se-home-team > .e-con-inner,
.luxe-se-home-perspective > .e-con-inner {
	max-width: 980px;
}

.luxe-se-home-team .luxe-se-home-copy,
.luxe-se-home-perspective .luxe-se-home-copy {
	margin-inline: auto;
}

.luxe-se-home-process .luxe-se-home-section-title {
	max-width: 900px;
}

.luxe-se-home-process-list {
	margin-top: 80px;
}

.luxe-se-home-process-list .elementor-icon-list-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
}

.luxe-se-home-process-list .elementor-icon-list-item {
	display: flex;
	align-items: flex-start;
	min-width: 0;
	padding: 34px 34px 0 0;
	border-top: 1px solid rgba(11, 11, 11, .4);
}

.luxe-se-home-process-list .elementor-icon-list-item:not(:first-child) {
	padding-left: 34px;
	border-left: 1px solid rgba(11, 11, 11, .2);
}

.luxe-se-home-process-list .elementor-icon-list-icon {
	display: none;
}

.luxe-se-home-process-list .elementor-icon-list-text {
	color: var(--luxe-se-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 34px;
	line-height: 1.35;
	white-space: normal;
}

.luxe-se-home-perspective {
	text-align: center;
}

.luxe-se-home-perspective-title,
.luxe-se-home-perspective-title .elementor-heading-title {
	max-width: 980px;
	font-size: 102px;
	line-height: .99;
}

.luxe-se-home-portfolio-image,
.luxe-se-home-portfolio-image .elementor-widget-container,
.luxe-se-home-portfolio-image img,
.luxe-se-home-portfolio-copy {
	width: 100%;
	height: 100%;
}

.luxe-se-home-portfolio-image {
	min-height: 820px;
}

.luxe-se-home-portfolio-copy {
	display: flex;
	align-items: center;
	min-height: 820px;
	padding: clamp(72px, 9vw, 138px);
}

.luxe-se-home-portfolio-title,
.luxe-se-home-portfolio-title .elementor-heading-title {
	font-size: 88px;
	line-height: .98;
}

.luxe-se-home-journal .elementor-widget-posts {
	margin-top: 70px;
}

.luxe-se-home-journal .elementor-post__thumbnail img {
	object-fit: cover;
}

.luxe-se-home-cta,
.luxe-se-home-cta .luxe-se-home-kicker,
.luxe-se-home-cta .elementor-heading-title,
.luxe-se-home-cta .luxe-se-home-copy {
	color: var(--luxe-se-paper);
}

.luxe-se-home-cta {
	text-align: center;
}

.luxe-se-home-cta-title,
.luxe-se-home-cta-title .elementor-heading-title {
	max-width: 920px;
	font-size: 108px;
	line-height: .97;
}

.luxe-se-home-cta .luxe-se-home-copy {
	margin-inline: auto;
}

@media (max-width: 1024px) {
	.luxe-se-home-section-title,
	.luxe-se-home-section-title .elementor-heading-title {
		font-size: 68px;
	}

	.luxe-se-home-copy {
		font-size: 17px;
	}

	.luxe-se-home-hero,
	.luxe-se-home-hero-content {
		min-height: 720px;
	}

	.luxe-se-home-hero-title,
	.luxe-se-home-hero-title .elementor-heading-title {
		font-size: 86px;
	}

	.luxe-se-home-hero-location {
		font-size: 31px;
	}

	.luxe-se-home-index-title,
	.luxe-se-home-index-title .elementor-heading-title {
		font-size: 76px;
	}

	.luxe-se-home-intro > .e-con-inner {
		gap: 56px;
	}

	.luxe-se-home-intro-media {
		min-height: 540px;
	}

	.luxe-se-home-services .luxe-se-state-gallery {
		grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
		gap: 42px;
		margin-top: 62px;
	}

	.luxe-se-home-services .luxe-se-state-gallery__title {
		font-size: 34px;
	}

	.luxe-se-home-feature-copy,
	.luxe-se-home-feature-media {
		min-height: 600px;
	}

	.luxe-se-home-feature-copy,
	.luxe-se-home-portfolio-copy {
		padding: 64px 44px;
	}

	.luxe-se-home-feature-media {
		padding: 44px;
	}

	.luxe-se-home-feature-title,
	.luxe-se-home-feature-title .elementor-heading-title {
		font-size: 60px;
	}

	.luxe-se-home-manifesto-title,
	.luxe-se-home-manifesto-title .elementor-heading-title {
		font-size: 84px;
	}

	.luxe-se-home-manifesto-copy {
		font-size: 19px;
	}

	.luxe-se-home-portfolio-image,
	.luxe-se-home-portfolio-copy {
		min-height: 650px;
	}

	.luxe-se-home-process-list {
		margin-top: 62px;
	}

	.luxe-se-home-process-list .elementor-icon-list-text {
		font-size: 28px;
	}

	.luxe-se-home-perspective-title,
	.luxe-se-home-perspective-title .elementor-heading-title {
		font-size: 74px;
	}

	.luxe-se-home-portfolio-title,
	.luxe-se-home-portfolio-title .elementor-heading-title {
		font-size: 68px;
	}

	.luxe-se-home-cta-title,
	.luxe-se-home-cta-title .elementor-heading-title {
		font-size: 76px;
	}
}

@media (max-width: 767px) {
	.luxe-se-home-section > .e-con-inner {
		width: 100%;
	}

	.luxe-se-home-section-title,
	.luxe-se-home-section-title .elementor-heading-title {
		font-size: 48px;
	}

	.luxe-se-home-hero,
	.luxe-se-home-hero-content {
		min-height: 650px;
	}

	.luxe-se-home-hero-content {
		padding: 60px 20px;
	}

	.luxe-se-home-hero-title,
	.luxe-se-home-hero-title .elementor-heading-title {
		max-width: 350px;
		font-size: 60px;
		line-height: .98;
	}

	.luxe-se-home-hero-location {
		font-size: 26px;
	}

	.luxe-se-home-hero-specialty {
		max-width: 330px;
		font-size: 11px;
	}

	.luxe-se-home-intro > .e-con-inner,
	.luxe-se-home-feature > .e-con-inner,
	.luxe-se-home-portfolio > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.luxe-se-home-intro > .e-con-inner {
		gap: 58px;
	}

	.luxe-se-home-intro-logo {
		margin-bottom: 42px;
	}

	.luxe-se-home-intro-media {
		min-height: 440px;
	}

	.luxe-se-home-index-title,
	.luxe-se-home-index-title .elementor-heading-title {
		font-size: 56px;
	}

	.luxe-se-home-services .luxe-se-state-gallery {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
		margin-top: 50px;
	}

	.luxe-se-home-services .luxe-se-state-gallery__tabs {
		flex-direction: row;
		justify-content: flex-start;
		gap: 24px;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		padding-bottom: 8px;
	}

	.luxe-se-home-services .luxe-se-state-gallery__tab {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		padding: 10px 0;
	}

	.luxe-se-home-services .luxe-se-state-gallery__title {
		font-size: 23px;
		white-space: nowrap;
	}

	.luxe-se-home-services .luxe-se-state-gallery__panel,
	.luxe-se-home-services .luxe-se-state-gallery__panel.is-active {
		grid-template-columns: minmax(0, 1fr);
	}

	.luxe-se-home-services .luxe-se-state-gallery__media {
		aspect-ratio: .9;
	}

	.luxe-se-home-feature-copy,
	.luxe-se-home-feature-media {
		min-height: 0;
	}

	.luxe-se-home-feature-copy {
		padding: 82px 20px;
	}

	.luxe-se-home-feature-media {
		min-height: 500px;
		padding: 34px 20px;
	}

	.luxe-se-home-feature-title,
	.luxe-se-home-feature-title .elementor-heading-title {
		font-size: 52px;
	}

	.luxe-se-home-feature-image img {
		max-height: 440px;
	}

	.luxe-se-home-events > .e-con-inner > .luxe-se-home-feature-copy {
		order: -1;
	}

	.luxe-se-home-manifesto-title,
	.luxe-se-home-manifesto-title .elementor-heading-title {
		font-size: 56px;
	}

	.luxe-se-home-process-list {
		margin-top: 48px;
	}

	.luxe-se-home-process-list .elementor-icon-list-items {
		grid-template-columns: minmax(0, 1fr);
	}

	.luxe-se-home-process-list .elementor-icon-list-item,
	.luxe-se-home-process-list .elementor-icon-list-item:not(:first-child) {
		padding: 28px 0 34px;
		border-left: 0;
		border-top: 1px solid rgba(11, 11, 11, .4);
	}

	.luxe-se-home-process-list .elementor-icon-list-text {
		font-size: 27px;
	}

	.luxe-se-home-perspective-title,
	.luxe-se-home-perspective-title .elementor-heading-title,
	.luxe-se-home-portfolio-title,
	.luxe-se-home-portfolio-title .elementor-heading-title,
	.luxe-se-home-cta-title,
	.luxe-se-home-cta-title .elementor-heading-title {
		font-size: 56px;
	}

	.luxe-se-home-portfolio-image,
	.luxe-se-home-portfolio-copy {
		min-height: 0;
	}

	.luxe-se-home-portfolio-image {
		height: 560px;
	}

	.luxe-se-home-portfolio-copy {
		padding: 82px 20px;
	}

}

@media (max-width: 1024px) {
	.luxe-se-header-inner {
		padding-inline: 20px !important;
	}

	.luxe-se-header-nav .elementor-nav-menu {
		gap: 16px;
	}

	.luxe-se-mosaic {
		gap: 44px;
	}

	.luxe-se-mosaic__images {
		min-height: 430px;
	}

	.luxe-se-mosaic__image--primary {
		height: 390px;
	}

	.luxe-se-mosaic__image--secondary {
		height: 220px;
	}

	.luxe-se-editorial-split__copy {
		padding: 72px 36px;
	}

	.luxe-se-editorial-split__media,
	.luxe-se-editorial-split__image img {
		min-height: 460px;
	}

	.luxe-se-detail-list .elementor-icon-list-items {
		gap: 0 28px;
	}

	.luxe-se-process-band .elementor-icon-list-items {
		gap: 0 20px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Keep the editable CTA wrapper as wide as its centered button. */
	.luxe-se-global-header .elementor-widget-button {
		flex: 0 0 auto !important;
		width: auto !important;
	}

	.luxe-se-global-header .elementor-widget-button .elementor-button {
		min-width: 0 !important;
		width: auto !important;
		padding-inline: 6px !important;
		font-size: 9px !important;
		letter-spacing: .09em !important;
	}
}

@media (max-width: 767px) {
	body.luxe-se-page {
		font-size: 15px;
	}

	.luxe-se-header-inner {
		min-height: 70px;
		padding: 16px 18px !important;
	}

	.luxe-se-header-inner > .e-con-inner {
		gap: 12px;
	}

	.luxe-se-wordmark {
		font-size: 17px;
	}

	.luxe-se-header-brand,
	.luxe-se-header-brand .elementor-widget-image,
	.luxe-se-header-brand .elementor-widget-image img {
		max-width: 110px !important;
		width: 110px !important;
		max-height: 84px;
	}

	.luxe-se-header-nav {
		order: 3;
		width: 100% !important;
	}

	.luxe-se-header-nav .elementor-nav-menu {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 8px 14px;
	}

	.luxe-se-header-nav .elementor-item {
		font-size: 10px;
	}

	.luxe-se-header-cta,
	.luxe-se-header-cta .elementor-button {
		min-width: 84px;
		padding: 11px 12px;
		font-size: 10px;
	}

	.luxe-se-global-header .elementor-widget-button {
		flex: 0 0 auto;
	}

	.luxe-se-global-header .elementor-widget-button .elementor-button {
		min-width: 84px;
		width: auto;
	}

	.luxe-se-hero,
	.luxe-se-hero-overlay {
		min-height: 640px;
	}

	.luxe-se-hero-overlay {
		padding: 28px 22px 42px;
	}

	.luxe-se-hero-title {
		font-size: clamp(48px, 15vw, 74px);
	}

	.luxe-se-page-hero .elementor-heading-title {
		font-size: clamp(44px, 13vw, 64px);
	}

	.luxe-se-service-list .elementor-icon-list-items {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.luxe-se-editorial-split > .e-con-inner {
		grid-template-columns: 1fr;
	}

	.luxe-se-editorial-split--image-first .luxe-se-editorial-split__media {
		order: 0;
	}

	.luxe-se-editorial-split--image-first .luxe-se-editorial-split__copy {
		order: 1;
	}

	.luxe-se-editorial-split__copy {
		padding: 72px 20px 80px;
	}

	.luxe-se-editorial-split__media,
	.luxe-se-editorial-split__image img {
		min-height: 360px;
	}

	.luxe-se-detail-list .elementor-icon-list-items,
	.luxe-se-process-band .elementor-icon-list-items {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.luxe-se-faq-band .elementor-tab-title {
		font-size: 22px;
	}

	.luxe-se-mosaic,
	.luxe-se-state-gallery {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.luxe-se-mosaic__content {
		max-width: none;
	}

	.luxe-se-mosaic__images {
		min-height: 360px;
	}

	.luxe-se-mosaic__image--primary {
		width: 82%;
		height: 330px;
	}

	.luxe-se-mosaic__image--secondary {
		bottom: -20px;
		width: 48%;
		height: 190px;
		border-width: 8px;
	}

	.luxe-se-state-gallery__tabs {
		flex-direction: row;
		gap: 18px;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.luxe-se-state-gallery__tab {
		flex: 0 0 auto;
		width: auto;
		padding: 10px 0;
		border-bottom-width: 2px;
	}

	.luxe-se-state-gallery__title {
		font-size: 24px;
	}

	.luxe-se-state-gallery__panel,
	.luxe-se-state-gallery__panel.is-active {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.luxe-se-state-gallery__media {
		aspect-ratio: 1.15;
	}

	.luxe-se-state-gallery__copy {
		padding-bottom: 0;
	}

	.luxe-se-footer-intro {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.luxe-se-button,
	.luxe-se-page .elementor-button,
	.luxe-se-state-gallery__panel.is-active,
	.luxe-se-state-gallery__media img,
	.luxe-se-editorial-split__image img {
		transition: none;
		animation: none;
	}

	.luxe-se-home-section *,
	.luxe-se-home-section *::before,
	.luxe-se-home-section *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
