.aera-lp-section-authority__layout {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: clamp(1.25rem, 2vw, 2rem);
	align-items: stretch;
}

.aera-lp-section-authority__copy {
	max-width: 60ch;
}

.aera-lp-section-authority__heading {
	margin: 0 0 0.9rem;
	font-size: clamp(1.5rem, 2.25vw, 2.1rem);
	line-height: 1.12;
	letter-spacing: -0.014em;
}

.aera-lp-section-authority__text p {
	margin: 0 0 0.85rem;
	font-size: 1rem;
	line-height: 1.68;
	color: var(--aera-lp-muted);
}

.aera-lp-section-authority__metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0.8rem;
	margin-top: 1.15rem;
}

.aera-lp-section-authority__metric {
	padding: 0.9rem;
	border-radius: var(--aera-lp-radius-inner);
	background: var(--aera-lp-tile-bg, rgba(255, 255, 255, 0.04));
	border: 1px solid var(--aera-lp-tile-border, rgba(255, 255, 255, 0.12));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.aera-lp-section-authority__metric-value {
	margin: 0;
	font-weight: 700;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.08;
	letter-spacing: -0.01em;
	color: var(--aera-lp-proof-value, var(--aera-lp-accent));
}

.aera-lp-section-authority__metric-label {
	margin: 0.35rem 0 0;
	color: var(--aera-lp-muted);
	font-size: 0.82rem;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.aera-lp-section-authority__credentials {
	margin: 1.15rem 0 0;
	padding-left: 1.2rem;
	color: var(--aera-lp-muted);
	line-height: 1.55;
}

.aera-lp-section-authority__credentials li + li {
	margin-top: 0.4rem;
}

.aera-lp-section-authority__media {
	min-height: 100%;
	border-radius: var(--aera-lp-radius-inner);
	padding: 0.55rem;
	border: 1px solid var(--aera-lp-tile-border);
	background: linear-gradient(160deg, color-mix(in srgb, var(--aera-lp-tile-bg) 70%, transparent), color-mix(in srgb, var(--aera-lp-surface) 78%, transparent));
}

.aera-lp-section-authority__image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--aera-lp-radius-inner);
	border: 1px solid var(--aera-lp-line);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

@media (max-width: 780px) {
	.aera-lp-section-authority__layout {
		grid-template-columns: 1fr;
		gap: 1.1rem;
	}

	.aera-lp-section-authority__copy {
		max-width: none;
	}
}