/**
 * BRAND EXPO About page styles.
 */

.about-page.site-main {
	padding-block: 0;
}

.about-hero {
	position: relative;
	display: grid;
	min-height: clamp(13rem, 20vw, 19rem);
	overflow: hidden;
	background: var(--brand-black);
	color: var(--brand-white);
	align-items: end;
}

.about-hero__media,
.about-hero__overlay {
	position: absolute;
	inset: 0;
}

.about-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-hero__overlay {
	background: linear-gradient(90deg, rgba(8, 8, 8, 0.84), rgba(8, 8, 8, 0.3));
}

.about-hero__content {
	position: relative;
	z-index: 1;
	padding-block: clamp(4.5rem, 8vw, 6rem) clamp(2rem, 4vw, 3rem);
}

.about-hero__eyebrow,
.about-section__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-block: 0 0.85rem;
	color: var(--color-accent);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.about-hero__eyebrow::before,
.about-section__eyebrow::before {
	width: 2rem;
	height: 0.2rem;
	background: currentcolor;
	content: "";
	flex: 0 0 auto;
}

.about-hero__title {
	max-width: 20ch;
	margin: 0;
	color: var(--brand-white);
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.04;
	letter-spacing: -0.025em;
	overflow-wrap: normal;
	word-break: normal;
}

.about-hero__intro {
	max-width: 43rem;
	margin-block: 1rem 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	line-height: 1.65;
}

.about-editorial,
.about-why,
.about-approach {
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.about-editorial--local,
.about-approach {
	background: var(--color-surface, #f5f5f5);
}

.about-editorial__inner {
	display: grid;
	gap: clamp(1.75rem, 4vw, 4rem);
	align-items: center;
}

.about-editorial__inner--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.about-editorial__content,
.about-editorial__media {
	min-width: 0;
}

.about-editorial__content h2,
.about-section__header h2 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(1.8rem, 3.5vw, 3.25rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
	overflow-wrap: normal;
	word-break: normal;
}

.about-editorial__content h2::after,
.about-section__header h2::after {
	display: block;
	width: 3rem;
	height: 0.28rem;
	margin-block-start: 1rem;
	background: var(--color-accent);
	content: "";
}

.about-editorial__text {
	max-width: 42rem;
	margin-block-start: 1.25rem;
	color: var(--color-text);
}

.about-editorial__text > * {
	margin-block: 0;
}

.about-editorial__text > * + * {
	margin-block-start: 0.85rem;
}

.about-editorial__text p,
.about-section__intro,
.about-why__item p,
.about-approach__step p {
	line-height: 1.65;
}

.about-editorial__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--color-surface, #f5f5f5);
}

.about-editorial__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section__header {
	max-width: 48rem;
	margin-block-end: clamp(1.5rem, 3vw, 2.5rem);
}

.about-section__intro {
	max-width: 42rem;
	margin-block: 1rem 0;
}

.about-why__list,
.about-approach__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-why__item {
	min-width: 0;
	padding: clamp(1.25rem, 2vw, 1.75rem);
	border: 1px solid var(--color-border, #dedede);
	background: var(--brand-white);
}

.about-why__icon {
	display: inline-grid;
	width: 2.6rem;
	height: 2.6rem;
	margin-block-end: 1rem;
	color: var(--color-accent);
	place-items: center;
}

.about-why__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.about-why__item h3,
.about-approach__step h3 {
	margin-block: 0 0.65rem;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.25;
	overflow-wrap: normal;
	word-break: normal;
}

.about-why__item p,
.about-approach__step p {
	margin: 0;
	color: var(--color-text);
	font-size: 0.95rem;
}

.about-approach__step {
	min-width: 0;
	padding-block-start: 1rem;
	border-block-start: 1px solid var(--color-border, #dedede);
}

.about-approach__number {
	display: block;
	margin-block-end: 0.65rem;
	color: var(--color-accent);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.about-cta {
	padding-block: clamp(2.25rem, 4vw, 3.25rem);
	background: var(--color-accent);
	color: var(--brand-white);
}

.about-cta__inner {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

.about-cta__content {
	max-width: 50rem;
}

.about-cta h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
	line-height: 1.08;
	overflow-wrap: normal;
	word-break: normal;
}

.about-cta p {
	max-width: 46rem;
	margin-block: 0.85rem 0;
	color: rgba(255, 255, 255, 0.9);
}

.about-cta__button {
	justify-self: start;
	background: var(--brand-white);
	color: var(--brand-black);
}

.about-cta__button:hover,
.about-cta__button:focus-visible {
	background: var(--brand-black);
	color: var(--brand-white);
}

@media (min-width: 35rem) {
	.about-why__list,
	.about-approach__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.about-editorial__inner {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}

	.about-editorial__inner--no-media {
		grid-template-columns: minmax(0, 1fr);
	}

	.about-why__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.about-approach__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.about-cta__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.about-cta__button {
		justify-self: end;
	}
}

@media (min-width: 80rem) {
	.about-approach__list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 47.99rem) {
	.about-hero {
		min-height: 17rem;
	}

	.about-hero__overlay {
		background: rgba(8, 8, 8, 0.66);
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-page *,
	.about-page *::before,
	.about-page *::after {
		scroll-behavior: auto;
	}
}
