/*
 * Homepage About Us (.boxsunlons.home-about)
 * Industrial gold aesthetic — matches home-advantages / featured-products
 */

/* ── Section shell ── */
section.home-about-section {
	background: linear-gradient(180deg, #f0f0f0 0%, #e6e6e6 100%) !important;
	position: relative;
	overflow: hidden;
}

section.home-about-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--nav-gold, #FCC900) 18%,
		var(--nav-gold, #FCC900) 82%,
		transparent 100%
	);
	z-index: 2;
}

section.home-about-section .l-section-h {
	padding: 3rem 0 !important;
	position: relative;
	z-index: 1;
}

section.home-about-section .g-cols.type_default {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

section.home-about-section .vc_column-inner,
section.home-about-section .wpb_wrapper {
	padding: 0 !important;
	background: transparent !important;
}

/* ── Main card ── */
.home-about.boxsunlons {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	background: #fff !important;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	float: none !important;
	width: 100% !important;
}

.home-about.boxsunlons::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 8%;
	bottom: 8%;
	width: 1px;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(252, 201, 0, 0.45) 20%,
		rgba(252, 201, 0, 0.45) 80%,
		transparent 100%
	);
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 3;
}

/* ── Image column ── */
.home-about .imgsun {
	float: none !important;
	width: 50% !important;
	position: relative;
	overflow: hidden;
	line-height: 0;
	background: #1a1a1a;
}

.home-about .imgsun::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		rgba(252, 201, 0, 0.12) 0%,
		transparent 55%
	);
	z-index: 1;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.home-about .imgsun::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--nav-gold, #FCC900);
	z-index: 2;
}

.home-about .imgsun a {
	display: block;
	height: 100%;
}

.home-about .imgsun img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 380px;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-about .imgsun:hover img {
	transform: scale(1.05);
}

/* ── Content column ── */
.home-about .infosun {
	float: none !important;
	width: 50% !important;
	margin: 0 !important;
	clear: none !important;
	padding: 3rem 3.2rem 2.8rem !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.home-about .infosun::before {
	content: "WHO WE ARE";
	display: block;
	font-family: "Syne", "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--nav-gold, #FCC900);
	margin-bottom: 0.85rem;
}

.home-about .infosun h3 {
	font-family: "Syne", "Segoe UI", sans-serif !important;
	font-size: clamp(1.75rem, 2.8vw, 2.25rem) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin: 0 0 1.25rem !important;
	padding: 0 !important;
	color: #1a1a1a !important;
	position: relative;
}

.home-about .infosun h3::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: var(--nav-gold, #FCC900);
	margin-top: 0.85rem;
	border-radius: 2px;
}

.home-about .infosun h3 a {
	color: #1a1a1a !important;
	text-decoration: none;
	transition: color 0.25s ease;
}

.home-about .infosun h3 a:hover {
	color: #b89400 !important;
}

.home-about .infosun p,
.home-about .infosun .MsoNormal {
	color: #555 !important;
	font-size: 1rem !important;
	line-height: 1.7 !important;
	margin: 0 !important;
	max-width: 36em;
}

/* ── Read More CTA ── */
.home-about .buttonsun2.w-btn {
	display: inline-flex !important;
	align-items: center;
	gap: 0.5rem;
	margin: 1.75rem 0 0 !important;
	padding: 0.85rem 1.75rem !important;
	background: var(--nav-gold, #FCC900) !important;
	color: #1a1a1a !important;
	font-family: "Syne", "Segoe UI", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: none !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 16px rgba(252, 201, 0, 0.35);
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	align-self: flex-start;
}

.home-about .buttonsun2.w-btn::after {
	content: "→";
	font-size: 1.1em;
	transition: transform 0.3s ease;
}

.home-about .buttonsun2.w-btn:hover {
	background: #e6b800 !important;
	color: #111 !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(252, 201, 0, 0.45);
}

.home-about .buttonsun2.w-btn:hover::after {
	transform: translateX(4px);
}

.home-about .buttonsun2 .w-btn-label {
	color: inherit !important;
}

/* ── Entrance animation ── */
@keyframes homeAboutFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.home-about .imgsun {
	animation: homeAboutFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-about .infosun {
	animation: homeAboutFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

/* ── Responsive ── */
@media (max-width: 991px) {
	section.home-about-section .l-section-h {
		padding: 2.5rem 0 !important;
	}

	.home-about.boxsunlons::after {
		display: none;
	}

	.home-about .imgsun,
	.home-about .infosun {
		width: 100% !important;
	}

	.home-about .imgsun img {
		min-height: 260px;
	}

	.home-about .infosun {
		padding: 2rem 1.75rem 2.25rem !important;
	}
}

@media (max-width: 767px) {
	section.home-about-section .g-cols.type_default {
		padding: 0 16px;
	}

	.home-about .buttonsun2.w-btn {
		display: inline-flex !important;
		width: 100%;
		justify-content: center;
	}

	.home-about .infosun h3 {
		font-size: 1.65rem !important;
	}
}
