.a1-about-shell {
	--a1-red: #c62828;
	--a1-ink: #121417;
	--a1-charcoal: #24272c;
	--a1-cream: #fff7e6;
	--a1-gold: #f7b731;
	--a1-blue: #173b57;
	--a1-mist: #f4f7f9;
	--a1-line: #dce3e8;
	--a1-text: #3f4650;
	color: var(--a1-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #ffffff;
}

.a1-about-shell * {
	box-sizing: border-box;
}

.a1-about-inner {
	width: min(1160px, calc(100% - 32px));
	margin: 0 auto;
}

.a1-about-hero {
	padding: clamp(48px, 7vw, 92px) 0 clamp(36px, 5vw, 70px);
	background: linear-gradient(120deg, #11151a 0%, #26313a 52%, #fff7e6 52%, #fff7e6 100%);
	overflow: hidden;
}

.a1-about-hero-grid,
.a1-about-two-column,
.a1-about-story,
.a1-about-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
}

.a1-about-copy {
	color: #ffffff;
}

.a1-about-kicker {
	margin: 0 0 12px;
	color: var(--a1-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.a1-about-copy .a1-about-kicker,
.a1-about-cta .a1-about-kicker {
	color: var(--a1-gold);
}

.a1-about-shell h1,
.a1-about-shell h2,
.a1-about-shell h3,
.a1-about-shell p {
	letter-spacing: 0;
}

.a1-about-shell h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 0.98;
	font-weight: 900;
}

.a1-about-shell h2 {
	max-width: 760px;
	margin: 0 0 18px;
	font-size: clamp(2rem, 3vw, 3.4rem);
	line-height: 1.03;
	font-weight: 900;
	color: var(--a1-ink);
}

.a1-about-shell h3 {
	margin: 0 0 10px;
	font-size: 1.08rem;
	line-height: 1.25;
	font-weight: 850;
}

.a1-about-shell p {
	margin: 0;
	color: var(--a1-text);
	font-size: 1rem;
	line-height: 1.7;
}

.a1-about-copy p,
.a1-about-cta p {
	color: rgba(255, 255, 255, 0.82);
}

.a1-about-lede {
	max-width: 650px;
	margin-top: 22px !important;
	font-size: clamp(1.05rem, 1.4vw, 1.24rem) !important;
}

.a1-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.a1-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border: 2px solid transparent;
	border-radius: 6px;
	font-size: 0.96rem;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.a1-about-button span:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 28px;
	margin-right: 10px;
	border-right: 1px solid currentColor;
	font-size: 0.72rem;
	text-transform: uppercase;
}

.a1-about-button:hover,
.a1-about-button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.a1-about-button.primary {
	background: var(--a1-gold);
	color: #151515;
}

.a1-about-button.secondary {
	border-color: rgba(255, 255, 255, 0.4);
	color: #ffffff;
}

.a1-about-button.light {
	background: #ffffff;
	color: var(--a1-red);
}

.a1-about-button.dark {
	background: var(--a1-ink);
	color: #ffffff;
}

.a1-about-hero-media,
.a1-about-work-media {
	position: relative;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #e9edf0;
	box-shadow: 0 24px 60px rgba(9, 17, 25, 0.22);
}

.a1-about-hero-media img,
.a1-about-work-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.a1-about-hero-media figcaption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	display: grid;
	gap: 2px;
	padding: 14px 16px;
	border-radius: 6px;
	background: rgba(18, 20, 23, 0.88);
	color: #ffffff;
}

.a1-about-hero-media figcaption span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.9rem;
	line-height: 1.45;
}

.a1-about-band {
	padding: 22px 0;
	background: var(--a1-red);
}

.a1-about-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.25);
}

.a1-about-stat {
	display: grid;
	gap: 4px;
	min-height: 118px;
	padding: 22px;
	background: var(--a1-red);
	color: #ffffff;
}

.a1-about-stat strong {
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1;
}

.a1-about-stat span {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.5;
}

.a1-about-section {
	padding: clamp(54px, 7vw, 96px) 0;
}

.a1-about-muted {
	background: var(--a1-mist);
}

.a1-about-two-column {
	align-items: start;
}

.a1-about-tabs {
	border: 1px solid var(--a1-line);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.a1-about-tab-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--a1-line);
}

.a1-about-tab-list button {
	min-height: 54px;
	border: 0;
	border-right: 1px solid var(--a1-line);
	background: #ffffff;
	color: var(--a1-charcoal);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.a1-about-tab-list button:last-child {
	border-right: 0;
}

.a1-about-tab-list button.is-active {
	background: var(--a1-blue);
	color: #ffffff;
}

.a1-about-tab-panel {
	min-height: 190px;
	padding: clamp(22px, 4vw, 34px);
}

.a1-about-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 26px;
}

.a1-about-pillar {
	min-height: 260px;
	padding: 24px;
	border: 1px solid var(--a1-line);
	border-radius: 8px;
	background: #ffffff;
}

.a1-about-pillar-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--a1-gold);
	color: var(--a1-ink);
	font-size: 0.9rem;
	font-weight: 900;
}

.a1-about-story {
	grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
}

.a1-about-steps {
	display: grid;
	gap: 16px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.a1-about-step {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--a1-line);
}

.a1-about-step:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.a1-about-step > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	background: var(--a1-red);
	color: #ffffff;
	font-weight: 900;
}

.a1-about-cta {
	padding: clamp(46px, 6vw, 78px) 0;
	background: var(--a1-blue);
	color: #ffffff;
}

.a1-about-cta h2 {
	color: #ffffff;
}

.a1-about-cta-grid {
	grid-template-columns: minmax(0, 1fr) auto;
}

.a1-about-cta .a1-about-actions {
	justify-content: flex-end;
	margin-top: 0;
}

@media (max-width: 900px) {
	.a1-about-hero {
		background: #161b20;
	}

	.a1-about-hero-grid,
	.a1-about-two-column,
	.a1-about-story,
	.a1-about-cta-grid {
		grid-template-columns: 1fr;
	}

	.a1-about-stats,
	.a1-about-pillars {
		grid-template-columns: 1fr;
	}

	.a1-about-cta .a1-about-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.a1-about-inner {
		width: min(100% - 22px, 1160px);
	}

	.a1-about-hero {
		padding-top: 38px;
	}

	.a1-about-actions {
		display: grid;
	}

	.a1-about-button {
		width: 100%;
	}

	.a1-about-tab-list {
		grid-template-columns: 1fr;
	}

	.a1-about-tab-list button {
		border-right: 0;
		border-bottom: 1px solid var(--a1-line);
	}

	.a1-about-tab-list button:last-child {
		border-bottom: 0;
	}

	.a1-about-hero-media figcaption {
		position: static;
		border-radius: 0;
	}
}
