/**
 * About Us — matches cart, checkout, account, and home typography and colours.
 */

body.pc-about-page {
	background: var(--pc-home-yellow) !important;
	background-image: none !important;
	color: var(--pc-brown) !important;
}

.pc-about {
	padding-bottom: clamp(40px, 6vw, 72px);
	background: var(--pc-home-yellow);
}

.pc-about-inner {
	padding-top: clamp(24px, 4vw, 40px);
	padding-bottom: 24px;
}

.pc-about-page-head {
	margin: 0 0 clamp(22px, 4vw, 34px);
	text-align: left;
}

.pc-about-eyebrow {
	margin: 0 0 10px;
	font-family: var(--pc-font-body);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pc-brand);
}

.pc-about-hero-title,
.pc-about-page-title {
	margin: 0 !important;
	font-family: var(--pc-font-display) !important;
	font-size: clamp(2.2rem, 5.5vw, 3.6rem) !important;
	font-weight: 400 !important;
	line-height: 0.95 !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
	color: #000 !important;
}

.pc-about-hero {
	padding: 0;
	text-align: left;
	background: transparent;
}

.pc-about-hero-inner {
	max-width: none;
	margin: 0;
}

.pc-about-page-panel,
.pc-about-hero-panel {
	width: 100%;
	margin: 0 0 clamp(28px, 4vw, 40px);
	padding: clamp(24px, 3vw, 36px);
	border: 2px solid rgba(42, 24, 16, 0.14);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(42, 24, 16, 0.08);
	box-sizing: border-box;
}

.pc-about-hero-lead {
	margin: 0 0 18px;
	font-family: var(--pc-font-body);
	font-size: 1rem;
	font-weight: 700;
	color: var(--pc-brand);
	line-height: 1.45;
}

.pc-about-hero-copy {
	text-align: left;
	font-family: var(--pc-font-body);
	color: var(--pc-brown);
	line-height: 1.65;
}

.pc-about-hero-copy p {
	margin: 0 0 14px;
	font-size: 0.95rem;
}

.pc-about-pullquote {
	margin: 24px 0 0;
	padding: 20px 22px;
	border: 0;
	border-left: 4px solid var(--pc-yellow);
	border-radius: 0 var(--pc-radius-sm) var(--pc-radius-sm) 0;
	background: #fffbeb;
	box-shadow: none;
}

.pc-about-pullquote p {
	margin: 0;
	font-family: var(--pc-font-body);
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.45;
	color: var(--pc-brand);
}

.pc-about-timeline {
	padding: 0 0 clamp(28px, 4vw, 40px);
}

.pc-about-timeline > .pc-inner {
	position: relative;
	max-width: none;
	padding: 0;
}

.pc-about-timeline > .pc-inner::before {
	left: 26px;
	width: 3px;
	background: linear-gradient(180deg, var(--pc-yellow) 0%, rgba(42, 24, 16, 0.12) 100%);
}

.pc-about-chapter {
	grid-template-columns: 80px 1fr;
	gap: 20px 24px;
	padding: 0 0 28px;
}

.pc-about-year {
	min-width: 56px;
	padding: 10px 12px;
	border-radius: var(--pc-radius-sm);
	background: var(--pc-yellow);
	color: var(--pc-brand);
	font-family: var(--pc-font-display);
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: none;
	border: 1px solid rgba(42, 24, 16, 0.08);
}

.pc-about-chapter-body {
	background: #fff;
	border: 2px solid rgba(42, 24, 16, 0.14);
	border-radius: 20px;
	padding: clamp(22px, 3vw, 30px);
	box-shadow: 0 12px 32px rgba(42, 24, 16, 0.06);
}

.pc-about-chapter--alt .pc-about-chapter-body {
	background: #fff;
}

.pc-about-chapter-title {
	margin: 0 0 14px;
	font-family: var(--pc-font-display) !important;
	font-size: clamp(1.35rem, 2.8vw, 1.75rem) !important;
	font-weight: 400 !important;
	line-height: 1.05 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: #000 !important;
}

.pc-about-chapter-kicker {
	margin: 0 0 12px;
	font-family: var(--pc-font-body);
	font-weight: 700;
	color: var(--pc-brand);
	font-size: 0.95rem;
}

.pc-about-chapter-body p {
	margin: 0 0 12px;
	font-family: var(--pc-font-body);
	font-size: 0.95rem;
	color: var(--pc-brown);
	line-height: 1.6;
}

.pc-about-pillars li {
	font-family: var(--pc-font-body);
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--pc-brown);
}

.pc-about-pillars li::before {
	background: var(--pc-brand);
}

.pc-about-closing {
	padding: clamp(24px, 4vw, 36px);
	margin-top: 0;
	border: 2px solid rgba(42, 24, 16, 0.14);
	border-radius: 24px;
	background: #fff;
	color: var(--pc-brown);
	text-align: center;
	box-shadow: 0 16px 40px rgba(42, 24, 16, 0.08);
}

.pc-about-closing-inner {
	max-width: none;
	margin: 0;
}

.pc-about-closing-tagline {
	margin: 0 0 24px;
	font-family: var(--pc-font-display);
	font-size: clamp(1.5rem, 3.5vw, 2.2rem);
	line-height: 1.05;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pc-brand);
}

.pc-about-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pc-about-stat {
	padding: 18px 14px;
	border-radius: var(--pc-radius-sm);
	background: var(--pc-home-yellow);
	border: 1px solid rgba(42, 24, 16, 0.1);
}

.pc-about-stat-value {
	font-family: var(--pc-font-display);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 400;
	line-height: 1;
	color: #000;
	letter-spacing: 0.03em;
}

.pc-about-stat-label {
	margin-top: 8px;
	font-family: var(--pc-font-body);
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--pc-brand);
}

@media (max-width: 640px) {
	.pc-about-timeline > .pc-inner::before {
		left: 18px;
	}

	.pc-about-chapter {
		grid-template-columns: 52px 1fr;
		gap: 14px 16px;
	}

	.pc-about-year {
		min-width: 44px;
		padding: 8px 6px;
		font-size: 0.72rem;
	}

	.pc-about-stats {
		grid-template-columns: 1fr;
	}
}
