
/* About page — matches cellmind about.html */

/* ── HERO ── */
.about-hero {
	padding: 160px 64px 96px;
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: end;
}

.about-tag {
	font-size: 10px;
	letter-spacing: 0.28em;
	color: var(--gold-dark);
	text-transform: uppercase;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.about-tag::before {
	content: '';
	width: 24px;
	height: 0.5px;
	background: var(--gold);
}

.about-h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 900;
	color: var(--ink);
	letter-spacing: -2.5px;
	line-height: 1;
}

.about-h1 em {
	font-style: italic;
	color: var(--gold-dark);
	display: block;
}

.about-hero-intro {
	font-size: 16px;
	font-weight: 300;
	color: var(--muted);
	line-height: 1.8;
	margin-bottom: 32px;
}

.about-hero-intro strong {
	color: var(--ink);
	font-weight: 500;
}

.about-hero-tagline {
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	font-style: italic;
	color: var(--gold-dark);
	border-left: 2px solid var(--gold);
	padding-left: 18px;
	line-height: 1.6;
}

/* ── DIVIDER ── */
.full-divider {
	border: none;
	border-top: 0.5px solid var(--border);
	margin: 0;
}

/* ── STATEMENT ── */
.statement {
	background: var(--ink);
	padding: 80px 64px;
}

.statement-inner {
	max-width: 900px;
	margin: 0 auto;
}

.statement-pull {
	font-family: 'Playfair Display', serif;
	font-size: clamp(22px, 3vw, 36px);
	font-weight: 900;
	color: var(--white);
	letter-spacing: -1px;
	line-height: 1.2;
	max-width: 680px;
	margin-bottom: 40px;
}

.statement-pull em {
	font-style: italic;
	color: var(--gold);
}

.statement-body {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	line-height: 1.85;
	max-width: 680px;
	border-top: 0.5px solid #1e1e1e;
	padding-top: 32px;
}

/* ── THREE PRINCIPLES ── */
.principles {
	max-width: 900px;
	margin: 0 auto;
	padding: 96px 64px;
}

.section-tag {
	font-size: 10px;
	letter-spacing: 0.28em;
	color: var(--gold-dark);
	text-transform: uppercase;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-tag::before {
	content: '';
	width: 24px;
	height: 0.5px;
	background: var(--gold);
}

.section-h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 900;
	color: var(--ink);
	letter-spacing: -1.5px;
	line-height: 1.1;
	margin-bottom: 56px;
}

.section-h2 em {
	font-style: italic;
	color: var(--gold-dark);
}

.principles-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
	background: var(--border);
	border: 0.5px solid var(--border);
}

.principle {
	background: var(--white);
	padding: 40px 32px;
}

.principle-num {
	font-size: 10px;
	letter-spacing: 0.2em;
	color: var(--border-dark);
	text-transform: uppercase;
	margin-bottom: 24px;
}

.principle-title {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 700;
	color: var(--ink);
	letter-spacing: -0.3px;
	margin-bottom: 16px;
}

.principle-desc {
	font-size: 13px;
	font-weight: 300;
	color: var(--muted);
	line-height: 1.8;
}

/* ── QUALITY STANDARDS ── */
.standards-bg {
	background: var(--cream);
	border-top: 0.5px solid var(--border);
	border-bottom: 0.5px solid var(--border);
}

.standards-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 96px 64px;
}

.standards-list {
	display: flex;
	flex-direction: column;
	margin-top: 48px;
	border: 0.5px solid var(--border);
}

.standard-row {
	display: grid;
	grid-template-columns: 56px 1fr 1fr;
	gap: 32px;
	align-items: start;
	padding: 32px;
	border-bottom: 0.5px solid var(--border);
	background: var(--white);
}

.standard-row:last-child {
	border-bottom: none;
}

.standard-icon {
	font-size: 20px;
	color: var(--gold-dark);
	padding-top: 2px;
}

.standard-title {
	font-size: 15px;
	font-weight: 500;
	color: var(--ink);
	margin-bottom: 8px;
}

.standard-desc {
	font-size: 13px;
	font-weight: 300;
	color: var(--muted);
	line-height: 1.7;
}

.standard-val {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.standard-num {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 900;
	color: var(--ink);
	letter-spacing: -1.5px;
	line-height: 1;
}

.standard-lbl {
	font-size: 10px;
	letter-spacing: 0.18em;
	color: var(--gold-dark);
	text-transform: uppercase;
	margin-top: 4px;
}

/* ── WHO WE SUPPLY ── */
.supply {
	max-width: 900px;
	margin: 0 auto;
	padding: 96px 64px;
}

.supply-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	margin-top: 48px;
}

.supply-label {
	font-size: 10px;
	letter-spacing: 0.2em;
	color: var(--gold-dark);
	text-transform: uppercase;
	margin-bottom: 16px;
}

.supply-text {
	font-size: 14px;
	font-weight: 300;
	color: var(--muted);
	line-height: 1.85;
}

.supply-text strong {
	color: var(--ink);
	font-weight: 500;
}

/* ── CTA BAND ── */
.cellmind-about .cta-band {
	background: var(--ink);
	padding: 80px 48px;
	text-align: center;
}

.cta-inner {
	max-width: 560px;
	margin: 0 auto;
}

.cta-tag {
	font-size: 10px;
	letter-spacing: 0.28em;
	color: var(--gold);
	text-transform: uppercase;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.cta-tag::before,
.cta-tag::after {
	content: '';
	width: 32px;
	height: 0.5px;
	background: var(--gold-dark);
}

.cta-h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 900;
	color: var(--white);
	letter-spacing: -1.5px;
	line-height: 1.1;
	margin-bottom: 16px;
}

.cta-h2 em {
	font-style: italic;
	color: var(--gold);
}

.cta-sub {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	line-height: 1.7;
	margin-bottom: 36px;
}

.btn-gold {
	background: var(--gold);
	color: var(--black);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 14px 36px;
	text-decoration: none;
	transition: all 0.2s;
	display: inline-block;
}

.btn-gold:hover {
	background: var(--white);
}

.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}
