/**
 * About DIN COUTURE — long-form brand story.
 */

.dinc-about-page {
	/* Standard long-form content width (~864px), centered */
	width: min(54rem, calc(100% - 2.5rem));
	max-width: 54rem;
	margin-left: auto;
	margin-right: auto;
	padding: 2.75rem 0 4rem;
	box-sizing: border-box;
	color: #111;
}

/* Keep readable line length inside the wider shell */
.dinc-about-page__body,
.dinc-about-page__close {
	max-width: none;
}

.dinc-about-page__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.7rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #666;
}

.dinc-about-page__title {
	margin: 0 0 0.55rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.1rem, 4.5vw, 3rem);
	font-weight: 500;
	line-height: 1.12;
}

.dinc-about-page__deck {
	margin: 0 0 0.85rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	font-weight: 400;
	line-height: 1.35;
	color: #333;
}

.dinc-about-page__answer {
	margin: 0 0 1.75rem;
	max-width: 40rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #222;
}

.dinc-about-page__glance {
	margin: 0 0 2.25rem;
	padding: 1.25rem 1.15rem;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.dinc-about-page__glance-title {
	margin: 0 0 0.85rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 500;
}

.dinc-about-page__facts {
	margin: 0;
}

.dinc-about-page__facts > div {
	display: grid;
	grid-template-columns: minmax(6.5rem, 8rem) minmax(0, 1fr);
	gap: 0.35rem 1rem;
	margin: 0 0 0.65rem;
}

.dinc-about-page__facts dt {
	margin: 0;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #666;
}

.dinc-about-page__facts dd {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.45;
	color: #222;
}

.dinc-about-page__glance-links {
	margin: 1rem 0 0;
	font-size: 0.95rem;
}

.dinc-about-page__glance-links a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.dinc-about-page__body h2 {
	margin: 2.25rem 0 0.85rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2.5vw, 1.7rem);
	font-weight: 500;
	line-height: 1.25;
}

.dinc-about-page__body p {
	margin: 0 0 1rem;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #222;
}

.dinc-about-page__commit {
	margin: 0.75rem 0 1.25rem;
	padding-left: 1.15rem;
}

.dinc-about-page__commit li {
	margin: 0 0 0.4rem;
	font-size: 1.02rem;
	line-height: 1.5;
	font-weight: 500;
}

.dinc-about-page__close {
	margin-top: 2.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid #e5e5e5;
}

.dinc-about-page__brand {
	margin: 0 0 0.35rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.dinc-about-page__tagline {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	line-height: 1.45;
}

.dinc-about-page__close > p {
	margin: 0 0 1rem;
	font-size: 1.02rem;
	line-height: 1.6;
	color: #222;
}

.dinc-about-page__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.35rem !important;
}

.dinc-about-page__btn {
	display: inline-block;
	padding: 0.75rem 1.15rem;
	border: 1px solid #111;
	background: #111;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.dinc-about-page__btn--ghost {
	background: #fff;
	color: #111 !important;
}

@media (max-width: 600px) {
	.dinc-about-page {
		width: calc(100% - 2rem);
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
}

/* Ensure About sits in a full-width content shell (Storefront / Elementor canvas) */
body.page-slug-about #content.dinc-elementor-canvas,
body.page-id-8517 #content.dinc-elementor-canvas,
body.page-slug-about .dinc-home--elementor,
body.page-id-8517 .dinc-home--elementor {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
