@media (max-width: 760px) {
  :root { --mobile-gutter: 14px; }

  html, body { max-width: 100%; overflow-x: hidden; }
  body { font-size: 15px; line-height: 1.48; }
  .site-particles { opacity: .42; }

  .site-header {
    min-height: 64px;
    padding: 8px var(--mobile-gutter);
  }

  .brand-logo img { width: min(184px, 58vw); }

  .nav-toggle {
    position: static;
    display: grid !important;
    place-content: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border-radius: 12px;
  }

  .main-nav {
    position: fixed;
    top: 70px;
    right: 10px;
    left: 10px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    max-height: calc(100dvh - 82px);
    padding: 10px;
    overflow-y: auto;
    border-radius: 16px;
    background: rgba(249, 252, 251, .98);
    box-shadow: 0 24px 70px rgba(1, 12, 14, .32);
  }

  .main-nav.is-open { display: grid; }

  .main-nav a {
    min-height: 44px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: .84rem;
    white-space: normal;
  }

  .main-nav .nav-cta {
    grid-column: 1 / -1;
    margin: 2px 0 0;
  }

  .section,
  .brief-section,
  .clarity-grid,
  .testimonial-panel { width: calc(100% - 28px); }

  .section { padding: 48px 0; }
  .section-heading { margin-bottom: 20px; }

  .section-label,
  .eyebrow {
    margin-bottom: 10px;
    font-size: .69rem;
  }

  .section-heading h2,
  .contact-copy h2,
  .brief-copy h2,
  .local-content-panel h2,
  .method-panel h2,
  .final-cta h2 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.02;
  }

  .hero {
    min-height: 0;
    padding: 92px var(--mobile-gutter) 42px;
    overflow: hidden;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }

  .hero-copy { max-width: none; }

  .hero .eyebrow {
    max-width: 30ch;
    line-height: 1.3;
  }

  .hero h1 {
    max-width: 12.5ch;
    margin-bottom: 16px;
    font-size: clamp(2.28rem, 9.7vw, 2.58rem);
    line-height: .99;
    overflow-wrap: normal;
  }

  .hero-lead {
    max-width: 35ch;
    margin-bottom: 20px;
    font-size: .98rem;
    line-height: 1.55;
  }

  .hero-result-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 18px;
  }

  .hero-result-pills span {
    align-content: start;
    min-height: 84px;
    padding: 10px 9px;
    border-radius: 12px;
    font-size: .7rem;
    line-height: 1.35;
  }

  .hero-result-pills strong {
    font-size: .76rem;
    line-height: 1.2;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 48px;
    padding: 11px 12px;
    font-size: .87rem;
    line-height: 1.2;
  }

  .hero-actions a[href*="logiciel-professionnel"] { display: none; }

  .hero-visual {
    position: relative;
    display: block;
    min-height: 338px;
    margin-top: 4px;
    isolation: isolate;
  }

  .brand-device,
  .secondary-device,
  .hero-score {
    position: absolute;
    inset: auto;
  }

  .brand-device {
    top: 8px;
    right: auto;
    left: 0;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, .32);
  }

  .secondary-device {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 0;
    width: 68%;
    z-index: 2;
  }

  .device-bar {
    min-height: 28px;
    padding-inline: 9px;
    font-size: .62rem;
  }

  .device-bar span { width: 6px; height: 6px; }

  .hero-score {
    right: 0;
    bottom: 0;
    width: 48%;
    padding: 13px;
    border-radius: 12px;
    z-index: 3;
  }

  .hero-score svg {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
  }

  .hero-score strong {
    font-size: .83rem;
    line-height: 1.25;
  }

  .hero-score p {
    font-size: .73rem;
    line-height: 1.35;
  }

  .clarity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 14px auto 0;
  }

  .clarity-grid article {
    min-height: 112px;
    padding: 12px 9px;
    border-radius: 12px;
  }

  .clarity-grid svg {
    width: 22px;
    height: 22px;
    margin-bottom: 9px;
  }

  .clarity-grid strong {
    margin: 0;
    font-size: .78rem;
    line-height: 1.25;
  }

  .clarity-grid p { display: none; }
  .services-section { padding-top: 52px; }

  .service-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .service-choice-card {
    min-height: 218px;
    padding: 16px;
    border-radius: 14px;
  }

  .service-choice-card.is-featured {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 20px;
  }

  .service-choice-card:last-child {
    grid-column: 1 / -1;
    min-height: 176px;
  }

  .service-choice-card > svg {
    width: 25px;
    height: 25px;
    margin-bottom: 12px;
  }

  .service-choice-card span {
    margin-bottom: 8px;
    font-size: .66rem;
    line-height: 1.25;
  }

  .service-choice-card h3 {
    margin-bottom: 9px;
    font-size: 1.16rem;
    line-height: 1.08;
  }

  .service-choice-card.is-featured h3 { font-size: 1.65rem; }
  .service-choice-card:not(.is-featured) p { display: none; }
  .service-choice-card p { font-size: .92rem; }

  .service-choice-card ul {
    gap: 7px;
    margin: 13px 0 0;
    font-size: .86rem;
  }

  .service-choice-card a {
    padding-top: 14px;
    font-size: .78rem;
    line-height: 1.25;
  }

  .pricing-section .pricing-intro { margin-bottom: 18px; }

  .pricing-section .pricing-intro h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .price-board,
  .project-showcase-grid,
  .testimonial-panel .testimonial-grid,
  .reassurance-section .testimonial-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .price-board::-webkit-scrollbar,
  .project-showcase-grid::-webkit-scrollbar,
  .testimonial-panel .testimonial-grid::-webkit-scrollbar,
  .reassurance-section .testimonial-grid::-webkit-scrollbar { display: none; }

  .price-card-v2 {
    flex: 0 0 calc(100% - 30px);
    min-width: 0;
    min-height: 360px;
    padding: 19px;
    scroll-snap-align: start;
    border-radius: 15px;
    background:
      radial-gradient(circle at 92% 0%, rgba(125, 243, 234, .15), transparent 14rem),
      linear-gradient(135deg, rgba(7, 16, 18, .97), rgba(16, 37, 34, .95));
  }

  .price-card-v2 h3 {
    max-width: 17ch;
    font-size: 1.48rem;
  }

  .price-main {
    justify-content: flex-start;
    width: fit-content;
    padding: 11px 12px;
  }

  .price-main strong { font-size: 1.8rem; }
  .price-main span { font-size: .7rem; }

  .price-yearly {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: auto;
    padding: 12px;
  }

  .pricing-section .pricing-note {
    gap: 12px;
    padding: 14px;
  }

  .pricing-section .pricing-note span {
    align-items: flex-start;
    font-size: .88rem;
  }

  .pricing-section .pricing-note .button { width: 100%; }

  .projects-section .section {
    width: calc(100% - 28px);
    padding: 50px 0;
  }

  .projects-section .section-heading > p:last-child { font-size: .92rem; }

  .project-spotlight {
    flex: 0 0 calc(100% - 24px);
    scroll-snap-align: start;
    border-radius: 15px;
  }

  .project-spotlight .project-image { aspect-ratio: 16 / 9.5; }
  .project-spotlight .project-content { padding: 19px; }

  .project-content h3 {
    margin-bottom: 9px;
    font-size: 1.75rem;
  }

  .project-content p {
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .project-tags {
    gap: 6px;
    margin: 3px 0 16px;
  }

  .project-tags small {
    min-height: 28px;
    padding: 5px 8px;
    font-size: .7rem;
  }

  .testimonial-panel {
    display: block;
    margin-top: 16px;
  }

  .testimonial-heading {
    margin-bottom: 10px;
    padding: 18px;
    border-radius: 14px;
  }

  .testimonial-heading h3 { font-size: 1.45rem; }

  .testimonial-card {
    flex: 0 0 calc(100% - 38px);
    min-width: 0;
    min-height: 0;
    padding: 18px;
    scroll-snap-align: start;
    border-radius: 14px;
  }

  .testimonial-card blockquote {
    margin-bottom: 16px;
    font-size: .92rem;
  }

  .know-panel { display: block; padding: 0; }
  .know-copy { margin-bottom: 18px; }

  .know-copy h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .know-copy p {
    margin-bottom: 0;
    font-size: .94rem;
  }

  .know-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .know-grid article {
    min-height: 142px;
    padding: 14px;
    border-radius: 13px;
  }

  .know-grid svg {
    width: 23px;
    height: 23px;
    margin-bottom: 10px;
  }

  .know-grid strong { font-size: .9rem; }

  .know-grid p {
    font-size: .78rem;
    line-height: 1.38;
  }

  .faq-list { gap: 8px; }

  .faq-list summary {
    min-height: 62px;
    padding: 15px 50px 15px 16px;
    font-size: .92rem;
    line-height: 1.3;
  }

  .faq-list summary::after {
    right: 14px;
    width: 26px;
    height: 26px;
  }

  .faq-list p {
    margin: -2px 16px 16px;
    font-size: .9rem;
  }

  .contact-band {
    display: block;
    padding: 50px var(--mobile-gutter);
  }

  .contact-copy {
    position: static;
    width: 100%;
  }

  .contact-copy p { font-size: .96rem; }

  .contact-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
  }

  .contact-points span {
    justify-content: center;
    width: auto;
    min-height: 58px;
    padding: 8px;
    border-radius: 12px;
    font-size: .7rem;
    line-height: 1.25;
    text-align: center;
  }

  .compact-form {
    width: 100%;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .compact-form > :not(.form-alt-link) { display: none; }

  .compact-form .form-alt-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid rgba(127, 232, 223, .42);
    border-radius: 12px;
    color: #031817;
    background: #0fb3aa;
    box-shadow: 0 14px 34px rgba(18, 189, 180, .20);
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
    padding: 30px var(--mobile-gutter);
  }

  .site-footer > div:first-child,
  .site-footer > div:last-child { grid-column: 1 / -1; }

  .footer-logo img { width: min(210px, 64vw); }
  .site-footer p { font-size: .86rem; }

  .site-footer a,
  .site-footer span {
    overflow-wrap: anywhere;
    font-size: .82rem;
  }

  .cookie-banner {
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 12px;
    width: auto;
    padding: 14px;
    border-radius: 14px;
  }

  .cookie-banner p {
    margin-top: 4px;
    font-size: .82rem;
    line-height: 1.4;
  }

  .cookie-actions { gap: 8px; }

  .cookie-actions .button {
    min-height: 42px;
    padding: 9px 12px;
  }

  .contact-hero {
    display: block;
    padding: 94px var(--mobile-gutter) 38px;
  }

  .contact-hero h1 {
    max-width: 14ch;
    margin-bottom: 16px;
    font-size: clamp(2.18rem, 9.5vw, 2.5rem);
    line-height: 1;
    overflow-wrap: normal;
  }

  .contact-hero-copy > p:not(.eyebrow) {
    max-width: 36ch;
    margin-bottom: 18px;
    font-size: .96rem;
  }

  .contact-mini-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 0;
  }

  .contact-mini-proof span {
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-height: 74px;
    padding: 8px 6px;
    border-radius: 12px;
    font-size: .7rem;
    line-height: 1.25;
    text-align: center;
  }

  .contact-side-card { display: none; }

  .reassurance-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .reassurance-section .section-heading > p:last-child { display: none; }
  .reassurance-section .testimonial-card { min-height: 250px; }

  .brief-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 44px 0;
  }

  .brief-copy { position: static; }
  .brief-copy h2 { font-size: 2.15rem; }
  .brief-copy > p:not(.section-label) { font-size: .94rem; }

  .brief-helper-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 16px;
  }

  .brief-helper-grid span {
    min-height: 54px;
    padding: 10px;
    border-radius: 11px;
    font-size: .78rem;
    line-height: 1.25;
  }

  .budget-reminder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .budget-reminder > strong { grid-column: 1 / -1; }

  .budget-reminder div {
    display: block;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f8fbfa;
  }

  .budget-reminder div:first-of-type { border-top: 1px solid var(--line); }

  .budget-reminder span,
  .budget-reminder b,
  .budget-reminder small { display: block; }

  .budget-reminder span {
    font-size: .72rem;
    line-height: 1.25;
  }

  .budget-reminder b {
    margin-top: 5px;
    font-size: .88rem;
    white-space: normal;
  }

  .budget-reminder small {
    margin-top: 2px;
    font-size: .68rem;
  }

  .contact-direct {
    padding: 13px;
    border-radius: 11px;
  }

  .brief-form {
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
  }

  .form-intro-card { padding: 14px; }
  .form-intro-card p { display: none; }

  .brief-form .project-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .brief-form .brief-option {
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 76px;
    padding: 12px 34px 12px 11px;
  }

  .brief-form .brief-option svg {
    grid-row: 1;
    width: 21px;
    height: 21px;
    margin: 0;
  }

  .brief-form .brief-option span {
    grid-column: 2;
    align-self: center;
    font-size: .82rem;
    line-height: 1.15;
  }

  .brief-form .brief-option small { display: none; }

  .brief-option input {
    top: 10px;
    right: 10px;
  }

  .form-section-card,
  .form-submit-row {
    gap: 12px;
    padding: 14px;
    border-radius: 11px;
  }

  .form-section-head p { display: none; }

  .form-section-head > span,
  .form-intro-card > span {
    width: 36px;
    height: 36px;
  }

  .field-row,
  .message-layout { grid-template-columns: 1fr; }

  input,
  textarea {
    border-radius: 10px;
    padding: 12px 13px;
  }

  .message-layout textarea { min-height: 190px; }
  .brief-writing-help { display: none; }
  .form-submit-row .button { min-height: 50px; }
  .form-note { font-size: .78rem; }

  .local-hero,
  .local-hero-inner { grid-template-columns: 1fr; }

  .local-hero { padding: 94px var(--mobile-gutter) 40px; }

  .local-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.15rem, 9.4vw, 2.5rem);
    line-height: 1;
    overflow-wrap: normal;
  }

  .local-hero-card {
    padding: 18px;
    border-radius: 14px;
  }

  .local-content-grid,
  .zones-panel,
  .local-service-grid,
  .city-grid,
  .city-grid.compact { grid-template-columns: 1fr; }

  .legal-page { padding: 90px var(--mobile-gutter) 44px; }
  .legal-hero h1 { font-size: 2.35rem; }
}

@media (min-width: 1181px) {
  .hero-visual { transform: translateX(14px); }
  .hero-visual > .brand-device:first-child .device-bar { padding-right: clamp(52px, 5vw, 78px); }
}
