/* Twins Style Barbershop — Rabat.
   Kit-faithful: noir profond + rouge vibrant, Montserrat (Black titres / Bold accents / Regular corps).
   Urbain, moderne, puissant, propre, professionnel. Static hand-written CSS, shared across the 4 pages. */

:root {
  --noir: #0B0B0B;
  --noir-2: #101010;
  --anthracite: #1A1A1A;
  --anthracite-2: #232323;
  --gris: #444444;
  --gris-clair: #B7B7B7;
  --gris-txt: #C9C9C9;
  --rouge: #C62828;
  --rouge-clair: #E23B3B;
  --rouge-fonce: #8B1E1E;
  --blanc: #FFFFFF;
  --hair: rgba(255, 255, 255, 0.09);
  --hair-rouge: rgba(198, 40, 40, 0.30);
  --sans: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1220px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --pill: 999px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--noir);
  color: var(--blanc);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.75;
  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(--rouge); color: #fff; padding: 10px 16px; font-weight: 700; }
.skip-link:focus { left: 12px; top: 12px; }

/* ============ TYPE ============ */
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 900; line-height: 1.05; letter-spacing: .005em; text-transform: uppercase; color: var(--blanc); }
h1 .rouge, h2 .rouge, h3 .rouge, .rouge-txt { color: var(--rouge); }
p { font-weight: 400; }

/* Eyebrow: red bar + uppercase label (kit block 5 "TEXTE EN MAJUSCULES") */
.eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--rouge); }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--rouge); display: inline-block; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 34px; height: 3px; background: var(--rouge); display: inline-block; }

/* ============ DECOR MOTIFS (kit block 5) ============ */
/* Diagonal red stripes (skewed bars) */
.deco-stripes { display: block; width: 76px; height: 26px; background: repeating-linear-gradient(135deg, var(--rouge) 0 9px, transparent 9px 20px); }
.deco-stripes.lg { width: 120px; height: 42px; }
/* Red halftone dot field */
.deco-dots { background-image: radial-gradient(var(--rouge) 1.6px, transparent 1.7px); background-size: 15px 15px; }
/* Red + white barber hazard bar */
.hazard { height: 8px; width: 100%; background: repeating-linear-gradient(135deg, var(--rouge) 0 16px, var(--blanc) 16px 32px); }

/* ============ BUTTONS (kit block 5: rounded pills, 3 variants) ============ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; padding: 15px 34px; cursor: pointer; border: 2px solid transparent; border-radius: var(--pill); transition: transform .3s var(--ease), background .3s, color .3s, box-shadow .3s, border-color .3s; white-space: nowrap; }
.btn svg { width: 17px; height: 17px; }
.btn-red { background: var(--rouge); color: var(--blanc); border-color: var(--rouge); }
.btn-red:hover { background: var(--rouge-fonce); border-color: var(--rouge-fonce); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(198, 40, 40, .3); }
.btn-outline { background: transparent; color: var(--blanc); border-color: var(--rouge); }
.btn-outline:hover { background: var(--rouge); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(198, 40, 40, .22); }
.btn-white { background: var(--blanc); color: var(--noir); border-color: var(--blanc); }
.btn-white:hover { background: #ececec; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 0, 0, .4); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--blanc); }
.btn-ghost .arw { width: 26px; height: 2px; background: var(--rouge); position: relative; transition: width .3s ease; }
.btn-ghost:hover { color: var(--rouge); }
.btn-ghost:hover .arw { width: 40px; }

/* ============ 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(6, 6, 6, .78), rgba(6, 6, 6, 0)); border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(9, 9, 9, .96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--hair-rouge); box-shadow: 0 10px 30px rgba(0, 0, 0, .5); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 88px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; justify-self: start; }
.brand-logo { height: 40px; width: auto; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-weight: 900; font-size: 19px; letter-spacing: .12em; color: var(--blanc); }
.brand-tag { font-size: 8px; font-weight: 700; letter-spacing: .42em; text-transform: uppercase; color: var(--rouge); margin-top: 4px; }
.nav-center { display: flex; align-items: center; gap: 34px; justify-self: center; }
.nav-link { position: relative; font-family: var(--sans); font-size: 12.5px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--blanc); padding: 8px 0; transition: color .3s; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: var(--rouge); transition: width .35s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--rouge); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-cta { padding: 12px 26px; font-size: 11.5px; justify-self: end; }
.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; }
.nav-toggle span { display: block; width: 28px; height: 2.5px; background: var(--blanc); transition: transform .3s, opacity .3s, width .3s, background .3s; }
.nav-toggle span:nth-child(2) { width: 21px; background: var(--rouge); }
.mobile-menu { display: none; }

/* ============ HERO (home) ============ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 130px 0 96px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: #141414 center/cover no-repeat; background-image: url(assets/hero.webp); animation: kenburns 26s ease-in-out infinite alternate; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 6, 6, .95) 0%, rgba(6, 6, 6, .76) 46%, rgba(6, 6, 6, .5) 100%), linear-gradient(0deg, rgba(6, 6, 6, .92) 2%, rgba(0, 0, 0, 0) 42%), radial-gradient(120% 90% at 88% 18%, rgba(198, 40, 40, .22), transparent 55%); }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.12) translateY(-1.4%); } }
.hero-inner { position: relative; z-index: 2; max-width: 720px; }
.hero .deco-stripes { margin-bottom: 26px; }
.hero h1 { font-size: clamp(44px, 8vw, 92px); letter-spacing: .01em; margin-bottom: 24px; }
.hero h1 span { display: block; }
.hero-sub { font-size: clamp(15px, 1.7vw, 18px); color: var(--gris-txt); font-weight: 400; max-width: 540px; margin-bottom: 40px; line-height: 1.7; }
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
/* mots-cles strip under hero */
.motscles-strip { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; border-top: 1px solid var(--hair-rouge); background: rgba(8, 8, 8, .55); backdrop-filter: blur(4px); }
.motscles-strip .wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 26px; padding-top: 20px; padding-bottom: 20px; }
.motscles-strip span { font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--blanc); position: relative; }
.motscles-strip span + span::before { content: ""; position: absolute; left: -14px; top: 50%; width: 2px; height: 13px; background: var(--rouge); transform: translateY(-50%); }

/* ============ PAGE BANNER (inner pages) ============ */
.page-banner { position: relative; padding: 168px 0 70px; overflow: hidden; }
.page-banner .pb-bg { position: absolute; inset: 0; z-index: 0; background: var(--anthracite) center/cover no-repeat; }
.page-banner::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8, 8, 8, .92), rgba(8, 8, 8, .74)); }
.page-banner .wrap { position: relative; z-index: 2; }
.page-banner .deco-stripes { margin-bottom: 20px; }
.page-banner h1 { font-size: clamp(38px, 6.4vw, 70px); }
.breadcrumb { display: inline-flex; gap: 11px; align-items: center; margin-top: 18px; font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gris-clair); }
.breadcrumb a { color: var(--gris-clair); transition: color .3s; }
.breadcrumb a:hover { color: var(--rouge); }
.breadcrumb .sep, .breadcrumb .cur { color: var(--rouge); }

/* ============ SECTIONS ============ */
.section { padding: 104px 0; position: relative; }
.section.alt { background: var(--noir-2); }
.sec-head { max-width: 720px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .eyebrow { margin-bottom: 20px; }
.sec-head h2 { font-size: clamp(30px, 5vw, 52px); }
.sec-head p { margin-top: 18px; color: var(--gris-txt); font-size: 15.5px; }

/* ============ INTRO SPLIT (home: about teaser) ============ */
.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.split-visual { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--anthracite); }
.split-visual img, .split-visual .ph { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.1s var(--ease); }
.split-visual:hover img { transform: scale(1.05); }
.split-visual .ph { background: linear-gradient(135deg, var(--anthracite), var(--noir)); }
.split-visual .corner { position: absolute; width: 64px; height: 64px; border: 3px solid var(--rouge); z-index: 3; }
.split-visual .corner.tl { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.split-visual .corner.br { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.split-visual .stripes-badge { position: absolute; top: 20px; right: 20px; z-index: 3; }
.split-text h2 { font-size: clamp(28px, 4.4vw, 46px); margin-bottom: 24px; }
.split-text p { color: var(--gris-txt); margin-bottom: 20px; font-size: 15.5px; }
.split-text .btn-ghost { margin-top: 10px; }

/* ============ SERVICES (icon-led editorial list) ============ */
.svc-list { border-top: 1px solid var(--hair); }
.svc-row { display: grid; grid-template-columns: 78px 1fr auto; align-items: center; gap: 28px; padding: 30px 22px; border-bottom: 1px solid var(--hair); position: relative; transition: background .35s, padding-left .35s; }
.svc-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--rouge); transition: width .3s var(--ease); }
.svc-row:hover { background: rgba(198, 40, 40, .06); padding-left: 34px; }
.svc-row:hover::before { width: 4px; }
.svc-ico { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--hair-rouge); border-radius: 50%; transition: background .3s, border-color .3s; }
.svc-ico svg { width: 28px; height: 28px; }
.svc-row:hover .svc-ico { background: var(--rouge); border-color: var(--rouge); }
.svc-row:hover .svc-ico svg { stroke: var(--blanc); }
.svc-main h3 { font-size: 21px; letter-spacing: .02em; margin-bottom: 6px; }
.svc-main p { color: var(--gris-txt); font-size: 14px; line-height: 1.6; max-width: 560px; }
.svc-num { font-size: 15px; font-weight: 800; letter-spacing: .12em; color: var(--gris); }
.svc-row:hover .svc-num { color: var(--rouge); }

/* Icon tiles (home services teaser: 3 up) */
.svc-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-tile { background: var(--anthracite); border: 1px solid var(--hair); padding: 40px 30px; position: relative; overflow: hidden; transition: transform .35s var(--ease), border-color .35s; }
.svc-tile::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--rouge); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.svc-tile:hover { transform: translateY(-6px); border-color: var(--hair-rouge); }
.svc-tile:hover::after { transform: scaleX(1); }
.svc-tile .svc-ico { margin-bottom: 22px; }
.svc-tile h3 { font-size: 19px; margin-bottom: 12px; }
.svc-tile p { color: var(--gris-txt); font-size: 14px; line-height: 1.65; }

.ico { fill: none; stroke: var(--blanc); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transition: stroke .3s; }
.ico-red { stroke: var(--rouge); }

/* ============ PRICE MENU (services, real tarifs) ============ */
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 46px 64px; }
.price-cat { break-inside: avoid; }
.price-cat-head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--hair-rouge); }
.price-cat-head .svc-ico { width: 46px; height: 46px; flex: 0 0 46px; }
.price-cat-head .svc-ico svg { width: 24px; height: 24px; }
.price-cat-head h3 { font-size: clamp(18px, 2.2vw, 23px); letter-spacing: .02em; }
.price-rows { display: grid; }
.price-row { display: flex; align-items: baseline; gap: 12px; padding: 11px 2px; border-bottom: 1px solid var(--hair); }
.price-row:last-child { border-bottom: 0; }
.price-row .pn { font-size: 14.5px; font-weight: 600; color: var(--blanc); letter-spacing: .01em; }
.price-row .lead { flex: 1; border-bottom: 1px dotted rgba(255, 255, 255, .2); transform: translateY(-4px); min-width: 18px; }
.price-row .pp { font-size: 15px; font-weight: 800; color: var(--rouge); letter-spacing: .03em; white-space: nowrap; }
.price-foot { margin-top: 44px; text-align: center; }
.price-foot p { color: var(--gris-txt); font-size: 14.5px; margin-bottom: 22px; }

/* ============ MOTS-CLES GRID (about) ============ */
.mots-block { background: var(--anthracite); border: 1px solid var(--hair); padding: 54px 48px; position: relative; overflow: hidden; }
.mots-block .dots-bg { position: absolute; inset: 0; opacity: .12; -webkit-mask-image: linear-gradient(120deg, #000, transparent 70%); mask-image: linear-gradient(120deg, #000, transparent 70%); z-index: 0; }
.mots-block .eyebrow { position: relative; z-index: 1; margin-bottom: 30px; }
.mots-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 20px; }
.mots-grid span { font-size: clamp(15px, 1.7vw, 20px); font-weight: 900; letter-spacing: .05em; text-transform: uppercase; color: var(--blanc); position: relative; padding-left: 16px; }
.mots-grid span::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 3px; background: var(--rouge); }

/* ============ VALUES ROW (about, kit icons) ============ */
.values-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.value { display: flex; flex-direction: column; align-items: center; gap: 15px; flex: 1 1 150px; text-align: center; }
.value .v-ico { width: 58px; height: 58px; border: 1px solid var(--hair-rouge); border-radius: 50%; display: grid; place-items: center; transition: background .3s, transform .3s; }
.value .v-ico svg { width: 30px; height: 30px; }
.value:hover .v-ico { background: var(--rouge); transform: translateY(-4px); }
.value:hover .v-ico svg { stroke: var(--blanc); }
.value span { font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--gris-clair); }

/* ============ STAT / STATEMENT BAND ============ */
.statement { position: relative; text-align: center; overflow: hidden; }
.statement .st-bg { position: absolute; inset: 0; z-index: 0; background: var(--anthracite) center/cover no-repeat; }
.statement::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8, 8, 8, .9), rgba(8, 8, 8, .84)); }
.statement .wrap { position: relative; z-index: 2; max-width: 900px; }
.statement h2 { font-size: clamp(28px, 4.6vw, 50px); margin-bottom: 26px; }
.statement p { color: var(--gris-txt); font-size: 16px; max-width: 640px; margin: 0 auto 34px; }

/* ============ CONTACT ============ */
.contact-wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: 0; align-items: stretch; }
.contact-card { background: var(--anthracite); border: 1px solid var(--hair); border-right: 0; padding: 54px 48px; position: relative; }
.contact-card .top-bar { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--rouge); }
.contact-card h2 { font-size: clamp(26px, 3.6vw, 40px); margin-bottom: 14px; }
.contact-card > p { color: var(--gris-txt); margin-bottom: 34px; max-width: 420px; }
.ci-list { display: grid; gap: 22px; margin-bottom: 34px; }
.ci-item { display: flex; gap: 18px; align-items: flex-start; }
.ci-item .ci-ico { flex: 0 0 48px; height: 48px; border: 1px solid var(--hair-rouge); border-radius: 50%; display: grid; place-items: center; }
.ci-item .ci-ico svg { width: 22px; height: 22px; }
.ci-item h3 { font-size: 12px; letter-spacing: .2em; color: var(--rouge); margin-bottom: 5px; }
.ci-item p, .ci-item p a { font-size: 15px; color: var(--blanc); font-weight: 500; line-height: 1.6; }
.ci-item p a { transition: color .3s; }
.ci-item p a:hover { color: var(--rouge); }
.contact-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.contact-map { position: relative; min-height: 480px; border: 1px solid var(--hair); }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 480px; filter: grayscale(.35) contrast(1.06) brightness(.9); }
.contact-map .map-tag { position: absolute; top: 18px; left: 18px; z-index: 2; background: var(--rouge); color: var(--blanc); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; padding: 8px 16px; }

/* ============ CTA BAND ============ */
.cta-band { position: relative; text-align: center; padding: 96px 0; overflow: hidden; }
.cta-band .cta-bg { position: absolute; inset: 0; z-index: 0; background: var(--anthracite) center/cover; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8, 8, 8, .88), rgba(8, 8, 8, .8)), radial-gradient(90% 120% at 50% 0%, rgba(198, 40, 40, .22), transparent 60%); }
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band .eyebrow { margin-bottom: 18px; }
.cta-band h2 { font-size: clamp(28px, 4.6vw, 48px); margin-bottom: 30px; }
.cta-band .hero-cta { justify-content: center; }

/* ============ FOOTER ============ */
.site-footer { background: #070707; border-top: 3px solid var(--rouge); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 48px; padding: 70px 0 48px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand-name { font-weight: 900; font-size: 22px; letter-spacing: .1em; color: var(--blanc); display: block; }
.footer-brand-name b { color: var(--rouge); font-weight: 900; }
.footer-blurb { font-size: 13.5px; color: var(--gris-clair); font-weight: 400; max-width: 330px; margin: 16px 0 20px; }
.footer-phone { font-size: 22px; font-weight: 800; color: var(--rouge); letter-spacing: .02em; }
.footer-col h4 { font-size: 14px; letter-spacing: .14em; color: var(--blanc); margin-bottom: 22px; padding-bottom: 13px; border-bottom: 1px solid var(--hair-rouge); }
.footer-col ul { list-style: none; display: grid; gap: 12px; }
.footer-col ul a { font-size: 13.5px; font-weight: 500; color: var(--gris-clair); transition: color .3s; letter-spacing: .04em; }
.footer-col ul a:hover { color: var(--rouge); }
.hours-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 9px 0; border-bottom: 1px dotted rgba(255, 255, 255, .12); }
.hours-row:last-child { border-bottom: 0; }
.hours-row .d { color: var(--blanc); letter-spacing: .08em; text-transform: uppercase; font-size: 11.5px; font-weight: 600; }
.hours-row .t { color: var(--gris-clair); font-variant-numeric: tabular-nums; }
.footer-bottom { border-top: 1px solid var(--hair); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer-bottom span { font-size: 11.5px; color: #6a6a6a; letter-spacing: .04em; }
.credit { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--rouge-fonce); transition: color .3s; }
.credit:hover { color: var(--rouge); }

/* ============ REVEAL ANIMATIONS ============ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .9s var(--ease); }
.reveal.left { transform: translateX(-40px); }
.reveal.right { transform: translateX(40px); }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(30px); 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; }
.stagger.in > *:nth-child(5) { transition-delay: .32s; }
.stagger.in > *:nth-child(6) { transition-delay: .4s; }

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

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .reveal.left, .reveal.right { transform: translateY(32px); }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split-visual { aspect-ratio: 16 / 10; max-width: 560px; margin: 0 auto; width: 100%; }
  .svc-tiles { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .mots-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-card { border-right: 1px solid var(--hair); border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 760px) {
  .nav-center, .nav-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto; height: 74px; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: flex; flex-direction: column; align-items: center; gap: 22px; position: fixed; top: 74px; left: 0; width: 100%; background: rgba(9, 9, 9, .98); backdrop-filter: blur(8px); border-bottom: 1px solid var(--hair-rouge); padding: 32px 24px 36px; transform: translateY(-140%); transition: transform .42s var(--ease); z-index: 190; }
  body.nav-open .mobile-menu { transform: translateY(0); }
  body.nav-open { overflow: hidden; }
  .mobile-menu .nav-link { font-size: 16px; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); background: var(--rouge); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { width: 28px; transform: translateY(-8.5px) rotate(-45deg); background: var(--rouge); }
  .section { padding: 74px 0; }
  .page-banner { padding: 126px 0 54px; }
  .sec-head { margin-bottom: 42px; }
  .svc-row { grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 6px; }
  .svc-num { display: none; }
  .pricing { grid-template-columns: 1fr; gap: 40px; }
  .mots-block { padding: 40px 26px; }
  .contact-card { padding: 42px 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 520px) {
  .hero-cta { flex-direction: column; align-items: stretch; width: 100%; max-width: 340px; }
  .hero-cta .btn { width: 100%; }
  .mots-grid { grid-template-columns: 1fr; }
  .values-row { gap: 26px; }
  .value { flex-basis: 40%; }
  .contact-cta { flex-direction: column; }
  .contact-cta .btn { width: 100%; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
