/* ─────────────────────────────────────────────────────────────────────
   Page About — Wild Crest
   ───────────────────────────────────────────────────────────────────── */

.wc-about-page { color: var(--wc-brown, #3E2F1C); }

/* HERO */
.wc-about-page__hero {
	background: linear-gradient(135deg, #3E2F1C 0%, #5a4530 100%);
	color: #FAF6EE;
	padding: clamp(32px, 5vw, 60px) 0 clamp(40px, 5vw, 60px);
	text-align: center;
}
.wc-about-page__eyebrow {
	font-size: .85rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #D8A54E;
	margin: 0 0 16px;
	font-family: "Caveat", "Lora", cursive;
	font-size: 1.4rem;
	letter-spacing: .02em;
	text-transform: none;
	font-weight: 600;
}
.wc-about-page__title {
	font-family: var(--wc-font-display, "Lora", serif);
	font-size: clamp(2rem, 5vw, 3.4rem);
	margin: 0;
	color: #fff;
	font-weight: 700;
	line-height: 1.1;
}

/* INTRO */
.wc-about-page__intro {
	padding: clamp(24px, 3vw, 36px) var(--wc-container-px) clamp(8px, 1vw, 12px);
}
.wc-about-page__intro-inner {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}
.wc-about-page__intro-title {
	font-family: var(--wc-font-display, "Lora", serif);
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
	color: var(--wc-brown, #3E2F1C);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 18px;
}
.wc-about-page__intro-text {
	color: #4a3f2f;
	line-height: 1.7;
	font-size: 1.02rem;
}
.wc-about-page__intro-text p { margin: 0 0 14px; }

/* SECTIONS */
.wc-about-page__section-head {
	text-align: center;
	margin-bottom: 40px;
	max-width: 720px;
	margin-left: auto; margin-right: auto;
}
.wc-about-page__h2 {
	font-family: var(--wc-font-display, "Lora", serif);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: var(--wc-brown, #3E2F1C);
	margin: 0 0 14px;
	font-weight: 700;
}
.wc-about-page__section-lead {
	color: #4a3f2f;
	line-height: 1.6;
	font-size: 1.02rem;
	margin: 0;
}

/* FOUNDERS */
.wc-about-page__founders {
	background: #FAF6EE;
	padding: clamp(12px, 2vw, 20px) 0 clamp(28px, 4vw, 44px);
}
.wc-about-page__section-head { margin-bottom: 20px; }
.wc-about-page__founders-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}
@media (max-width: 800px) { .wc-about-page__founders-grid { grid-template-columns: 1fr; } }

.wc-founder {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(62,47,28,.08);
	display: flex;
	flex-direction: column;
}
.wc-founder__photo-wrap {
	aspect-ratio: 8/7; /* ≈30% moins haut que 4/5 */
	overflow: hidden;
	background: #E3D6C4;
}
.wc-founder__photo {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center top; /* maximum haut → têtes visibles */
	display: block;
	transition: transform .4s ease;
}
.wc-founder:hover .wc-founder__photo { transform: scale(1.03); }

.wc-founder__body { padding: 28px 28px 30px; }
.wc-founder__role {
	font-size: .82rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--wc-orange, #C65E2A);
	margin: 0 0 6px;
	font-weight: 700;
}
.wc-founder__name {
	font-family: var(--wc-font-display, "Lora", serif);
	font-size: 1.7rem;
	color: var(--wc-brown, #3E2F1C);
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1.1;
}
.wc-founder__langs {
	font-size: .9rem;
	color: #6B7F3F;
	margin: 0 0 16px;
	font-weight: 500;
}
.wc-founder__bio {
	color: #4a3f2f;
	font-size: .96rem;
	line-height: 1.65;
}
.wc-founder__bio p { margin: 0 0 12px; }
.wc-founder__bio p:last-child { margin-bottom: 0; }

/* CTA FINAL */
.wc-about-page__cta {
	background: linear-gradient(135deg, #3E2F1C 0%, #5a4530 100%);
	color: #FAF6EE;
	padding: clamp(36px, 5vw, 56px) 0;
	text-align: center;
}
.wc-about-page__cta-title {
	font-family: var(--wc-font-display, "Lora", serif);
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	color: #fff;
	margin: 0 auto 16px;
	max-width: 760px;
	font-weight: 700;
	line-height: 1.25;
}
.wc-about-page__cta-text {
	color: rgba(250,246,238,.88);
	max-width: 720px;
	margin: 0 auto 28px;
	line-height: 1.6;
	font-size: 1.02rem;
}
.wc-about-page__cta-actions {
	display: flex; justify-content: center; gap: 12px;
	margin: 0;
	flex-wrap: wrap;
}
.wc-about-page__cta-actions .wc-btn { padding: 14px 28px; }
.wc-btn--ghost-light {
	background: transparent;
	border: 1.5px solid rgba(250,246,238,.5);
	color: #FAF6EE;
}
.wc-btn--ghost-light:hover {
	background: #FAF6EE; color: var(--wc-brown, #3E2F1C); border-color: #FAF6EE;
}
