:root {
  color-scheme: light;
  --cyan: oklch(64.48771% 0.1273114 229.15332);
  --lime: oklch(75.79746% 0.1843343 134.90682);
  --navy: oklch(28.36468% 0.0760362 266.21051);
  --ink: oklch(23.57438% 0.0544819 289.46354);
  --white: oklch(100% 0 0);
  --paper: oklch(98% 0.004 229);
  --muted: oklch(44% 0.035 266);
  --line: oklch(88% 0.015 266);
  --light-text: oklch(92% 0.012 229);
  --photo-shade: oklch(17% 0.04 266 / .55);
  --shadow: oklch(23.57438% 0.0544819 289.46354 / .08);
  --font: 'Nexa', Arial, Helvetica, sans-serif;
  --gutter: clamp(1.25rem, 4.5vw, 5rem);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--white); color: var(--navy); font-family: var(--font); font-size: 1rem; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 700; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .22em; }
a:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; }
.contact a:focus-visible { outline-color: var(--lime); }
.header a:focus-visible, .hero a:focus-visible, .skip-link:focus-visible { outline-color: var(--lime); box-shadow: 0 0 0 9px var(--navy); }
.skip-link { position: absolute; left: var(--gutter); top: .55rem; z-index: 4; padding: .2rem .6rem; border-radius: 5rem; background: var(--navy); color: var(--white); font-size: .75rem; }

.header { position: absolute; z-index: 2; left: var(--gutter); right: var(--gutter); top: 3rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.brand { display: flex; align-items: center; min-height: 4.25rem; background: var(--white); border-radius: 5rem; padding: .55rem 1.5rem; flex: none; }
.brand img { width: 10.7rem; height: auto; }
.header nav { display: flex; align-items: center; min-height: 4.25rem; gap: 1.4rem; padding: .45rem .45rem .45rem 1.6rem; background: var(--white); border-radius: 5rem; font-size: .88rem; }
.header nav a { display: inline-flex; align-items: center; min-height: 2.75rem; text-decoration: none; padding: .6rem 0; }
.header nav a:hover { text-decoration: underline; }
.header nav .nav-cta { padding: 1rem 1.2rem; border-radius: 5rem; background: var(--navy); color: var(--white); font-weight: 700; }
.nav-cta span { margin-left: .6rem; }
.hero { position: relative; isolation: isolate; color: var(--white); background: var(--navy); min-height: max(800px, 100svh); display: grid; align-items: center; padding: 12rem var(--gutter) 10rem; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-photo { object-fit: cover; object-position: 50% 50%; }
.hero-shade { background: var(--photo-shade); }
.hero-copy { text-align: center; width: 100%; max-width: 74rem; margin: auto; }
.hero-label { display: inline-flex; align-items: center; gap: .6rem; border: 1px solid var(--light-text); border-radius: 5rem; padding: .45rem .85rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.hero-label span { width: .4rem; height: .4rem; border-radius: 50%; background: var(--lime); }
h1 { font-size: clamp(3.1rem, 6.4vw, 6.8rem); letter-spacing: -.025em; line-height: 1.07; margin-top: 1.8rem; }
.hero-intro { font-size: 1.2rem; margin-top: 1.8rem; color: var(--light-text); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.2rem; text-decoration: none; border-radius: 5rem; padding: 1.05rem 1.5rem; font-size: .96rem; font-weight: 700; transition: background-color .2s, box-shadow .2s; }
.button span { font-size: 1.35rem; line-height: 1; transition: transform .2s; }
.button:hover span { transform: translate(2px, -2px); }
.button-lime { background: var(--lime); color: var(--navy); }
.button-lime:hover { background: var(--white); }
.button-white { background: transparent; color: var(--white); box-shadow: inset 0 0 0 1px var(--light-text); }
.button-white:hover { background: var(--white); color: var(--navy); box-shadow: none; }
.hero-bottom { position: absolute; bottom: 1.5rem; left: var(--gutter); right: var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: .5rem; font-size: .75rem; }
.hero-bottom > span { justify-self: start; background: var(--navy); border-radius: 5rem; padding: .4rem .65rem; }
.hero-bottom > a { display: grid; place-items: center; width: 3rem; height: 3rem; color: var(--navy); background: var(--white); border-radius: 50%; text-decoration: none; font-size: 1.25rem; }
.hero-bottom .image-credit { justify-self: end; }
.section-space { padding: 6rem var(--gutter); }
.section-heading { text-align: center; max-width: 55rem; margin: 0 auto 3rem; }
.offer .section-heading { text-align: left; max-width: 90rem; margin-bottom: 2.5rem; }
.eyebrow { display: inline-block; padding: .4rem .85rem; border: 1px solid var(--line); border-radius: 5rem; font-size: .75rem; font-weight: 700; }
h2 { font-size: clamp(2.5rem, 4.2vw, 4.8rem); line-height: 1.1; letter-spacing: -.02em; }
.section-heading h2 { margin-top: 1.4rem; }
.section-heading > p:last-child { margin-top: 1.2rem; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; max-width: 90rem; margin: auto; }
.offer-card { border: 1px solid var(--line); border-radius: 2rem; background: var(--white); text-decoration: none; box-shadow: 0 10px 30px var(--shadow); }
.card-photo img { width: 100%; height: auto; aspect-ratio: 1.35; object-fit: cover; border-radius: 2rem 2rem 0 0; }
.offer-card:first-child .card-photo img { object-position: 42% 50%; }
.card-copy { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 1rem; padding: 1.6rem 1.8rem; }
.card-copy h3 { font-size: clamp(1.4rem, 2.2vw, 2.5rem); letter-spacing: -.04em; line-height: 1.15; }
.card-copy p { grid-column: 1 / -1; color: var(--muted); margin-top: .6rem; font-size: .94rem; }
.card-arrow { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; font-size: 1.5rem; transition: transform .2s, background-color .2s; }
.offer-card:hover .card-arrow { transform: rotate(45deg); background: var(--lime); }
.visual-note { text-align: center; color: var(--muted); font-size: .85rem; margin: 1.25rem auto 0; max-width: 75ch; }
.family-list + .visual-note { text-align: left; margin-top: 1.6rem; }
.contact { background: var(--paper); padding-top: 0; padding-bottom: 6rem; }
.contact-panel { display: grid; grid-template-columns: 1.1fr 1fr; border-radius: 2rem; overflow: hidden; background: var(--navy); color: var(--white); max-width: 90rem; margin: auto; }
.contact-copy { padding: clamp(2rem, 4.2vw, 4.5rem); align-self: center; }
.contact .eyebrow { color: var(--lime); border-color: var(--lime); }
.contact h2 { margin-top: 1.6rem; }
.contact-intro { color: var(--light-text); margin-top: 1.5rem; font-size: 1.04rem; }
.person { display: flex; gap: .8rem; align-items: center; margin-top: 1.6rem; }
.person-initials { display: grid; place-items: center; background: var(--cyan); color: var(--navy); width: 2.9rem; height: 2.9rem; border-radius: 50%; font-size: .85rem; font-weight: 700; }
.person h3 { font-size: 1.04rem; }
.person p { font-size: .85rem; color: var(--light-text); }
.contact .button { margin-top: 1.6rem; }
.contact-note { color: var(--light-text); margin-top: 1rem; font-size: .85rem; overflow-wrap: anywhere; }
.contact-note a { color: var(--white); display: inline-block; margin-left: .5rem; }
.brand-visual { display: grid; min-width: 0; }
.brand-photo figcaption { position: absolute; right: 1.1rem; bottom: 1.1rem; padding: .35rem .75rem; border-radius: 5rem; background: var(--navy); color: var(--light-text); font-size: .72rem; }
.brand-visual img { width: 100%; height: 100%; min-height: 22rem; object-fit: cover; }
.brand-photo { position: relative; margin: 0; height: 100%; }
.footer { display: grid; grid-template-columns: auto minmax(14rem, 1fr) auto; align-items: center; gap: 1.2rem 2rem; padding: 2rem var(--gutter); border-top: 1px solid var(--line); }
.footer-brand img { width: 9rem; height: auto; }
.footer p { margin-right: auto; color: var(--muted); font-size: .8rem; }
.top-link { text-decoration: none; font-size: .85rem; padding: .6rem; white-space: nowrap; }
.top-link span { margin-left: 1rem; }
.top-link:hover { text-decoration: underline; }
@media (min-width: 1600px) { .hero { min-height: 950px; } }
@media (max-width: 900px) {
  .brand { padding: .8rem 1.1rem; }
  .brand img { width: 9.5rem; }
  .header nav { gap: 1rem; padding-left: 1.2rem; font-size: .8rem; }
  .header nav .nav-cta { padding: .95rem 1rem; }
  .contact-panel { grid-template-columns: 1.15fr 1fr; }
  .contact-copy { padding: 2rem; }
  .contact .button { gap: .6rem; padding-inline: 1.1rem; font-size: .85rem; }
}
@media (max-width: 650px) {
  .header { flex-wrap: wrap; justify-content: center; top: 2.5rem; }
  .brand { padding: .65rem 1.2rem; }
  .brand img { width: 8.5rem; }
  .header nav { justify-content: center; width: 100%; gap: .65rem; padding-left: .75rem; font-size: .75rem; }
  .header nav .nav-cta { padding: .85rem .65rem; }
  .nav-cta span { margin-left: .15rem; }
  .hero { min-height: 850px; padding-top: 16rem; padding-bottom: 10rem; }
  .hero-photo { object-position: 60% 50%; }
  .hero-label { font-size: .75rem; letter-spacing: 0; padding: .4rem .55rem; gap: .4rem; }
  h1 { font-size: clamp(2.5rem, 8vw, 3.4rem); margin-top: 1.5rem; line-height: 1.12; }
  .hero-intro { font-size: 1rem; margin-top: 1.5rem; }
  .hero-actions { flex-direction: column; align-items: center; margin-top: 1.7rem; }
  .hero-actions .button { width: 100%; max-width: 20rem; min-width: 0; justify-content: center; gap: .7rem; }
  .button { font-size: .87rem; }
  .hero-bottom { font-size: .75rem; gap: .35rem; }
  .hero-bottom > span { padding: .35rem .5rem; }
  .hero-bottom > a { width: 2.5rem; height: 2.5rem; }
  .section-space { padding: 3.5rem var(--gutter); }
  .section-heading { margin-bottom: 2rem; }
  .section-heading > p:last-child { font-size: .94rem; }
  h2 { font-size: 2.5rem; }
  .offer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .offer-card { border-radius: 1.5rem; }
  .card-photo img { border-radius: 1.5rem 1.5rem 0 0; }
  .card-copy { padding: 1.25rem; column-gap: .7rem; }
  .card-copy h3 { font-size: 1.6rem; }
  .card-copy p { font-size: .88rem; }
  .card-arrow { width: 2.25rem; height: 2.25rem; }
  .contact { padding-top: 0; padding-bottom: 2rem; }
  .contact-panel { grid-template-columns: 1fr; border-radius: 1.5rem; }
  .contact-copy { padding: 1.75rem 1.4rem; }
  .contact h2 { font-size: clamp(2.2rem, 8vw, 3rem); }
  .contact-intro { font-size: .94rem; }
  .contact .button { font-size: .8rem; padding: 1rem; }
  .contact-note { font-size: .78rem; }
  .brand-visual img { min-height: 0; aspect-ratio: 1.5; }
  .footer { grid-template-columns: 1fr auto; gap: 1.2rem; }
  .footer p { grid-row: 2; grid-column: 1 / -1; margin: 0; }
  .top-link { grid-column: 2; grid-row: 1; justify-self: end; }
}
/* ===============================================================
   PAGES INTÉRIEURES
   Ajouts additifs. Aucune de ces classes n'est utilisée par
   index.html, à l'exception de .footer-links et de [aria-current].
   =============================================================== */

/* --- En-tête de page : même traitement que le hero de l'accueil --- */
.page-hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: var(--navy); min-height: 640px; display: grid; align-items: center; padding: 13rem var(--gutter) 8rem; }
.page-hero-photo, .page-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.page-hero-photo { object-fit: cover; object-position: 50% 50%; transform-origin: 50% 50%; }
.page-hero-photo--alt { object-position: 22% 64%; }
.page-hero-shade { background: linear-gradient(180deg, oklch(15% .04 266 / .84) 0%, oklch(15% .04 266 / .6) 42%, oklch(15% .04 266 / .8) 100%); }
.page-hero a:focus-visible { outline-color: var(--lime); box-shadow: 0 0 0 9px var(--navy); }
.page-hero .eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--white); border-color: var(--light-text); background: oklch(15% .04 266 / .55); text-transform: uppercase; letter-spacing: .04em; font-weight: 400; }
.page-hero .eyebrow::before { content: ""; width: .4rem; height: .4rem; border-radius: 50%; background: var(--lime); flex: none; }
.page-hero-copy { text-align: center; width: 100%; max-width: 72rem; margin: auto; }
.page-hero h1 { font-size: clamp(2.9rem, 6vw, 6.4rem); letter-spacing: -.025em; line-height: 1.07; margin-top: 1.7rem; }
.page-hero .lede { font-size: 1.2rem; margin-top: 1.7rem; color: var(--light-text); max-width: 44rem; margin-inline: auto; }
.page-hero-bottom { position: absolute; bottom: 1.5rem; left: var(--gutter); right: var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: .75rem; font-size: .75rem; }
.crumbs { background: var(--navy); border-radius: 5rem; padding: .4rem .75rem; }
.crumbs a { color: var(--white); }
.crumbs span { margin: 0 .4rem; color: var(--light-text); }
.crumbs b { font-weight: 400; color: var(--light-text); }
.page-hero-bottom .image-credit { text-align: right; }

/* Variante sans photo : filigrane du symbole de marque */
.page-hero--mark { min-height: 520px; }
.page-hero--mark::before { content: ""; position: absolute; z-index: -1; right: -6rem; top: 50%; translate: 0 -50%; width: 34rem; height: 34rem; background: url(assets/symbole-hygilog.svg) center/contain no-repeat; opacity: .12; }
.page-hero--mark::after { content: ""; position: absolute; z-index: -1; left: -14rem; bottom: -18rem; width: 34rem; height: 34rem; border-radius: 50%; background: radial-gradient(circle, var(--cyan) 0%, transparent 68%); opacity: .3; }

/* --- Rythme des sections --- */
.page-section { padding: 7rem var(--gutter); }
.page-section--tight { padding-top: 0; }
.page-section--paper { background: var(--paper); }
.section-heading--left { text-align: left; margin-inline: 0; }

/* --- Bandeau défilant --- */
.marquee { background: var(--cyan); color: var(--ink); padding: 1.4rem var(--gutter); }
.marquee-track { max-width: 90rem; margin: auto; text-align: center; }
.marquee-track > span { font-size: clamp(1rem, 1.6vw, 1.4rem); font-weight: 700; line-height: 1.8; }
.marquee-track i { font-style: normal; margin-inline: .55rem; }

/* --- Liste éditoriale numérotée --- */
.family { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 6rem); max-width: 92rem; margin: auto; align-items: start; }
.family-intro { position: sticky; top: 3rem; }
.family-intro h2 { margin-top: 1.4rem; }
.family-intro > p { margin-top: 1.3rem; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.family-intro .button { margin-top: 2rem; }
.family-list { border-top: 1px solid var(--line); }
.family-row { display: grid; grid-template-columns: 3.2rem 1fr; align-items: start; gap: 0 1.4rem; padding: 2.1rem 1.2rem; margin-inline: -1.2rem; border-bottom: 1px solid var(--line); transition: background-color .25s; }
.family-row:hover { background: var(--paper); }
.family-row .num { font-size: .78rem; font-weight: 700; letter-spacing: .1em; color: var(--muted); padding-top: .6rem; }
.family-row h3 { font-size: clamp(1.4rem, 2.1vw, 1.85rem); letter-spacing: -.04em; line-height: 1.15; }
.family-row > p:not(.num) { grid-column: 2; margin-top: .7rem; color: var(--muted); font-size: .96rem; line-height: 1.7; }
.chips { grid-column: 2; list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.1rem 0 0; padding: 0; }
.chips li { border: 1px solid var(--line); border-radius: 5rem; padding: .42rem .85rem; font-size: .85rem; color: var(--muted); background: var(--white); }
.family-row .row-link { grid-column: 2; display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.1rem; font-size: .92rem; font-weight: 700; text-decoration: none; }
.family-row .row-link:hover { text-decoration: underline; }
.family-row .row-link span { font-size: 1.2rem; line-height: 1; transition: transform .2s; }
.family-row:hover .row-link span { transform: translate(2px, -2px); }

/* --- Bloc photo + texte --- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 90rem; margin: auto; }
.split-photo { position: relative; }
.split-photo img { width: 100%; height: 100%; aspect-ratio: 1.05; object-fit: cover; border-radius: 2rem; }
.split-photo figcaption { position: absolute; left: 1.2rem; bottom: 1.2rem; background: var(--navy); color: var(--light-text); border-radius: 5rem; padding: .45rem .85rem; font-size: .72rem; }
.split-copy { background: var(--navy); color: var(--white); border-radius: 2rem; padding: clamp(2rem, 4vw, 4.2rem); display: flex; flex-direction: column; justify-content: center; }
.split-copy .eyebrow { color: var(--lime); border-color: var(--lime); align-self: flex-start; }
.split-copy h2 { font-size: clamp(2.1rem, 3.6vw, 3.8rem); margin-top: 1.4rem; }
.split-copy > p { color: var(--light-text); margin-top: 1.3rem; font-size: 1.02rem; line-height: 1.75; }
.split-copy a:focus-visible { outline-color: var(--lime); }
.split-list { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: .75rem; }
.split-list li { color: var(--light-text); font-size: .98rem; padding-left: 1.5rem; position: relative; }
.split-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: .45rem; height: .45rem; border-radius: 50%; background: var(--lime); }
.split-copy .button { margin-top: 2rem; align-self: flex-start; }

/* --- Cartes --- */
.tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); gap: 1.5rem; max-width: 90rem; margin: auto; }
.tile-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 76rem; }
.tile { border: 1px solid var(--line); border-radius: 2rem; background: var(--white); padding: 2.1rem; box-shadow: 0 10px 30px var(--shadow); display: flex; flex-direction: column; }
.tile .num { font-size: .75rem; font-weight: 700; letter-spacing: .1em; color: var(--muted); }
.tile h3 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); letter-spacing: -.035em; line-height: 1.15; margin-top: 1.1rem; }
.tile > p { margin-top: .9rem; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.tile ul { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .55rem; }
.tile ul li { color: var(--muted); font-size: .94rem; padding-left: 1.4rem; position: relative; }
.tile ul li::before { content: ""; position: absolute; left: 0; top: .58em; width: .4rem; height: .4rem; border-radius: 50%; background: var(--cyan); }
.tile .tile-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: auto; padding-top: 1.4rem; font-size: .92rem; font-weight: 700; text-decoration: none; align-self: flex-start; }
.tile .tile-link:hover { text-decoration: underline; }
.tile .tile-link span { font-size: 1.2rem; line-height: 1; transition: transform .2s; }
.tile:hover .tile-link span { transform: translate(2px, -2px); }
.tile--navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.tile--navy .num, .tile--navy > p { color: var(--light-text); }
.tile--navy a { color: var(--lime); }
.tile--navy a:focus-visible { outline-color: var(--lime); }

/* --- Zone géographique --- */
.zone-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1.5rem; max-width: 90rem; margin: auto; }
.zone-card { border-radius: 2rem; padding: 2rem; background: var(--white); border: 1px solid var(--line); }
.zone-card .dept { font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 700; letter-spacing: -.02em; line-height: 1; color: var(--cyan); }
.zone-card h3 { margin-top: .6rem; font-size: 1.2rem; letter-spacing: -.03em; }
.zone-card p { margin-top: .8rem; color: var(--muted); font-size: .94rem; line-height: 1.7; }

/* --- Coordonnées --- */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1.5rem; max-width: 90rem; margin: auto; }
.info-card { border: 1px solid var(--line); border-radius: 2rem; padding: 1.9rem; background: var(--white); }
.info-card h3 { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.info-card p { margin-top: .9rem; font-size: 1.06rem; line-height: 1.55; letter-spacing: -.01em; overflow-wrap: anywhere; }
.info-card p a { color: var(--navy); }
.info-card .small { margin-top: .7rem; font-size: .85rem; color: var(--muted); line-height: 1.6; }
.checklist { list-style: none; max-width: 52rem; margin: 0 auto; padding: 0; display: grid; gap: .1rem; }
.checklist li { color: var(--navy); font-size: 1.02rem; line-height: 1.6; padding: 1.05rem 0 1.05rem 2.4rem; border-bottom: 1px solid var(--line); position: relative; }
.checklist li::before { content: ""; position: absolute; left: .35rem; top: 1.5em; width: .5rem; height: .5rem; border-radius: 50%; background: var(--lime); }

/* --- Textes longs (pages légales) --- */
.legal { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); max-width: 76rem; margin: auto; align-items: start; }
.legal-toc { position: sticky; top: 3rem; }
.legal-toc p { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.legal-toc ol { list-style: none; margin: 1rem 0 0; padding: 0; counter-reset: toc; }
.legal-toc a { display: block; padding: .6rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; color: var(--muted); text-decoration: none; }
.legal-toc a:hover { color: var(--navy); }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); letter-spacing: -.035em; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.prose > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose { max-width: 70ch; }
.prose p { margin-top: 1rem; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.prose ul { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .7rem; }
.prose ul li { color: var(--muted); font-size: 1rem; line-height: 1.7; padding-left: 1.4rem; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .62em; width: .4rem; height: .4rem; border-radius: 50%; background: var(--cyan); }
.prose a { color: var(--navy); }
.prose strong { color: var(--navy); }
.prose .updated { font-size: .85rem; margin-top: 2.2rem; }
.todo { display: inline-block; background: oklch(93% 0.09 100); color: var(--ink); border: 1px dashed var(--ink); border-radius: .4rem; padding: .05rem .4rem; font-weight: 700; font-size: .92em; }

/* --- Bande d'appel --- */
.cta-band { position: relative; isolation: isolate; overflow: hidden; max-width: 90rem; margin: auto; background: var(--navy); color: var(--white); border-radius: 2rem; padding: clamp(2.6rem, 5.5vw, 6rem) clamp(1.4rem, 4vw, 4rem); text-align: center; }
.cta-band::before { content: ""; position: absolute; z-index: -1; right: -7rem; top: -7rem; width: 26rem; height: 26rem; background: url(assets/symbole-hygilog.svg) center/contain no-repeat; opacity: .1; }
.cta-band::after { content: ""; position: absolute; z-index: -1; left: -10rem; bottom: -14rem; width: 28rem; height: 28rem; border-radius: 50%; background: radial-gradient(circle, var(--cyan) 0%, transparent 68%); opacity: .28; }
.cta-band a:focus-visible { outline-color: var(--lime); }
.cta-band .eyebrow { color: var(--lime); border-color: var(--lime); }
.cta-band h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); margin-top: 1.4rem; }
.cta-band > p { color: var(--light-text); margin-top: 1.3rem; font-size: 1.04rem; line-height: 1.75; max-width: 42rem; margin-inline: auto; }
.cta-band .button { margin-top: 2rem; }
.cta-band .cta-note { color: var(--light-text); margin-top: 1.1rem; font-size: .85rem; overflow-wrap: anywhere; }
.cta-band .cta-note a { color: var(--white); }

/* --- Navigation --- */
.header nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: .3em; }
.footer-links { display: flex; flex-wrap: wrap; grid-row: 2; grid-column: 1 / -1; gap: .5rem 1.5rem; font-size: .85rem; color: var(--muted); }
.footer-links a { display: inline-flex; align-items: center; min-height: 2.75rem; text-decoration: none; }
.footer-links a:hover, .footer-links a[aria-current="page"] { text-decoration: underline; }

@media (max-width: 1100px) {
  .family { grid-template-columns: 1fr; gap: 2.5rem; }
  .family-intro { position: static; }
  .legal { grid-template-columns: 1fr; gap: 2.5rem; }
  .legal-toc { position: static; }
  .legal-toc ol { display: flex; flex-wrap: wrap; gap: 0 1.2rem; }
  .legal-toc a { border-bottom: 0; padding: .3rem 0; text-decoration: underline; }
}
@media (max-width: 900px) {
  .tile-grid--2 { grid-template-columns: 1fr; }
  .page-hero { min-height: 560px; padding-top: 12rem; }
  .split { grid-template-columns: 1fr; }
  .split-photo img { aspect-ratio: 1.5; }
}
@media (max-width: 650px) {
  .header nav { flex-wrap: wrap; row-gap: .3rem; }
  .page-hero { min-height: 620px; padding: 15.5rem var(--gutter) 6rem; }
  .page-hero--mark { min-height: 520px; }
  .page-hero--mark::before { width: 22rem; height: 22rem; right: -8rem; opacity: .1; }
  .page-hero h1 { font-size: clamp(2.4rem, 9vw, 3.4rem); margin-top: 1.4rem; }
  .page-hero .lede { font-size: 1rem; margin-top: 1.4rem; }
  .page-hero-bottom { font-size: .7rem; }
  .crumbs { padding: .35rem .6rem; }
  .page-section { padding: 3.5rem var(--gutter); }
  .marquee { padding: 1rem var(--gutter); }
  .family-row { grid-template-columns: 2.4rem 1fr; padding: 1.5rem .9rem; margin-inline: -.9rem; }
  .family-row .num { font-size: .72rem; padding-top: .35rem; }
  .family-row h3 { font-size: 1.55rem; }
  .tile-grid, .tile-grid--2, .zone-grid, .info-grid { grid-template-columns: 1fr; }
  .tile, .info-card, .zone-card { border-radius: 1.5rem; padding: 1.5rem; }
  .split-copy, .split-photo img { border-radius: 1.5rem; }
  .cta-band { border-radius: 1.5rem; }
  .prose h2 { margin-top: 2.2rem; padding-top: 2.2rem; }
  .footer p { grid-row: 2; grid-column: 1 / -1; }
  .footer-links { grid-row: 3; grid-column: 1 / -1; }
}

/* Catalogue à venir et présentation de l’équipe */
.catalogue-body, .company-body, .contact-body { background: var(--paper); }
.catalogue-body .header, .company-body .header, .contact-body .header { position: relative; inset: auto; margin: 2.8rem var(--gutter) 0; }
.catalogue-body .skip-link, .company-body .skip-link, .contact-body .skip-link { color: var(--navy); background: var(--paper); }
.catalogue-page { padding: 4rem var(--gutter) 5rem; max-width: 90rem; margin: auto; }
.catalogue-intro { margin-bottom: 2.5rem; }
.catalogue-intro .crumbs { display: inline-block; }
.catalogue-intro h1 { margin-top: 1.3rem; }
.catalogue-intro > p:last-child { margin-top: 1rem; color: var(--muted); }
.catalogue-status { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); border-radius: 2rem; background: var(--navy); color: var(--white); }
.catalogue-copy { padding: clamp(2rem,4vw,4.5rem); align-self: center; }
.catalogue-label { color: var(--lime); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.catalogue-copy h2 { margin-top: 1.25rem; font-size: clamp(2.5rem,4.3vw,4.8rem); }
.catalogue-copy > p:not(.catalogue-label) { margin-top: 1.4rem; color: var(--light-text); max-width: 36ch; }
.catalogue-copy .button { margin-top: 2rem; }
.catalogue-copy a:focus-visible { outline-color: var(--lime); }
.catalogue-links { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin-top: 2rem; font-size: .85rem; }
.catalogue-links a { padding-block: .4rem; }
.catalogue-visual { position: relative; margin: 0; min-width: 0; }
.catalogue-visual img { width: 100%; height: 100%; min-height: 34rem; object-fit: cover; border-radius: 0 2rem 2rem 0; }
.catalogue-visual figcaption, .company-photo figcaption { position: absolute; bottom: 1.2rem; left: 1.2rem; padding: .4rem .8rem; border-radius: 5rem; background: var(--navy); color: var(--light-text); font-size: .75rem; }
.catalogue-teaser { display: flex; justify-content: space-between; gap: 1rem 2rem; align-items: center; border-bottom: 1px solid var(--line); padding: 1.5rem 0; max-width: 90rem; margin: 1.5rem auto 0; text-decoration: none; }
.catalogue-teaser > span:first-child { font-size: clamp(1.2rem,2vw,1.7rem); font-weight: 700; }
.catalogue-teaser > span:last-child { font-size: .9rem; }
.catalogue-teaser:hover { text-decoration: underline; }
.catalogue-body .family-row:hover { background: var(--white); }
.catalogue-body .catalogue-teaser { margin-top: 0; border-top: 1px solid var(--line); }
.company-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem,4vw,5rem); padding: 5rem var(--gutter); max-width: 104rem; margin: auto; align-items: center; }
.company-copy h1 { font-size: clamp(3rem,5.5vw,6rem); }
.company-copy .lede { font-size: clamp(1.2rem,1.6vw,1.5rem); margin-top: 2rem; max-width: 30ch; }
.company-copy > p:not(.eyebrow):not(.lede) { margin-top: 1.2rem; color: var(--muted); max-width: 40ch; }
.company-copy .button { margin-top: 2rem; }
.company-photo { margin: 0; position: relative; min-width: 0; }
.company-photo img { width: 100%; height: auto; aspect-ratio: .9; object-fit: cover; border-radius: 2rem; }
.team-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2.5rem,6vw,7rem); padding: 6rem var(--gutter); background: var(--navy); color: var(--white); }
.team-heading .eyebrow { color: var(--lime); border-color: var(--lime); }
.team-heading h2 { margin-top: 1.8rem; font-size: clamp(2.5rem,3.8vw,4rem); }
.team-heading > p:not(.eyebrow) { margin-top: 1.5rem; color: var(--light-text); max-width: 40ch; }
.team-heading > a { display: inline-block; margin-top: 2rem; color: var(--lime); padding-block: .5rem; }
.team-heading a:focus-visible { outline-color: var(--lime); }
.team-roster { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--muted); }
.team-roster li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.5rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--muted); }
.team-roster strong { color: var(--lime); font-size: clamp(2.5rem,4vw,4rem); line-height: 1; font-weight: 400; }
.team-roster span { font-size: clamp(1.05rem,1.65vw,1.6rem); }
.company-address { max-width: 90rem; margin: auto; display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.company-address h2 { margin-top: 1.5rem; max-width: 12ch; }
.company-address p:not(.eyebrow) { margin-top: 1.5rem; color: var(--muted); }
.company-address .button { margin-top: 2rem; }
.company-address address { font-style: normal; font-size: 1.2rem; line-height: 1.7; flex-shrink: 0; }
.company-address address a { display: inline-block; margin-top: 1rem; font-size: 1rem; }
@media (max-width: 1100px) {
  .header { flex-wrap: wrap; justify-content: center; }
  .header nav { flex-wrap: wrap; justify-content: center; gap: .35rem 1rem; }
}
@media (max-width: 900px) {
  .catalogue-status, .company-intro, .team-section { grid-template-columns: 1fr; }
  .catalogue-visual img { min-height: 0; height: auto; aspect-ratio: 1.5; border-radius: 0 0 2rem 2rem; }
  .company-photo img { aspect-ratio: 1.5; }
  .company-address { flex-wrap: wrap; }
  .catalogue-teaser { align-items: start; flex-direction: column; gap: .6rem; }
}
@media (max-width: 650px) {
  .header nav { padding: .55rem .65rem; border-radius: 1.5rem; column-gap: 1rem; }
  .header nav a { min-height: 2.75rem; display: inline-flex; align-items: center; }
  .hero { padding-top: 18rem; }
  .page-hero { padding-top: 17rem; }
  .catalogue-page { padding-top: 2.5rem; padding-bottom: 3.5rem; }
  .catalogue-copy { padding: 2rem 1.5rem; }
  .catalogue-status { border-radius: 1.5rem; }
  .catalogue-visual img { border-radius: 0 0 1.5rem 1.5rem; }
  .company-intro { padding-block: 3rem; }
  .company-copy h1 { font-size: clamp(2.6rem,9vw,3.8rem); }
  .company-photo img { border-radius: 1.5rem; aspect-ratio: 1.1; }
  .team-section { padding-block: 3.5rem; }
  .team-roster li { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .company-address { gap: 2.5rem; }
}

/* --- Section offre de l'accueil ----------------------------------
   Composition éditoriale : bandeau photo, deux rangées à filets,
   puis une bande cyan pour l'annonce du catalogue. Aucune de ces
   classes n'est utilisée ailleurs que sur index.html.             */
.offer { background: var(--paper); }
.offer-band { position: relative; margin: 0 auto; max-width: 90rem; }
.offer-band img { width: 100%; height: auto; aspect-ratio: 3.3; object-fit: cover; object-position: 50% 42%; border-radius: 2rem; }
.offer-band figcaption { position: absolute; right: 1.2rem; bottom: 1.2rem; padding: .4rem .8rem; border-radius: 5rem; background: var(--navy); color: var(--light-text); font-size: .72rem; }
.offer-rows { max-width: 90rem; margin: 3.5rem auto 0; }
.offer-rows > div { display: grid; grid-template-columns: minmax(0, .34fr) minmax(0, .66fr); gap: .6rem 3.5rem; padding: 2.6rem 0; border-top: 1px solid var(--line); }
.offer-rows > div:last-child { border-bottom: 1px solid var(--line); }
.offer-rows dt { font-size: clamp(1.7rem, 2.8vw, 2.6rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.1; }
.offer-rows dd { margin: 0; color: var(--navy); font-size: 1.18rem; line-height: 1.7; max-width: 46ch; }
.catalogue-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2.2rem 4rem; max-width: 90rem; margin: 3.5rem auto 0; padding: clamp(2rem, 3.6vw, 3.4rem); border-radius: 2rem; background: var(--cyan); color: var(--ink); }
.catalogue-band-label { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.catalogue-band h3 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); letter-spacing: -.045em; line-height: 1.1; margin-top: .8rem; }
.catalogue-band-copy > p:last-child { margin-top: 1.1rem; font-size: 1.02rem; line-height: 1.7; max-width: 54ch; }
.catalogue-band-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.1rem; }
.catalogue-band a:focus-visible { outline-color: var(--navy); }
.catalogue-band .offer-link:hover { color: var(--navy); }
.button-navy { background: var(--navy); color: var(--white); }
.button-navy:hover { background: var(--ink); }
.offer-link { display: inline-flex; align-items: center; align-self: flex-start; gap: .7rem; font-size: .95rem; font-weight: 700; text-decoration: none; }
.offer-link:hover { text-decoration: underline; }
.offer-link span { font-size: 1.2rem; line-height: 1; transition: transform .2s; }
.offer-link:hover span { transform: translate(2px, -2px); }
@media (max-width: 900px) {
  .offer-rows > div { grid-template-columns: 1fr; gap: .8rem; padding: 1.9rem 0; }
  .catalogue-band { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 650px) {
  .offer-band img { aspect-ratio: 1.9; border-radius: 1.5rem; }
  .offer-rows { margin-top: 2.2rem; }
  .catalogue-band { margin-top: 2.2rem; border-radius: 1.5rem; padding: 1.75rem 1.4rem; }
  .catalogue-band-actions .button { width: 100%; justify-content: center; gap: .7rem; }
}

/* Photos de l’offre et accès direct au contact */
.offer-gallery { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(0,1fr); gap: 1.5rem; max-width: 90rem; margin: auto; }
.offer-gallery .offer-band { margin: 0; min-width: 0; }
.offer-gallery img { height: clamp(18rem,33vw,32rem); aspect-ratio: auto; object-position: 50% 55%; }
.offer-gallery .offer-band--equipment img { object-position: 55% 50%; }
.offer .visual-note { text-align: left; margin: .8rem 0 0; font-size: .75rem; }
.contact-lead { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: clamp(2rem,5vw,5rem); padding: 4.5rem var(--gutter) 5rem; max-width: 104rem; margin: auto; }
.contact-lead h1 { font-size: clamp(3rem,5.3vw,5.8rem); }
.contact-lead .lede { font-size: 1.2rem; max-width: 32ch; margin-top: 1.8rem; }
.contact-lead .button { margin-top: 2rem; }
.email-direct { margin-top: 1.6rem; font-size: clamp(.95rem,1.45vw,1.2rem); overflow-wrap: anywhere; }
.email-direct a { display: inline-block; padding-block: .35rem; }
.contact-help { color: var(--muted); font-size: .85rem; max-width: 38ch; margin-top: .7rem; }
.contact-intro-photo { margin: 0; position: relative; min-width: 0; }
.contact-intro-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 2rem; }
.contact-intro-photo figcaption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; width: fit-content; max-width: calc(100% - 2rem); background: var(--navy); color: var(--light-text); padding: .4rem .7rem; border-radius: 5rem; font-size: .72rem; }
.contact-details { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 3rem 5vw; padding: 5rem var(--gutter); background: var(--navy); color: var(--white); }
.contact-details .eyebrow { border-color: var(--lime); color: var(--lime); }
.contact-details h2 { font-size: clamp(2rem,3vw,3rem); }
.contact-address h2 { margin-top: 1.5rem; }
.contact-address address { font-style: normal; font-size: 1.2rem; line-height: 1.7; margin-top: 1.5rem; }
.message-guide > p { color: var(--light-text); margin-top: 1.4rem; }
.message-guide ul { margin: 1.4rem 0 0; padding-left: 1.2rem; color: var(--light-text); }
.message-guide li { padding-left: .5rem; margin-top: .8rem; }
.message-guide li::marker { color: var(--lime); }
@media (max-width: 900px) {
  .contact-lead { grid-template-columns: 1fr; }
  .contact-intro-photo img { aspect-ratio: 1.5; }
}
@media (max-width: 650px) {
  .offer-gallery { gap: .75rem; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .offer-gallery img { height: 14rem; border-radius: 1.1rem; }
  .contact-lead { padding-block: 3rem; }
  .contact-lead h1 { font-size: clamp(2.7rem,9vw,3.8rem); }
  .contact-intro-photo img { border-radius: 1.5rem; aspect-ratio: 1.2; }
  .contact-details { grid-template-columns: 1fr; padding-block: 3.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}


@media print {
  @page { margin: 15mm; }
  body { font-size: 10pt; }
  body, body * { color: var(--ink) !important; background: var(--white) !important; box-shadow: none !important; text-shadow: none !important; transform: none !important; }
  .header, .skip-link, .hero-bottom, .page-hero-bottom, .family-intro, .legal-toc { position: static; }
  .header { flex-wrap: wrap; margin-block: .5cm; }
  .header nav { flex-wrap: wrap; }
  .hero, .page-hero, .page-hero--mark { display: block; min-height: 0; padding: .5cm 0; }
  .hero-photo, .page-hero-photo { position: static; height: 3cm; width: 100%; object-fit: cover; }
  .hero-shade, .page-hero-shade { background: none !important; }
  h1, .page-hero h1 { font-size: 24pt; margin-top: .4cm; }
  h2, .contact h2, .cta-band h2 { font-size: 18pt; }
  h3, .card-copy h3, .family-row h3 { font-size: 13pt; }
  .hero-intro, .page-hero .lede { font-size: 11pt; }
  .page-section, .section-space { padding: .5cm 0; }
  .family, .legal, .split, .contact-panel, .offer-grid, .tile-grid, .zone-grid, .info-grid { display: block; }
  .offer-card, .tile, .info-card, .family-row, .split-copy, .contact-copy { display: block; margin-block: .3cm; padding: .3cm; break-inside: avoid; }
  .card-photo img, .split-photo img, .brand-visual img { height: 3cm; width: auto; object-fit: contain; }
  .card-copy, .brand-visual { padding: .2cm; }
  .prose { max-width: none; }
  .prose p, .prose ul li { font-size: 10pt; line-height: 1.5; }
  .prose h2 { margin-top: .6cm; padding-top: .4cm; font-size: 15pt; }
  .cta-band { padding: .5cm; }
  .footer { margin-top: .5cm; padding: .3cm 0; }
}

/* ---- Secteurs : panneaux extensibles (Direction B) ---- */
.sectors { display: flex; gap: .9rem; height: 32rem; max-width: 90rem; margin: 2.5rem auto 0; }
.sector { position: relative; overflow: hidden; border-radius: 1.8rem; flex: 1; min-width: 5rem; cursor: pointer; color: var(--white); isolation: isolate; transition: flex .55s cubic-bezier(.7,0,.2,1); }
.sector:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.sector::before { content: ""; position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .9s ease; }
.sector::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, oklch(15% .04 266 / .32), oklch(13% .04 266 / .88)); }
.sector:hover::before, .sector.is-open::before { transform: scale(1.07); }
.sector[data-sec="hotellerie"]::before { background-image: url(assets/secteur-hotellerie.webp); }
.sector[data-sec="restauration"]::before { background-image: url(assets/secteur-restauration.webp); }
.sector[data-sec="public"]::before { background-image: url(assets/secteur-public.webp); }
.sector[data-sec="collectivites"]::before { background-image: url(assets/secteur-collectivites.webp); }
.s-icon { width: 2.7rem; height: 2.7rem; fill: none; stroke: var(--lime); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.s-inner { position: absolute; inset: 0; padding: clamp(1.4rem, 2vw, 2rem); display: flex; flex-direction: column; }
.s-inner .s-num { font-size: .95rem; font-weight: 700; opacity: .85; }
.s-inner .s-icon { margin-top: .8rem; }
.s-title { margin-top: auto; font-size: 1.2rem; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; writing-mode: vertical-rl; transform: rotate(180deg); transition: opacity .3s; }
.s-full { position: absolute; inset: 0; padding: clamp(1.6rem, 2.4vw, 2.6rem); display: flex; flex-direction: column; justify-content: flex-end; opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; pointer-events: none; }
.s-full .s-num { font-size: .85rem; font-weight: 700; color: var(--lime); }
.s-full h3 { font-size: clamp(1.4rem, 2.1vw, 2.05rem); letter-spacing: -.03em; line-height: 1.12; margin-top: .5rem; max-width: 18ch; }
.s-full .s-desc { margin-top: .7rem; font-size: .98rem; color: var(--light-text); max-width: 42ch; }
.s-full ul { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .55rem; max-width: 34rem; }
.s-full ul li { font-size: .95rem; color: var(--light-text); padding-left: 1.5rem; position: relative; }
.s-full ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: .45rem; height: .45rem; border-radius: 50%; background: var(--lime); }
.s-full .s-cta { margin-top: 1.4rem; display: inline-flex; align-items: center; gap: .6rem; align-self: flex-start; background: var(--lime); color: var(--navy); font-weight: 700; font-size: .92rem; border-radius: 5rem; padding: .75rem 1.25rem; text-decoration: none; transition: background-color .2s; }
.s-full .s-cta:hover { background: var(--white); }
.s-full .s-cta span { font-size: 1.2rem; line-height: 1; transition: transform .2s; }
.s-full .s-cta:hover span { transform: translate(2px, -2px); }
.sector.is-open .s-title { opacity: 0; }
.sector.is-open .s-full { opacity: 1; transform: none; pointer-events: auto; }
.sector.is-open { flex: 3.4; }
@media (max-width: 820px) {
  .sectors { flex-direction: column; height: auto; gap: 1rem; }
  .sector { flex: none; height: auto; border-radius: 1.5rem; }
  .sector .s-inner { display: none; }
  .sector .s-full { position: relative; inset: auto; opacity: 1; transform: none; pointer-events: auto; min-height: 18rem; justify-content: flex-end; }
  .sector::before, .sector.is-open::before { transform: none; }
}

/* ---- Équipe : compteurs animés (mix B + touche A) ---- */
.team-section--stack { grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3rem); }
.tc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.4rem; }
.tc-item { border-top: 2px solid oklch(100% 0 0 / .2); padding-top: 1.1rem; transition: opacity .55s ease, transform .5s cubic-bezier(.2,.7,.3,1), border-top-color .25s ease; }
.tc-grid.reveal .tc-item { opacity: 0; transform: translateY(14px); }
.tc-grid.reveal .tc-item.in { opacity: 1; transform: none; }
.tc-item:hover { border-top-color: var(--lime); }
.tc-icon { width: 1.7rem; height: 1.7rem; fill: none; stroke: var(--lime); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; opacity: .9; }
.tc-num { font-size: clamp(3rem, 6vw, 5rem); font-weight: 700; letter-spacing: -.05em; line-height: .95; margin-top: .7rem; color: var(--white); font-variant-numeric: tabular-nums; }
.tc-lbl { color: var(--light-text); font-size: .92rem; margin-top: .55rem; }
@media (max-width: 820px) { .tc-grid { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; } }
@media (max-width: 520px) { .tc-grid { grid-template-columns: 1fr 1fr; } }
