/**
 * About page — intro, origin story, audience, beliefs.
 * Tight vertical rhythm; each section has a distinct visual hook.
 */

.page-about .ll-about-page {
	padding: 0;
	background: var(--wp--preset--color--surface-light, #f4f7fb);
}

/* ── Shared typography ── */
.page-about .ll-about-page .ll-section-eyebrow {
	text-align: left;
	margin-bottom: 0.5rem;
}

.page-about .ll-about-page__heading {
	margin: 0.25rem 0 0.6rem;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.5rem, 2.6vw, 1.875rem);
	font-weight: 700;
	line-height: 1.18;
	color: var(--ll-text, #1a2b3c);
	text-wrap: balance;
	letter-spacing: -0.02em;
}

.page-about .ll-about-page__heading--center {
	text-align: center;
}

.page-about .ll-about-page__deck {
	margin: 0 0 0.65rem;
	font-size: 1.0625rem;
	line-height: 1.55;
	font-weight: 600;
	color: var(--ll-text, #1a2b3c);
}

.page-about .ll-about-page__text {
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #5b6b7c;
}

.page-about .ll-about-page__text:last-child {
	margin-bottom: 0;
}

.page-about .ll-about-page__text--center {
	text-align: center;
	max-width: 38rem;
	margin-inline: auto;
}

.page-about .ll-about-page__link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.page-about .ll-about-page__link-row a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

/* ── Section 1: Intro ── */
.page-about .ll-about-page__section--intro {
	padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
	background: linear-gradient(180deg, #fff 0%, var(--wp--preset--color--surface-light, #f4f7fb) 100%);
	border-bottom: 1px solid rgba(3, 98, 248, 0.06);
}

.page-about .ll-about-page__section--intro .ll-about-page__split {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: center;
}

@media (min-width: 768px) {
	.page-about .ll-about-page__section--intro .ll-about-page__split {
		grid-template-columns: 1fr 1fr;
		gap: clamp(1.5rem, 3vw, 2.5rem);
	}
}

.page-about .ll-about-page__split-content {
	position: relative;
	padding-left: 1rem;
	border-left: 3px solid var(--wp--preset--color--primary, #0066ff);
}

.page-about .ll-about-page__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
}

.page-about .ll-about-page__stats li {
	padding: 0.55rem 0.5rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(3, 98, 248, 0.1);
	text-align: center;
}

.page-about .ll-about-page__stat-value {
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--wp--preset--color--primary, #0066ff);
}

.page-about .ll-about-page__stat-label {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.6875rem;
	line-height: 1.3;
	font-weight: 500;
	color: #5b6b7c;
}

.page-about .ll-about-page__highlights {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0.65rem 0.75rem;
	display: grid;
	gap: 0.4rem;
	border-radius: 10px;
	background: rgba(3, 98, 248, 0.04);
	border: 1px solid rgba(3, 98, 248, 0.08);
}

.page-about .ll-about-page__highlights li {
	position: relative;
	padding-left: 1.2rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #3d4f61;
}

.page-about .ll-about-page__highlights li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--wp--preset--color--primary, #0066ff);
}

.page-about .ll-about-page__section--intro .ll-about-page__split-media {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(26, 43, 60, 0.12);
	border: 1px solid rgba(3, 98, 248, 0.1);
	background: #fff;
}

.page-about .ll-about-page__section--intro .ll-about-page__split-media img {
	display: block;
	width: 100%;
	max-height: clamp(160px, 22vw, 260px);
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center 40%;
}

.page-about .ll-about-page__section--intro .ll-about-page__split-media figcaption {
	padding: 0.6rem 0.85rem 0.75rem;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #5b6b7c;
	text-align: center;
	font-style: italic;
}

/* ── Section 2: Origin story ── */
.page-about .ll-about-page__section--origin {
	padding: 0;
	background: #fff;
}

.page-about .ll-about-page__origin-split {
	display: grid;
	align-items: stretch;
}

@media (min-width: 900px) {
	.page-about .ll-about-page__origin-split {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		min-height: min(640px, 75vh);
	}
}

.page-about .ll-about-page__origin-visual {
	position: relative;
	min-height: clamp(220px, 42vw, 360px);
	overflow: hidden;
}

@media (min-width: 900px) {
	.page-about .ll-about-page__origin-visual {
		min-height: 100%;
	}
}

.page-about .ll-about-page__origin-visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.page-about .ll-about-page__origin-visual-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		165deg,
		rgba(2, 12, 42, 0.15) 0%,
		rgba(2, 12, 42, 0.55) 55%,
		rgba(2, 12, 42, 0.95) 100%
	);
}

.page-about .ll-about-page__origin-pull {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: clamp(1rem, 3vw, 1.75rem);
	border: 0;
}

.page-about .ll-about-page__origin-pull p {
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.0625rem, 2.2vw, 1.375rem);
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
	text-wrap: balance;
}

.page-about .ll-about-page__origin-pull p::before {
	content: "\201C";
	display: block;
	margin-bottom: 0.15rem;
	font-size: 1.75rem;
	line-height: 1;
	color: var(--wp--preset--color--primary, #0066ff);
	opacity: 0.9;
}

.page-about .ll-about-page__origin-narrative {
	padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2.25rem);
}

@media (min-width: 900px) {
	.page-about .ll-about-page__origin-narrative {
		padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
		overflow-y: auto;
	}
}

.page-about .ll-about-page__origin-title {
	margin: 0.2rem 0 0.5rem;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--ll-text, #1a2b3c);
	text-wrap: balance;
	letter-spacing: -0.02em;
}

.page-about .ll-about-page__origin-lead {
	margin: 0 0 1.25rem;
	padding-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.55;
	font-weight: 500;
	color: #3d4f61;
	border-bottom: 1px solid rgba(26, 43, 60, 0.08);
}

.page-about .ll-about-page__origin-chapter {
	margin-bottom: 1.15rem;
	padding-bottom: 1.15rem;
	border-bottom: 1px solid rgba(26, 43, 60, 0.06);
}

.page-about .ll-about-page__origin-chapter:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.page-about .ll-about-page__origin-kicker {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.3rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary, #0066ff);
}

.page-about .ll-about-page__origin-kicker::before {
	content: attr(data-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	border-radius: 6px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	background: var(--wp--preset--color--primary, #0066ff);
}

.page-about .ll-about-page__origin-chapter-title {
	margin: 0 0 0.45rem;
	font-family: "DM Sans", sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--ll-text, #1a2b3c);
}

.page-about .ll-about-page__origin-chapter--solution {
	margin-top: 0;
	padding: 0.85rem 0 0.85rem 0.9rem;
	border-left: 3px solid var(--wp--preset--color--primary, #0066ff);
	border-bottom: 0;
	background: linear-gradient(90deg, rgba(3, 98, 248, 0.05) 0%, transparent 100%);
	border-radius: 0 8px 8px 0;
}

.page-about .ll-about-page__origin-emphasis {
	padding: clamp(1.25rem, 2.5vw, 1.75rem) 0;
	background: var(--wp--preset--color--navy, #020c2a);
	text-align: center;
}

.page-about .ll-about-page__origin-emphasis-text {
	margin: 0 auto;
	max-width: 34rem;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.0625rem, 2.2vw, 1.375rem);
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	text-wrap: balance;
}

/* ── Section 3: Audience ── */
.page-about .ll-about-page__section--audience {
	padding: 0;
	background: #fff;
	border-block: 1px solid rgba(3, 98, 248, 0.06);
}

.page-about .ll-about-page__section--audience .ll-about-page__split {
	display: grid;
	align-items: stretch;
}

@media (min-width: 768px) {
	.page-about .ll-about-page__section--audience .ll-about-page__split {
		grid-template-columns: 1fr 1fr;
		min-height: clamp(220px, 26vw, 320px);
	}

	.page-about .ll-about-page__section--audience .ll-about-page__split--reverse .ll-about-page__split-media {
		order: -1;
	}
}

.page-about .ll-about-page__split-media--bleed {
	margin: 0;
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: clamp(160px, 28vw, 260px);
}

.page-about .ll-about-page__split-media--bleed::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, transparent 60%, rgba(255, 255, 255, 0.85) 100%);
	pointer-events: none;
}

@media (max-width: 767px) {
	.page-about .ll-about-page__split-media--bleed::after {
		background: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.9) 100%);
	}
}

.page-about .ll-about-page__split-media--bleed img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

@media (min-width: 768px) {
	.page-about .ll-about-page__split-media--bleed {
		min-height: clamp(220px, 26vw, 320px);
	}
}

.page-about .ll-about-page__split-content--inset {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2.25rem);
}

@media (min-width: 1200px) {
	.page-about .ll-about-page__split-content--inset {
		padding-inline: clamp(2rem, 4vw, 3.5rem);
	}
}

.page-about .ll-about-page__audience-hook {
	margin: 0 0 0.65rem;
	padding: 0.5rem 0.75rem;
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--wp--preset--color--navy, #020c2a);
	background: rgba(3, 98, 248, 0.07);
	border-left: 3px solid var(--wp--preset--color--primary, #0066ff);
}

.page-about .ll-about-page__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

.page-about .ll-about-page__tags li {
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--wp--preset--color--navy, #020c2a);
	background: #fff;
	border: 1px solid rgba(3, 98, 248, 0.15);
	box-shadow: 0 2px 6px rgba(26, 43, 60, 0.04);
}

/* ── Section 4: Beliefs + CTA ── */
.page-about .ll-about-page__section--beliefs {
	padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
	background: var(--wp--preset--color--surface-light, #f4f7fb);
}

.page-about .ll-about-page__beliefs-intro {
	max-width: 36rem;
	margin-inline: auto;
	text-align: center;
	margin-bottom: 1.25rem;
}

.page-about .ll-about-page__beliefs-intro .ll-section-eyebrow {
	display: block;
	text-align: center;
}

.page-about .ll-about-page__values-wrap {
	max-width: 1080px;
	margin-inline: auto;
}

.page-about .ll-about-page__values {
	display: grid;
	gap: 0.75rem;
}

@media (min-width: 768px) {
	.page-about .ll-about-page__values {
		grid-template-columns: repeat(3, 1fr);
		gap: 0.85rem;
	}
}

.page-about .ll-about-page__value {
	position: relative;
	padding: 1rem 1rem 1rem 1.1rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(3, 98, 248, 0.08);
	box-shadow: 0 4px 16px rgba(26, 43, 60, 0.05);
	overflow: hidden;
}

.page-about .ll-about-page__value::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--wp--preset--color--primary, #0066ff), #4d9fff);
}

.page-about .ll-about-page__value-num {
	display: block;
	margin-bottom: 0.35rem;
	font-family: "DM Sans", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--primary, #0066ff);
}

.page-about .ll-about-page__value-title {
	margin: 0 0 0.35rem;
	font-family: "DM Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--ll-text, #1a2b3c);
}

.page-about .ll-about-page__value-text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #5b6b7c;
}

.page-about .ll-about-page__figure-wrap {
	margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.page-about .ll-about-page__figure {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(26, 43, 60, 0.08);
	border: 1px solid rgba(3, 98, 248, 0.08);
	background: #fff;
}

.page-about .ll-about-page__figure img {
	display: block;
	width: 100%;
	max-height: clamp(180px, 28vw, 300px);
	object-fit: cover;
	object-position: center 35%;
}

.page-about .ll-about-page__figure figcaption {
	margin: 0;
	padding: 0.65rem 0.85rem 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #5b6b7c;
	font-style: italic;
	text-align: center;
}

/* ── FAQ (About page) ── */
.page-about .ll-about-page__section--faq {
	padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
	background: #fff;
	border-top: 1px solid rgba(3, 98, 248, 0.06);
}

.page-about .ll-about-page__faq-intro {
	max-width: 36rem;
	margin-inline: auto;
	text-align: center;
	margin-bottom: 1.25rem;
}

.page-about .ll-about-page__faq-intro .ll-section-eyebrow {
	display: block;
	text-align: center;
}

.page-about .ll-about-page__faq {
	max-width: 42rem;
	margin-inline: auto;
}

.page-about .ll-about-page__faq-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.25rem;
	margin: 1.25rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
}

/* ── Closing CTA band ── */
.page-about .ll-about-page__cta {
	position: relative;
	overflow: hidden;
	padding-block: clamp(3.5rem, 7vw, 5.5rem);
	background: var(--wp--preset--color--navy, #020c2a);
	text-align: center;
}

.page-about .ll-about-page__cta-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.page-about .ll-about-page__cta-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.page-about .ll-about-page__cta-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(2, 12, 42, 0.9) 0%, rgba(0, 52, 153, 0.78) 48%, rgba(2, 12, 42, 0.92) 100%);
}

.page-about .ll-about-page__cta-content {
	position: relative;
	z-index: 1;
	max-width: 42rem;
	margin-inline: auto;
}

.page-about .ll-about-page__cta-title {
	margin: 0 0 1rem;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.375rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
	text-wrap: balance;
	text-shadow: 0 2px 24px rgba(2, 12, 42, 0.35);
}

.page-about .ll-about-page__cta-lead {
	margin: 0 0 1.5rem;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
	text-wrap: pretty;
}

.page-about .ll-about-page__cta-actions {
	justify-content: center;
}

.page-about .ll-about-page__cta-links {
	margin: 1.25rem 0 0;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.82);
}

.page-about .ll-about-page__cta-links a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.page-about .ll-about-page__cta-links a:hover {
	opacity: 0.9;
}

.page-about .ll-about-page__cta-links span {
	margin-inline: 0.35rem;
	opacity: 0.6;
}

@media (max-width: 640px) {
	.page-about .ll-about-page__cta-title {
		font-size: clamp(1.5rem, 7vw, 1.875rem);
	}

	.page-about .ll-about-page__cta-lead {
		font-size: 0.9375rem;
	}

	.page-about .ll-about-page__cta-actions {
		flex-direction: column;
		width: 100%;
	}

	.page-about .ll-about-page__cta-actions .ll-btn {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.page-about .ll-about-page__cta-links {
		display: flex;
		flex-direction: column;
		gap: 0.35rem;
	}

	.page-about .ll-about-page__cta-links span[aria-hidden="true"] {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-about .ll-about-page__stats {
		grid-template-columns: 1fr;
	}

	.page-about .ll-about-page__stats li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		text-align: left;
	}

	.page-about .ll-about-page__stat-value {
		flex-shrink: 0;
	}

	.page-about .ll-about-page__values {
		grid-template-columns: 1fr;
	}

	.page-about .ll-about-page__origin-narrative {
		border-top: 1px solid rgba(26, 43, 60, 0.08);
	}

	.page-about .ll-about-page__split-content {
		padding-left: 0.85rem;
	}
}
