/* ==========================================================================
   Premium Scrub — /about/ page
   Full-width page-builder canvas + --ps-wide (1440px) content rail
   ========================================================================== */

.page-id-52 .entry-header,
.page-id-52 .ast-single-post .entry-header,
.page-slug-about .entry-header,
.page-id-52 h1.entry-title,
.page-slug-about h1.entry-title {
	display: none !important;
}

.page-id-52 #primary,
.page-id-52 .site-content > .ast-container,
.page-id-52 .content-area {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.page-id-52 .ast-article-single,
.page-id-52 article.post-52,
.page-id-52 .entry-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.page-id-52 .entry-content > .ps-about-page,
.page-id-52 .entry-content > *:first-child {
	margin-top: 0 !important;
}

.ps-about-page {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.ps-about-inner {
	width: min(100%, var(--ps-wide, 1440px));
	max-width: var(--ps-wide, 1440px);
	margin-inline: auto;
	padding-inline: var(--ps-space-md, 24px);
	box-sizing: border-box;
}

/* 1) Compact banner */
.ps-about-banner {
	width: 100%;
	margin: 0;
	padding: 56px 0 48px;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.ps-about-banner__crumb {
	margin: 0 0 16px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	color: #767676;
}

.ps-about-banner__crumb a {
	color: #767676 !important;
	-webkit-text-fill-color: #767676 !important;
	text-decoration: none !important;
}

.ps-about-banner__crumb a:hover {
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
}

.ps-about-banner__sep {
	margin: 0 0.35em;
	color: #767676;
}

.ps-about-banner__title {
	margin: 0 0 12px;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
	font-size: clamp(2rem, 3vw, 2.5rem) !important; /* ~32–40px */
	font-weight: 600 !important;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: #111111 !important;
}

.ps-about-banner__sub {
	margin: 0;
	max-width: 36rem;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: #555555;
}

/* 2) Brand story — full-bleed dark; reuse homepage grid/aside */
.ps-about-story.ps-section {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0;
}

/*
 * Same ~42/58 split as the homepage story (text a bit under half, image a
 * bit over). Both tracks are fr so extra width from the 1440px rail is shared.
 */
.ps-about-story .ps-brand-story__grid {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr);
	gap: 48px;
	width: 100%;
	max-width: none;
}

.ps-about-story .ps-brand-story__content,
.ps-about-story .ps-brand-story__aside {
	min-width: 0;
}

.ps-about-story .ps-brand-story__aside--photo {
	width: 100%;
	max-width: none;
}

.ps-about-story .ps-brand-story__img {
	width: 100%;
	height: 100%;
}

.ps-about-story .ps-section__title {
	margin: 0 0 28px;
	max-width: 18ch;
	color: #ffffff !important;
}

.ps-about-story__p {
	margin: 0 0 1.1em;
	max-width: none;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.ps-about-story__p:last-child {
	margin-bottom: 0;
}

/* 3) Values — 3-col benefits pattern */
.ps-about-values {
	padding: 96px 0;
	background: #ffffff;
}

.ps-about-values .ps-section__title {
	margin: 0 0 48px;
	color: #111111 !important;
}

.ps-about-values .ps-benefits--three,
.ps-about-page .ps-benefits--three {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem 1.5rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ps-about-values .ps-benefit {
	max-width: none;
}

/* 4) Quality / checkmark features on soft grey */
.ps-about-quality {
	padding: 96px 0;
	background: #f5f5f5;
}

.ps-about-quality .ps-section__title {
	margin: 0 0 40px;
	color: #111111 !important;
}

.ps-about-page .ps-about-features.ps-key-features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px 28px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.ps-about-page .ps-about-features .ps-key-features__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
}

.ps-about-page .ps-about-features .ps-key-features__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	color: #111111;
	line-height: 1;
}

.ps-about-page .ps-about-features .ps-key-features__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	stroke: currentColor;
}

.ps-about-page .ps-about-features .ps-key-features__text {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

/* 5) Closing CTA — homepage final-cta pattern */
.ps-about-cta.ps-section {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0;
	text-align: center;
}

.ps-about-cta .ps-section__title {
	margin: 0 auto 32px;
	max-width: 16ch;
	color: #ffffff !important;
}

.ps-about-cta .ps-btn.ps-btn--light {
	margin-inline: auto;
}

@media (max-width: 921px) {
	.ps-about-story .ps-brand-story__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ps-about-values .ps-benefits--three,
	.ps-about-page .ps-benefits--three {
		grid-template-columns: 1fr;
	}

	.ps-about-page .ps-about-features.ps-key-features {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 544px) {
	.ps-about-banner {
		padding: 40px 0 32px;
	}

	.ps-about-values,
	.ps-about-quality {
		padding: 64px 0;
	}

	.ps-about-page .ps-about-features.ps-key-features {
		grid-template-columns: 1fr;
	}
}
