/* =====================================================================
   Top Grade Movers — pages/about.css
   About page (pages/template-about.php) section styles only. Shared
   section primitives (mission/vision, stats bar, process, CTA band,
   section shells) live in components/sections.css.
   ===================================================================== */

/* =========================================================
   1. HERO / BANNER (brown, image right)
   Base component: `.hero-banner` in components/sections.css — shared
   with the Contact page. Only the About-specific deltas live here.
   ========================================================= */
.hero-banner--about .hero-banner__inner {
	max-width: 1200px;
}

.hero-banner--about .hero-banner__text {
	max-width: 560px;
}

/* =========================================================
   2. OUR STORY (white, image + text)
   ========================================================= */
.about-story {
	background: var(--background-color);
	padding-block: var(--section-spacing);
}

.about-story__media {
	position: relative;
	display: inline-block;
	width: 100%;
	background: var(--light-bg);
	border-radius: var(--radius-md);
	aspect-ratio: 3 / 3;
}

.about-story__img {
	width: 100%;
	height: 100%;
	border-radius: var(--radius-md);
	position: relative;
	z-index: 1;
	object-fit: cover;
}

.about-story__corner {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 160px;
	height: 160px;
	border: 2px solid var(--primary-color);
	border-radius: var(--radius-md);
	z-index: 0;
}

.about-story__badge {
	position: absolute;
	left: -26px;
	bottom: -26px;
	z-index: 2;
	background: var(--primary-color);
	color: var(--text-color-light);
	border-radius: var(--radius-md);
	padding: 1.6rem 2.2rem;
	box-shadow: var(--shadow-md);
}

.about-story__badge-num {
	display: block;
	font-family: var(--font-primary);
	font-weight: var(--font-weight-extrabold);
	font-size: 2.5rem;
	line-height: 1;
	position: relative;
}

.about-story__badge-num::after {
	content: '+';
}

.about-story__badge-label {
	display: block;
	margin-top: .35rem;
	font-size: .72rem;
	font-weight: var(--font-weight-semibold);
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(var(--white-rgb), .9);
}

.about-story__heading {
	font-weight: var(--font-weight-extrabold);
	font-size: clamp(2.25rem, 3.6vw, 3.25rem);
	line-height: 1.08;
	color: var(--heading-color);
	margin: var(--gap-sm) 0 var(--gap-lg);
}

.about-story__heading i {
	font-style: italic;
}

.about-story__body p {
	margin-bottom: 1.15rem;
}

.about-story__body p:last-child {
	margin-bottom: 0;
}

.about-story__body b,
.about-story__body strong {
	color: var(--primary-color);
	font-weight: var(--font-weight-bold);
}

.about-story__signature {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-top: 1.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--border-color);
}

.about-story__wordmark {
	font-family: var(--font-primary);
	font-weight: var(--font-weight-extrabold);
	font-size: 1.75rem;
	color: var(--heading-color);
	letter-spacing: var(--heading-letter-spacing);
}

.about-story__sign-meta {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.about-story__sign-name {
	font-weight: var(--font-weight-bold);
	color: var(--heading-color);
	font-size: .95rem;
}

.about-story__sign-role {
	color: var(--muted-color);
	font-size: var(--body-size-xs);
}

/* Default every lazy-loaded image on this page to cover its box; the
   story photo (.about-story__img) keeps its natural aspect instead. */
img:is([sizes=auto i], [sizes^="auto," i]):not(.about-story__img) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-banner--about .hero-banner__bg {
	overflow: hidden;
}

/* =========================================================
   3. CORE VALUES (light, 4 numbered cards)
   ========================================================= */
.values {
	position: relative;
	overflow: hidden;
}

.values__glow {
	position: absolute;
	top: -60px;
	left: -60px;
	width: 320px;
	height: 320px;
	border-radius: var(--radius-full);
	background: radial-gradient(circle, rgba(var(--primary-rgb), .10) 0%, transparent 70%);
	pointer-events: none;
}

.values__head {
	margin-bottom: 3.25rem;
}

.values__heading {
	font-weight: var(--font-weight-extrabold);
	font-size: clamp(2.25rem, 4vw, 3.25rem);
	color: var(--heading-color);
}

.value-card {
	position: relative;
	background: var(--background-color);
	border: 1px solid var(--border-color);
	border-radius: var(--radius-md);
	padding: 2.25rem 1.9rem;
	overflow: hidden;
	transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.value-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
}

.value-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: var(--radius-md);
	background: rgba(var(--primary-rgb), .12);
	color: var(--primary-color);
	margin-bottom: 1.6rem;
}

.value-card__icon svg {
	width: 32px;
	height: 32px;
}

.value-card__icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.value-card__title {
	font-weight: var(--font-weight-bold);
	font-size: var(--h5-size);
	color: var(--heading-color);
	margin-bottom: .75rem;
}

.value-card__text {
	color: var(--text-color);
	font-size: .95rem;
	margin: 0;
}

.value-card__num {
	position: absolute;
	right: var(--gap-sm);
	bottom: -.1rem;
	font-family: var(--font-primary);
	font-weight: var(--font-weight-extrabold);
	font-size: 4.5rem;
	line-height: 1;
	color: rgba(var(--primary-rgb), 0.05);
	pointer-events: none;
}

/* =========================================================
   4. WHY CHOOSE US (white, checklist)
   ========================================================= */
.about-wcu {
	background: var(--background-color);
	padding-block: var(--section-spacing);
}

.about-wcu__heading {
	font-weight: var(--font-weight-extrabold);
	font-size: clamp(2rem, 4.5vw, 4rem);
	line-height: 1.02;
	color: var(--heading-color);
}

.about-wcu__heading .text-outline {
	color: var(--heading-color);
}

.wcu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.9rem;
}

.wcu-item {
	display: flex;
	gap: 1.35rem;
	align-items: flex-start;
}

.wcu-item__mark {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: var(--radius-full);
	background: var(--primary-color);
	color: var(--text-color-light);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(var(--primary-rgb), .35);
}

.wcu-item__mark svg {
	width: 20px;
	height: 20px;
}

.wcu-item__title {
	font-weight: var(--font-weight-bold);
	font-size: 1.2rem;
	color: var(--heading-color);
	margin-bottom: .4rem;
}

.wcu-item__text {
	color: var(--text-color);
	font-size: .98rem;
	margin: 0;
}

/* =========================================================
   5. OUR JOURNEY (dark, vertical timeline)
   ========================================================= */
.journey {
	position: relative;
	overflow: hidden;
}

.journey__edge {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: var(--primary-color);
}

.journey__head {
	margin-bottom: 4.375rem;
}

.journey__heading {
	font-weight: var(--font-weight-light);
	font-size: clamp(2.25rem, 4.5vw, 3.75rem);
	line-height: 1.1;
	color: var(--text-color-light);
}

.timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 29px;
	top: 10px;
	bottom: 10px;
	width: 2px;
	background: linear-gradient(to bottom, var(--primary-color) 0%, rgba(var(--primary-rgb), .15) 8%, rgba(var(--primary-rgb), .15) 100%);
}

.timeline__item {
	position: relative;
	padding-left: 5.625rem;
	padding-bottom: 2.875rem;
}

.timeline__item:last-child {
	padding-bottom: 0;
}

.timeline__dot {
	position: absolute;
	left: 18px;
	top: 2px;
	width: 24px;
	height: 24px;
	border-radius: var(--radius-full);
	border: 3px solid var(--primary-color);
	background: var(--dark-bg);
}

.timeline__dot::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: var(--radius-full);
	background: var(--primary-color);
	transform: translate(-50%, -50%);
}

.timeline__label {
	display: block;
	color: var(--primary-color);
	font-weight: var(--font-weight-extrabold);
	font-size: var(--body-size-xs);
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: .375rem;
}

.timeline__title {
	font-weight: var(--font-weight-extrabold);
	font-size: var(--h4-size);
	line-height: 1.5;
	letter-spacing: -.01em;
	color: var(--text-color-light);
	margin-bottom: .375rem;
}

.timeline__text {
	color: rgba(var(--white-rgb), .72);
	font-size: var(--body-size-sm);
	line-height: 1.8;
	margin: 0;
	max-width: 680px;
}
