:root {
  --white: #ffffff;
  --surface: #f0f3f5;
  --surface-soft: #f5f7f9;
  --surface-final: #e9eff3;
  --navy: #071d33;
  --navy-soft: #0a2946;
  --blue: #175384;
  --ink: #18344d;
  --muted: #607387;
  --line: #dfe6ec;
  --line-strong: #b9c7d2;
  --display: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --shell: 1440px;
  --gutter: clamp(1.25rem, 3.9vw, 3.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; background: var(--white); color-scheme: light; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; font-synthesis: none; font-kerning: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html.menu-open, body.menu-open { overflow: hidden; overscroll-behavior: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { margin: 0; border-radius: 0; cursor: pointer; -webkit-appearance: none; appearance: none; }
img, picture, svg { max-width: 100%; }
picture, svg { display: block; }
img { display: block; height: auto; color: transparent; }
svg.icon { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
::selection { background: var(--blue); color: var(--white); }
:focus-visible { outline: 3px solid #2d75b0; outline-offset: 4px; }
[id] { scroll-margin-top: 1.5rem; }

.site-shell { width: 100%; max-width: var(--shell); margin-right: auto; margin-left: auto; padding-right: var(--gutter); padding-left: var(--gutter); }
.skip-link { position: fixed; z-index: 4000; top: .75rem; left: .75rem; padding: .8rem 1rem; background: var(--white); color: var(--navy); font-weight: 700; text-decoration: none; transform: translateY(-160%); transition: transform .16s ease; }
.skip-link:focus { transform: translateY(0); }
.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; }

.logo { color: var(--navy); font-family: var(--display); font-size: clamp(1.15rem, 1.55vw, 1.4rem); font-weight: 400; letter-spacing: .14em; line-height: 1; text-decoration: none; white-space: nowrap; }
.logo:hover { color: var(--blue); }
.logo--inverse { color: var(--white); }

.site-header { position: absolute; z-index: 100; top: 0; right: 0; left: 0; background: transparent; }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); border-bottom: 1px solid rgba(7, 29, 51, .07); }
.main-nav { justify-self: center; }
.main-nav ul { display: flex; gap: clamp(1.5rem, 2.35vw, 2.2rem); margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; color: #29445d; font-size: .76rem; font-weight: 700; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: -.55rem; left: 0; height: 1px; content: ""; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.mobile-menu-wrap { display: none; justify-self: end; }

.phone { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.12rem; border: 1px solid var(--navy); border-radius: 0; background: var(--navy); color: var(--white); font-size: .78rem; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; text-decoration: none; white-space: nowrap; transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.phone:hover { background: var(--navy-soft); border-color: var(--navy-soft); }
@media (hover: hover) and (pointer: fine) {
  .phone:hover { box-shadow: 0 12px 30px rgba(7, 29, 51, .14); transform: translateY(-2px); }
}
.phone--header { min-height: 46px; padding-right: 1rem; padding-left: 1rem; font-size: .75rem; }
.phone--wide { width: 100%; }
.flag-fr { width: 1.35rem; height: .9rem; display: inline-grid; flex: 0 0 auto; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255, 255, 255, .42); box-shadow: 0 2px 8px rgba(0, 0, 0, .12); }
.flag-fr span:nth-child(1) { background: #0055a4; }
.flag-fr span:nth-child(2) { background: #ffffff; }
.flag-fr span:nth-child(3) { background: #ef4135; }

.menu-trigger { width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--navy); }
.menu-trigger span { width: 18px; height: 1px; background: currentColor; }
[hidden] { display: none !important; }
.mobile-menu { position: fixed; z-index: 2500; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100vh; height: 100dvh; margin: 0; padding: 0; border: 0; background: rgba(3, 17, 31, .62); color: var(--white); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility 0s linear .2s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.mobile-menu__panel { width: 92vw; max-width: 540px; height: 100%; min-height: 100%; display: flex; flex-direction: column; margin-left: auto; padding: clamp(1.1rem, 3vw, 1.7rem); background: var(--navy); box-shadow: -24px 0 70px rgba(0, 12, 25, .28); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; transform: translate3d(36px, 0, 0); opacity: .82; transition: transform .22s cubic-bezier(.22, .75, .25, 1), opacity .22s ease; }
.mobile-menu.is-open .mobile-menu__panel { transform: translate3d(0, 0, 0); opacity: 1; }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, .16); font-family: var(--display); font-size: 1.25rem; letter-spacing: .13em; }
.mobile-menu__close { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: transparent; color: var(--white); font-size: 2rem; line-height: 1; }
.mobile-menu nav { flex: 0 0 auto; }
.mobile-menu ul { display: grid; margin: clamp(2rem, 7vh, 4rem) 0; padding: 0; list-style: none; }
.mobile-menu li { border-bottom: 1px solid rgba(255, 255, 255, .14); }
.mobile-menu li a { display: flex; align-items: center; justify-content: space-between; min-width: 0; padding: 1.05rem 0; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 7vw, 3.35rem); line-height: 1.08; text-decoration: none; }
.mobile-menu__cta { min-height: 58px; justify-content: flex-start; flex: 0 0 auto; margin-top: auto; background: var(--white); border-color: var(--white); color: var(--navy); }
.mobile-menu__cta .flag-fr { border-color: var(--line-strong); }

.section-label { display: inline-flex; align-items: center; gap: .7rem; margin: 0; color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.section-label::before { width: 1.5rem; height: 1px; content: ""; background: currentColor; }

.hero { padding: 116px 0 90px; background: var(--white); }
.hero-stage { position: relative; height: 760px; overflow: hidden; background: var(--surface); isolation: isolate; }
.hero-stage::after { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(240, 243, 245, .22), transparent 48%); }
.hero-media { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: 70%; height: 100%; }
.hero-media picture { width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-card { position: absolute; z-index: 2; left: 70px; bottom: 70px; width: calc(100% - 140px); max-width: 620px; padding: 56px 58px; background: rgba(255, 255, 255, .965); box-shadow: 0 30px 80px rgba(10, 41, 70, .08); }
.hero-card h1 { max-width: 11ch; margin: 1.5rem 0; color: var(--navy); font-family: var(--display); font-size: clamp(4.3rem, 5.42vw, 4.88rem); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.hero-lead { max-width: 31.25rem; margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.secondary-action { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 1.45rem; padding: .75rem 1.12rem; border: 1px solid var(--line-strong); background: var(--white); color: var(--navy); font-size: .78rem; font-weight: 700; text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.secondary-action .icon { transition: transform .18s ease; }
.secondary-action:hover { border-color: var(--navy); }
@media (hover: hover) and (pointer: fine) {
  .secondary-action:hover { transform: translateY(-2px); }
  .secondary-action:hover .icon { transform: translateX(3px); }
}
.caption-bar { min-height: 92px; display: grid; grid-template-columns: 2fr repeat(4, 1fr); align-items: center; border-bottom: 1px solid var(--line); }
.caption-bar strong { color: var(--navy); font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.caption-bar span { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.intro { padding: 155px 0 130px; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(1rem, 2vw, 2rem); }
.intro .section-label { grid-column: 1 / span 2; align-self: start; }
.intro h2 { grid-column: 3 / span 8; max-width: 15ch; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(4.6rem, 5.7vw, 5.15rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.intro-copy { grid-column: 3 / span 7; max-width: 660px; margin: 2.5rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }

.gallery { padding: 0 0 150px; background: var(--white); }
.gallery-head, .work-row { display: grid; grid-template-columns: 3fr 5fr 4fr; column-gap: clamp(1rem, 2vw, 2rem); }
.gallery-head { align-items: end; padding-bottom: 2.5rem; border-bottom: 1px solid #cbd6df; }
.gallery-head .section-label { align-self: end; }
.gallery-head h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3.25rem, 3.9vw, 3.55rem); font-weight: 400; line-height: 1; }
.gallery-head > p:last-child { margin: 0 0 .4rem; color: var(--muted); line-height: 1.75; }
.work-row { min-height: 190px; align-items: center; border-bottom: 1px solid var(--line); }
.work-number { color: #a6b5c1; font-family: var(--display); font-size: 2.75rem; }
.work-row h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.9rem, 2.35vw, 2.15rem); font-weight: 400; line-height: 1.1; }
.work-row p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.75; }

.offer { padding: 130px 0; background: var(--surface-soft); }
.offer-box { display: grid; grid-template-columns: 5fr 7fr; background: var(--white); border: 1px solid var(--line); }
.offer-visual { min-height: 610px; overflow: hidden; }
.offer-visual picture { width: 100%; height: 100%; }
.offer-visual img { width: 100%; height: 100%; object-fit: cover; }
.offer-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 78px; }
.offer-copy h2 { max-width: 10ch; margin: 1.75rem 0 1.5rem; color: var(--navy); font-family: var(--display); font-size: clamp(3.75rem, 4.6vw, 4.15rem); font-weight: 400; line-height: 1; }
.price-line { display: flex; align-items: flex-end; gap: 1.9rem; padding-top: 1.75rem; padding-bottom: 1.75rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price { color: var(--navy); font-family: var(--display); font-size: clamp(4.7rem, 5.85vw, 5.3rem); font-weight: 400; line-height: .9; white-space: nowrap; }
.price-line span { padding-bottom: .8rem; color: var(--ink); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.offer-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2.5rem; row-gap: .85rem; margin: 2.1rem 0; padding: 0; color: var(--muted); list-style: none; }
.offer-copy li { min-width: 0; margin: 0; font-size: .78rem; }
.offer-copy li::before { margin-right: .5rem; content: "—"; color: var(--blue); }

.final-cta { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; background: var(--surface-final); isolation: isolate; }
.final-cta__picture { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: 55%; height: 100%; }
.final-cta__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.final-cta::after { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, var(--surface-final) 35%, rgba(233, 239, 243, .92) 55%, rgba(233, 239, 243, 0)); }
.final-cta__content { position: relative; z-index: 2; width: 100%; }
.final-cta h2 { max-width: 11ch; margin: 1.65rem 0 2.15rem; color: var(--navy); font-family: var(--display); font-size: clamp(4.1rem, 5.15vw, 4.65rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; }

.site-footer { background: var(--navy); color: var(--white); }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-meta { display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); }
.footer-meta small { color: rgba(255, 255, 255, .62); }
.footer-meta nav { display: flex; gap: 1.4rem; }
.footer-meta a { color: rgba(255, 255, 255, .7); font-size: .7rem; text-decoration: none; }
.footer-meta a:hover { color: var(--white); text-decoration: underline; text-underline-offset: .3em; }

/* Pages juridiques et page 404 */
.legal-page .site-header { position: static; background: var(--white); border-bottom: 1px solid var(--line); }
.legal-main { min-height: 70vh; padding-top: clamp(4rem, 8vw, 8rem); padding-bottom: clamp(4rem, 8vw, 8rem); }
.legal-article { max-width: 900px; }
.legal-back { display: inline-block; margin-bottom: 2.5rem; color: var(--blue); font-weight: 700; text-underline-offset: .3em; }
.legal-article h1 { max-width: 12ch; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.legal-intro { margin: 2rem 0 4rem; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.legal-article section { padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid var(--line); }
.legal-article h2 { margin: 0 0 1rem; color: var(--navy); font-family: var(--display); font-size: 2rem; font-weight: 400; }
.legal-article p, .legal-article li { color: var(--muted); line-height: 1.8; }
.legal-placeholder { display: inline-block; padding: .2rem .5rem; background: #fff2d8; color: #6b4a00; font-size: .8rem; font-weight: 700; }
.legal-footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.legal-footer p { margin: 0; color: rgba(255, 255, 255, .62); font-size: .72rem; }
.legal-footer div { display: flex; gap: 1.5rem; }
.legal-footer a { color: rgba(255, 255, 255, .72); font-size: .72rem; text-decoration: none; }
.legal-footer a:hover { color: var(--white); text-decoration: underline; text-underline-offset: .3em; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding-top: 5rem; padding-bottom: 5rem; text-align: center; }
.error-page h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(4rem, 12vw, 9rem); font-weight: 400; line-height: .9; }
.error-page p { max-width: 35rem; margin: 1.5rem auto 2rem; color: var(--muted); }
.error-page .phone { margin-top: 1rem; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal].is-visible { animation: reveal-in .7s cubic-bezier(.22, .75, .25, 1) both; }
@keyframes reveal-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1240px) {
  .hero-card { left: 44px; bottom: 44px; width: calc(100% - 88px); max-width: 570px; padding: 48px 50px; }
  .hero-card h1 { font-size: clamp(3.85rem, 5.7vw, 4.4rem); }
  .offer-copy { padding: 60px 58px; }
}

@media (max-width: 1040px) {
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .main-nav, .header-cta { display: none; }
  .mobile-menu-wrap { display: block; }
  .hero { padding-top: 100px; }
  .hero-stage { height: 700px; }
  .hero-media { width: 67%; }
  .hero-card { width: calc(100% - 64px); max-width: 540px; }
  .intro h2 { grid-column: 3 / span 9; font-size: clamp(4rem, 7vw, 4.7rem); }
  .intro-copy { grid-column: 3 / span 8; }
  .offer-box { grid-template-columns: 5.2fr 6.8fr; }
  .offer-copy { padding: 50px 44px; }
  .offer-copy h2 { font-size: clamp(3.2rem, 5.5vw, 3.8rem); }
  .price-line { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .price-line span { padding-bottom: 0; }
}

@media (max-width: 900px) {
  :root { --gutter: clamp(1.15rem, 4vw, 2rem); }
  .hero { padding: 94px 0 64px; }
  .hero-stage { height: auto; overflow: visible; padding-top: min(68vw, 590px); }
  .hero-stage::after { background: linear-gradient(180deg, transparent 35%, rgba(240, 243, 245, .28)); }
  .hero-media { top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: min(68vw, 590px); }
  .hero-media img { object-position: 57% center; }
  .hero-card { position: relative; left: auto; bottom: auto; width: calc(100% - 3rem); margin: -4.25rem auto 0; padding: clamp(2rem, 6vw, 3.4rem); }
  .hero-card h1 { max-width: 12ch; font-size: clamp(3.7rem, 8.8vw, 5.1rem); }
  .caption-bar { grid-template-columns: 1fr 1fr; gap: 0; padding-top: 1rem; padding-bottom: 1rem; }
  .caption-bar strong { grid-column: 1 / -1; padding: .75rem 0 1.1rem; border-bottom: 1px solid var(--line); }
  .caption-bar span { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .intro { padding: 110px 0 100px; }
  .intro .section-label { grid-column: 1 / span 3; }
  .intro h2 { grid-column: 4 / -1; }
  .intro-copy { grid-column: 4 / -1; }
  .gallery-head, .work-row { grid-template-columns: 2.5fr 5fr 4.5fr; }
  .offer { padding: 88px 0; }
  .offer-box { grid-template-columns: 1fr; }
  .offer-visual { min-height: 420px; }
  .offer-copy { padding: clamp(2.5rem, 7vw, 4rem); }
  .final-cta { min-height: 590px; }
  .final-cta__picture { width: 62%; }
  .final-cta h2 { font-size: clamp(3.65rem, 8vw, 4.5rem); }
}

@media (max-width: 700px) {
  .hero-card { width: calc(100% - 1.5rem); margin-top: -2.5rem; }
  .hero-card h1 { font-size: clamp(3.05rem, 13vw, 4.35rem); }
  .hero-actions { display: grid; }
  .hero-actions > * { width: 100%; }
  .intro-grid { display: block; }
  .intro h2 { max-width: 13ch; margin-top: 2rem; font-size: clamp(3.35rem, 13vw, 4.3rem); }
  .intro-copy { margin-top: 2rem; }
  .gallery-head { display: block; }
  .gallery-head h2 { max-width: 12ch; margin-top: 2rem; font-size: clamp(3rem, 11vw, 3.8rem); }
  .gallery-head > p:last-child { max-width: 34rem; margin-top: 2rem; }
  .work-row { min-height: 0; grid-template-columns: 4.2rem 1fr; row-gap: 1rem; padding-top: 2.4rem; padding-bottom: 2.4rem; }
  .work-number { grid-row: 1 / span 2; align-self: start; font-size: 2.2rem; }
  .work-row h3, .work-row p { grid-column: 2; }
  .offer-visual { min-height: 320px; }
  .offer-copy h2 { max-width: 11ch; font-size: clamp(3rem, 12vw, 3.75rem); }
  .price-line { flex-direction: column; align-items: flex-start; }
  .price { font-size: clamp(4rem, 17vw, 5rem); }
  .offer-copy ul { grid-template-columns: 1fr; }
  .final-cta { min-height: 680px; align-items: flex-end; padding-bottom: 4rem; }
  .final-cta__picture { top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 55%; }
  .final-cta__image { object-position: 60% center; }
  .final-cta::after { background: linear-gradient(0deg, var(--surface-final) 36%, rgba(233, 239, 243, .94) 56%, rgba(233, 239, 243, .05)); }
  .final-cta h2 { max-width: 10ch; font-size: clamp(3.4rem, 14vw, 4.25rem); }
  .footer-inner { align-items: flex-start; flex-direction: column; min-height: 0; padding-top: 3rem; padding-bottom: 3rem; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .footer-meta nav { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .mobile-menu__panel { width: 100%; }
  .hero { padding-top: 82px; }
  .hero-stage { padding-top: min(78vw, 430px); }
  .hero-media { height: min(78vw, 430px); }
  .hero-card { width: 100%; margin-top: -1.4rem; padding: 2rem 1.35rem 2.2rem; }
  .hero-card h1 { font-size: clamp(2.95rem, 14.5vw, 3.8rem); }
  .caption-bar strong { font-size: 1.08rem; }
  .caption-bar span { font-size: .62rem; }
  .intro { padding: 86px 0; }
  .gallery { padding-bottom: 92px; }
  .offer { padding: 58px 0; }
  .offer-visual { min-height: 255px; }
  .offer-copy { padding: 2.25rem 1.35rem; }
  .final-cta { min-height: 640px; }
  .legal-footer { align-items: flex-start; flex-direction: column; padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .legal-footer div { flex-wrap: wrap; }
}

/* Harmonisation Chrome / Edge / Firefox / Safari */
.hero-card,
.offer-copy,
.final-cta__content { isolation: isolate; }

/* Stabilisation inter-navigateurs */
.header-inner > *,
.intro-grid > *,
.gallery-head > *,
.work-row > *,
.offer-box > * { min-width: 0; }
.hero-card h1,
.intro h2,
.gallery-head h2,
.work-row h3,
.offer-copy h2,
.final-cta h2,
.legal-article h1,
.error-page h1 { overflow-wrap: normal; word-break: normal; -webkit-hyphens: none; hyphens: none; font-kerning: normal; }
.hero-media, .hero-media img, .final-cta__picture, .final-cta__image { transform-origin: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
@supports (padding: max(0px)) {
  .mobile-menu__panel {
    padding-top: max(clamp(1.1rem, 3vw, 1.7rem), env(safe-area-inset-top));
    padding-right: max(clamp(1.1rem, 3vw, 1.7rem), env(safe-area-inset-right));
    padding-bottom: max(clamp(1.1rem, 3vw, 1.7rem), env(safe-area-inset-bottom));
    padding-left: max(clamp(1.1rem, 3vw, 1.7rem), env(safe-area-inset-left));
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .phone:hover, .secondary-action:hover { transform: none; }
  .js [data-reveal].is-visible { animation: none; }
}

@media print {
  .site-header, .site-footer, .mobile-menu, .skip-link { display: none !important; }
  body { color: #000; }
  .hero { padding-top: 0; }
}
