/**
 * Page « La Fondation » (slug la-fondation, node Figma 72:870).
 * Réutilise les tokens globaux (design-system.css). Largeur contenu 1256px, padding latéral 32px.
 */

.fhcl-fond{background:#fff;}
.fhcl-fond__wrap{max-width:1256px;margin:0 auto;padding:0 32px;}
.fhcl-fond__title{margin:8px 0 0;color:var(--c-ink);font-weight:var(--fw-semibold);font-size:clamp(32px,4vw,44px);line-height:1.1;}
.fhcl-fond__title--light{color:#fff;}
.fhcl-fond-head{display:flex;flex-direction:column;align-items:flex-start;gap:4px;}
.fhcl-fond-head--center{align-items:center;text-align:center;}

/* Surtitre badge + sous-titre orange. */
.fhcl-fond-surtitle{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid rgba(168,68,0,.55);border-radius:var(--r-xs);font-size:14px;font-weight:var(--fw-regular);color:var(--c-orange-text);line-height:1;}
.fhcl-fond-surtitle--light{color:var(--c-orange-on-dark);border-color:rgba(232,118,58,.55);}
.fhcl-fond-subtitle{display:block;text-align:center;color:var(--c-orange-text);font-size:20px;font-weight:var(--fw-semibold);}

/* ============================================================ 1) HÉRO */
.fhcl-fond-hero{position:relative;background:#fff;padding:56px 0 40px;overflow:hidden;}
.fhcl-fond-hero__deco{position:absolute;pointer-events:none;background-repeat:no-repeat;background-size:contain;z-index:0;}
.fhcl-fond-hero__deco--heart{background-image:url('../img/intro-heart.svg');width:180px;height:110px;left:20px;top:120px;opacity:.9;}
.fhcl-fond-hero__deco--curve{background-image:url('../img/intro-trait.svg');width:320px;height:50px;right:-40px;top:150px;}
.fhcl-fond-hero__head{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;}
.fhcl-fond-hero__title{margin:0 auto;max-width:720px;color:var(--c-ink);font-weight:var(--fw-semibold);font-size:clamp(38px,5.2vw,56px);line-height:1.08;letter-spacing:-.01em;text-wrap:balance;}
.fhcl-fond-hero__title span{color:var(--c-orange);}
.fhcl-fond-hero__intro{margin:0;max-width:780px;color:var(--c-ink-60,rgba(24,14,9,.6));font-size:18px;font-weight:var(--fw-light);line-height:1.5;}
.fhcl-fond-hero__media{position:relative;z-index:1;margin-top:44px;height:569px;border-radius:16px;overflow:hidden;background:var(--c-navy) center/cover no-repeat;}
.fhcl-fond-hero__cap{position:absolute;left:24px;right:24px;bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:20px 24px;border-radius:12px;background:linear-gradient(180deg,rgba(21,27,39,0),rgba(21,27,39,.55));}
.fhcl-fond-hero__captext{max-width:820px;color:rgba(255,255,255,.92);font-size:14px;font-weight:var(--fw-light);line-height:1.5;}
.fhcl-fond-hero__script{flex:none;color:#fff;font-size:26px;font-weight:var(--fw-semibold);font-style:italic;opacity:.95;white-space:nowrap;}
/* Le SVG déclare width/height à 100% et preserveAspectRatio="none" : on impose donc
   des dimensions fixes, sinon il s'étire à toute la largeur disponible. */
.fhcl-fond-hero__logo{flex:none;display:block;width:143px;height:56px;}

/* ============================================================ 2) MISSION */
.fhcl-fond-mission{background:#FDF6F2;padding:96px 0 88px;}
.fhcl-fond-mission__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:start;}
.fhcl-fond-mission__media{position:relative;aspect-ratio:514/610;border-radius:16px;background:var(--c-navy) center/cover no-repeat;}
.fhcl-fond-mission__sq{position:absolute;right:-24px;bottom:56px;width:64px;height:64px;background:var(--c-orange);border-radius:4px;}
.fhcl-fond-mission__text{padding-top:8px;}
.fhcl-fond-mission__title{margin:12px 0 20px;font-weight:var(--fw-semibold);font-size:clamp(30px,3.4vw,42px);line-height:1.12;color:var(--c-ink);}
.fhcl-fond-mission__title span{color:var(--c-orange);display:block;}
.fhcl-fond-mission__body{margin:0 0 16px;color:var(--c-ink-60,rgba(24,14,9,.6));font-size:16px;line-height:1.6;}
.fhcl-fond-mission__conviction{margin:0;color:var(--c-ink);font-size:16px;font-weight:var(--fw-semibold);line-height:1.55;}
/* Bande stats (carte blanche débordante). */
.fhcl-fond-stats{position:relative;z-index:2;max-width:832px;margin:-60px 0 0 auto;background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(16,27,58,.10);padding:36px 48px;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;}
.fhcl-fond-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;}
.fhcl-fond-stat__num{color:var(--c-ink);font-weight:var(--fw-semibold);font-size:clamp(30px,3vw,40px);line-height:1;}
.fhcl-fond-stat__lbl{color:var(--c-ink-60,rgba(24,14,9,.6));font-size:14px;}
.fhcl-fond-stats__dot{width:8px;height:8px;border-radius:50%;background:var(--c-orange);flex:none;}

/* ============================================================ 3) VALEURS */
.fhcl-fond-valeurs{background:#fff;padding:88px 0;}
.fhcl-fond-valeurs .fhcl-fond-head{margin-bottom:40px;}
.fhcl-fond-valeurs__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.fhcl-fond-value{position:relative;aspect-ratio:301/329;border-radius:12px;overflow:hidden;background:var(--c-navy) center/cover no-repeat;display:flex;align-items:flex-end;}
.fhcl-fond-value__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,27,39,.15),rgba(21,27,39,.82));}
.fhcl-fond-value__body{position:relative;z-index:1;padding:22px 20px;}
.fhcl-fond-value__title{margin:0 0 8px;color:#fff;font-size:20px;font-weight:var(--fw-semibold);line-height:1.15;}
.fhcl-fond-value__text{margin:0;color:rgba(255,255,255,.82);font-size:13.5px;line-height:1.45;}

/* ============================================================ 4) GOUVERNANCE (navy) */
.fhcl-fond-gouv{position:relative;background:var(--c-navy);padding:88px 0 96px;overflow:hidden;}
.fhcl-fond-gouv__sq{position:absolute;right:64px;top:56px;width:64px;height:64px;background:var(--c-orange);border-radius:4px;}
.fhcl-fond-gouv__wave{position:absolute;left:0;right:0;top:50%;height:59px;transform:translateY(-50%);background:center/100% 100% no-repeat url('../img/fondation/gouv-wave.svg');pointer-events:none;z-index:0;}
.fhcl-fond-gouv .fhcl-fond-head{margin-bottom:56px;max-width:940px;}
.fhcl-fond-gouv__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start;}
.fhcl-fond-gcard{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 28px 32px;}
.fhcl-fond-gcard--down{margin-top:48px;}
.fhcl-fond-gcard__title{margin:0 0 12px;color:#fff;font-size:19px;font-weight:var(--fw-semibold);line-height:1.2;}
.fhcl-fond-gcard__text{margin:0;color:rgba(255,255,255,.72);font-size:14.5px;line-height:1.55;}

/* ============================================================ 5) ÉQUIPES */
.fhcl-fond-equipes{background:#fff;padding:80px 0 96px;overflow:hidden;}
.fhcl-fond-equipes .fhcl-fond-head{margin-bottom:8px;}
.fhcl-fond-equipes__bureau{position:relative;margin-top:32px;}
/* Bande crème pleine largeur derrière les photos (Rectangle 120). */
.fhcl-fond-equipes__bureau::before{content:"";position:absolute;left:calc(50% - 50vw);width:100vw;top:0;height:342px;background:#FCF2EA;z-index:0;pointer-events:none;}
/* Filigrane « Le Bureau » (blanc, se pose sur la bande crème), SVG de fond => non contrôlé par axe. */
.fhcl-fond-equipes__ghost{position:absolute;left:calc(50% - 50vw);width:100vw;top:6px;height:clamp(96px,14vw,208px);z-index:1;pointer-events:none;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201380%20210'%3E%3Ctext%20x='690'%20y='166'%20font-family='Arial,sans-serif'%20font-size='190'%20font-weight='700'%20letter-spacing='18'%20fill='%23FFFFFF'%20text-anchor='middle'%3ELe%20Bureau%3C/text%3E%3C/svg%3E");}
.fhcl-fond-equipes__bureau .fhcl-fond-subtitle{position:relative;z-index:2;padding-top:76px;margin-bottom:40px;}
.fhcl-fond-equipes__perm{margin-top:56px;}
.fhcl-fond-equipes__perm .fhcl-fond-subtitle{margin-bottom:36px;}
.fhcl-fond-equipes__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;}
.fhcl-fond-equipes__grid--circle{max-width:1120px;margin:0 auto;}
.fhcl-fond-member{margin:0;display:flex;flex-direction:column;align-items:center;text-align:center;}
.fhcl-fond-member__photo{display:block;width:100%;background:#EBE4DD center/cover no-repeat;}
.fhcl-fond-member--rect .fhcl-fond-member__photo{aspect-ratio:1/1;border-radius:12px;}
.fhcl-fond-member--circle .fhcl-fond-member__photo{width:135px;height:135px;border-radius:50%;}
.fhcl-fond-member__photo--ph{display:flex;align-items:center;justify-content:center;color:var(--c-orange-text);font-weight:var(--fw-semibold);font-size:34px;background:linear-gradient(160deg,#F6E6DC,#EBDccf);}
.fhcl-fond-member__cap{margin-top:16px;display:flex;flex-direction:column;gap:4px;}
.fhcl-fond-member__name{color:var(--c-ink);font-size:16px;font-weight:var(--fw-semibold);line-height:1.2;}
.fhcl-fond-member__role{color:var(--c-ink-60,rgba(24,14,9,.6));font-size:13px;}

/* ============================================================ 6) MOT DU PRÉSIDENT */
.fhcl-fond-pres{background:#fff;padding:24px 0 88px;}
.fhcl-fond-pres__deco{position:absolute;}
.fhcl-fond-pres__card{position:relative;background:var(--c-navy);border-radius:20px;padding:56px 60px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:48px;align-items:center;overflow:visible;}
.fhcl-fond-pres__body{align-self:center;}
.fhcl-fond-pres__quote{margin:22px 0 0;color:rgba(255,255,255,.92);font-size:20px;font-weight:var(--fw-light);line-height:1.6;}
.fhcl-fond-pres__aside{position:relative;align-self:stretch;display:flex;align-items:flex-end;justify-content:center;}
.fhcl-fond-pres__photo{display:block;width:100%;aspect-ratio:340/421;border-radius:16px;margin-top:-96px;background:#EBE4DD center/cover no-repeat;}
.fhcl-fond-pres__photo--ph{display:flex;align-items:center;justify-content:center;color:var(--c-orange-text);font-weight:var(--fw-semibold);font-size:56px;background:linear-gradient(160deg,#F6E6DC,#EBDccf);}
/* Plaque opaque derrière le nom : le texte était posé à même la photo, en orange
   clair et blanc. Sur un portrait clair (costume gris, fond blanc) il devenait
   illisible, et le contraste dépendait de l'image téléversée, donc impossible à
   garantir. Fond blanc + jetons de couleur prévus pour fond clair : le contraste
   tient quelle que soit la photo. */
.fhcl-fond-pres__meta{
	position:absolute;left:16px;bottom:16px;
	display:flex;flex-direction:column;gap:2px;
	background:#fff;border-radius:var(--r-sm);padding:8px 12px;
	max-width:calc(100% - 32px);
}
.fhcl-fond-pres__name{color:var(--c-orange-text);font-size:18px;font-weight:var(--fw-semibold);}
.fhcl-fond-pres__role{color:var(--c-ink);font-size:13px;}
/* 2 cartes composition (crème). */
.fhcl-fond-compo__row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;}
.fhcl-fond-compo{position:relative;background:#FDF6F2;border-radius:12px;padding:28px 32px;overflow:hidden;}
.fhcl-fond-compo__heart{position:absolute;right:22px;top:50%;transform:translateY(-50%);width:104px;height:74px;background:center/contain no-repeat url('../img/intro-heart.svg');opacity:.55;}
.fhcl-fond-compo__title{margin:0 0 12px;color:var(--c-ink);font-size:20px;font-weight:var(--fw-semibold);}
.fhcl-fond-compo__link{display:inline-flex;align-items:center;gap:8px;color:var(--c-orange-text);font-size:15px;font-weight:var(--fw-medium);text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px;}

/* ============================================================ RESPONSIVE */
@media(max-width:1024px){
	.fhcl-fond-mission__grid{grid-template-columns:1fr;gap:36px;}
	.fhcl-fond-stats{max-width:100%;margin-top:32px;}
	.fhcl-fond-valeurs__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
	.fhcl-fond-gouv__grid{grid-template-columns:1fr;}
	.fhcl-fond-gcard--down{margin-top:0;}
	.fhcl-fond-equipes__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px;}
	.fhcl-fond-pres__card{grid-template-columns:1fr;gap:24px;}
	.fhcl-fond-pres__aside{max-width:300px;margin:0 auto;}
	.fhcl-fond-pres__photo{margin-top:0;}
	.fhcl-fond-compo__row{grid-template-columns:1fr;}
	.fhcl-fond-equipes__ghost{font-size:120px;}
}
@media(max-width:640px){
	.fhcl-fond-hero__media{height:360px;}
	.fhcl-fond-hero__cap{flex-direction:column;align-items:flex-start;gap:10px;}
	.fhcl-fond-hero__script{font-size:20px;}
	.fhcl-fond-valeurs__grid{grid-template-columns:1fr;}
	.fhcl-fond-equipes__grid{grid-template-columns:1fr;}
	.fhcl-fond-equipes__ghost{font-size:72px;top:40px;}
	.fhcl-fond-stats{flex-direction:column;gap:24px;}
	.fhcl-fond-stats__dot{display:none;}
}
