/* Lawrence Goods home bundle — hero + luxury + categories */

/* --- hero-modern.css --- */

/* Lawrence Goods â€” modern hero layout (v1.5.4) */

.elementor-section.lg-el-hero {
	min-height: clamp(580px, 82vh, 760px);
	overflow: hidden;
	isolation: isolate;
	background-color: #1a2744 !important;
	/* Mobile: compact WebP (~53 KB). Desktop: larger WebP below. */
	background-image: url(/wp-content/uploads/2026/08/lg-hero-1-600x400.webp) !important;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

@media (min-width: 768px) {
	.elementor-section.lg-el-hero {
		background-image: url(/wp-content/uploads/2026/08/lg-hero-1-1024x683.webp) !important;
	}
}

.elementor-section.lg-el-hero .elementor-background-overlay {
	background: linear-gradient(
		105deg,
		rgba(15, 23, 42, 0.93) 0%,
		rgba(15, 23, 42, 0.82) 38%,
		rgba(26, 39, 68, 0.62) 58%,
		rgba(26, 39, 68, 0.5) 100%
	) !important;
}

.elementor-section.lg-el-hero::before {
	content: "";
	position: absolute;
	width: min(520px, 60vw);
	height: min(520px, 60vw);
	top: -18%;
	right: -8%;
	background: radial-gradient(circle, rgba(148, 163, 184, 0.18) 0%, transparent 68%);
	pointer-events: none;
	z-index: 0;
}

.elementor-section.lg-el-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(ellipse 85% 75% at 45% 45%, #000 15%, transparent 72%);
	pointer-events: none;
	z-index: 0;
}

.elementor-section.lg-el-hero > .elementor-container {
	position: relative;
	z-index: 2;
	max-width: 1380px;
	min-height: clamp(520px, 76vh, 680px);
	display: flex;
	align-items: center;
	gap: clamp(1.25rem, 4vw, 3.5rem);
	padding-top: clamp(2.5rem, 5vw, 4rem);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.elementor-section.lg-el-hero .elementor-column:first-child {
	flex: 1 1 54%;
	z-index: 3;
}

.elementor-section.lg-el-hero .elementor-column:last-child {
	flex: 1 1 46%;
	z-index: 4;
	position: relative;
}

/* Left content â€” clean, no panel box */
.elementor-section.lg-el-hero .elementor-column:first-child > .elementor-element-populated {
	background: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.elementor-section.lg-el-hero h6.elementor-heading-title {
	display: inline-block;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em;
	padding: 0 0 0 0.85rem;
	margin-bottom: 1.15rem !important;
	background: none;
	border: none;
	border-left: 3px solid #94a3b8;
	border-radius: 0;
	color: #cbd5e1 !important;
}

.elementor-section.lg-el-hero h1.elementor-heading-title {
	font-size: clamp(2.15rem, 4.8vw, 3.65rem) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.035em;
	margin-bottom: 1.25rem !important;
	max-width: 16ch;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

.elementor-section.lg-el-hero .elementor-column:first-child .elementor-widget-text-editor p {
	font-size: clamp(1rem, 1.8vw, 1.12rem);
	line-height: 1.75;
	max-width: 48ch;
	margin: 0;
	color: #e2e8f0 !important;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

/* Button row â€” horizontal, slightly left */
.elementor-section.lg-el-hero .elementor-column:first-child .elementor-widget-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 0.75rem;
	row-gap: 0;
	margin-left: -0.4rem;
}

.elementor-section.lg-el-hero .elementor-column:first-child .elementor-widget-wrap > .elementor-element:not(.elementor-widget-button) {
	width: 100%;
	flex: 0 0 100%;
}

.elementor-section.lg-el-hero .elementor-column:first-child .elementor-widget-spacer {
	display: none;
}

.elementor-section.lg-el-hero .elementor-column:first-child .elementor-widget-button {
	display: inline-flex;
	width: auto;
	flex: 0 0 auto;
	margin: 1.35rem 0 0;
}

.elementor-section.lg-el-hero .elementor-column:first-child .elementor-widget-button .elementor-widget-container {
	margin: 0;
}

.elementor-section.lg-el-hero .elementor-widget-button .elementor-button-link {
	border-radius: 10px !important;
	padding: 0.9rem 1.5rem !important;
	font-size: 0.92rem !important;
}

.elementor-section.lg-el-hero .elementor-widget-button:first-of-type .elementor-button-link {
	background: #fff !important;
	color: var(--lg-navy, #1a2744) !important;
	-webkit-text-fill-color: var(--lg-navy, #1a2744) !important;
	border-color: #fff !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.elementor-section.lg-el-hero .elementor-widget-button:first-of-type .elementor-button-link .elementor-button-text {
	color: var(--lg-navy, #1a2744) !important;
	-webkit-text-fill-color: var(--lg-navy, #1a2744) !important;
}

.elementor-section.lg-el-hero .elementor-widget-button + .elementor-widget-button .elementor-button-link {
	background: transparent !important;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.45) !important;
	backdrop-filter: none;
}

/* Visual column â€” right */
.elementor-section.lg-el-hero .elementor-column:last-child > .elementor-element-populated {
	position: relative;
	padding: 0 !important;
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-image {
	position: relative;
	transform: rotate(2.5deg);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-image::before {
	content: "";
	position: absolute;
	inset: -14px -14px -14px -14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 20px;
	transform: rotate(-4deg);
	z-index: -1;
	pointer-events: none;
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-image::after {
	content: "";
	position: absolute;
	width: 88px;
	height: 88px;
	right: -20px;
	top: -20px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(148, 163, 184, 0.35), rgba(26, 39, 68, 0.15));
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	z-index: 2;
	pointer-events: none;
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-image img {
	border-radius: 18px;
	width: 100%;
	height: auto;
	min-height: 280px;
	max-height: 420px;
	object-fit: cover;
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.45);
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-text-editor {
	position: absolute;
	left: 50%;
	bottom: -1.1rem;
	transform: translateX(-50%);
	z-index: 5;
	width: max-content;
	max-width: calc(100% - 2rem);
	margin: 0;
	padding: 0.55rem 1.15rem;
	background: rgba(15, 23, 42, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-text-editor p {
	margin: 0;
	text-align: center;
	font-size: 0.82rem !important;
	color: #e2e8f0 !important;
	letter-spacing: 0.02em;
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-text-editor strong {
	color: #fff;
	font-weight: 700;
}

.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-spacer {
	display: none;
}

/* Hover polish */
.elementor-section.lg-el-hero .elementor-column:last-child:hover .elementor-widget-image {
	transform: rotate(1deg) translateY(-6px);
}

/* Entrance animation hooks */
.elementor-section.lg-el-hero.lg-hero-loaded .elementor-column:first-child > .elementor-element-populated {
	animation: lgHeroTextIn 0.85s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.elementor-section.lg-el-hero.lg-hero-loaded .elementor-column:last-child .elementor-widget-image {
	animation: lgHeroVisualIn 0.95s cubic-bezier(0.4, 0, 0.2, 1) 0.12s both;
}

@keyframes lgHeroTextIn {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes lgHeroVisualIn {
	from {
		opacity: 0;
		transform: rotate(6deg) translateY(40px) scale(0.94);
	}
	to {
		opacity: 1;
		transform: rotate(2.5deg);
	}
}

@media (max-width: 991px) {
	.elementor-section.lg-el-hero > .elementor-container {
		flex-direction: column;
		min-height: auto;
	}

	.elementor-section.lg-el-hero h1.elementor-heading-title {
		max-width: none;
	}

	.elementor-section.lg-el-hero .elementor-column:last-child {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}

	.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-image {
		transform: none;
	}

	.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-image::before {
		transform: rotate(-2deg);
	}
}

@media (max-width: 767px) {
	.elementor-section.lg-el-hero .elementor-column:last-child {
		display: none;
	}

	.elementor-section.lg-el-hero .elementor-column:first-child {
		flex: 1 1 100%;
	}

	.elementor-section.lg-el-hero h1.elementor-heading-title {
		font-size: clamp(1.85rem, 8vw, 2.35rem) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-section.lg-el-hero.lg-hero-loaded .elementor-column:first-child > .elementor-element-populated,
	.elementor-section.lg-el-hero.lg-hero-loaded .elementor-column:last-child .elementor-widget-image {
		animation: none;
	}

	.elementor-section.lg-el-hero .elementor-column:last-child .elementor-widget-image,
	.elementor-section.lg-el-hero .elementor-column:last-child:hover .elementor-widget-image {
		transform: none;
		transition: none;
	}
}


/* --- luxury-modern.css --- */

/* Lawrence Goods â€” modern corporate strategy / Who We Are (v1.5.5) */

.elementor-section.lg-el-luxury {
	position: relative;
	background: linear-gradient(155deg, #0b1220 0%, #1a2744 38%, #1e3354 68%, #243556 100%) !important;
	color: #e2e8f0;
	padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 3vw, 1.5rem) !important;
	overflow: hidden;
}

/* Unified luxury block: vertically center the whole row inside the section */
/* Override Elementor inline section padding (80px) on unified block */
body.elementor-page .elementor-section.lg-el-luxury.lg-el-luxury-body {
	padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 3vw, 1.5rem) !important;
}

.elementor-section.lg-el-luxury.lg-el-luxury-body {
	display: flex !important;
	flex-direction: column;
	justify-content: center !important;
	align-items: stretch !important;
	min-height: clamp(520px, 62vh, 760px);
}

.elementor-section.lg-el-luxury::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.4;
	background-image:
		linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: radial-gradient(ellipse 90% 80% at 40% 30%, #000 15%, transparent 75%);
	pointer-events: none;
}

.elementor-section.lg-el-luxury::after {
	content: "";
	position: absolute;
	width: min(560px, 55vw);
	height: min(560px, 55vw);
	right: -12%;
	bottom: -25%;
	background: radial-gradient(circle, rgba(148, 163, 184, 0.12) 0%, transparent 68%);
	pointer-events: none;
}

.elementor-section.lg-el-luxury > .elementor-container {
	position: relative;
	z-index: 2;
	max-width: 1320px;
}

/* ── 3-column layout (intro + pillars + visuals) ── */
@media (min-width: 1024px) {
	.elementor-section.lg-el-luxury.lg-el-luxury-body > .elementor-container,
	.elementor-section.lg-el-luxury > .elementor-container:has(.elementor-col-100):has(.elementor-col-55):has(.elementor-col-45) {
		display: grid !important;
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.95fr);
		grid-template-rows: auto;
		gap: clamp(1.5rem, 3vw, 2.75rem);
		align-items: center;
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
		flex: 0 0 auto;
	}

	.elementor-section.lg-el-luxury.lg-el-luxury-body > .elementor-container > .elementor-column,
	.elementor-section.lg-el-luxury > .elementor-container:has(.elementor-col-100):has(.elementor-col-55):has(.elementor-col-45) > .elementor-column {
		align-self: center;
		width: auto !important;
		max-width: none !important;
	}

	.elementor-section.lg-el-luxury.lg-el-luxury-body > .elementor-container > .elementor-column > .elementor-element-populated,
	.elementor-section.lg-el-luxury > .elementor-container:has(.elementor-col-100):has(.elementor-col-55):has(.elementor-col-45) > .elementor-column > .elementor-element-populated {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: auto;
	}

	.elementor-section.lg-el-luxury.lg-el-luxury-body > .elementor-container .elementor-col-100,
	.elementor-section.lg-el-luxury > .elementor-container:has(.elementor-col-100):has(.elementor-col-55):has(.elementor-col-45) .elementor-col-100 {
		grid-column: 1;
		grid-row: 1;
	}

	.elementor-section.lg-el-luxury.lg-el-luxury-body > .elementor-container .elementor-col-55,
	.elementor-section.lg-el-luxury > .elementor-container:has(.elementor-col-100):has(.elementor-col-55):has(.elementor-col-45) .elementor-col-55 {
		grid-column: 2;
		grid-row: 1;
	}

	.elementor-section.lg-el-luxury.lg-el-luxury-body > .elementor-container .elementor-col-45,
	.elementor-section.lg-el-luxury > .elementor-container:has(.elementor-col-100):has(.elementor-col-55):has(.elementor-col-45) .elementor-col-45 {
		grid-column: 3;
		grid-row: 1;
	}

	.elementor-section.lg-el-luxury.lg-el-luxury-body > .elementor-container .elementor-col-100 .elementor-widget-spacer,
	.elementor-section.lg-el-luxury > .elementor-container:has(.elementor-col-100):has(.elementor-col-55):has(.elementor-col-45) .elementor-col-100 .elementor-widget-spacer {
		display: none !important;
	}
}

/* Split intro + body sections */
.elementor-section.lg-el-luxury-intro {
	padding-bottom: 1.75rem !important;
}

.elementor-section.lg-el-luxury-body {
	padding-top: 0 !important;
}

@media (min-width: 1024px) {
	/* Split body-only section (no intro column) */
	.elementor-section.lg-el-luxury-body:not(.lg-el-luxury) > .elementor-container,
	.elementor-section.lg-el-luxury-body > .elementor-container:not(:has(.elementor-col-100)) {
		display: flex !important;
		align-items: center;
		gap: clamp(2rem, 4vw, 3.5rem);
	}
}

/* â”€â”€ Intro typography â”€â”€ */
.elementor-section.lg-el-luxury h6.elementor-heading-title {
	display: inline-block;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #94a3b8 !important;
	padding-left: 0.9rem;
	border-left: 3px solid #64748b;
	margin-bottom: 1.15rem !important;
}

.elementor-section.lg-el-luxury h2.elementor-heading-title {
	font-family: var(--lg-font-display, "DM Sans", sans-serif);
	font-size: clamp(2.1rem, 4.2vw, 3.35rem) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	color: #fff !important;
	letter-spacing: -0.035em;
	margin-bottom: 1.15rem !important;
	max-width: 14ch;
}

.elementor-section.lg-el-luxury h2.elementor-heading-title::after {
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	margin-top: 1.15rem;
	background: linear-gradient(90deg, #94a3b8, transparent);
	border-radius: 999px;
}

.elementor-section.lg-el-luxury .elementor-col-100 .elementor-widget-text-editor p,
.elementor-section.lg-el-luxury-intro .elementor-widget-text-editor p {
	font-size: clamp(1rem, 1.7vw, 1.12rem);
	line-height: 1.78;
	color: #94a3b8 !important;
	max-width: 42ch;
	margin: 0;
}

/* â”€â”€ Strategy pillar cards â”€â”€ */
.elementor-section.lg-el-luxury .elementor-col-55 > .elementor-element-populated,
.elementor-section.lg-el-luxury-body .elementor-col-55 > .elementor-element-populated {
	padding: 0 !important;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-spacer,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-spacer {
	display: none !important;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-wrap,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-heading {
	margin: 0;
	padding: 1.15rem 1.25rem 0.4rem;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading + .elementor-widget-text-editor,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-heading + .elementor-widget-text-editor {
	margin: 0 0 0.25rem !important;
	padding: 0 1.25rem 1.2rem;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-top: none;
	border-radius: 0 0 16px 16px;
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading:hover,
.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading:hover + .elementor-widget-text-editor,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-heading:hover,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-heading:hover + .elementor-widget-text-editor {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
	border-color: rgba(255, 255, 255, 0.18);
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading:hover + .elementor-widget-text-editor,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-heading:hover + .elementor-widget-text-editor {
	transform: translateX(4px);
}

.elementor-section.lg-el-luxury h4.elementor-heading-title {
	font-family: var(--lg-font-display, "DM Sans", sans-serif) !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #f8fafc !important;
	margin: 0 !important;
	line-height: 1.35 !important;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-text-editor p,
.elementor-section.lg-el-luxury-body .elementor-col-55 .elementor-widget-text-editor p {
	color: #94a3b8 !important;
	line-height: 1.65;
	font-size: 0.92rem;
	margin: 0;
}

/* â”€â”€ Image stack â”€â”€ */
.elementor-section.lg-el-luxury .elementor-col-45 > .elementor-element-populated,
.elementor-section.lg-el-luxury-body .elementor-col-45 > .elementor-element-populated {
	position: relative;
	padding: 0 !important;
	min-height: clamp(280px, 32vw, 360px);
}

.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-spacer,
.elementor-section.lg-el-luxury-body .elementor-col-45 .elementor-widget-spacer {
	display: none !important;
}

.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-image:first-child,
.elementor-section.lg-el-luxury-body .elementor-col-45 .elementor-widget-image:first-child {
	position: relative;
	z-index: 2;
	width: 92%;
	margin-left: 0;
}

.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-image:first-child::before,
.elementor-section.lg-el-luxury-body .elementor-col-45 .elementor-widget-image:first-child::before {
	content: "";
	position: absolute;
	inset: -10px -10px -10px -10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 18px;
	z-index: -1;
	pointer-events: none;
}

.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-image:first-child img,
.elementor-section.lg-el-luxury-body .elementor-col-45 .elementor-widget-image:first-child img {
	border-radius: 16px;
	width: 100%;
	min-height: 240px;
	max-height: 320px;
	object-fit: cover;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
	transition: transform 0.45s ease;
}

.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-image:last-of-type,
.elementor-section.lg-el-luxury-body .elementor-col-45 .elementor-widget-image:last-of-type {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 58%;
}

.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-image:last-of-type img,
.elementor-section.lg-el-luxury-body .elementor-col-45 .elementor-widget-image:last-of-type img {
	border-radius: 14px;
	width: 100%;
	height: auto;
	min-height: 160px;
	max-height: 220px;
	object-fit: cover;
	border: 3px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	transition: transform 0.45s ease;
}

.elementor-section.lg-el-luxury .elementor-col-45:hover .elementor-widget-image:first-child img,
.elementor-section.lg-el-luxury-body .elementor-col-45:hover .elementor-widget-image:first-child img {
	transform: scale(1.02);
}

.elementor-section.lg-el-luxury .elementor-col-45:hover .elementor-widget-image:last-of-type img,
.elementor-section.lg-el-luxury-body .elementor-col-45:hover .elementor-widget-image:last-of-type img {
	transform: translateY(-6px);
}

/* â”€â”€ Entrance animations â”€â”€ */
.elementor-section.lg-el-luxury.lg-luxury-loaded .elementor-col-100,
.elementor-section.lg-el-luxury.lg-luxury-loaded .elementor-col-55,
.elementor-section.lg-el-luxury.lg-luxury-loaded .elementor-col-45,
.elementor-section.lg-el-luxury-intro.lg-luxury-loaded .elementor-column,
.elementor-section.lg-el-luxury-body.lg-luxury-loaded .elementor-column {
	animation: lgLuxuryFadeUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.elementor-section.lg-el-luxury.lg-luxury-loaded .elementor-col-55,
.elementor-section.lg-el-luxury-body.lg-luxury-loaded .elementor-col-55 {
	animation-delay: 0.12s;
}

.elementor-section.lg-el-luxury.lg-luxury-loaded .elementor-col-45,
.elementor-section.lg-el-luxury-body.lg-luxury-loaded .elementor-col-45 {
	animation-delay: 0.22s;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading:nth-of-type(1) {
	animation: lgLuxuryFadeUp 0.7s ease 0.3s both;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading:nth-of-type(2) {
	animation: lgLuxuryFadeUp 0.7s ease 0.42s both;
}

.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading:nth-of-type(3) {
	animation: lgLuxuryFadeUp 0.7s ease 0.54s both;
}

@keyframes lgLuxuryFadeUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1023px) {
	.elementor-section.lg-el-luxury h2.elementor-heading-title {
		max-width: none;
	}

	.elementor-section.lg-el-luxury .elementor-col-45 > .elementor-element-populated {
		min-height: auto;
		margin-top: 1.5rem;
	}

	.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-image:last-of-type {
		position: relative;
		width: 75%;
		margin: -3rem 0 0 auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-section.lg-el-luxury.lg-luxury-loaded .elementor-column,
	.elementor-section.lg-el-luxury .elementor-col-55 .elementor-widget-heading {
		animation: none;
	}

	.elementor-section.lg-el-luxury .elementor-col-45 .elementor-widget-image img {
		transition: none;
	}
}


/* --- categories-modern.css --- */

/* Lawrence Goods â€” product categories (v2.1.0 â€” 4 featured categories) */

.elementor-section.lg-el-categories {
	position: relative;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
	padding: clamp(3.5rem, 7vw, 5.5rem) 0 !important;
	overflow: hidden;
}

.elementor-section.lg-el-categories::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 10% 20%, rgba(26, 39, 68, 0.04) 0%, transparent 45%),
		radial-gradient(circle at 90% 80%, rgba(26, 39, 68, 0.05) 0%, transparent 40%);
	pointer-events: none;
}

/* â”€â”€ Force proper grid (fixes broken Elementor column widths) â”€â”€ */
.elementor-section.lg-el-categories > .elementor-container {
	position: relative;
	z-index: 1;
	max-width: 1200px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 1.5rem !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	flex: none !important;
}

@media (min-width: 768px) {
	.elementor-section.lg-el-categories > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 1.35rem !important;
	}

	.elementor-section.lg-el-categories > .elementor-container > .elementor-column:first-child {
		grid-column: 1 / -1 !important;
	}
}

@media (min-width: 1100px) {
	.elementor-section.lg-el-categories > .elementor-container {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 1.35rem !important;
	}

	.elementor-section.lg-el-categories > .elementor-container > .elementor-column:first-child {
		grid-column: 1 / -1 !important;
		margin-bottom: 0.75rem;
	}
}

/* â”€â”€ Section header â”€â”€ */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:first-child > .elementor-element-populated {
	padding: 0 !important;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
	text-align: center;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:first-child .elementor-widget-spacer {
	display: none !important;
}

.elementor-section.lg-el-categories h6.elementor-heading-title {
	display: inline-block;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--lg-gray, #64748b) !important;
	text-align: center !important;
	margin-bottom: 0.85rem !important;
}

.elementor-section.lg-el-categories h2.elementor-heading-title {
	font-family: var(--lg-font-display, "DM Sans", sans-serif);
	font-size: clamp(2rem, 4.2vw, 2.85rem) !important;
	font-weight: 700 !important;
	color: var(--lg-navy, #1a2744) !important;
	text-align: center !important;
	letter-spacing: -0.03em;
	line-height: 1.12 !important;
	margin: 0 auto 0.75rem !important;
	max-width: none !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:first-child .elementor-widget-text-editor p {
	text-align: center !important;
	color: var(--lg-gray, #64748b) !important;
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 560px;
	margin: 0 auto !important;
}

/* â”€â”€ Category cards â”€â”€ */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) {
	display: flex !important;
	align-items: stretch !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) > .elementor-element-populated {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	background: #fff !important;
	border: 1px solid rgba(26, 39, 68, 0.08) !important;
	border-radius: 18px !important;
	padding: 0 !important;
	overflow: hidden;
	height: 100% !important;
	min-height: 100% !important;
	box-shadow: 0 8px 30px rgba(26, 39, 68, 0.07) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) > .elementor-element-populated:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 45px rgba(26, 39, 68, 0.13) !important;
	border-color: rgba(26, 39, 68, 0.14) !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-wrap {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
}

/* Normalize card widget order (Home & Kitchen had heading before image in Elementor) */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image {
	order: 1;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-heading {
	order: 2;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-text-editor {
	order: 3;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button {
	order: 4;
}

/* Never hide category card images via scroll-reveal */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image,
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image.lg-reveal,
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image.lg-reveal.is-out {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
	clip-path: none !important;
	visibility: visible !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image img {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Number badges */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:nth-child(2) > .elementor-element-populated::before {
	content: "01";
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:nth-child(3) > .elementor-element-populated::before {
	content: "02";
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:nth-child(4) > .elementor-element-populated::before {
	content: "03";
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:nth-child(5) > .elementor-element-populated::before {
	content: "04";
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) > .elementor-element-populated::before {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	font-family: var(--lg-font-display, "DM Sans", sans-serif);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #fff;
	background: var(--lg-navy, #1a2744);
	padding: 0.3rem 0.55rem;
	border-radius: 6px;
	line-height: 1;
}

/* Image */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image {
	margin: 0;
	line-height: 0;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image img {
	display: block;
	width: 100% !important;
	height: 200px !important;
	max-height: 200px !important;
	object-fit: cover;
	border-radius: 0 !important;
	margin: 0 !important;
	transition: transform 0.45s ease;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child):hover .elementor-widget-image img {
	transform: scale(1.04);
}

/* Card content â€” compact, no stretch */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-heading,
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-text-editor,
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin: 0;
}

.elementor-section.lg-el-categories h3.elementor-heading-title {
	font-family: var(--lg-font-display, "DM Sans", sans-serif) !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	color: var(--lg-navy, #1a2744) !important;
	text-align: left !important;
	line-height: 1.3 !important;
	margin: 1rem 0 0.4rem !important;
	padding: 0 1.25rem;
	white-space: normal !important;
	word-break: normal;
	overflow-wrap: break-word;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-text-editor {
	flex: 1 1 auto;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-text-editor p {
	text-align: left !important;
	color: var(--lg-gray, #64748b) !important;
	font-size: 0.9rem !important;
	line-height: 1.55 !important;
	margin: 0 !important;
	padding-bottom: 0.25rem;
	flex: none !important;
	min-height: 0 !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button {
	text-align: left;
	padding: 0.85rem 1.25rem 1.25rem !important;
	margin: auto 0 0 !important;
	margin-top: auto !important;
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
	clip-path: none !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* Never hide category CTAs via scroll-reveal */
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button.lg-reveal,
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button.lg-reveal.is-out {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
	clip-path: none !important;
	visibility: visible !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button .elementor-button-link,
.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button .elementor-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: var(--lg-navy, #1a2744) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 0.75rem 1rem !important;
	font-weight: 600 !important;
	font-size: 0.86rem !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: background 0.25s ease, transform 0.25s ease;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button .elementor-button-text {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-button .elementor-button-link::after {
	content: none !important;
}

.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child):hover .elementor-widget-button .elementor-button-link {
	background: var(--lg-navy-light, #2d4268) !important;
	transform: translateY(-1px);
}

/* Kill conflicting rules from elementor-pages.css */
.elementor-section.lg-el-categories .elementor-col-33 {
	margin-bottom: 0 !important;
	width: 100% !important;
}

.elementor-section.lg-el-categories .elementor-col-33 > .elementor-element-populated {
	padding: 0 !important;
}

/* Animations */
.elementor-section.lg-el-categories.lg-categories-loaded > .elementor-container > .elementor-column {
	animation: lgCatIn 0.65s ease both;
}

.elementor-section.lg-el-categories.lg-categories-loaded > .elementor-container > .elementor-column:nth-child(2) { animation-delay: 0.08s; }
.elementor-section.lg-el-categories.lg-categories-loaded > .elementor-container > .elementor-column:nth-child(3) { animation-delay: 0.16s; }
.elementor-section.lg-el-categories.lg-categories-loaded > .elementor-container > .elementor-column:nth-child(4) { animation-delay: 0.24s; }
.elementor-section.lg-el-categories.lg-categories-loaded > .elementor-container > .elementor-column:nth-child(5) { animation-delay: 0.32s; }

@keyframes lgCatIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: none; }
}

@media (max-width: 767px) {
	.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) {
		margin-bottom: 0;
	}

	.elementor-section.lg-el-categories > .elementor-container > .elementor-column:not(:first-child) .elementor-widget-image img {
		height: 180px !important;
		max-height: 180px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-section.lg-el-categories.lg-categories-loaded > .elementor-container > .elementor-column,
	.elementor-section.lg-el-categories .elementor-widget-image img {
		animation: none !important;
		transition: none !important;
	}
}

