/* Identité D-BOSSTECH — adaptation du template Automobile Ermite Agence. */
:root {
  --black: #0c0d0e;
  --graphite: #17191c;
  --graphite-2: #24272b;
  --lime: #e1212d;
  --lime-dark: #b81420;
  --bone: #f2f0ed;
  --paper: #faf9f7;
  --white: #fff;
  --steel: #a9b0ad;
  --muted: #666b70;
  --line: rgba(16, 19, 17, .16);
  --line-light: rgba(255, 255, 255, .18);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1280px;
  --shadow: 0 30px 90px rgba(5, 12, 9, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--black);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .92;
  /* « anywhere » coupe un mot en plein milieu même quand ce n'est pas
     nécessaire : « ALUMINIUM » devenait « ALUMINIU / M. » sur la page
     d'accueil. « break-word » ne coupe que si le mot ne tient vraiment pas,
     et « hyphens: auto » place alors un trait d'union au bon endroit. */
  overflow-wrap: break-word;
  hyphens: auto;
  text-transform: uppercase;
}
h1 { margin-bottom: 1.6rem; font-size: clamp(4rem, 9vw, 9.7rem); }
h2 { margin-bottom: 1.4rem; font-size: clamp(3rem, 5.7vw, 6.4rem); }
h3 { font-size: clamp(1.7rem, 3vw, 3rem); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
::selection { color: var(--white); background: var(--lime); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-160%); padding: .7rem 1rem; background: var(--white); }
.skip-link:focus { transform: none; }
.container { width: min(var(--container), calc(100% - 56px)); margin-inline: auto; }
.section { padding: clamp(6rem, 9vw, 10rem) 0; }
.section-tight { padding: clamp(4rem, 6vw, 6.5rem) 0; }
.section-bone { background: var(--bone); }
.section-white { background: var(--white); }
.section-dark { color: var(--white); background: var(--black); }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1rem; color: var(--lime-dark); font-size: .68rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 3px; background: var(--lime-dark); content: ""; }
.section-dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--lime); }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.section-dark .lead { color: rgba(255, 255, 255, .66); }
.micro { color: var(--muted); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-lime { color: var(--white); background: var(--lime); }
.button-lime:hover { background: var(--lime-dark); }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { background: var(--graphite-2); }
.button-light { color: var(--black); background: var(--white); }
.button-outline { border-color: var(--line); }
.button-outline:hover { color: var(--white); border-color: var(--black); background: var(--black); }
.button-outline-light { color: var(--white); border-color: rgba(255, 255, 255, .38); }
.button-outline-light:hover { color: var(--black); background: var(--white); }
.button-arrow { font-size: 1.25em; transition: transform .2s ease; }
.button-arrow::after, .service-arrow::after { content: "↗"; }
.button:hover .button-arrow { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; padding-bottom: .25rem; border-bottom: 2px solid var(--lime-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.notice { color: var(--black); background: var(--lime); }
.notice-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 100; color: var(--white); border-bottom: 1px solid var(--line-light); background: rgba(16, 19, 17, .96); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 2.2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; margin-right: auto; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; border: 1px solid rgba(255, 255, 255, .15); background: #fff; }
.brand-mark { position: relative; width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid var(--lime); color: var(--lime); font-family: var(--display); font-size: 1.3rem; font-weight: 900; transform: skewX(-8deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 1.45rem; font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.brand-copy small { margin-top: .42rem; color: rgba(255, 255, 255, .52); font-size: .5rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.65rem; }
.main-nav a:not(.button) { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.main-nav a:not(.button)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--lime); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { width: 46px; height: 46px; display: none; place-items: center; border: 1px solid var(--line-light); background: transparent; cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 20px; height: 2px; display: block; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-lines { position: relative; }
.menu-lines::before { position: absolute; top: -6px; }
.menu-lines::after { position: absolute; top: 6px; }
.menu-open .menu-lines { background: transparent; }
.menu-open .menu-lines::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-lines::after { top: 0; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: grid; align-content: center; padding: 8rem 2rem 3rem; color: var(--white); background: var(--black); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .22s ease, transform .22s ease; }
.menu-open .mobile-menu { opacity: 1; pointer-events: auto; transform: none; }
.mobile-menu nav { display: grid; }
.mobile-menu a { padding: .8rem 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(2.2rem, 10vw, 4rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.mobile-menu-foot { margin-top: 2rem; color: var(--lime); font-size: .65rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.hero { position: relative; min-height: min(920px, calc(100svh - 122px)); display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--black); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 13, 11, .97) 0%, rgba(10, 13, 11, .84) 42%, rgba(10, 13, 11, .15) 76%); content: ""; }
.hero-inner { position: relative; z-index: 1; width: 100%; padding: 7rem 0 4rem; }
.hero-copy { max-width: 820px; }
.hero h1 span { display: block; color: var(--lime); }
.hero .lead { max-width: 590px; margin-bottom: 2rem; color: rgba(255, 255, 255, .72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-data { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; margin-top: 4.2rem; border-top: 1px solid var(--line-light); }
.hero-data div { padding: 1.2rem 1.5rem 0 0; }
.hero-data strong { display: block; color: var(--lime); font-family: var(--display); font-size: 1.3rem; text-transform: uppercase; }
.hero-data span { color: rgba(255, 255, 255, .56); font-size: .7rem; }
.ticker { overflow: hidden; color: var(--white); background: var(--lime); }
.ticker-track { min-height: 68px; display: flex; align-items: center; justify-content: space-around; gap: 2rem; white-space: nowrap; }
.ticker span { font-family: var(--display); font-size: 1.15rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.ticker span::before { margin-right: 2rem; content: "◆"; font-size: .55rem; }

.statement-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(3rem, 8vw, 9rem); }
.statement-copy { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.8rem); font-weight: 900; letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }
.statement-copy em { color: var(--lime-dark); font-style: normal; }

.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-head h2 { margin-bottom: 0; }
.section-head .lead { justify-self: end; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: color .25s ease, background .25s ease; }
.service-card:hover { color: var(--white); background: var(--lime); }
.service-number { font-family: var(--display); font-size: .85rem; font-weight: 900; }
.service-arrow { position: absolute; top: 1.7rem; right: 1.7rem; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; }
.service-card h3 { max-width: 520px; margin-top: auto; }
.service-card p { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.service-card:hover p { color: rgba(255, 255, 255, .72); }

.workshop-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; }
.workshop-media { position: relative; overflow: hidden; }
.workshop-media img { width: 100%; height: 100%; object-fit: cover; }
.workshop-media::after { position: absolute; right: 2rem; bottom: 2rem; width: 120px; height: 120px; border: 2px solid var(--lime); content: ""; transform: rotate(8deg); }
.workshop-copy { display: grid; align-content: center; padding: clamp(4rem, 8vw, 9rem); background: var(--black); color: var(--white); }
.workshop-copy .lead { margin-bottom: 2rem; }
.check-list { display: grid; gap: .9rem; margin: 2rem 0 2.5rem; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .8rem; color: rgba(255, 255, 255, .75); }
.check-list li::before { color: var(--lime); content: "■"; font-size: .65rem; }

.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.proof-card { min-height: 260px; padding: 2rem; border-right: 1px solid var(--line-light); }
.proof-card:last-child { border-right: 0; }
.proof-card span { color: var(--lime); font-family: var(--display); font-weight: 900; }
.proof-card h3 { margin-top: 4rem; font-size: 1.8rem; }
.proof-card p { color: rgba(255, 255, 255, .58); font-size: .88rem; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.project-card { position: relative; min-height: 470px; overflow: hidden; color: var(--white); background: var(--graphite); }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.03); }
.project-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8, 10, 9, .9)); content: ""; }
.project-card-copy { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; z-index: 1; }
.project-card-copy span { color: var(--lime); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.project-card-copy h3 { margin: .7rem 0 0; font-size: 2rem; }

.cta-band { position: relative; overflow: hidden; color: var(--white); background: var(--lime); }
.cta-band .eyebrow { color: var(--white); }
.cta-band .eyebrow::before { background: var(--white); }
.cta-band .button-outline { border-color: rgba(255, 255, 255, .7); }
.cta-band .button-outline:hover { color: var(--black); background: var(--white); }
.cta-band::after { position: absolute; top: -8rem; right: -2rem; color: rgba(16, 19, 17, .08); font-family: var(--display); font-size: 25rem; font-weight: 900; content: "V"; line-height: 1; }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.cta-grid h2 { margin-bottom: 0; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .8rem; }

.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--black); }
.page-hero::after { position: absolute; top: -11rem; right: -4rem; width: 440px; height: 440px; border: 1px solid var(--line-light); content: ""; transform: rotate(18deg); }
.page-hero-inner { position: relative; z-index: 1; min-height: 500px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; padding: 6rem 0; }
.page-hero h1 { margin-bottom: 0; }
.page-hero h1 span { display: block; color: var(--lime); }
.page-hero-aside { padding-left: 2rem; border-left: 1px solid var(--line-light); }
.page-hero-aside p { color: rgba(255, 255, 255, .68); }
.breadcrumbs { margin-bottom: 1.3rem; color: rgba(255, 255, 255, .5); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--lime); }

.content-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: clamp(4rem, 9vw, 9rem); align-items: start; }
.content-layout > *, .page-hero-inner > *, .section-head > *, .contact-grid > * { min-width: 0; }
.side-nav { position: sticky; top: 8rem; border-top: 1px solid var(--line); }
.side-nav strong { display: block; padding: 1.1rem 0; color: var(--lime-dark); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.side-nav a { display: flex; justify-content: space-between; gap: 1rem; padding: .95rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.side-nav a::after { color: var(--lime-dark); content: "↗"; }
.side-nav a:hover, .side-nav a[aria-current="page"] { color: var(--black); }
.rich-content { max-width: 860px; }
.rich-content > p:first-of-type { font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 2.8rem); font-weight: 900; line-height: 1.1; text-transform: uppercase; }
.rich-content h2 { margin-top: 4.5rem; font-size: clamp(2.6rem, 4.5vw, 4.8rem); }
.rich-content h3 { margin-top: 2.5rem; font-size: 2rem; }
.rich-content p, .rich-content li { color: var(--muted); }
.rich-content ul { display: grid; gap: .8rem; padding-left: 1.2rem; }
.auto-note { margin: 3rem 0; padding: 2rem; border-left: 5px solid var(--lime-dark); background: var(--bone); }
.auto-note strong { display: block; margin-bottom: .5rem; font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.auto-note p { margin: 0; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.process-card { min-height: 300px; padding: 2rem; border-right: 1px solid var(--line-light); }
.process-card:last-child { border-right: 0; }
.process-card span { color: var(--lime); font-family: var(--display); font-weight: 900; }
.process-card h3 { margin-top: 4rem; font-size: 2rem; }
.process-card p { color: rgba(255, 255, 255, .58); }

.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 2.5rem 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-card { min-height: 210px; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-card span { color: var(--lime-dark); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.spec-card h3 { margin: 3rem 0 .8rem; font-size: 1.7rem; }
.spec-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.media-panel { min-height: 620px; overflow: hidden; background: var(--graphite); }
.media-panel img { width: 100%; height: 100%; object-fit: cover; }
.hours-table { width: 100%; margin-top: 1.5rem; border-collapse: collapse; }
.hours-table th, .hours-table td { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.hours-table th { color: var(--muted); font-weight: 500; text-align: left; }
.hours-table td:last-child { text-align: right; color: var(--black); font-weight: 750; }
.map-panel { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--graphite); }
.map-panel::before, .map-panel::after { position: absolute; border: 1px solid rgba(225, 33, 45, .28); content: ""; transform: rotate(28deg); }
.map-panel::before { width: 520px; height: 230px; }
.map-panel::after { width: 240px; height: 520px; }
.map-panel-copy { position: relative; z-index: 1; max-width: 330px; padding: 2rem; text-align: center; }
.map-panel-copy strong { display: block; margin-bottom: .8rem; color: var(--lime); font-family: var(--display); font-size: 2rem; text-transform: uppercase; }
.map-panel-copy p { color: rgba(255, 255, 255, .62); }
.status-label { display: inline-flex; align-items: center; gap: .55rem; padding: .45rem .7rem; color: var(--black); background: var(--lime); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.status-label::before { width: 7px; height: 7px; border-radius: 50%; background: var(--black); content: ""; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; cursor: pointer; font-family: var(--display); font-size: 1.4rem; font-weight: 900; text-transform: uppercase; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { color: var(--lime-dark); content: "+"; font-size: 1.7rem; }
details[open] summary::after { content: "–"; }
details p { max-width: 720px; padding: 0 2rem 1.5rem 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 9rem); align-items: start; }
.contact-details { position: sticky; top: 8rem; }
.contact-list { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.contact-row { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact-row span { display: block; color: var(--lime-dark); font-size: .63rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-row p { margin: .3rem 0 0; color: var(--muted); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(2rem, 5vw, 4.5rem); background: var(--bone); }
.field { display: grid; gap: .45rem; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note, .form-actions { grid-column: 1 / -1; }
.form-note { color: var(--muted); font-size: .72rem; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }

.site-footer { color: var(--white); background: var(--black); }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 4rem; padding: 5rem 0; }
.footer-brand p { max-width: 350px; color: rgba(255, 255, 255, .5); font-size: .88rem; }
.footer-col strong { display: block; margin-bottom: 1rem; color: var(--lime); font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-col nav { display: grid; gap: .6rem; color: rgba(255, 255, 255, .62); font-size: .84rem; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line-light); color: rgba(255, 255, 255, .42); font-size: .67rem; }
.footer-bottom a { color: var(--lime); }
.mobile-actions { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 80; display: none; grid-template-columns: 1fr 1fr; padding: 6px; background: rgba(16, 19, 17, .96); box-shadow: var(--shadow); }
.mobile-action { min-height: 48px; display: grid; place-items: center; color: var(--white); font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mobile-action-primary { color: var(--white); background: var(--lime); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .main-nav { display: none; }
  .menu-toggle { display: grid; }
  .hero { min-height: 820px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-card:nth-child(2) { border-right: 0; }
  .proof-card:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-col:last-child { grid-column: 2; }
}
@media (max-width: 820px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .section { padding: 6rem 0; }
  .notice-inner { justify-content: center; }
  .notice-inner span:first-child { display: none; }
  .hero::after { background: linear-gradient(90deg, rgba(10, 13, 11, .94), rgba(10, 13, 11, .48)); }
  .hero-data { grid-template-columns: 1fr; }
  .hero-data div { padding: .8rem 0; border-bottom: 1px solid var(--line-light); }
  .ticker-track { justify-content: flex-start; overflow: hidden; }
  .statement-grid, .section-head, .workshop-grid, .page-hero-inner, .content-layout, .contact-grid, .cta-grid, .process-grid { grid-template-columns: 1fr; }
  .workshop-grid { grid-template-columns: minmax(0, 1fr); }
  .section-head .lead { justify-self: start; }
  .service-grid { grid-template-columns: 1fr; }
  .workshop-media { min-height: 600px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 520px; }
  .cta-actions { justify-content: flex-start; }
  .page-hero-inner { min-height: 450px; gap: 2rem; }
  .page-hero-aside { padding: 1.5rem 0 0; border-top: 1px solid var(--line-light); border-left: 0; }
  .side-nav, .contact-details { position: static; }
  .side-nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .side-nav strong { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .mobile-actions { display: grid; }
  .site-footer { padding-bottom: 80px; }
}
@media (max-width: 540px) {
  h1 { font-size: clamp(3.6rem, 18vw, 5.3rem); }
  h2 { font-size: clamp(2.8rem, 14vw, 4.1rem); }
  .brand-copy strong { font-size: 1.15rem; }
  .brand-logo { width: 48px; height: 48px; }
  .hero { min-height: 840px; }
  .hero-inner { padding-top: 5rem; }
  .hero-actions .button { width: 100%; }
  .ticker span { font-size: .9rem; }
  .statement-copy { font-size: 2.7rem; }
  .service-card { min-height: 310px; }
  .workshop-media { min-height: 460px; }
  .workshop-copy { padding: 4rem 1.2rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .process-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .side-nav { grid-template-columns: 1fr; }
  .spec-grid { grid-template-columns: 1fr; }
  .rich-content h2 { margin-top: 3.5rem; }
  .quote-form { grid-template-columns: 1fr; padding: 1.4rem; }
  .field-full, .form-note, .form-actions { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr; gap: 2.4rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: .4rem; }
}
@media (max-width: 440px) {
  .header-inner { gap: 1rem; }
  .brand-copy strong { max-width: 165px; font-size: 1rem; line-height: 1.05; }
  .brand-copy small { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Accueil D-BOSSTECH — direction éditoriale photographique */
.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--lime);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}
.site-header { transition: background .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { background: rgba(8, 9, 10, .98); box-shadow: 0 15px 45px rgba(0, 0, 0, .2); }

.hero-cinematic {
  min-height: calc(100svh - 36px);
  align-items: stretch;
  isolation: isolate;
}
.hero-cinematic .hero-image {
  object-position: 66% center;
  transform: scale(1.04) translate3d(0, var(--parallax-y, 0), 0);
  filter: saturate(.72) contrast(1.08);
  will-change: transform;
}
.hero-cinematic::after {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, .98) 0%, rgba(5, 6, 7, .87) 40%, rgba(5, 6, 7, .16) 78%),
    linear-gradient(0deg, rgba(5, 6, 7, .72), transparent 45%);
}
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .14;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.055) 0, rgba(255,255,255,.055) 1px, transparent 1px, transparent 4px),
    repeating-linear-gradient(90deg, transparent 0, transparent 7px, rgba(255,255,255,.025) 7px, rgba(255,255,255,.025) 8px);
  mix-blend-mode: soft-light;
}
.hero-cinematic .hero-inner {
  min-height: calc(100svh - 36px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
  padding: clamp(7rem, 13vh, 10rem) 0 4rem;
}
.hero-cinematic .hero-copy { max-width: none; }
.hero-index {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  color: rgba(255,255,255,.48);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.hero-kicker { margin-bottom: 1.8rem; }
.hero-title {
  max-width: 1050px;
  margin-bottom: 2.1rem;
  font-size: clamp(4.7rem, 10.4vw, 11rem);
  letter-spacing: -.065em;
  line-height: .76;
}
.hero-title .hero-line {
  display: block;
  overflow: hidden;
  padding: .08em 0;
}
.hero-title .hero-line,
.hero-title .hero-line > span { display: block; color: var(--white); }
.hero-title .hero-line-accent > span { color: var(--lime); }
.hero-bottom {
  max-width: 820px;
  display: grid;
  grid-template-columns: minmax(220px, 440px) auto;
  gap: 2rem;
  align-items: end;
}
.hero-bottom p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}
.hero-proof {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.25);
}
.hero-proof > * {
  display: grid;
  gap: .25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.hero-proof strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 1.55rem;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.hero-proof small {
  color: rgba(255,255,255,.52);
  font-size: .68rem;
  letter-spacing: .04em;
}
.scroll-cue {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: .8rem;
  color: rgba(255,255,255,.6);
  font-size: .59rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}
.scroll-cue i {
  position: relative;
  width: 64px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.28);
}
.scroll-cue i::after {
  position: absolute;
  inset: 0;
  background: var(--lime);
  content: "";
  animation: scrollPulse 1.8s ease-in-out infinite;
}

body.is-loaded .hero-title .hero-line > span {
  animation: heroLineIn .9s cubic-bezier(.2,.8,.2,1) both;
}
body.is-loaded .hero-title .hero-line:nth-child(2) > span { animation-delay: .09s; }
body.is-loaded .hero-title .hero-line:nth-child(3) > span { animation-delay: .18s; }
body.is-loaded .hero-kicker { animation: fadeRise .7s .12s both; }
body.is-loaded .hero-bottom { animation: fadeRise .8s .36s both; }
body.is-loaded .hero-proof { animation: fadeRise .8s .52s both; }
body.is-loaded .hero-cinematic .hero-image { animation: heroZoom 1.7s cubic-bezier(.2,.8,.2,1) both; }

.ticker { position: relative; z-index: 2; }
.ticker-track {
  width: max-content;
  justify-content: flex-start;
  gap: 0;
  animation: tickerMove 26s linear infinite;
}
.ticker-group {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  padding-right: 3.5rem;
}
.ticker span::before { margin-right: 3.5rem; }

.intro-editorial {
  padding: clamp(8rem, 14vw, 15rem) 0;
  background: var(--paper);
}
.intro-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
}
.section-marker {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-marker span {
  min-width: 36px;
  color: var(--lime-dark);
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1;
}
.section-marker p { margin: 0; }
.section-marker-light { color: rgba(255,255,255,.54); }
.section-marker-light span { color: var(--lime); }
.editorial-title {
  max-width: 1100px;
  margin-bottom: 4rem;
  font-size: clamp(4rem, 8.2vw, 9rem);
  letter-spacing: -.065em;
}
.editorial-title em { color: var(--lime); font-style: normal; }
.intro-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  max-width: 840px;
  margin-left: auto;
}
.intro-copy p { color: var(--muted); font-size: 1.05rem; }
.intro-copy .text-link { align-self: end; justify-self: start; }

.visual-story {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 11rem) 0;
  color: var(--white);
  background: var(--black);
}
.visual-story-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr .65fr;
  grid-template-rows: 360px 360px;
  gap: 1rem;
}
.visual-card { position: relative; z-index: 1; margin: 0; }
.visual-card-tall { grid-row: 1 / 3; }
.visual-card-wide { grid-column: 2 / 4; }
.visual-card-small { grid-column: 2 / 3; }
.visual-media {
  height: calc(100% - 40px);
  overflow: hidden;
  background: var(--graphite);
}
.visual-media img {
  width: 100%;
  height: calc(100% + 80px);
  object-fit: cover;
  transform: scale(1.04) translate3d(0, var(--parallax-y, 0), 0);
  transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease;
  will-change: transform;
}
.visual-card:hover img { filter: saturate(1.15); }
.visual-card figcaption {
  height: 40px;
  display: flex;
  align-items: end;
  gap: .7rem;
  color: rgba(255,255,255,.68);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.visual-card figcaption span { color: var(--lime); }
.visual-word {
  position: absolute;
  right: -1rem;
  bottom: -6.4rem;
  z-index: 0;
  margin: 0;
  color: rgba(255,255,255,.035);
  font-family: var(--display);
  font-size: clamp(8rem, 20vw, 22rem);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
}

.services-editorial {
  padding: clamp(8rem, 12vw, 13rem) 0;
  background: var(--bone);
}
.services-heading,
.process-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: start;
  margin-bottom: clamp(5rem, 8vw, 9rem);
}
.services-heading h2,
.process-heading h2 {
  margin: 0;
  font-size: clamp(4.2rem, 8vw, 8rem);
}
.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}
.service-list { border-top: 1px solid var(--line); }
.service-list > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 54px;
  gap: 1.4rem;
  align-items: center;
  min-height: 155px;
  border-bottom: 1px solid var(--line);
  transition: padding .35s ease, color .35s ease;
}
.service-list > a:hover { padding-left: 1.1rem; color: var(--lime-dark); }
.service-list > a > span {
  align-self: start;
  padding-top: 2rem;
  color: var(--lime-dark);
  font-family: var(--display);
  font-weight: 900;
}
.service-list h3 {
  margin: 0 0 .6rem;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}
.service-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-list i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-style: normal;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}
.service-list > a:hover i { color: var(--white); background: var(--lime); transform: rotate(45deg); }
.service-stage {
  position: sticky;
  top: 120px;
  height: 690px;
  overflow: hidden;
  background: var(--graphite);
}
.service-stage img {
  width: 100%;
  height: calc(100% + 80px);
  object-fit: cover;
  opacity: 1;
  filter: saturate(.86);
  transform: scale(1.03) translate3d(0, var(--parallax-y, 0), 0);
  transition: opacity .24s ease, filter .5s ease;
  will-change: transform;
}
.service-stage::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,6,7,.82), transparent 48%);
  content: "";
}
.service-stage > div {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  z-index: 1;
  display: grid;
  opacity: 1;
  transition: opacity .22s ease, transform .32s ease;
}
.service-stage.is-changing img { opacity: .22; filter: saturate(.2); }
.service-stage.is-changing > div { opacity: 0; transform: translateY(12px); }
.service-stage span {
  color: var(--lime);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-stage strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 2.5rem;
  text-transform: uppercase;
}

.craft-panel {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}
.craft-panel > img {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
  object-position: center 58%;
  transform: scale(1.04) translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}
.craft-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,6,7,.96), rgba(5,6,7,.45) 55%, rgba(5,6,7,.18)),
    linear-gradient(0deg, rgba(5,6,7,.78), transparent 55%);
}
.craft-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 180px minmax(0, 800px);
  gap: clamp(2rem, 7vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}
.craft-quote {
  margin-bottom: 1rem;
  color: var(--lime);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.craft-content h2 { font-size: clamp(4.5rem, 8.4vw, 8.5rem); }

.process-section {
  padding: clamp(8rem, 13vw, 14rem) 0;
  background: var(--paper);
}
.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.process-line::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: var(--section-progress, 0%);
  height: 2px;
  background: var(--lime);
  content: "";
  transition: width 1.2s cubic-bezier(.2,.8,.2,1);
}
.process-line.is-visible { --section-progress: 100%; }
.process-line article {
  min-height: 330px;
  padding: 2rem 2rem 2rem 0;
  border-right: 1px solid var(--line);
}
.process-line article:not(:first-child) { padding-left: 2rem; }
.process-line article:last-child { border-right: 0; }
.process-line article > span {
  color: var(--lime-dark);
  font-family: var(--display);
  font-weight: 900;
}
.process-line h3 { margin-top: 7rem; font-size: 2.2rem; }
.process-line p { max-width: 220px; color: var(--muted); }

.film-section {
  overflow: hidden;
  padding: clamp(7rem, 11vw, 12rem) 0;
  color: var(--white);
  background: var(--black);
}
.film-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: 5rem;
}
.film-heading > div:last-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.film-heading h2 { margin: 0; font-size: clamp(4.5rem, 8vw, 8rem); }
.film-heading p { max-width: 320px; margin: 0; color: rgba(255,255,255,.55); }
.film-window { width: 100%; overflow: hidden; }
.film-track {
  width: max-content;
  display: flex;
  gap: 1rem;
  padding-left: max(28px, calc((100vw - var(--container)) / 2));
  animation: filmMove 42s linear infinite;
}
.film-window:hover .film-track { animation-play-state: paused; }
.film-track figure {
  width: min(29vw, 410px);
  min-width: 310px;
  margin: 0;
}
.film-track img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  filter: saturate(.82);
  transition: filter .4s ease, transform .55s cubic-bezier(.2,.8,.2,1);
}
.film-track figure:hover img { filter: saturate(1.1); transform: scale(.985); }
.film-track figcaption {
  padding-top: 1rem;
  color: rgba(255,255,255,.58);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.trust-section { background: var(--paper); }
.trust-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  min-height: 760px;
}
.rating-block,
.trust-copy {
  display: grid;
  align-content: center;
  padding: clamp(4rem, 8vw, 8rem);
}
.rating-block {
  color: var(--white);
  background: var(--lime);
}
.rating-block > span {
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.rating-block > strong {
  display: flex;
  align-items: flex-end;
  margin: 2rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(7rem, 15vw, 13rem);
  letter-spacing: -.08em;
  line-height: .72;
}
.rating-block > strong small { margin-left: .6rem; font-size: 1rem; letter-spacing: 0; }
.rating-block p { margin-bottom: 3rem; color: rgba(255,255,255,.75); }
.rating-block .text-link { justify-self: start; border-color: var(--white); }
.trust-copy h2 { font-size: clamp(4rem, 7vw, 7rem); }
.trust-copy h2 em { color: var(--lime); font-style: normal; }
.trust-copy p { max-width: 570px; margin-bottom: 2.5rem; color: var(--muted); }
.trust-copy .button { justify-self: start; }

.contact-cinematic {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}
.contact-cinematic-media { overflow: hidden; }
.contact-cinematic-media img {
  width: 100%;
  height: calc(100% + 90px);
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.05) translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}
.contact-cinematic-copy {
  display: grid;
  align-content: center;
  padding: clamp(4rem, 7vw, 7rem);
}
.contact-cinematic-copy h2 { font-size: clamp(4rem, 7vw, 7rem); }
.contact-cinematic-copy p { margin-bottom: 2.5rem; color: rgba(255,255,255,.62); }

[data-reveal] { transition-delay: var(--delay, 0s); }

.page-hero-photo {
  min-height: 660px;
  isolation: isolate;
}
.page-hero-photo::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,6,7,.94) 0%, rgba(5,6,7,.78) 47%, rgba(5,6,7,.32) 100%),
    linear-gradient(0deg, rgba(5,6,7,.48), transparent 55%);
  content: "";
}
.page-hero-photo::after {
  z-index: -1;
  width: 520px;
  height: 520px;
  border-color: rgba(255,255,255,.16);
}
.page-hero-image {
  position: absolute;
  z-index: -2;
  inset: -50px 0;
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
  object-position: center;
  filter: saturate(.65) contrast(1.08);
  transform: scale(1.03) translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}
.page-hero-photo .page-hero-inner { min-height: 660px; }
.page-hero-photo .page-hero-aside {
  max-width: 460px;
  padding: 2rem 0 2rem 2rem;
  backdrop-filter: blur(8px);
}
.page-hero-photo .breadcrumbs { color: rgba(255,255,255,.7); }

@keyframes heroLineIn {
  from { opacity: 0; transform: translateY(110%); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeRise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroZoom {
  from { opacity: .55; transform: scale(1.13) translate3d(0, var(--parallax-y, 0), 0); }
  to { opacity: 1; transform: scale(1.04) translate3d(0, var(--parallax-y, 0), 0); }
}
@keyframes scrollPulse {
  0% { transform: translateX(-110%); }
  55%, 100% { transform: translateX(110%); }
}
@keyframes tickerMove {
  to { transform: translateX(-50%); }
}
@keyframes filmMove {
  to { transform: translateX(calc(-50% - .5rem)); }
}

@media (max-width: 1060px) {
  .hero-cinematic .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .hero-proof > * { padding-right: 1rem; border-right: 1px solid rgba(255,255,255,.18); }
  .hero-proof > *:last-child { border-right: 0; }
  .services-layout { grid-template-columns: 1fr; }
  .service-stage { position: relative; top: auto; height: 640px; }
  .visual-story-grid { grid-template-columns: 1fr 1fr; }
  .visual-card-wide { grid-column: 2; }
  .visual-card-small { grid-column: 2; }
}

@media (max-width: 820px) {
  .hero-cinematic .hero-inner { min-height: 850px; padding-top: 6rem; }
  .hero-cinematic::after { background: linear-gradient(90deg, rgba(5,6,7,.94), rgba(5,6,7,.5)); }
  .hero-title { font-size: clamp(4.2rem, 17vw, 7.5rem); }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > * { border-right: 0; }
  .scroll-cue { display: none; }
  .intro-grid,
  .services-heading,
  .process-heading,
  .craft-content,
  .film-heading { grid-template-columns: 1fr; }
  .editorial-title { margin-top: 2rem; }
  .intro-copy { grid-template-columns: 1fr; margin-left: 0; }
  .visual-story-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .visual-card-tall,
  .visual-card-wide,
  .visual-card-small { grid-column: auto; grid-row: auto; }
  .visual-card { height: 600px; }
  .services-heading h2,
  .process-heading h2 { margin-top: 2rem; }
  .service-stage { height: 600px; }
  .craft-panel { min-height: 900px; }
  .craft-content { padding-top: 6rem; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .process-line article:nth-child(2) { border-right: 0; }
  .process-line article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .film-heading > div:last-child { align-items: flex-start; flex-direction: column; }
  .trust-grid,
  .contact-cinematic { grid-template-columns: 1fr; }
  .contact-cinematic-media { min-height: 620px; }
  .page-hero-photo,
  .page-hero-photo .page-hero-inner { min-height: 620px; }
  .page-hero-photo::before {
    background: linear-gradient(90deg, rgba(5,6,7,.92), rgba(5,6,7,.5));
  }
  .page-hero-photo .page-hero-aside { max-width: none; padding-left: 0; }
}

@media (max-width: 540px) {
  .hero-cinematic .hero-inner { min-height: 820px; padding-bottom: 2rem; }
  .hero-cinematic .hero-image { object-position: 62% center; }
  .hero-index { display: none; }
  .hero-title { font-size: 17vw; line-height: .79; }
  .hero-bottom p { font-size: .94rem; }
  .hero-proof { gap: 0; }
  .hero-proof > * { padding: .8rem 0; }
  .hero-proof strong { font-size: 1.15rem; }
  .ticker-group { gap: 2rem; padding-right: 2rem; }
  .ticker span::before { margin-right: 2rem; }
  .intro-editorial,
  .services-editorial,
  .process-section,
  .film-section { padding: 6rem 0; }
  .editorial-title,
  .services-heading h2,
  .process-heading h2,
  .craft-content h2,
  .film-heading h2,
  .trust-copy h2,
  .contact-cinematic-copy h2 { font-size: 3.6rem; }
  .visual-story { padding: 5rem 0; }
  .visual-card { height: 480px; }
  .visual-word { display: none; }
  .service-list > a {
    grid-template-columns: 34px minmax(0, 1fr) 42px;
    gap: .7rem;
    min-height: 135px;
  }
  .service-list > a:hover { padding-left: .3rem; }
  .service-list h3 { font-size: 1.85rem; }
  .service-list i { width: 40px; height: 40px; }
  .service-stage { height: 500px; }
  .craft-panel { min-height: 760px; }
  .process-line { grid-template-columns: 1fr; }
  .process-line article,
  .process-line article:not(:first-child) {
    min-height: 220px;
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .process-line h3 { margin-top: 3.5rem; }
  .film-track figure { width: 270px; min-width: 270px; }
  .film-track img { height: 390px; }
  .rating-block,
  .trust-copy,
  .contact-cinematic-copy { padding: 4.5rem 1.2rem; }
  .rating-block > strong { font-size: 7rem; }
  .contact-cinematic-media { min-height: 470px; }
  .page-hero-photo,
  .page-hero-photo .page-hero-inner { min-height: 670px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title .hero-line > span,
  .hero-kicker,
  .hero-bottom,
  .hero-proof,
  .hero-cinematic .hero-image { animation: none !important; }
  .ticker-track,
  .film-track,
  .scroll-cue i::after { animation: none !important; }
  [data-parallax] { transform: none !important; }
}

/* Refonte 2026-07-29 — densité, hiérarchie et contenus visuels inspirés des corrections SLA. */
.compact-heading {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.compact-heading h2 { font-size: clamp(3.2rem, 5vw, 5.6rem); }

.page-home .services-editorial { padding: clamp(6rem, 9vw, 9rem) 0; }
.page-home .services-heading { margin-bottom: clamp(3rem, 5vw, 5rem); }
.page-home .services-heading h2 { font-size: clamp(3.4rem, 5.6vw, 5.8rem); }
.photo-services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 300px;
  gap: 14px;
}
.photo-service {
  position: relative;
  grid-column: span 5;
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--graphite);
  isolation: isolate;
}
.photo-service-featured {
  grid-column: span 7;
  grid-row: span 2;
}
.photo-service-wide {
  grid-column: 1 / -1;
  min-height: 340px;
}
.photo-service::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 6, 7, .92), rgba(5, 6, 7, .08) 72%);
  content: "";
}
.photo-service img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82);
  transition: transform .65s cubic-bezier(.2, .8, .2, 1), filter .4s ease;
}
.photo-service:hover img { filter: saturate(1.05); transform: scale(1.035); }
.photo-service > div {
  position: absolute;
  right: clamp(1.5rem, 3vw, 2.5rem);
  bottom: clamp(1.5rem, 3vw, 2.5rem);
  left: clamp(1.5rem, 3vw, 2.5rem);
}
.photo-service span {
  color: var(--lime);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.photo-service h3 { max-width: 760px; margin: .55rem 0 .45rem; font-size: clamp(2rem, 3.3vw, 3.8rem); }
.photo-service p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .68); }
.photo-service i {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  font-style: normal;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.photo-service:hover i { color: var(--black); background: var(--white); transform: rotate(45deg); }

.process-redesign { padding: clamp(6rem, 9vw, 9rem) 0; }
.process-compact {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.process-visual { position: relative; margin: 0; overflow: hidden; background: var(--graphite); }
.process-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s ease; }
.process-visual:hover img { transform: scale(1.02); }
.process-visual figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: .85rem 1rem;
  color: var(--white);
  background: rgba(12, 13, 14, .88);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.process-content .section-marker { margin-bottom: 2.3rem; }
.process-content h2 { font-size: clamp(3.3rem, 5.4vw, 5.7rem); }
.process-content > .lead { margin-bottom: 2rem; }
.process-steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.process-steps li > span { color: var(--lime-dark); font-family: var(--display); font-weight: 900; }
.process-steps strong { display: block; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.process-steps p { margin: .15rem 0 0; color: var(--muted); font-size: .9rem; }

.page-atelier .section h2,
.page-services .section h2,
.page-realisations .section h2,
.page-contact .section h2,
.page-devis .section h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.atelier-story {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.atelier-story-copy > p { max-width: 640px; color: var(--muted); font-size: 1.08rem; }
.atelier-highlight {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding: 1.5rem 0;
  border-top: 2px solid var(--lime);
  border-bottom: 1px solid var(--line);
}
.atelier-highlight strong { font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.atelier-highlight p { margin: 0; color: var(--muted); }
.atelier-story-media { margin: 0; }
.atelier-story-media img { width: 100%; height: 660px; object-fit: cover; }
.atelier-story-media figcaption {
  padding-top: .8rem;
  color: var(--muted);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.intervention-layout {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
}
.intervention-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.intervention-list li {
  display: grid;
  grid-template-columns: 70px 180px 1fr;
  gap: 1.5rem;
  align-items: center;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
}
.intervention-list li > span { color: var(--lime-dark); font-family: var(--display); font-weight: 900; }
.intervention-list strong { font-family: var(--display); font-size: 1.6rem; text-transform: uppercase; }
.intervention-list p { margin: 0; color: var(--muted); }
.atelier-trust {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  color: var(--white);
  background: var(--black);
}
.atelier-trust-media { overflow: hidden; }
.atelier-trust-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.atelier-trust:hover .atelier-trust-media img { transform: scale(1.02); }
.atelier-trust-copy { display: grid; align-content: center; padding: clamp(4rem, 7vw, 7rem); }
.atelier-trust-copy h2 { font-size: clamp(3.5rem, 6vw, 6rem); }
.atelier-trust-copy > p { max-width: 560px; color: rgba(255, 255, 255, .65); }
.atelier-address {
  display: grid;
  gap: .6rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.atelier-address span { color: var(--lime); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.atelier-address strong { font-family: var(--display); font-size: 1.45rem; line-height: 1.2; text-transform: uppercase; }
.atelier-trust-copy .button { justify-self: start; }

.service-directory { border-top: 1px solid var(--line); }
.service-directory > a {
  display: grid;
  grid-template-columns: 54px 230px minmax(0, 1fr) 52px;
  gap: 2rem;
  align-items: center;
  min-height: 180px;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  transition: color .25s ease, padding .3s ease;
}
.service-directory > a:hover { padding-left: .8rem; color: var(--lime-dark); }
.service-directory > a > span { color: var(--lime-dark); font-family: var(--display); font-weight: 900; }
.service-directory img { width: 230px; height: 145px; object-fit: cover; filter: saturate(.78); }
.service-directory h3 { margin: 0 0 .5rem; font-size: clamp(2rem, 3.2vw, 3.3rem); }
.service-directory p { max-width: 660px; margin: 0; color: var(--muted); }
.service-directory i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-style: normal;
}
.request-section { color: var(--white); background: var(--black); }
.request-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.request-panel figure { margin: 0; overflow: hidden; }
.request-panel figure img { width: 100%; height: 100%; object-fit: cover; }
.request-copy { display: grid; align-content: center; padding: clamp(3rem, 7vw, 7rem); }
.request-copy h2 { font-size: clamp(3.2rem, 5.6vw, 5.8rem); }
.request-copy > p { color: rgba(255, 255, 255, .62); }
.request-copy ul { margin: 2rem 0 2.5rem; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.request-copy li {
  display: grid;
  grid-template-columns: 44px 150px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-light);
}
.request-copy li span { color: var(--lime); font-family: var(--display); }
.request-copy li strong { font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }
.request-copy li small { color: rgba(255, 255, 255, .55); }
.request-copy .button { justify-self: start; }

.paint-case .section-head .text-link { margin-top: 1.3rem; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.before-after figure { position: relative; margin: 0; overflow: hidden; background: var(--graphite); }
.before-after img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 58%;
  transition: transform .6s ease;
}
.before-after figure:hover img { transform: scale(1.018); }
.before-after figure > span {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  padding: .7rem .9rem;
  color: var(--white);
  background: rgba(12, 13, 14, .9);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.before-after figure:last-child > span { background: var(--lime); }
.paint-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 4rem; }
.paint-steps figure { margin: 0; }
.paint-steps img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.paint-steps figcaption { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.paint-steps figcaption span { color: var(--lime-dark); font-family: var(--display); font-weight: 900; }
.paint-steps figcaption strong { font-family: var(--display); text-transform: uppercase; }
.classic-story { padding: clamp(6rem, 9vw, 9rem) 0; color: var(--white); background: var(--black); }
.classic-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.classic-story-copy h2 { font-size: clamp(3.3rem, 5.5vw, 5.8rem); }
.classic-story-copy p { color: rgba(255, 255, 255, .6); }
.classic-mosaic { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, 250px); gap: 12px; }
.classic-mosaic figure { margin: 0; overflow: hidden; }
.classic-mosaic .classic-main { grid-row: 1 / 3; }
.classic-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.classic-mosaic figure:hover img { transform: scale(1.025); }
.realisation-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.realisation-services article {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 290px;
  overflow: hidden;
  background: var(--white);
  scroll-margin-top: 130px;
}
.realisation-services article > img { width: 100%; height: 100%; object-fit: cover; }
.realisation-services article > div { display: grid; align-content: center; padding: 2rem; }
.realisation-services span { color: var(--lime-dark); font-size: .61rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.realisation-services h3 { margin: .7rem 0; font-size: clamp(1.8rem, 2.5vw, 2.7rem); }
.realisation-services p { color: var(--muted); font-size: .9rem; }
.realisation-services a { justify-self: start; border-bottom: 2px solid var(--lime); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.realisation-services i { font-style: normal; }

.contact-access {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}
.page-contact .contact-details { position: static; }
.page-contact .contact-details h2 { font-size: clamp(3.2rem, 5vw, 5.3rem); }
.page-contact .contact-details h3 { margin: 2.4rem 0 1rem; font-size: 2rem; }
.map-frame { overflow: hidden; border: 1px solid var(--line); background: var(--graphite); }
.map-frame iframe { width: 100%; height: 610px; display: block; border: 0; filter: grayscale(.12) contrast(1.04); }
.map-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem;
  color: var(--white);
  background: var(--black);
}
.map-caption span { color: var(--lime); font-size: .61rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.map-caption p { margin: .2rem 0 0; color: rgba(255, 255, 255, .58); }
.social-section { padding: clamp(5rem, 8vw, 8rem) 0; background: var(--bone); }
.social-intro {
  display: grid;
  grid-template-columns: .65fr 1fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}
.social-intro .eyebrow { margin-bottom: .35rem; }
.social-intro h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); }
.social-intro p { margin: 0; color: var(--muted); }
.social-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-strip a {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: end;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  transition: color .25s ease, background .25s ease;
}
.social-strip a:last-child { border-right: 0; }
.social-strip a:hover { color: var(--white); background: var(--lime); }
.social-strip span { position: absolute; top: 1.5rem; left: 1.5rem; color: var(--lime-dark); font-size: .6rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.social-strip a:hover span { color: var(--white); }
.social-strip strong { font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; }
.social-strip small { color: var(--muted); }
.social-strip a:hover small { color: rgba(255, 255, 255, .72); }
.social-strip i { position: absolute; top: 1.2rem; right: 1.2rem; font-style: normal; }

.devis-panel {
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) minmax(0, .95fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.devis-visual { position: relative; margin: 0; overflow: hidden; }
.devis-visual img { width: 100%; height: 700px; object-fit: cover; }
.devis-visual figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem;
  color: var(--white);
  background: rgba(12, 13, 14, .88);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.devis-copy h2 { font-size: clamp(3.2rem, 5vw, 5.4rem); }
.devis-copy > p { color: var(--muted); }
.devis-copy ul { margin: 2rem 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.devis-copy li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.devis-copy li > span { color: var(--lime-dark); font-family: var(--display); font-weight: 900; }
.devis-copy li strong { display: block; font-family: var(--display); font-size: 1.3rem; text-transform: uppercase; }
.devis-copy li small { color: var(--muted); }
.devis-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 1.5rem; }
.photo-guide-section { padding: clamp(5rem, 8vw, 8rem) 0; color: var(--white); background: var(--black); }
.photo-guide { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.photo-guide h2 { font-size: clamp(3.2rem, 5.4vw, 5.5rem); }
.photo-guide > div > p { color: rgba(255, 255, 255, .58); }
.photo-guide ol { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.photo-guide li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 112px;
  border-bottom: 1px solid var(--line-light);
}
.photo-guide li > span { color: var(--lime); font-family: var(--display); font-weight: 900; }
.photo-guide strong { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.photo-guide p { margin: .2rem 0 0; color: rgba(255, 255, 255, .55); }

@media (max-width: 980px) {
  .photo-services-grid { grid-auto-rows: 330px; }
  .photo-service,
  .photo-service-featured,
  .photo-service-wide { grid-column: span 6; grid-row: auto; min-height: 0; }
  .process-compact,
  .atelier-story,
  .intervention-layout,
  .atelier-trust,
  .request-panel,
  .classic-story-grid,
  .contact-access,
  .devis-panel,
  .photo-guide { grid-template-columns: 1fr; }
  .atelier-story-media { order: -1; }
  .atelier-story-media img { height: 560px; }
  .atelier-trust-media { min-height: 620px; }
  .request-panel figure { height: 620px; }
  .service-directory > a { grid-template-columns: 44px 190px minmax(0, 1fr) 46px; gap: 1.2rem; }
  .service-directory img { width: 190px; height: 125px; }
  .realisation-services { grid-template-columns: 1fr; }
  .social-intro { grid-template-columns: 1fr 1fr; }
  .social-intro .eyebrow { grid-column: 1 / -1; }
  .social-strip { grid-template-columns: repeat(2, 1fr); }
  .social-strip a:nth-child(2) { border-right: 0; }
  .social-strip a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .devis-visual { order: -1; }
}

@media (max-width: 680px) {
  .compact-heading,
  .social-intro { grid-template-columns: 1fr; gap: 1rem; }
  .photo-services-grid { grid-template-columns: 1fr; grid-auto-rows: 370px; }
  .photo-service,
  .photo-service-featured,
  .photo-service-wide { grid-column: auto; min-height: 370px; }
  .process-compact { gap: 2.5rem; }
  .process-visual img { max-height: 620px; }
  .atelier-highlight { grid-template-columns: 1fr; }
  .atelier-story-media img { height: 460px; }
  .intervention-list li { grid-template-columns: 42px 1fr; gap: .7rem 1rem; padding: 1rem 0; }
  .intervention-list li p { grid-column: 2; }
  .atelier-trust-media,
  .request-panel figure { min-height: 0; height: 480px; }
  .atelier-trust-copy,
  .request-copy { padding: 4rem 1.2rem; }
  .service-directory > a {
    grid-template-columns: 38px minmax(0, 1fr) 40px;
    gap: .8rem;
    padding: 1rem 0;
  }
  .service-directory img { grid-column: 2 / 4; width: 100%; height: 220px; }
  .service-directory > a > div { grid-column: 2; }
  .service-directory > a > i { grid-column: 3; grid-row: 2; width: 38px; height: 38px; }
  .request-copy li { grid-template-columns: 36px 1fr; }
  .request-copy li small { grid-column: 2; }
  .before-after,
  .paint-steps { grid-template-columns: 1fr; }
  .paint-steps { gap: 2rem; }
  .classic-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 210px; }
  .classic-mosaic .classic-main { grid-column: 1 / -1; grid-row: auto; }
  .realisation-services article { grid-template-columns: 1fr; }
  .realisation-services article > img { height: 300px; }
  .map-frame iframe { height: 430px; }
  .map-caption { align-items: flex-start; flex-direction: column; }
  .social-strip { grid-template-columns: 1fr; }
  .social-strip a { min-height: 175px; border-right: 0; border-bottom: 1px solid var(--line); }
  .social-strip a:nth-child(2) { border-right: 0; }
  .devis-panel { gap: 2.5rem; }
  .devis-visual img { height: 500px; }
  .devis-actions { display: grid; }
  .photo-guide { gap: 2.5rem; }
}

/* Correction 2026-07-29 — suppression des grilles vides et des visuels Instagram habillés. */
.paint-steps img {
  aspect-ratio: 4 / 3;
  object-position: center;
}
.before-after img {
  aspect-ratio: 4 / 3;
  object-position: center;
}

.service-catalog-section {
  padding: clamp(6rem, 9vw, 9rem) 0;
  background: var(--bone);
}
.service-catalog-intro {
  display: grid;
  grid-template-columns: .45fr 1.2fr .75fr;
  gap: 2.5rem;
  align-items: end;
  margin-bottom: 4rem;
}
.service-catalog-intro .eyebrow { align-self: start; }
.service-catalog-intro h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.4rem);
}
.service-catalog-intro > p { margin: 0; color: var(--muted); }
.service-showcases { display: grid; gap: 18px; }
.service-showcases > a {
  min-height: 420px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  background: var(--white);
}
.service-showcases > a:nth-child(even) { color: var(--white); background: var(--black); }
.service-showcases > a:nth-child(even) img { order: 2; }
.service-showcases img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: saturate(.82);
  transition: transform .65s cubic-bezier(.2, .8, .2, 1), filter .35s ease;
}
.service-showcases a:hover img { filter: saturate(1); transform: scale(1.025); }
.service-showcases a > div {
  display: grid;
  align-content: center;
  padding: clamp(2.5rem, 5vw, 5rem);
}
.service-showcases span {
  color: var(--lime-dark);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-showcases > a:nth-child(even) span { color: var(--lime); }
.service-showcases h3 { margin: .8rem 0 1rem; font-size: clamp(2.5rem, 4vw, 4.4rem); }
.service-showcases p { color: var(--muted); }
.service-showcases > a:nth-child(even) p { color: rgba(255, 255, 255, .62); }
.service-showcases strong {
  justify-self: start;
  margin-top: 1.5rem;
  padding-bottom: .3rem;
  border-bottom: 2px solid var(--lime);
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.request-panel {
  grid-template-columns: 1.08fr .92fr;
  min-height: 600px;
}
.request-panel figure { height: 600px; }
.request-panel figure img { object-position: center; }
.request-copy h2 { font-size: clamp(3rem, 4.8vw, 5rem); }

.atelier-process {
  padding: clamp(6rem, 9vw, 9rem) 0;
  background: var(--bone);
}
.atelier-process-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3rem;
}
.atelier-process-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.3rem);
}
.atelier-process-heading > p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
}
.atelier-process-frame { position: relative; overflow: hidden; background: var(--black); }
.atelier-process-frame > img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  filter: saturate(.78) brightness(.82);
}
.atelier-process-frame ol {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  color: var(--white);
  background: rgba(12, 13, 14, .86);
  backdrop-filter: blur(12px);
  list-style: none;
}
.atelier-process-frame li {
  min-height: 110px;
  display: grid;
  align-content: center;
  gap: .45rem;
  padding: 1.2rem;
  border-right: 1px solid var(--line-light);
}
.atelier-process-frame li:last-child { border-right: 0; }
.atelier-process-frame li span { color: var(--lime); font-family: var(--display); font-weight: 900; }
.atelier-process-frame li strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }

.service-detail-main {
  padding: clamp(6rem, 9vw, 9rem) 0;
  background: var(--white);
}
.service-detail-split {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, .92fr);
  gap: clamp(3.5rem, 8vw, 8rem);
  align-items: center;
}
.service-detail-media {
  position: relative;
  min-height: 570px;
}
.service-detail-main-image {
  width: 88%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.82);
}
.service-detail-inset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 12px solid var(--white);
  box-shadow: var(--shadow);
}
.service-detail-copy h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 4.8vw, 5rem);
}
.service-detail-copy > p { color: var(--muted); }
.service-point-list {
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.service-point-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.service-point-list li > span { color: var(--lime-dark); font-family: var(--display); font-weight: 900; }
.service-point-list strong { display: block; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.service-point-list p { margin: .12rem 0 0; color: var(--muted); font-size: .9rem; }
.service-note {
  margin-top: 1.5rem;
  padding: 1.25rem 1.4rem;
  color: var(--white);
  background: var(--black);
}
.service-note strong {
  display: block;
  color: var(--lime);
  font-size: .62rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.service-note p { margin: .45rem 0 0; color: rgba(255, 255, 255, .62); font-size: .9rem; }
.page-service-detail .section { padding: clamp(5rem, 7vw, 7rem) 0; }
.page-service-detail .section h2,
.page-service-detail .cta-band h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
}
.page-service-detail .section-head { margin-bottom: 2.5rem; }
.page-service-detail .faq-list { max-width: 980px; }

.contact-follow {
  padding: clamp(6rem, 9vw, 9rem) 0;
  background: var(--bone);
}
.contact-follow-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 620px;
}
.contact-follow-media {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--black);
}
.contact-follow-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8);
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}
.contact-follow-media:hover > img { transform: scale(1.025); }
.contact-follow-media figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem;
  color: var(--white);
  background: rgba(12, 13, 14, .88);
  backdrop-filter: blur(12px);
}
.contact-follow-media figcaption div { display: grid; gap: .25rem; }
.contact-follow-media figcaption span,
.contact-follow-media figcaption small {
  color: rgba(255, 255, 255, .6);
}
.contact-follow-media figcaption span {
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-follow-media figcaption strong {
  font-family: var(--display);
  font-size: 2.1rem;
  line-height: 1;
}
.contact-follow-media figcaption a {
  padding-bottom: .25rem;
  border-bottom: 2px solid var(--lime);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-follow-copy {
  display: grid;
  align-content: center;
  padding: clamp(3rem, 6vw, 6rem);
  color: var(--white);
  background: var(--black);
}
.contact-follow-copy h2 {
  max-width: 620px;
  margin: 1rem 0 1.4rem;
  font-size: clamp(3rem, 4.8vw, 5rem);
}
.contact-follow-copy > p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, .6);
}
.contact-follow-links {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line-light);
}
.contact-follow-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line-light);
  transition: color .25s ease, padding .25s ease;
}
.contact-follow-links a:hover {
  padding-right: .4rem;
  padding-left: .4rem;
  color: var(--lime);
}
.contact-follow-links a > span { display: grid; gap: .2rem; }
.contact-follow-links strong {
  font-family: var(--display);
  font-size: 1.45rem;
  text-transform: uppercase;
}
.contact-follow-links small { color: rgba(255, 255, 255, .52); }
.contact-follow-links i {
  flex: 0 0 auto;
  color: var(--lime);
  font-size: .62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .service-catalog-intro { grid-template-columns: 1fr 1fr; }
  .service-catalog-intro .eyebrow { grid-column: 1 / -1; }
  .service-detail-split { grid-template-columns: 1fr; }
  .service-detail-media { min-height: 620px; }
  .service-detail-main-image { width: 84%; }
  .contact-follow-grid { grid-template-columns: 1fr; }
  .contact-follow-media { min-height: 520px; }
}

@media (max-width: 680px) {
  .service-catalog-intro,
  .atelier-process-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .service-catalog-intro h2,
  .atelier-process-heading h2 { font-size: 2.55rem; }
  .service-showcases > a { min-height: 0; grid-template-columns: 1fr; }
  .service-showcases > a:nth-child(even) img { order: 0; }
  .service-showcases img { height: 330px; }
  .service-showcases a > div { padding: 2.2rem 1.4rem 2.6rem; }
  .service-showcases h3 { font-size: 2.8rem; }
  .request-panel figure { height: 430px; }
  .request-copy h2 { font-size: 2.65rem; }
  .atelier-process-frame > img { height: 460px; }
  .atelier-process-frame ol {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }
  .atelier-process-frame li:nth-child(2) { border-right: 0; }
  .atelier-process-frame li:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .service-detail-main { padding: 4.5rem 0; }
  .service-detail-split { gap: 2.5rem; }
  .service-detail-media { min-height: 410px; }
  .service-detail-main-image { width: 94%; }
  .service-detail-inset { width: 52%; border-width: 7px; }
  .service-detail-copy h2 { font-size: 2.65rem; }
  .contact-follow { padding: 4.5rem 0; }
  .contact-follow-media { min-height: 430px; }
  .contact-follow-media figcaption {
    right: .8rem;
    bottom: .8rem;
    left: .8rem;
    gap: 1rem;
    padding: 1rem;
  }
  .contact-follow-copy { padding: 3rem 1.4rem; }
  .contact-follow-copy h2 { font-size: 2.65rem; }
  .contact-follow-links a { align-items: end; }
  .contact-follow-links i { max-width: 74px; text-align: right; }
}
