/* L1 Our Work — transparent bg, 1200px content, no desktop side padding */

.elementor-widget-l1_our_work,
.elementor-widget-l1_our_work > .elementor-widget-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.l1-ow {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
}

.l1-ow__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.l1-ow__header {
	text-align: center;
	margin: 0 0 36px;
	padding: 0;
}

.l1-ow__eyebrow {
	margin: 0 0 10px;
	padding: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8b7355;
}

.l1-ow__heading {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #1a1a1a;
}

.l1-ow__rule {
	display: block;
	width: 56px;
	height: 4px;
	margin: 14px auto 0;
	padding: 0;
	border: 0;
	background: #3d1f5c;
}

.l1-ow__slider {
	position: relative;
	width: 100%;
	margin: 0 0 32px;
}

.l1-ow__track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l1-ow-item {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 18px;
	height: 179px;
	min-height: 179px;
	max-height: 179px;
	background: #ebe7f0;
}

.l1-ow-item__link {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.l1-ow-item__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
}

.l1-ow-item__placeholder {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #ebe7f0, #d9d2e4);
}

.l1-ow__nav {
	display: none;
}

.l1-ow__cta {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.l1-ow__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 14px 26px;
	border: 0;
	border-radius: 6px;
	background: #3d1f5c;
	color: #ffffff;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.l1-ow__btn:hover {
	opacity: 0.92;
	color: #ffffff;
	transform: translateY(-1px);
}

.l1-ow__btn-icon {
	display: block;
	flex: 0 0 auto;
}

@media (max-width: 991px) {
	.elementor-widget-l1_our_work > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.l1-ow__inner {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.l1-ow__header {
		margin-bottom: 28px;
	}

	.l1-ow__slider {
		margin-bottom: 28px;
	}

	.l1-ow__track {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 4px;
	}

	.l1-ow__track::-webkit-scrollbar {
		display: none;
	}

	.l1-ow-item {
		flex: 0 0 42%;
		max-width: 42%;
		height: 179px;
		min-height: 179px;
		max-height: 179px;
		scroll-snap-align: start;
		border-radius: 16px;
	}

	.l1-ow__nav {
		position: absolute;
		top: 50%;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.92);
		color: #3d1f5c;
		box-shadow: 0 4px 14px rgba(26, 26, 26, 0.16);
		cursor: pointer;
		transform: translateY(-50%);
	}

	.l1-ow__nav--prev { left: 4px; }
	.l1-ow__nav--next { right: 4px; }
}

@media (max-width: 640px) {
	.elementor-widget-l1_our_work > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.l1-ow__inner {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.l1-ow-item {
		flex: 0 0 68%;
		max-width: 68%;
		height: 179px;
		min-height: 179px;
		max-height: 179px;
		border-radius: 14px;
	}

	.l1-ow__btn {
		padding: 13px 22px;
		font-size: 14px;
	}
}
