/* Mr Cut, Coiffeur Homme, Hay Riad Rabat.
   Kit-faithful design system: noir #0E0E0E / blanc #FFFFFF / gris clair #F4F5F7 / bleu accent #1E88E5 / rouge #E53935 (rare).
   Montserrat only: ExtraBold 800 (titres), SemiBold 600 (nav, eyebrows, accents), Regular/Medium (corps).
   Bright, modern, clean masculine: rythme deux tons blanc/noir, bleu comme accent, video hero.
   Static hand-written CSS, partage sur toutes les pages. */

:root {
  --noir: #0E0E0E;
  --noir-2: #060606;
  --charbon: #16171A;
  --charbon-2: #1C1E22;
  --blanc: #FFFFFF;
  --gris-clair: #F4F5F7;
  --gris-clair-2: #EAECEF;
  --gris: #D9D9D9;
  --bleu: #1E88E5;
  --bleu-fonce: #1565C0;
  --bleu-clair: #4A9EEA;
  --rouge: #E53935;
  --texte: #15171C;
  --texte-mute: #5B636F;
  --sur-noir: #E9EBEF;
  --sur-noir-mute: #A2A8B3;
  --hair: rgba(0,0,0,.09);
  --hair-d: rgba(255,255,255,.13);
  --sans: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1200px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--blanc); color: var(--texte);
  font-family: var(--sans); font-weight: 400; line-height: 1.72;
  overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 300; background: var(--bleu); color: #fff; padding: 10px 16px; font-weight: 600; }
.skip-link:focus { left: 12px; top: 12px; }

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 800; line-height: 1.1; letter-spacing: -.01em; color: var(--texte); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--bleu); }
.motto { font-size: 11px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--bleu-clair); }

/* Pole ornament divider (kit barber-pole motif, simplified) */
.orn { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 auto 16px; }
.orn::before, .orn::after { content: ""; height: 2px; width: 26px; background: var(--bleu); border-radius: 2px; }
.orn i { width: 8px; height: 8px; background: var(--bleu); transform: rotate(45deg); }

/* ============ BUTTONS (kit spec: primary blue, secondary outline) ============ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: 15px 30px; cursor: pointer; border: 1.5px solid transparent; border-radius: 4px; transition: transform .3s var(--ease), background .3s, color .3s, box-shadow .3s, border-color .3s; white-space: nowrap; }
.btn svg { width: 15px; height: 15px; }
.btn-blue { background: var(--bleu); color: #fff; border-color: var(--bleu); }
.btn-blue:hover { background: var(--bleu-fonce); border-color: var(--bleu-fonce); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(30,136,229,.32); }
.btn-line { background: transparent; color: var(--texte); border-color: rgba(0,0,0,.22); }
.btn-line:hover { border-color: var(--bleu); color: var(--bleu); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: #fff; color: var(--noir); border-color: #fff; transform: translateY(-2px); }
.btn-underline { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--texte); padding-bottom: 7px; position: relative; }
.btn-underline::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 46px; background: var(--bleu); transition: width .4s ease; }
.btn-underline:hover { color: var(--bleu); }
.btn-underline:hover::after { width: 100%; }
.arrow { width: 14px; height: 14px; }

/* ============ HEADER / NAV ============ */
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 200; transition: background .4s ease, box-shadow .4s ease, border-color .4s; background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,0)); border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(255,255,255,.97); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--hair); box-shadow: 0 8px 26px rgba(0,0,0,.09); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 82px; }
.brand { justify-self: start; display: flex; align-items: center; gap: 12px; }
.brand-seal { height: 48px; width: 48px; }
.brand-seal.dark { display: none; }
.site-header.scrolled .brand-seal.light { display: none; }
.site-header.scrolled .brand-seal.dark { display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-weight: 800; font-size: 18px; letter-spacing: .04em; color: #fff; }
.brand-tag { font-size: 8px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-top: 5px; }
.site-header.scrolled .brand-name { color: var(--texte); }
.site-header.scrolled .brand-tag { color: var(--texte-mute); }
.nav-center { justify-self: center; display: flex; align-items: center; gap: 34px; }
.nav-link { position: relative; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.92); padding: 8px 0; transition: color .3s; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--bleu); transition: width .35s ease; }
.nav-link:hover, .nav-link.active { color: #fff; }
.site-header.scrolled .nav-link { color: var(--texte-mute); }
.site-header.scrolled .nav-link:hover, .site-header.scrolled .nav-link.active { color: var(--texte); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-cta { justify-self: end; padding: 11px 22px; }
.nav-toggle { display: none; width: 46px; height: 46px; background: transparent; border: 0; cursor: pointer; flex-direction: column; justify-content: center; align-items: flex-end; gap: 6px; justify-self: end; z-index: 260; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s, width .3s, background .3s; }
.nav-toggle span:nth-child(2) { width: 19px; }
.site-header.scrolled .nav-toggle span { background: var(--noir); }
body.nav-open .nav-toggle span { background: var(--noir); }

/* Mobile menu: sibling of header (NOT inside it) -> no backdrop-filter containing-block trap */
.mobile-menu { display: none; }

/* ============ HERO (video) ============ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 128px 0 96px; background: var(--noir) url(assets/hero-poster.webp) center/cover no-repeat; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,6,.62) 0%, rgba(6,6,6,.44) 42%, rgba(6,6,6,.82) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 780px; padding: 0 24px; }
.hero-seal { width: 92px; height: 92px; margin: 0 auto 24px; filter: drop-shadow(0 8px 24px rgba(0,0,0,.5)); }
.hero .motto { display: block; margin-bottom: 18px; }
.hero h1 { font-weight: 800; font-size: clamp(40px, 7vw, 78px); letter-spacing: -.02em; margin-bottom: 20px; color: #fff; line-height: 1.04; }
.hero-sub { font-size: clamp(14px, 1.6vw, 17px); color: #EEF0F3; font-weight: 400; max-width: 540px; margin: 0 auto 34px; }
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }

/* Keyword strip under hero */
.keystrip { background: var(--noir); border-bottom: 1px solid var(--hair-d); }
.keystrip ul { list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 40px; padding: 24px 26px; }
.keystrip li { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: #fff; }
.keystrip li + li::before { content: ""; position: absolute; left: -22px; top: 50%; width: 7px; height: 7px; background: var(--bleu); transform: translateY(-50%) rotate(45deg); }

/* ============ SECTIONS ============ */
.section { padding: 100px 0; }
.section.dark { background: var(--noir); color: var(--sur-noir); }
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 { color: #fff; }
.section.dark p { color: var(--sur-noir-mute); }
.section.grey { background: var(--gris-clair); }

.sec-head { text-align: center; padding: 0 26px; margin-bottom: 54px; }
.sec-head .eyebrow { display: block; margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(28px, 4.6vw, 46px); }
.sec-head p { color: var(--texte-mute); max-width: 560px; margin: 16px auto 0; font-size: 15px; }
.section.dark .sec-head p { color: var(--sur-noir-mute); }

/* ============ STORY (photo + text) ============ */
.story-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.story-visual { position: relative; }
.story-visual img { width: 100%; max-width: 520px; height: 460px; object-fit: cover; border-radius: 6px; margin: 0 auto; }
.story-visual .tagpill { position: absolute; left: 18px; bottom: 18px; background: var(--bleu); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 9px 15px; border-radius: 4px; z-index: 2; }
.story-text .eyebrow { display: block; margin-bottom: 14px; }
.story-text h2 { font-size: clamp(27px, 4.2vw, 42px); margin-bottom: 20px; }
.story-text > p { font-size: clamp(14px, 1.5vw, 16px); color: var(--texte-mute); margin-bottom: 18px; }
.story-text .btn-underline { margin-top: 8px; }

/* ============ SERVICE IMAGE CARDS ============ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scard { position: relative; overflow: hidden; border-radius: 6px; height: 400px; }
.scard-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); z-index: 0; }
.scard::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,6,.05) 0%, rgba(6,6,6,.28) 46%, rgba(6,6,6,.9) 100%); }
.scard:hover .scard-img { transform: scale(1.07); }
.scard-body { position: absolute; left: 0; bottom: 0; z-index: 3; padding: 26px 24px; width: 100%; }
.scard-num { font-size: 12px; font-weight: 700; letter-spacing: .18em; color: var(--bleu-clair); display: block; margin-bottom: 8px; }
.scard-body h3 { font-size: 21px; color: #fff; margin-bottom: 8px; font-weight: 800; }
.scard-body p { font-size: 13px; color: #DDE0E5; line-height: 1.6; opacity: 0; max-height: 0; transform: translateY(8px); transition: opacity .45s, max-height .45s, transform .45s; overflow: hidden; }
.scard:hover .scard-body p { opacity: 1; max-height: 120px; transform: none; }
.scard-line { width: 42px; height: 3px; background: var(--bleu); border-radius: 3px; margin-top: 14px; }

/* ============ VALUES ============ */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.value { text-align: center; padding: 0 8px; }
.vico { display: block; width: 40px; height: 40px; margin: 0 auto 16px; }
.vico svg { display: block; width: 40px; height: 40px; fill: none; stroke: var(--bleu); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.value h3 { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--texte); margin-bottom: 9px; font-weight: 700; }
.value p { font-size: 13.5px; color: var(--texte-mute); line-height: 1.62; }
.section.dark .value h3 { color: #fff; }
.section.dark .value p { color: var(--sur-noir-mute); }

/* ============ INSTAGRAM ============ */
.ig-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; }
.ig-head .eyebrow { display: block; margin-bottom: 12px; }
.ig-head h2 { font-size: clamp(26px, 4vw, 42px); }
.ig-handle { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; letter-spacing: .06em; color: var(--bleu); transition: color .3s; }
.ig-handle svg { width: 20px; height: 20px; }
.ig-handle:hover { color: var(--bleu-fonce); }
.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ig-tile { position: relative; display: block; overflow: hidden; border-radius: 6px; aspect-ratio: 4 / 5; background: var(--gris-clair-2); }
.ig-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.ig-tile::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,6,0) 40%, rgba(6,6,6,.5) 100%); opacity: 0; transition: opacity .4s; }
.ig-tile:hover img { transform: scale(1.06); }
.ig-tile:hover::after { opacity: 1; }
.ig-play { position: absolute; top: 12px; right: 12px; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; background: rgba(0,0,0,.42); border-radius: 50%; backdrop-filter: blur(3px); }
.ig-play svg { width: 14px; height: 14px; fill: #fff; }
.ig-cap { position: absolute; left: 0; bottom: 0; z-index: 3; padding: 14px; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: #fff; opacity: 0; transform: translateY(6px); transition: opacity .4s, transform .4s; }
.ig-tile:hover .ig-cap { opacity: 1; transform: none; }
.ig-foot { text-align: center; margin-top: 34px; }

/* ============ REVIEWS ============ */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: var(--charbon); border: 1px solid var(--hair-d); border-radius: 8px; padding: 30px 28px; display: flex; flex-direction: column; }
.review .quote-mark { font-size: 46px; font-weight: 800; line-height: .6; color: var(--bleu); margin-bottom: 12px; }
.review p { font-size: 14.5px; color: var(--sur-noir); line-height: 1.7; font-weight: 400; margin-bottom: 20px; flex: 1; }
.review .rname { font-size: 13px; font-weight: 700; letter-spacing: .06em; color: #fff; text-transform: uppercase; }
.review .rname::before { content: ""; display: inline-block; width: 20px; height: 2px; background: var(--bleu); vertical-align: middle; margin-right: 10px; }

/* ============ PAGE BANNER (inner pages) ============ */
.page-banner { position: relative; padding: 168px 0 70px; text-align: center; overflow: hidden; background: var(--noir); }
.page-banner .pb-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; opacity: .5; }
.page-banner::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,6,.72), rgba(6,6,6,.9)); }
.page-banner .wrap { position: relative; z-index: 2; }
.page-banner .eyebrow { display: block; margin-bottom: 14px; }
.page-banner h1 { font-size: clamp(34px, 6vw, 60px); color: #fff; }
.breadcrumb { display: inline-flex; gap: 10px; align-items: center; margin-top: 16px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--sur-noir-mute); }
.breadcrumb a { color: var(--sur-noir-mute); transition: color .3s; }
.breadcrumb a:hover { color: var(--bleu-clair); }
.breadcrumb .sep, .breadcrumb .cur { color: var(--bleu-clair); }

/* ============ SERVICES LIST (services page) ============ */
.svc-list { display: grid; gap: 18px; }
.svc-row { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 22px; padding: 24px 28px; background: var(--blanc); border: 1px solid var(--hair); border-radius: 8px; transition: border-color .35s, transform .35s, box-shadow .35s; }
.svc-row:hover { border-color: var(--bleu); transform: translateX(4px); box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.svc-ico { display: block; width: 44px; height: 44px; }
.svc-ico svg { display: block; width: 44px; height: 44px; fill: none; stroke: var(--bleu); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.svc-main h3 { font-size: 20px; margin-bottom: 5px; font-weight: 800; }
.svc-main p { font-size: 14px; color: var(--texte-mute); line-height: 1.6; }
.svc-tag { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bleu); white-space: nowrap; }

/* ============ TARIFS ============ */
.pricing { display: grid; gap: 50px; }
.price-group h2 { font-size: clamp(21px, 3.4vw, 28px); margin-bottom: 4px; }
.price-group .grp-sub { font-size: 13px; color: var(--texte-mute); margin-bottom: 22px; }
.price-list { display: grid; gap: 0; }
.price-item { display: flex; align-items: baseline; gap: 12px; padding: 16px 4px; border-bottom: 1px dotted rgba(0,0,0,.16); }
.price-item:last-child { border-bottom: 0; }
.price-item .pname { font-size: 15.5px; color: var(--texte); font-weight: 600; flex: 0 1 auto; }
.price-item .pname small { display: block; font-size: 12px; color: var(--texte-mute); font-weight: 400; margin-top: 3px; }
.price-item .pdot { flex: 1 1 auto; min-width: 16px; align-self: flex-end; border-bottom: 1px dotted rgba(0,0,0,.24); transform: translateY(-5px); }
.price-item .pprice { font-size: 17px; font-weight: 800; color: var(--bleu); letter-spacing: .01em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-note { margin-top: 32px; font-size: 13px; color: var(--texte-mute); text-align: center; }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 50px; align-items: start; }
.contact-lead h2 { font-size: clamp(25px, 4vw, 38px); margin-bottom: 16px; }
.contact-lead > p { color: var(--texte-mute); margin-bottom: 28px; max-width: 430px; }
.ci-list { display: grid; gap: 20px; margin-bottom: 30px; }
.ci-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-item .ci-ico { flex: 0 0 46px; height: 46px; border: 1px solid var(--hair); border-radius: 6px; display: grid; place-items: center; }
.ci-item .ci-ico svg { width: 21px; height: 21px; fill: none; stroke: var(--bleu); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.ci-item h3 { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bleu); margin-bottom: 5px; }
.ci-item p { font-size: 15px; color: var(--texte); font-weight: 500; }
.ci-item p a { color: var(--texte); transition: color .3s; }
.ci-item p a:hover { color: var(--bleu); }
.contact-map { position: relative; min-height: 440px; height: 100%; border-radius: 8px; overflow: hidden; border: 1px solid var(--hair); }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 440px; border: 0; }

/* Hours grid */
.hours-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 9px 0; border-bottom: 1px dotted rgba(0,0,0,.12); }
.hours-row:last-child { border-bottom: 0; }
.hours-row .d { color: var(--texte); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 12px; }
.hours-row .t { color: var(--texte-mute); font-variant-numeric: tabular-nums; }
.section.dark .hours-row { border-color: var(--hair-d); }
.section.dark .hours-row .d { color: #fff; }
.section.dark .hours-row .t { color: var(--sur-noir-mute); }

/* ============ CTA BAND ============ */
.cta-band { position: relative; text-align: center; padding: 100px 0; overflow: hidden; }
.cta-band .cta-bg { position: absolute; inset: 0; z-index: 0; background: url(assets/interior.webp) center/cover; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,6,.86), rgba(6,6,6,.78)); }
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band .eyebrow { display: block; margin-bottom: 14px; color: var(--bleu-clair); }
.cta-band h2 { font-size: clamp(26px, 4.4vw, 44px); margin-bottom: 26px; color: #fff; }

/* ============ FOOTER ============ */
.site-footer { background: var(--noir-2); border-top: 1px solid var(--hair-d); color: var(--sur-noir-mute); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 44px; padding: 68px 0 46px; }
.footer-logo { width: 168px; height: auto; margin-bottom: 18px; }
.footer-blurb { font-size: 13.5px; color: var(--sur-noir-mute); max-width: 320px; margin-bottom: 18px; line-height: 1.7; }
.footer-phone { font-size: 21px; font-weight: 800; color: #fff; letter-spacing: .01em; }
.footer-phone:hover { color: var(--bleu-clair); }
.footer-col h4 { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--hair-d); }
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col ul a { font-size: 13.5px; color: var(--sur-noir-mute); transition: color .3s; }
.footer-col ul a:hover { color: var(--bleu-clair); }
.footer-bottom { border-top: 1px solid var(--hair-d); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer-bottom span { font-size: 11.5px; color: #6a6f78; }
.credit { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sur-noir-mute); transition: color .3s; }
.credit:hover { color: var(--bleu-clair); }

/* ============ REVEAL ANIMATIONS ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s ease, transform .9s var(--ease); }
.reveal.left { transform: translateY(30px); }
.reveal.right { transform: translateY(30px); }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s var(--ease); }
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > *:nth-child(2) { transition-delay: .08s; }
.stagger.in > *:nth-child(3) { transition-delay: .16s; }
.stagger.in > *:nth-child(4) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .stagger > * { opacity: 1; transform: none; transition: none; }
  .hero-video { display: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .story-inner { grid-template-columns: 1fr; gap: 38px; }
  .story-visual img { max-width: 520px; }
  .values { grid-template-columns: repeat(2, 1fr); gap: 38px 26px; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px; }
}
@media (max-width: 760px) {
  .nav-center, .nav-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto; height: 72px; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh; background: var(--blanc); z-index: 250; padding: 40px 24px; transform: translateY(-100%); transition: transform .45s var(--ease); }
  body.nav-open .mobile-menu { transform: translateY(0); }
  body.nav-open { overflow: hidden; }
  .mobile-menu .m-seal { width: 72px; height: 72px; margin-bottom: 6px; }
  .mobile-menu .nav-link { font-size: 19px; font-weight: 700; letter-spacing: .1em; color: var(--texte); text-transform: uppercase; }
  .mobile-menu .nav-link.active { color: var(--bleu); }
  .mobile-menu .btn { margin-top: 10px; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { width: 26px; transform: translateY(-8px) rotate(-45deg); }
  .section { padding: 72px 0; }
  .page-banner { padding: 122px 0 54px; }
  .sec-head { margin-bottom: 40px; }
  .cards { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .scard { height: 300px; }
  .scard-body p { opacity: 1; max-height: 130px; transform: none; }
  .svc-row { grid-template-columns: 44px 1fr; gap: 15px; padding: 20px; }
  .svc-tag { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 14px; max-width: 320px; margin: 0 auto; }
  .hero-cta .btn { width: 100%; }
  .ig-head { justify-content: center; text-align: center; }
}
@media (max-width: 480px) {
  .values { grid-template-columns: 1fr 1fr; }
  .ig-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .keystrip ul { gap: 12px 28px; }
  .keystrip li { font-size: 11.5px; }
}
