/* Expérience NexosLocal réservée aux téléphones */
@media(max-width:767px){
  :root{--gutter:1.25rem;--section-y:3.75rem}
  html{scroll-padding-top:4.25rem}
  body{padding-bottom:4.5rem;font-size:1rem;line-height:1.6}
  .desktop-only{display:none!important}
  .mobile-only{display:inline}
  .container,.container.narrow,.narrow{width:calc(100% - (2 * var(--gutter)))}
  .site-header,.nav{min-height:60px;padding-inline:var(--gutter);background:rgba(245,243,237,.97)}
  .brand{font-size:1rem}
  .brand-note{display:none}
  .mobile-menu summary{display:grid;min-width:44px;min-height:44px;padding:0;place-items:center;color:var(--green);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}
  .mobile-menu[open] summary{color:var(--ink-soft)}
  .mobile-links{top:60px;gap:0;padding:1rem var(--gutter) calc(1.4rem + env(safe-area-inset-bottom));background:var(--paper);box-shadow:0 20px 45px rgba(23,32,25,.12)}
  .mobile-links a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:.65rem 0;font-family:var(--font-display);font-size:1.15rem}
  .mobile-links a::after{color:var(--green);content:'→';font-family:var(--font-body);font-size:.9rem}
  .mobile-links a:last-child{margin-top:.7rem;padding:.8rem 1rem;color:var(--white);background:var(--green);border:0;font-family:var(--font-body);font-size:.9rem}
  .mobile-quick-cta{position:fixed;z-index:150;right:.75rem;bottom:calc(.65rem + env(safe-area-inset-bottom));left:.75rem;display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:center;min-height:54px;padding:.65rem .9rem;color:var(--white);background:var(--green-dark);border:1px solid rgba(255,255,255,.16);box-shadow:0 12px 30px rgba(17,23,19,.24)}
  .mobile-quick-cta span:first-child{color:#b7d0bd;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}
  .mobile-quick-cta strong{font-size:.88rem;line-height:1.2}
  .hero{min-height:auto;padding-block:3.25rem 2.8rem}
  .hero-grid{gap:2.2rem}
  .hero-copy .eyebrow{margin-bottom:1rem;font-size:.67rem;letter-spacing:.12em}
  .hero-copy h1{max-width:10ch;margin-bottom:1.2rem;font-size:clamp(2.65rem,12.5vw,3.25rem);line-height:1.02;letter-spacing:-.05em}
  .hero-copy .lead{margin-bottom:1.5rem;font-size:1.04rem;line-height:1.55}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:.65rem}
  .hero-actions .btn{width:100%;min-height:50px}
  .acquisition-card{padding:1.15rem 1.1rem;background:var(--card);box-shadow:none}
  .acquisition-card .kicker{margin-bottom:.7rem;font-size:.66rem}
  .path-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem}
  .path-list li{grid-template-columns:1.55rem 1fr;gap:.35rem;min-height:48px;padding:.65rem 0;font-size:.98rem}
  .path-list li:nth-child(5){grid-column:1/-1}
  .path-list .arrow{display:none}
  .hero-compact{padding-block:3rem 2.6rem}
  .hero-compact .hero-copy h1{max-width:11ch;font-size:clamp(2.5rem,11.7vw,3.05rem)}
  .hero-reassurance{margin-top:.9rem;font-size:.78rem;line-height:1.45}
  .hero-principles{padding-block:.85rem;overflow:hidden}
  .hero-principles .principle-list{justify-content:flex-start;width:auto;max-width:none;padding-inline:var(--gutter);overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
  .principle-list{display:flex;flex-wrap:nowrap;gap:.5rem;text-align:left}
  .principle-list::-webkit-scrollbar{display:none}
  .principle-list li{flex:0 0 auto;padding:.45rem .7rem;background:var(--card);border:1px solid var(--line);scroll-snap-align:start}
  .principle-list li::after{display:none}

  /* Rythme éditorial mobile */
  .section{padding-block:var(--section-y)}
  h2{font-size:clamp(2.05rem,10vw,2.55rem);line-height:1.08;letter-spacing:-.04em}
  h3{font-size:1.2rem;line-height:1.18}
  .eyebrow,.kicker{margin-bottom:.85rem;font-size:.68rem;letter-spacing:.12em}
  .section-head{gap:1rem;margin-bottom:1.8rem}
  .section-head h2{max-width:15ch}
  .section-intro,.lead{font-size:1rem;line-height:1.58}
  .display-statement{margin-bottom:1.6rem;font-size:1.38rem;line-height:1.4}
  .mobile-scroll-hint{display:flex;align-items:center;justify-content:space-between;margin:0 0 .75rem;color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
  .mobile-scroll-hint span{color:var(--green);font-size:1rem}

  /* Séries de cartes adaptées au balayage tactile */
  .problem-grid,.approach-grid,.lever-grid,.difference-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(82vw,310px);gap:.75rem;margin-inline:calc(-1 * var(--gutter));padding:0 var(--gutter) .55rem;overflow-x:auto;overflow-y:hidden;background:transparent;border:0;scroll-padding-inline:var(--gutter);scroll-snap-type:x mandatory;scrollbar-width:none}
  .problem-grid::-webkit-scrollbar,.approach-grid::-webkit-scrollbar,.lever-grid::-webkit-scrollbar,.difference-grid::-webkit-scrollbar{display:none}
  .problem-card,.approach-step,.lever-card,.difference-card{min-height:0;padding:1.35rem;background:var(--card);border:1px solid var(--line);scroll-snap-align:start}
  .problem-card{min-height:285px}
  .approach-step{min-height:310px;padding-top:1.5rem}
  .lever-card{min-height:345px}
  .difference-card{min-height:275px}
  .problem-card .num,.lever-card .num,.difference-card .num{margin-bottom:1.35rem}
  .approach-step .step-num{margin-bottom:2rem}
  .problem-card p,.approach-step p,.lever-card p,.difference-card p{font-size:.94rem;line-height:1.55}
  .approach-note{margin-top:1.7rem;padding:1rem 1.05rem;font-size:1.05rem;line-height:1.45}
  .lever-legend{margin-top:1.35rem;font-size:.82rem;line-height:1.5}
  .problem-grid-short,.approach-grid-short{display:grid;grid-template-columns:1fr;grid-auto-flow:row;grid-auto-columns:auto;gap:.75rem;margin-inline:0;padding:0;overflow:visible;scroll-snap-type:none}
  .problem-grid-short .problem-card,.approach-grid-short .approach-step{min-height:0;padding:1.2rem;background:var(--card);border:1px solid var(--line)}
  .problem-grid-short .problem-card .num,.approach-grid-short .approach-step .step-num{margin-bottom:.85rem}
  .service-grid{grid-template-columns:1fr;gap:.75rem;background:transparent;border:0}
  .service-card{min-height:0;padding:1.25rem;border:1px solid var(--line)}
  .service-card .num{margin-bottom:.9rem}.service-card p{margin-bottom:1rem}
  .outcome-layout{gap:1.5rem}.outcome-list li{padding:1rem 0}
  .founder-layout-short .founder-photo{max-width:104px}

  /* Le système devient un parcours compact avant le texte */
  .system-layout{gap:1.8rem}
  .system-copy{order:-1}
  .system-copy h2{max-width:14ch}
  .system-copy p{font-size:.95rem;line-height:1.58}
  .value-note{margin-top:1.35rem;padding-top:1.35rem}
  .value-note strong{font-size:1.2rem}
  .system-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;padding:1px;background:rgba(255,255,255,.16);border:0}
  .flow-step{grid-template-columns:1.4rem 1fr;gap:.35rem;min-height:58px;padding:.55rem .65rem;background:var(--green-dark);border:0}
  .flow-step .down{display:none}
  .flow-step strong{font-size:.95rem;line-height:1.2}

  /* Blocs secondaires plus lisibles et moins hauts */
  .local-expertise,.fit-layout,.founder-layout,.faq-layout{gap:1.75rem}
  .local-tag{margin-bottom:1rem}
  .local-list li{gap:.65rem;padding:.7rem 0;font-size:.93rem;line-height:1.45}
  .fit-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
  .fit-list li{display:block;padding:.9rem;color:var(--ink-soft);background:var(--card);border:1px solid var(--line);font-size:.88rem;line-height:1.4}
  .fit-list .check{display:block;margin-bottom:.45rem;font-size:.72rem;letter-spacing:.08em}
  .company-types{padding:1.2rem}
  .company-types h3{font-size:1.28rem}
  .company-types p{font-size:.93rem;line-height:1.5}
  .founder-layout{display:block}
  .founder-photo{width:104px;height:104px;aspect-ratio:1/1;margin:0 0 1.4rem}
  .founder-photo::after{right:-.55rem;bottom:-.55rem;border-radius:50%}
  .founder-photo img{width:104px;height:104px;aspect-ratio:1/1;border-radius:50%;object-fit:cover}
  .founder-copy p{font-size:.95rem;line-height:1.55}
  .founder-signature{margin-top:1.25rem;padding-top:1rem}
  .faq-layout{display:block}
  .faq-intro{margin-bottom:1.8rem}
  .faq-item summary{padding:1.05rem 2rem 1.05rem 0;font-size:1.05rem;line-height:1.35}
  .faq-answer{padding:0 1.5rem 1.2rem 0;font-size:.93rem;line-height:1.55}

  /* Conversion et pied de page */
  .final-cta{padding-block:3.8rem;text-align:left}
  .final-cta h2{margin-inline:0;font-size:2.1rem}
  .final-cta p{margin-inline:0;font-size:.96rem;line-height:1.55}
  .final-cta .btn{width:100%;min-height:50px}
  .footer,footer{padding-block:2.7rem 1.25rem}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1rem;padding-bottom:2rem}
  .footer-brand{grid-column:1/-1}
  .footer-brand p{font-size:.86rem;line-height:1.5}
  .footer-col a{display:block;padding:.18rem 0;font-size:.84rem}
  .footer-bar{display:block}
  .footer-bar p+ p{margin-top:.35rem}

  /* Page de contact */
  .contact-page{min-height:0;padding-block:3rem 3.75rem}
  .contact-layout{gap:2.25rem}
  .contact-copy h1{max-width:9ch;margin-bottom:1.2rem;font-size:2.8rem;line-height:1.03}
  .contact-copy .lead{margin-bottom:1.4rem}
  .contact-agenda{margin-top:1.5rem;padding-top:1.2rem}
  .contact-agenda-list{gap:.75rem}
  .contact-option{grid-template-columns:2.5rem 1fr auto;gap:.8rem;min-height:78px;padding:1rem}
  .contact-option .icon{width:2.5rem;height:2.5rem}
  .contact-option strong{font-size:1.05rem}
  .contact-option small{font-size:.8rem}
  .contact-note{font-size:.82rem;line-height:1.45}

  /* Pages d'expertise */
  .service-hero{padding:2.6rem 0 3rem}
  .service-hero h1{max-width:11ch;font-size:2.65rem;line-height:1.04}
  .service-hero .lead{font-size:1rem}
  .service-hero-actions{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:1.5rem}
  .service-hero-actions .btn{width:100%}
  .service-summary{padding:1.2rem}
  .service-content-grid{gap:1.75rem}
  .service-steps{grid-template-columns:1fr;gap:.75rem;background:transparent;border:0}
  .service-step{padding:1.2rem;border:1px solid var(--line)}
  .related-services{display:grid;grid-template-columns:1fr;margin-top:1.5rem}

  /* Pages légales */
  .breadcrumb{padding-block:.85rem}
  .page-hero{padding:2.6rem 0 2rem}
  .page-hero h1{font-size:2.55rem;line-height:1.05}
  .page-hero .lead{font-size:.98rem}
  .prose{font-size:.95rem;line-height:1.6}
  .prose h2{margin-top:2.2rem;font-size:1.5rem}
  body.menu-open{overflow:hidden}
}
