/* ========================================================================== */
/* 1. Fondations                                                              */
/* ========================================================================== */

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("assets/fonts/dm-sans-variable.woff2") format("woff2");
}

:root {
  --ink: #122018;
  --forest: #173e2c;
  --deep: #0a271b;
  --cream: #f4f2e9;
  --paper: #faf9f4;
  --lime: #86be43;
  --muted: #667069;
  --line: rgba(18, 32, 24, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }

h1, h2 {
  margin: 0.5rem 0 1.6rem;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
h1 { font-size: clamp(4.2rem, 8.8vw, 8.6rem); }
h2 { font-size: clamp(2.9rem, 5.6vw, 5.8rem); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: 0.75rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }

/* ========================================================================== */
/* 2. Composants partagés                                                     */
/* ========================================================================== */

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 8rem); }
.about, .services, .pricing, .contact { position: relative; }

.eyebrow, .section-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; }
.section-label { display: flex; align-items: center; gap: 0.8rem; margin-bottom: clamp(3rem, 6vw, 6rem); color: var(--muted); }
.section-label span { padding: 0.2rem 0.35rem; border: 1px solid currentColor; border-radius: 50%; color: var(--forest); font-size: 0.62rem; }
.section-label.light { color: rgba(255, 255, 255, 0.82); }
.section-label.light span { color: var(--lime); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 1rem 1.45rem; border: 0; border-radius: 99px; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: transform 0.2s, background 0.2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--lime); color: var(--deep); }
.button-dark { width: 100%; margin-top: 0.7rem; background: var(--deep); color: #fff; }

.scroll-cue-nav { position: absolute; z-index: 1; top: calc(100svh - 2.5rem - 1cm - 300px); left: 2.2rem; display: flex; align-items: center; transform: rotate(-90deg); transform-origin: left; color: rgba(255, 255, 255, 0.5); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.18em; }
.scroll-cue { display: flex; align-items: center; gap: 0.7rem; }
.scroll-cue span, .scroll-up-cue span { display: block; width: 35px; height: 1px; background: currentColor; }
.scroll-up-cue { display: flex; align-items: center; margin-left: 0.7rem; padding: 0.75rem 0; }
.scroll-cue-nav.on-light { color: rgba(18, 32, 24, 0.5); }
.scroll-cue:hover, .scroll-cue:focus-visible, .scroll-up-cue:hover, .scroll-up-cue:focus-visible { color: var(--lime); }

/* ========================================================================== */
/* 3. En-tête et navigation                                                   */
/* ========================================================================== */

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 96px; padding: 0 clamp(1.5rem, 5vw, 5.5rem); border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: #fff; }
.brand { display: flex; align-items: center; gap: 0.75rem; font-size: 1rem; font-weight: 600; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.12em; }
.brand-header { flex: 0 0 auto; }
.brand small { display: block; margin-top: 0.15rem; font-size: 0.58rem; font-weight: 400; letter-spacing: 0.16em; opacity: 0.65; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.header-logo, .footer-logo { display: block; width: 154px; max-width: none; height: auto; }

.site-header nav { display: flex; align-items: center; gap: 2rem; font-size: 0.82rem; }
.site-header nav a { position: relative; }
.site-header nav a:not(.nav-cta)::after { position: absolute; bottom: -0.25rem; left: 0; width: 0; height: 1px; background: var(--lime); content: ""; transition: 0.25s; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { width: 100%; }
.nav-cta { padding: 0.75rem 1.15rem; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 99px; transition: 0.2s; }
.nav-cta:hover { background: #fff; color: var(--deep); }
.menu-button { display: none; padding: 0.5rem; border: 0; background: none; color: #fff; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: currentColor; }

/* ========================================================================== */
/* 4. Accueil                                                                 */
/* ========================================================================== */

.hero { position: relative; display: flex; align-items: center; min-height: 100svh; overflow: hidden; color: #fff; }
.hero::before { position: absolute; inset: -12%; background: url("assets/alpes-foret-parapente.jpg") center top / cover no-repeat; content: ""; transform: translateY(9%); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 20, 13, 0.82) 0%, rgba(5, 25, 17, 0.48) 45%, rgba(5, 20, 13, 0.14) 80%), linear-gradient(0deg, rgba(1, 14, 9, 0.48), transparent 48%); }
.hero-content { position: relative; z-index: 1; width: min(760px, 75%); margin-left: clamp(1.5rem, 10vw, 10rem); padding-top: 5rem; }
.eyebrow { display: flex; align-items: center; gap: 0.75rem; color: rgba(255, 255, 255, 0.72); }
.eyebrow span { width: 34px; height: 1px; background: var(--lime); }
h1 em, .contact h2 em { color: var(--lime); font-weight: 400; }
.hero-copy { max-width: 580px; color: rgba(255, 255, 255, 0.8); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.3rem; }
.text-link { padding: 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.4); font-size: 0.85rem; }
.text-link span { margin-left: 0.6rem; }
.hero-note { position: absolute; z-index: 1; right: clamp(2rem, 6vw, 6rem); bottom: 5.5rem; display: flex; align-items: flex-start; gap: 1rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }
.hero-note span { color: var(--lime); font-size: 0.65rem; }
.hero-note p { margin: 0; line-height: 1.9; }

/* ========================================================================== */
/* 5. À propos                                                                */
/* ========================================================================== */

.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr); gap: clamp(3rem, 9vw, 10rem); }
.about-film-quote { width: fit-content; max-width: 100%; margin: clamp(3.5rem, 7vw, 6rem) 0 0; padding: 0; }
.about-film-quote p { margin: 0; color: var(--lime); font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.about-film-quote cite { display: block; margin-top: 0.75rem; color: #e95420; font-size: 1rem; font-style: italic; text-align: right; }
.about-copy > p { margin: 0 0 1.4rem; color: #4f5a53; font-size: 1.08rem; }
.about-copy > p:first-child { color: var(--ink); font-size: 1.3rem; }
.principles { margin-top: 3.2rem; border-top: 1px solid var(--line); }
.principles div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 0.88rem; }
.principles span { color: var(--muted); }

/* ========================================================================== */
/* 6. Services                                                                */
/* ========================================================================== */

.services { background: var(--deep); color: #fff; }
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 4rem; }
.services-heading h2 { max-width: 850px; }
.services-heading > p { max-width: 280px; margin-bottom: 2rem; color: rgba(255, 255, 255, 0.82); font-size: 0.92rem; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.service-card { position: relative; min-height: 470px; padding: 3rem clamp(1rem, 3vw, 3rem) 2.5rem; border-right: 1px solid rgba(255, 255, 255, 0.14); transition: background 0.25s; }
.service-card:first-child { border-left: 1px solid rgba(255, 255, 255, 0.14); }
.service-card:hover { background: #123824; }
.service-card:focus-visible { outline: 2px solid var(--lime); outline-offset: -2px; background: #123824; }
.service-number { position: absolute; top: 1rem; right: 1.2rem; color: rgba(255, 255, 255, 0.65); font-size: 0.65rem; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 5rem; border: 1px solid rgba(134, 190, 67, 0.7); border-radius: 50%; color: var(--lime); font-size: 1.5rem; }
.service-card h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-card p { min-height: 88px; color: rgba(255, 255, 255, 0.82); font-size: 0.9rem; }
.service-card ul { margin: 1.5rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.88); font-size: 0.78rem; list-style: none; }
.service-card li { margin: 0.6rem 0; }
.service-card li::before { margin-right: 0.7rem; color: var(--lime); content: "—"; }

/* ========================================================================== */
/* 7. Tarifs                                                                  */
/* ========================================================================== */

.pricing-intro { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.pricing-intro > p { max-width: 310px; margin-bottom: 2rem; color: var(--muted); }
.price-table { margin-top: 4rem; border-top: 1px solid var(--ink); }
.price-row { display: grid; grid-template-columns: 1fr 1fr minmax(13rem, 18rem); align-items: center; gap: 2rem; padding: 2rem 0.5rem; border-bottom: 1px solid var(--line); }
.price-row > div { display: flex; align-items: center; gap: 1.3rem; }
.price-row span { color: var(--muted); font-size: 0.65rem; }
.price-row h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.price-row p { color: var(--muted); font-size: 0.86rem; }
.price-row strong { font-size: 0.92rem; text-align: right; white-space: nowrap; }
.price-row strong small { display: block; margin-top: 0.15rem; color: var(--muted); font-size: 0.76rem; font-weight: 500; }
.pricing-note { margin-top: 1rem; color: var(--muted); font-size: 0.72rem; text-align: right; }
.pricing-values-note { margin-top: 0.35rem; }

/* ========================================================================== */
/* 8. Avis clients                                                            */
/* ========================================================================== */

.testimonials { position: relative; padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 8rem); background: linear-gradient(110deg, rgba(8, 35, 24, 0.96), rgba(8, 35, 24, 0.65)), url("assets/alpes-foret.jpg") center 62% / cover no-repeat; color: #fff; }
.testimonial-inner { max-width: 1100px; margin: auto; }
.testimonial-viewport { max-width: 950px; margin: 0 auto; overflow: hidden; }
.testimonial-track { display: flex; transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1); will-change: transform; }
.testimonial-slide { flex: 0 0 100%; min-width: 0; }
.testimonials blockquote { max-width: 950px; margin: 0 auto; text-align: center; }
.quote-mark { display: block; color: var(--lime); font-family: var(--serif); font-size: 6rem; line-height: 0.6; }
.testimonials blockquote p { margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.75rem); line-height: 1.3; }
.testimonials .testimonial-slide-extended p { font-size: clamp(1.1rem, 1.55vw, 1.5rem); line-height: 1.4; }
.testimonials blockquote footer { color: rgba(255, 255, 255, 0.76); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; }
.testimonials blockquote footer a { border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s; }
.testimonials blockquote footer a:hover, .testimonials blockquote footer a:focus-visible { border-color: currentColor; color: #fff; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
.testimonial-arrow { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(134, 190, 67, 0.72); border-radius: 50%; background: rgba(255, 255, 255, 0.06); color: var(--lime); font-size: 1.35rem; line-height: 1; cursor: pointer; transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s; }
.testimonial-arrow:not(:disabled):hover, .testimonial-arrow:not(:disabled):focus-visible { border-color: var(--lime); background: var(--lime); color: var(--deep); transform: translateY(-2px); }
.testimonial-arrow:disabled { background: transparent; cursor: not-allowed; opacity: 0.35; }
.testimonial-arrow:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.testimonial-rule { display: flex; align-items: center; gap: 1.5rem; margin-top: 5rem; color: rgba(255, 255, 255, 0.76); }
.testimonial-rule span { flex: 1; height: 1px; background: currentColor; }
.testimonial-rule small { text-transform: uppercase; letter-spacing: 0.14em; }

/* ========================================================================== */
/* 9. Contact                                                                 */
/* ========================================================================== */

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); }
.contact h2 { font-size: clamp(3.2rem, 6vw, 6.4rem); }
.contact-copy > p { max-width: 500px; color: var(--muted); }
.contact-direct { display: flex; gap: 3rem; margin-top: 3rem; }
.contact-direct a { padding-bottom: 0.4rem; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.15rem; }
.contact-direct small { display: block; margin-bottom: 0.35rem; color: var(--muted); font-family: var(--sans); font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.12em; }
.contact form { padding: clamp(1.5rem, 4vw, 3.5rem); background: #eef0e7; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.contact label { display: block; margin-bottom: 1.5rem; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; }
.contact input, .contact select, .contact textarea { width: 100%; padding: 0.8rem 0; border: 0; border-bottom: 1px solid rgba(18, 32, 24, 0.3); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 0.95rem; text-transform: none; letter-spacing: normal; }
.contact input:focus, .contact select:focus, .contact textarea:focus { border-color: var(--forest); }
.contact textarea { resize: vertical; }
.turnstile-wrap { margin: 0 0 1.5rem; }
.submit-wrap { position: relative; margin-top: 0.7rem; }
.submit-wrap .button-dark { margin-top: 0; }
.submit-wrap.is-locked .button-dark { cursor: not-allowed; opacity: 0.55; transform: none; }
.submit-tooltip { position: absolute; z-index: 5; bottom: calc(100% + 0.65rem); left: 50%; width: max-content; max-width: min(340px, calc(100vw - 3rem)); padding: 0.65rem 0.8rem; border-radius: 5px; background: var(--deep); color: #fff; font-size: 0.72rem; line-height: 1.4; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%, 0.35rem); transition: opacity 0.18s, transform 0.18s; visibility: hidden; }
.submit-tooltip::after { position: absolute; top: 100%; left: 50%; border: 6px solid transparent; border-top-color: var(--deep); content: ""; transform: translateX(-50%); }
.submit-wrap.is-locked:hover .submit-tooltip, .submit-wrap.is-locked:focus .submit-tooltip { opacity: 1; transform: translate(-50%, 0); visibility: visible; }
.form-note { margin: 0.9rem 0 0; color: var(--muted); font-size: 0.67rem; text-align: center; }

/* ========================================================================== */
/* 10. Technologies                                                           */
/* ========================================================================== */

.technology-stack { border-top: 1px solid var(--line); background: #fff; }
.technology-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.technology-heading .section-label { margin-bottom: 2rem; }
.technology-heading h2 { margin-bottom: 0; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.technology-heading > p { max-width: 350px; margin: 0 0 0.7rem; color: var(--muted); }
.technology-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 4rem; }
.technology-logo { display: flex; flex: 0 0 150px; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; width: 150px; height: 150px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.technology-logo:hover { border-color: rgba(134, 190, 67, 0.65); box-shadow: 0 12px 28px rgba(10, 39, 27, 0.08); transform: translateY(-3px); }
.technology-logo:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.technology-logo img { display: block; width: auto; max-width: 112px; height: 34px; object-fit: contain; }
.technology-logo span { color: var(--muted); font-size: 0.78rem; font-weight: 600; }
.technology-logo .linux-source-logo, .technology-logo .dell-source-logo { width: 72px; max-width: 72px; height: 72px; object-fit: contain; }
.technology-logo .microsoft-source-logo { width: 104px; max-width: 104px; height: 81px; object-fit: cover; object-position: center; }
.technology-logo .vmware-source-logo { width: 104px; max-width: 104px; height: 32px; object-fit: cover; object-position: center; }
.technology-logo .cisco-source-logo { width: 98px; max-width: 98px; height: 58px; object-fit: cover; object-position: center; }
.technology-logo .fortinet-source-logo { width: 112px; max-width: 112px; height: 26px; object-fit: cover; object-position: center; }

/* ========================================================================== */
/* 11. Pied de page                                                           */
/* ========================================================================== */

.site-footer { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 2rem; padding: 3rem clamp(1.5rem, 6vw, 6rem); background: #071b12; color: #fff; }
.footer-brand { grid-row: span 2; width: max-content; }
.site-footer > p { margin: 0; color: rgba(255, 255, 255, 0.74); font-family: var(--serif); font-size: 1.25rem; text-align: right; }
.site-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 2rem; color: rgba(255, 255, 255, 0.74); font-size: 0.68rem; }

/* ========================================================================== */
/* 12. Page légale                                                           */
/* ========================================================================== */

.legal-page { background: var(--paper); }
.legal-header { display: flex; align-items: center; justify-content: space-between; min-height: 96px; padding: 0 clamp(1.5rem, 5vw, 5.5rem); background: var(--deep); color: #fff; }
.legal-back-link { padding-bottom: 0.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.45); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; }
.legal-back-link:hover, .legal-back-link:focus-visible { border-color: var(--lime); color: var(--lime); }
.legal-main { width: min(960px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(4rem, 9vw, 8rem) 0; }
.legal-intro { margin-bottom: clamp(4rem, 8vw, 7rem); }
.legal-intro .eyebrow { color: var(--forest); }
.legal-intro h1 { max-width: 850px; margin-top: 1.25rem; font-size: clamp(3.4rem, 8vw, 7rem); }
.legal-summary { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.legal-updated { margin-top: 1.5rem; color: var(--muted); font-size: 0.75rem; }
.legal-content { display: grid; gap: 3.5rem; }
.legal-content section { padding-top: 2rem; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 1.25rem; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -0.025em; }
.legal-content h3 { margin: 1.8rem 0 0.6rem; font-size: 1rem; }
.legal-content p, .legal-content li, .legal-address { color: #4f5a53; }
.legal-content p { margin: 0.8rem 0; }
.legal-content ul { margin: 0.8rem 0; padding-left: 1.25rem; }
.legal-content a { border-bottom: 1px solid currentColor; color: var(--forest); }
.legal-address { font-style: normal; line-height: 1.8; }
.legal-note { padding: 1.25rem 1.4rem; border-left: 3px solid var(--lime); background: #eef0e7; font-size: 0.85rem; }

/* ========================================================================== */
/* 13. Responsive                                                             */
/* ========================================================================== */

@media (max-width: 1100px) and (min-width: 851px) {
  .service-list { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, 0.14); border-left: 1px solid rgba(255, 255, 255, 0.14); }
}

@media (max-width: 850px) {
  .site-header { height: 76px; padding: 0 1.2rem; }
  .header-logo, .footer-logo { width: 118px; }
  .menu-button { z-index: 2; display: block; }
  .site-header nav { position: absolute; top: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 1rem; width: 100%; padding: 6rem 2rem 2rem; background: var(--deep); }
  .site-header nav.open { display: flex; }
  .nav-cta { margin-top: 0.5rem; text-align: center; }

  .hero-content { width: auto; margin: 0 1.5rem; padding-top: 4rem; }
  .hero-copy { max-width: 480px; }
  .hero-note, .scroll-cue-nav { display: none; }

  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 2rem; }
  .services-heading, .pricing-intro, .technology-heading { display: block; }
  .services-heading > p, .pricing-intro > p { margin-top: 2rem; }
  .technology-heading > p { margin-top: 1.5rem; }

  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-bottom: 1px solid rgba(255, 255, 255, 0.14); border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .service-icon { margin-bottom: 2.5rem; }
  .service-card p { min-height: auto; }

  .price-row { grid-template-columns: 1fr auto; }
  .price-row > p { grid-column: 1 / -1; margin: 0; }
  .technology-logos { margin-top: 3rem; }

  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .site-footer > p { text-align: left; }
  .site-footer > div { flex-wrap: wrap; justify-content: flex-start; }
  .legal-header { min-height: 76px; padding: 0 1.2rem; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(3.6rem, 18vw, 5rem); }
  .section { padding-right: 1.25rem; padding-left: 1.25rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .field-row { grid-template-columns: 1fr; }
  .contact-direct { flex-direction: column; gap: 1.5rem; }
  .price-row { display: block; }
  .price-row strong { display: block; margin-top: 1rem; }
  .testimonials > .section-label { margin-left: calc(1.25rem - clamp(1.5rem, 8vw, 8rem)); }
  .testimonial-controls { gap: 0.75rem; margin-top: 1.5rem; }
  .testimonial-arrow { width: 42px; height: 42px; font-size: 1.2rem; }
  .technology-logo img { max-width: 96px; height: 30px; }
  .site-footer > div { gap: 1rem 1.5rem; }
}

/* ========================================================================== */
/* 14. Accessibilité                                                          */
/* ========================================================================== */

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