/* L1 About Section — 1200px content, no left/right padding */

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

.l1-as {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	--l1-as-brown: #8b5e3c;
	--l1-as-purple: #3d1f5c;
	--l1-as-dark: #1a1a1a;
	--l1-as-body: #2a2a2a;
}

.l1-as__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 56px;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.l1-as__media {
	position: relative;
	margin: 0;
	padding: 18px 0 0 18px;
	box-sizing: border-box;
}

.l1-as__dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 92px;
	height: 210px;
	z-index: 0;
	pointer-events: none;
	background-image: radial-gradient(var(--l1-as-brown) 1.4px, transparent 1.5px);
	background-size: 14px 14px;
	background-position: 0 0;
	background-repeat: repeat;
}

.l1-as__figure {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 22px;
	line-height: 0;
}

.l1-as__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	border-radius: 22px;
}

.l1-as__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.l1-as__eyebrow {
	margin: 0 0 14px;
	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: var(--l1-as-brown);
}

.l1-as__heading {
	margin: 0 0 20px;
	padding: 0;
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(30px, 3.2vw, 42px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--l1-as-dark);
}

.l1-as__heading-dark,
.l1-as__heading-accent {
	display: block;
}

.l1-as__heading-accent {
	color: var(--l1-as-purple);
}

.l1-as__text {
	margin: 0;
	padding: 0;
	max-width: 520px;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--l1-as-body);
}

.l1-as__text--second {
	margin-top: 18px;
}

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

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

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

/* Desktop keeps designed line breaks; tablet/mobile wrap naturally */
@media (max-width: 991px) {
	.elementor-widget-l1_about_section > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.l1-as-br {
		display: none;
	}

	.l1-as__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.l1-as__media {
		padding: 14px 0 0 14px;
		max-width: 640px;
	}

	.l1-as__text {
		max-width: none;
	}
}

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

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

	.l1-as__dots {
		width: 70px;
		height: 150px;
		background-size: 12px 12px;
	}

	.l1-as__heading {
		font-size: 28px;
	}
}
