/* ==========================================================================
   ELVARA FINANCE — about.css
   Every spacing, font-size, font-weight, line-height value lives here.
   Font-family and color inherited from global.css only.
   Organised section by section matching about.php.
   ========================================================================== */


/* ==========================================================================
   1. HERO
   ========================================================================== */

.about-hero {
	padding-top: 60px;
	padding-bottom: 80px;
}

.about-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 64px;
}

.about-hero__copy {
	display: flex;
	flex-direction: column;
}

.about-hero__eyebrow {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 16px;
}

.about-hero__heading {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 24px;
}

.about-hero__divider {
	display: block;
	width: 120px;
	height: auto;
	margin-bottom: 20px;
}

.about-hero__body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	margin-bottom: 16px;
}

.about-hero__statement {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.about-hero__visual {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.about-hero__card-img {
	width: 100%;
	max-width: 520px;
	height: auto;
	display: block;
}


/* ==========================================================================
   2. WHAT ELVARA DOES / WHY ELVARA EXISTS
   ========================================================================== */

.about-what {
	padding-top: 0;
	padding-bottom: 80px;
}

.about-what__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 80px;
	padding-top: 0px;
}

/* Left column */
.about-what__left {
	display: flex;
	flex-direction: column;
}

.about-what__eyebrow {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}

.about-what__body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	margin-bottom: 16px;
}

.about-what__info-box {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #EAF4F0;
	border-left: 3px solid var(--color-accent);
	border-radius: 4px;
	padding: 16px 18px;
	margin-bottom: 20px;
}


.about-what__info-icon {
	flex-shrink: 0;
	margin-top: 1px;
}

.about-what__info-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.about-what__info-text {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--color-accent);
	margin-bottom: 0px;
}

.about-what__closing {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--color-accent);
}

/* Right column */
.about-what__right {
	display: flex;
	flex-direction: column;
}

.about-what__right-eyebrow {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}

.about-what__right-body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 4px;
}

.about-what__right-body:last-child {
	margin-bottom: 0;
}


/* ==========================================================================
   3. FOUNDER
   ========================================================================== */

.about-founder {
	padding-top: 0;
	padding-bottom: 80px;
}

.about-founder__inner {
	display: grid;
	grid-template-columns: 320px 1fr;
	align-items: center;
	gap: 24px;
	padding-top: 0px;
}

/* Photo */
.about-founder__photo-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about-founder__photo {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

/* Bio */
.about-founder__bio {
	display: flex;
	flex-direction: column;
}

.about-founder__eyebrow {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 12px;
}

.about-founder__name {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 4px;
}

.about-founder__role {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-accent);
	margin-bottom: 20px;
}

.about-founder__body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 16px;
}

.about-founder__body:last-child {
	margin-bottom: 0;
}


/* ==========================================================================
   4. HOW WE'RE STRUCTURED
   ========================================================================== */

.about-structure {
	padding-top: 0;
	padding-bottom: 80px;
}

/* Top row: heading left, paragraphs right */
.about-structure__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 80px;
	padding-top: 0px;
	margin-bottom: 40px;
}

.about-structure__intro {
	display: flex;
	flex-direction: column;
}

.about-structure__eyebrow {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 16px;
}

.about-structure__heading {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 0;
}

.about-structure__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-structure__body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	margin-bottom: 16px;
}

.about-structure__body:last-child {
	margin-bottom: 0;
}

/* Bottom row: 3 cards side by side */
.about-structure__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.structure-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 16px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-card);
}
.structure-card__body {
    margin-bottom: 0px;
}
.structure-card__icon {
	flex-shrink: 0;
}

.structure-card__icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.structure-card__text {
	display: flex;
	flex-direction: column;
}

.structure-card__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 6px;
}

.structure-card__body {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

/* ==========================================================================
   5. CERTIFICATIONS
   ========================================================================== */

.about-certs {
	padding-top: 0;
	padding-bottom: 60px;
}

.about-certs__eyebrow {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 0px;
}

.about-certs__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 4px;
}

.cert-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 16px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-card);
}

.cert-card__logo {
	flex-shrink: 0;
}

.cert-card__logo img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.cert-card__text {
	display: flex;
	flex-direction: column;
}

.cert-card__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
}

.cert-card__body {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0px;
}


/* ==========================================================================
   6. APPROACH BAND
   ========================================================================== */

.about-approach {
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: rgba(25, 129, 102, 0.10);
}

.about-approach__inner {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	gap: 40px;
}

/* Left */
.about-approach__intro {
	display: flex;
	flex-direction: column;
}

.about-approach__eyebrow {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}

.about-approach__heading {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
}

/* Right — 3 items stacked */
.about-approach__items {
	display: flex;
	flex-direction: row;
	gap: 0;
}

.approach-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	flex: 1;
	padding-inline: 20px;
	border-left: 1px solid var(--color-border);
}

.approach-item:first-child {
	padding-left: 0;
	border-left: none;
}

.approach-item__icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.approach-item__icon img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.approach-item__text {
	display: flex;
	flex-direction: column;
}

.approach-item__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4px;
}

.approach-item__body {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0px;
}



/* ==========================================================================
   8. RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
	.about-hero__heading {
		font-size: 38px;
	}

	.about-structure__heading {
		font-size: 28px;
	}

	.about-approach__heading {
		font-size: 30px;
	}
	
	/* Structure */
	.about-structure__top {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.about-structure__copy {
		justify-content: flex-start;
	}

	.about-structure__cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

@media (max-width: 900px) {

	/* Hero */
	.about-hero__inner {
		grid-template-columns: 1fr;
		gap: 0px;
	}

	.about-hero__visual {
		justify-content: center;
	}

	.about-hero__card-img {
		max-width: 100%;
	}

	.about-hero__heading {
		font-size: 34px;
	}

	/* What */
	.about-what__inner {
		grid-template-columns: 1fr;
		gap: 0px;
	}

	/* Founder */
	.about-founder__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.about-founder__photo-wrap {
		align-items: flex-start;
	}

	/* Structure */
	.about-structure__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	/* Certs */
	.about-certs__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	/* Approach */
	/* Approach */
	.about-approach__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-approach__items {
		flex-direction: column;
		gap: 24px;
	}

	.approach-item {
		border-left: none;
		padding-inline: 0;
	}

	/* CTA */
	.about-cta__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}

	.about-cta .btn--primary {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 600px) {
    .about-hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
	.about-hero__heading {
		font-size: 28px;
	}
	
	.about-what {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    .about-founder {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    .about-structure {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    .about-structure__top {
        grid-template-columns: 1fr;
        gap: 0px;
        margin-bottom: 24px;
    }

	.about-structure__heading {
		font-size: 24px;
	}

	.about-approach__heading {
		font-size: 26px;
	}

	.about-cta__heading {
		font-size: 24px;
	}

	.about-founder__photo {
		width: 200px;
		height: 200px;
	}
	
	.about-certs {
        padding-top: 0;
        padding-bottom: 40px;
    }
}