/* PATRICOM Accueil V2 - 2026-09-10. Scope: .ph-home only.
 * Keep patricom-layout-v1.css (V1.1) and the existing legacy styles unchanged.
 * No web fonts, animation library, slider, background video or global reset.
 */
.ph-home {
  --ph-ink: #193c34; --ph-muted: #596b62; --ph-accent: #295e5c;
  --ph-paper: #f5f6f2; --ph-line: #dfe6df;
  color: var(--ph-ink); background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased;
}
.ph-home *, .ph-home *::before, .ph-home *::after { box-sizing: border-box; }
.ph-home :where(h1,h2,h3,p,a,span,em,strong,dt,dd,time,li) { font-family: inherit; }
.ph-home :where(h1,h2,h3,p,ol,dl,dd,figure) { margin: 0; }
.ph-home :where(h1,h2,h3) { color: var(--ph-ink); overflow-wrap: break-word; }
.ph-home p { color: var(--ph-muted); font-size: 16px; line-height: 1.7; }
.ph-home a { color: inherit; text-decoration: none; font-size: inherit; line-height: inherit; transition: color .15s, background-color .15s, border-color .15s; }
.ph-home a:focus-visible { outline: 3px solid #317769 !important; outline-offset: 5px; }
.ph-home [hidden] { display: none !important; }
.ph-home img { display: block; max-width: 100%; }
.ph-home .ph-shell { width: min(100%, 1280px); padding: 0 36px; margin: 0 auto; }
.ph-home .ph-section { padding: 76px 0; }
.ph-home section[id] { scroll-margin-top: 112px; }
.ph-home .ph-eyebrow { display: flex; align-items: center; gap: 10px; color: #5a7065; font-size: 11px; font-weight: 650; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.ph-home .ph-mark { display: block; width: 8px; height: 8px; background: #7daaa0; border-radius: 50%; flex: 0 0 8px; }
.ph-home h2 { font-size: clamp(29px, 3.1vw, 42px); line-height: 1.17; font-weight: 560; letter-spacing: -.04em; text-wrap: balance; }
.ph-home .ph-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.ph-home .ph-section-heading .ph-eyebrow { margin-bottom: 10px; }
.ph-home .ph-section-heading > div { min-width: 0; }
.ph-home .ph-section-intro { margin-top: 14px; font-size: 15px; }
.ph-home .ph-text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding: 8px 0; font-size: 14px; font-weight: 600; flex-shrink: 0; }
.ph-home .ph-text-link:hover { color: #17372f; text-decoration: underline; text-underline-offset: 5px; }
.ph-home .ph-text-link > span, .ph-home .ph-button > span { font-size: 19px; line-height: 1; }
.ph-home .ph-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; line-height: 1.5; font-weight: 600; text-align: left; }
.ph-home .ph-button-primary { color: #fff; background: var(--ph-accent); }
.ph-home .ph-button-primary:hover { background: #214b45; color: #fff; }
.ph-home .ph-hero { background: var(--ph-paper); border-bottom: 1px solid var(--ph-line); }
.ph-home .ph-hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 64px; padding-top: 56px; padding-bottom: 52px; }
.ph-home .ph-hero-copy, .ph-home .ph-hero-figure { min-width: 0; }
.ph-home h1 { font-size: clamp(44px, 5vw, 70px); font-weight: 580; line-height: 1.035; letter-spacing: -.055em; margin: 22px 0 24px; }
.ph-home h1 em { font-weight: 450; font-style: normal; color: #437565; }
.ph-home .ph-lead { max-width: 455px; font-size: 16px; line-height: 1.8; }
.ph-home .ph-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 25px; margin-top: 28px; }
.ph-home .ph-risk-note { margin-top: 24px; max-width: 430px; font-size: 12px; line-height: 1.75; color: #59665e; }
.ph-home .ph-hero-visual { position: relative; width: 100%; aspect-ratio: 1.1; border-radius: 12px; overflow: hidden; background: #dce8de; }
.ph-home .ph-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.ph-home .ph-hero-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #476d61; letter-spacing: .08em; font-size: 21px; }
.ph-home .ph-hero-fallback > span { font-size: 13px; letter-spacing: 0; }
.ph-home .ph-hero-figure figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 16px; padding-top: 13px; color: #5c6b61; font-size: 11px; line-height: 1.5; }
.ph-home .ph-hero-figure figcaption > span:first-child { text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }
.ph-home .ph-club-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.ph-home .ph-club-grid-single { grid-template-columns: minmax(0, 650px); }
.ph-home .ph-club-grid-many { grid-template-columns: repeat(3,minmax(0,1fr)); }
.ph-home .ph-club-card { min-width: 0; border: 1px solid var(--ph-line); border-radius: 12px; background: #fff; }
.ph-home .ph-club-card:hover { border-color: #98b6a7; }
.ph-home .ph-club-link { display: flex; flex-direction: column; height: 100%; border-radius: inherit; }
.ph-home .ph-club-media { position: relative; aspect-ratio: 2.35; background: #eaf0e9; overflow: hidden; border-radius: 11px 11px 0 0; }
.ph-home .ph-club-grid-many .ph-club-media { aspect-ratio: 1.95; }
.ph-home .ph-club-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ph-home .ph-media-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; color: #60796b; font-size: 12px; }
.ph-home .ph-media-placeholder svg { width: 51px; height: 51px; }
.ph-home .ph-club-body { flex: 1; display: flex; flex-direction: column; padding: 25px 28px 18px; }
.ph-home .ph-club-body .ph-eyebrow { font-size: 10px; }
.ph-home .ph-club-body h3 { font-size: 25px; line-height: 1.3; letter-spacing: -.025em; font-weight: 590; margin-top: 7px; }
.ph-home .ph-club-description { font-size: 14px; line-height: 1.7; margin-top: 10px; margin-bottom: 4px; overflow-wrap: anywhere; }
.ph-home .ph-club-data { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 22px; padding-top: 22px; padding-bottom: 23px; margin-top: auto; }
.ph-home .ph-club-data > div { min-width: 0; }
.ph-home .ph-club-data dt { color: #627467; font-size: 11px; font-weight: 400; line-height: 1.5; margin-bottom: 5px; }
.ph-home .ph-club-data dd { color: var(--ph-ink); font-size: 17px; font-weight: 580; line-height: 1.4; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.ph-home .ph-club-action { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 47px; border-top: 1px solid var(--ph-line); padding-top: 9px; font-size: 14px; font-weight: 600; }
.ph-home .ph-club-action > span { font-size: 21px; }
.ph-home .ph-clubs-note { max-width: 1000px; margin-top: 20px; font-size: 12px; line-height: 1.8; }
.ph-home .ph-empty { border: 1px solid var(--ph-line); border-radius: 12px; padding: 32px; background: var(--ph-paper); }
.ph-home .ph-empty h3 { font-size: 23px; line-height: 1.4; }
.ph-home .ph-empty p { margin: 12px 0 24px; }
.ph-home .ph-method { background: #f6f8f5; border-top: 1px solid #e9ede6; border-bottom: 1px solid #e9ede6; }
.ph-home .ph-method-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: end; }
.ph-home .ph-method-heading .ph-eyebrow { margin-bottom: 12px; }
.ph-home .ph-method-heading > p { max-width: 375px; font-size: 15px; }
.ph-home .ph-steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 42px 0; }
.ph-home .ph-steps > li { min-width: 0; padding: 0 34px; border-left: 1px solid #d8e1d8; }
.ph-home .ph-steps > li:first-child { border-left: 0; padding-left: 0; }
.ph-home .ph-steps > li:last-child { padding-right: 0; }
.ph-home .ph-step-number { display: block; color: #52796a; font-size: 12px; line-height: 1; font-weight: 600; letter-spacing: .12em; margin-bottom: 20px; }
.ph-home .ph-steps h3 { font-size: 19px; font-weight: 580; line-height: 1.4; letter-spacing: -.02em; margin-bottom: 10px; }
.ph-home .ph-steps p { font-size: 14px; line-height: 1.8; }
.ph-home .ph-focus { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 25px; border-top: 1px solid #d8e1d8; }
.ph-home .ph-focus > p { color: var(--ph-ink); font-size: 15px; }
.ph-home .ph-focus .ph-eyebrow { font-size: 10px; margin-bottom: 5px; }
.ph-home .ph-focus-links { display: flex; flex-wrap: wrap; gap: 10px; }
.ph-home .ph-focus-links a { display: inline-flex; align-items: center; gap: 14px; border: 1px solid #d8e1d8; border-radius: 7px; min-height: 44px; padding: 10px 14px; font-size: 13px; background: #fff; }
.ph-home .ph-focus-links a:hover { border-color: #789b88; background: #eef4ee; }
.ph-home .ph-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.ph-home .ph-news-item { min-width: 0; border-top: 1px solid #d5dfd5; padding-top: 21px; }
.ph-home .ph-news-item > a { display: flex; height: 100%; flex-direction: column; }
.ph-home .ph-news-item time, .ph-home .ph-news-date { color: #627467; font-size: 11px; letter-spacing: .045em; font-variant-numeric: tabular-nums; }
.ph-home .ph-news-item h3 { font-size: 20px; line-height: 1.45; font-weight: 570; letter-spacing: -.02em; margin: 11px 0 10px; }
.ph-home .ph-news-item p { color: #627467; font-size: 14px; line-height: 1.75; margin-bottom: 17px; overflow-wrap: anywhere; }
.ph-home .ph-news-more { display: flex; align-items: center; gap: 14px; margin-top: auto; padding: 8px 0; font-size: 12px; font-weight: 600; min-height: 44px; }
.ph-home .ph-news-item a:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
.ph-home .ph-contact { padding: 8px 0 64px; }
.ph-home .ph-contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 40px 48px; background: #ecf3ed; border: 1px solid #e0e9de; border-radius: 12px; }
.ph-home .ph-contact h2 { font-size: clamp(29px,3vw,38px); margin: 12px 0; }
.ph-home .ph-contact p:not(.ph-eyebrow) { font-size: 14px; line-height: 1.8; }
.ph-home .ph-contact-actions { display: flex; flex-direction: column; gap: 22px; min-width: 230px; }
.ph-home .ph-partner-link { font-size: 13px; line-height: 1.75; padding: 4px 0; }
.ph-home .ph-partner-link > span:first-child { display: block; color: #627467; font-size: 11px; }
.ph-home .ph-partner-link:hover { text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:1100px) {
 .ph-home .ph-hero-grid { gap: 40px; }
 .ph-home .ph-actions { gap: 10px 18px; }
 .ph-home .ph-method-heading { gap: 36px; }
 .ph-home .ph-club-grid-many { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .ph-home .ph-focus { align-items: flex-start; flex-direction: column; }
}
@media(max-width:760px) {
 .ph-home .ph-shell { padding-left: 24px; padding-right: 24px; }
 .ph-home .ph-section { padding: 52px 0; }
 .ph-home .ph-hero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 36px; padding-bottom: 28px; }
 .ph-home h1 { font-size: clamp(43px, 9vw, 62px); margin: 17px 0 20px; }
 .ph-home .ph-lead { font-size: 15px; max-width: 520px; }
 .ph-home .ph-actions { margin-top: 22px; gap: 10px 22px; }
 .ph-home .ph-risk-note { margin-top: 18px; max-width: 480px; }
 .ph-home .ph-hero-visual { aspect-ratio: 1.75; }
 .ph-home .ph-hero-figure figcaption { font-size: 10px; }
 .ph-home .ph-hero-figure figcaption > span:first-child { font-size: 9px; }
 .ph-home .ph-section-heading { flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
 .ph-home .ph-club-grid, .ph-home .ph-club-grid-many { grid-template-columns: 1fr; gap: 22px; }
 .ph-home .ph-club-media, .ph-home .ph-club-grid-many .ph-club-media { aspect-ratio: 2; }
 .ph-home .ph-club-body { padding: 21px 22px 15px; }
 .ph-home .ph-club-data { gap: 17px 15px; }
 .ph-home .ph-club-data dd { font-size: 16px; }
 .ph-home .ph-method-heading { grid-template-columns: 1fr; gap: 16px; }
 .ph-home .ph-method-heading > p { max-width: 520px; }
 .ph-home .ph-steps { grid-template-columns: 1fr; gap: 0; margin: 25px 0 22px; }
 .ph-home .ph-steps > li, .ph-home .ph-steps > li:first-child, .ph-home .ph-steps > li:last-child { padding: 22px 0 22px 44px; border-left: 0; position: relative; }
 .ph-home .ph-steps > li + li { border-top: 1px solid #d8e1d8; }
 .ph-home .ph-step-number { position: absolute; left: 0; top: 27px; margin: 0; }
 .ph-home .ph-steps h3 { font-size: 19px; }
 .ph-home .ph-focus { padding-top: 22px; gap: 16px; }
 .ph-home .ph-news-grid { grid-template-columns: 1fr; gap: 23px; }
 .ph-home .ph-news-item p { margin-bottom: 8px; }
 .ph-home .ph-news-item h3 { font-size: 21px; }
 .ph-home .ph-contact { padding: 0 0 44px; }
 .ph-home .ph-contact-panel { flex-direction: column; align-items: flex-start; padding: 28px 25px; gap: 26px; }
 .ph-home .ph-contact-actions { min-width: 0; width: 100%; max-width: 360px; }
 .ph-home section[id] { scroll-margin-top: 92px; }
}
@media(max-width:370px) {
 .ph-home .ph-shell { padding-left: 18px; padding-right: 18px; }
 .ph-home .ph-hero-copy > .ph-eyebrow { font-size: 9px; gap: 7px; }
 .ph-home .ph-button { padding-left: 17px; padding-right: 17px; }
 .ph-home .ph-club-body { padding-left: 18px; padding-right: 18px; }
 .ph-home .ph-club-data dd { font-size: 15px; }
 .ph-home .ph-club-data dt { font-size: 10px; }
}
@media(prefers-reduced-motion:reduce) { .ph-home a { transition: none; } }
@media(forced-colors:active) { .ph-home .ph-button, .ph-home .ph-club-card, .ph-home .ph-contact-panel { border: 1px solid ButtonText; } }
@media print {
 .ph-home .ph-section { padding: 24px 0; }
 .ph-home .ph-hero-grid { padding-top: 24px; padding-bottom: 24px; }
 .ph-home .ph-club-card, .ph-home .ph-steps li, .ph-home .ph-news-item { break-inside: avoid; }
}

/* PATRICOM EN CHIFFRES - V2.1 */
.ph-home .ph-stats { padding: 0; background: #fff; }
.ph-home .ph-stats-inner {
 display: grid;
 grid-template-columns: minmax(320px,1fr) minmax(180px,.34fr) minmax(180px,.34fr);
 align-items: end;
 gap: 42px;
 padding-top: 34px;
 padding-bottom: 38px;
 border-top: 1px solid #dbe4dc;
 border-bottom: 1px solid #dbe4dc;
}
.ph-home .ph-stats-copy { max-width: 570px; }
.ph-home .ph-stats-copy .ph-eyebrow { margin-bottom: 9px; }
.ph-home .ph-stats-copy > p:last-child { margin: 0; color: #627467; font-size: 14px; line-height: 1.7; }
.ph-home .ph-stat { min-width: 0; }
.ph-home .ph-stat strong {
 display: block;
 color: #173e34;
 font-size: clamp(30px,3vw,42px);
 line-height: 1;
 font-weight: 600;
 letter-spacing: -.035em;
 font-variant-numeric: tabular-nums;
 white-space: nowrap;
}
.ph-home .ph-stat span { display: block; margin-top: 10px; color: #627467; font-size: 12px; line-height: 1.45; }
@media(max-width:900px) {
 .ph-home .ph-stats-inner { grid-template-columns: 1fr 1fr; gap: 28px 24px; align-items: start; }
 .ph-home .ph-stats-copy { grid-column: 1 / -1; }
}
@media(max-width:520px) {
 .ph-home .ph-stats-inner { grid-template-columns: 1fr 1fr; gap: 24px 18px; padding-top: 28px; padding-bottom: 30px; }
 .ph-home .ph-stats-copy > p:last-child { font-size: 13px; }
 .ph-home .ph-stat strong { font-size: clamp(27px,8vw,34px); }
 .ph-home .ph-stat span { font-size: 11px; }
}
@media(max-width:360px) {
 .ph-home .ph-stats-inner { grid-template-columns: 1fr; }
 .ph-home .ph-stats-copy { grid-column: auto; }
}
