:root {
  --ink: #171815;
  --paper: #f2efe8;
  --paper-deep: #e7e1d6;
  --accent: #ba5b3b;
  --sage: #8f9984;
  --line: rgba(23, 24, 21, 0.18);
  --muted: #6c6b64;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

.page-transition-panel {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--paper);
  transform: scaleY(0);
  transform-origin: top center;
  pointer-events: none;
  will-change: transform;
}

html.is-page-transitioning,
html.is-page-transitioning body { overflow: hidden; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.icon { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-small { width: 13px; height: 13px; vertical-align: -2px; }

.page-loader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; overflow: hidden; color: var(--ink); pointer-events: none; }
.loader-panel { position: absolute; inset-block: 0; width: 50.1%; background: var(--paper); will-change: transform; }
.loader-panel-left { left: 0; }
.loader-panel-right { right: 0; }
.loader-wordmark { position: relative; z-index: 2; width: clamp(300px, 50vw, 900px); aspect-ratio: 120 / 19; overflow: hidden; }
.loader-word { position: absolute; inset: 0; display: block; overflow: hidden; will-change: transform; }
.loader-word img { width: 100%; height: 100%; display: block; object-fit: contain; filter: invert(1); }
.loader-word-atelier { clip-path: inset(0 46.45% 0 0); }
.loader-word-kitsa { clip-path: inset(0 0 0 53.45%); }

.site-header { height: 72px; padding: 0 clamp(24px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: fixed; inset: 0 0 auto; z-index: 20; transition: transform 280ms var(--ease-out), height 220ms var(--ease-out), background-color 220ms ease, backdrop-filter 220ms ease; will-change: transform; }
.site-header.scrolled { height: 60px; background: rgba(244,239,227,.9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(23,24,21,.08); }
.site-header.is-hidden { transform: translateY(-105%); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-logo { width: 120px; height: auto; display: block; transition: filter 180ms ease; }
.brand-mark { width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font: 600 .78rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand-name { font: 600 .95rem/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: .78rem; }
.desktop-nav a, .footer-grid a { position: relative; }
.desktop-nav a::after, .footer-grid a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: currentColor; transition: right 260ms var(--ease-out); }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.nav-dropdown-trigger::after { content: "+"; display: inline-block; margin-left: 8px; font-size: 1.18em; line-height: .8; transition: transform 180ms var(--ease-out); }
.nav-submenu { position: absolute; top: calc(100% + 15px); left: -18px; min-width: 220px; padding: 10px; color: var(--ink); background: rgba(244,239,227,.97); border: 1px solid rgba(23,24,21,.1); box-shadow: 0 16px 40px rgba(23,24,21,.09); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-7px); transition: opacity 160ms ease, transform 200ms var(--ease-out), visibility 160ms; }
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 16px; }
.nav-submenu a { display: flex; gap: 10px; padding: 10px 9px; white-space: nowrap; }
.nav-submenu a::after { display: none; }
.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown:focus-within .nav-dropdown-trigger::after { transform: rotate(45deg); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 22px; border-bottom: 1px solid var(--ink); padding: 9px 0; font-size: .78rem; }
.header-cta i, .button i, .circle-link i { font-style: normal; transition: transform 180ms var(--ease-out); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 100svh; padding: 148px clamp(24px, 5vw, 84px) 34px; display: grid; grid-template-columns: .88fr 1.12fr; grid-template-rows: 1fr auto; column-gap: clamp(32px, 6vw, 110px); }
.hero-copy { align-self: center; padding-bottom: 4vh; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; font: 500 .68rem/1.3 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .18em; }
.hero-title, .display { font: 400 clamp(3.4rem, 6vw, 7rem)/.94 "Manrope", sans-serif; letter-spacing: -.065em; margin: 0; }
.hero-title em, .display em { font-style: normal; color: var(--accent); }
.hero-intro { max-width: 430px; margin: 36px 0 0; color: var(--muted); font-size: clamp(.95rem, 1.15vw, 1.12rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 28px; border: 0; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 150ms var(--ease-out), background-color 200ms ease; }
.button-dark { color: var(--paper); background: var(--ink); }
.button:active { transform: scale(.97); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .78rem; }
.text-link .icon { transition: transform 180ms var(--ease-out); }
.hero-visual { width: 100%; height: min(72vh, 760px); align-self: center; }
.placeholder { background: #c7c5c0; color: rgba(23,24,21,.55); position: relative; display: grid; place-items: center; overflow: hidden; }
.placeholder::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 40%, rgba(255,255,255,.12) 50%, transparent 60%); transform: translateX(-100%); }
.placeholder > span:first-child { font-size: .68rem; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; text-align: center; }
.visual-index { position: absolute; right: 20px; bottom: 18px; color: rgba(23,24,21,.7); font-size: .68rem; }
.hero-note { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 18px; display: flex; gap: 42px; font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }

.trust-strip { padding: 110px clamp(24px, 8vw, 140px); background: var(--paper-deep); display: grid; grid-template-columns: 1fr 1.35fr; gap: 8vw; align-items: end; }
.trust-intro > p { margin: 0; font: 400 clamp(1.7rem, 3vw, 3.2rem)/1.08 "Manrope", sans-serif; letter-spacing: -.04em; }
.trust-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 22px; gap: 24px; }
.stat { display: flex; flex-direction: column; gap: 8px; }
.stat strong { font: 400 clamp(1.8rem, 3vw, 3.4rem)/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.stat span { color: var(--muted); font-size: .72rem; }

.section-pad { padding: clamp(100px, 13vw, 210px) clamp(24px, 5vw, 84px); }
.section-heading { display: grid; grid-template-columns: 1.5fr .55fr; align-items: end; gap: 8vw; margin-bottom: 74px; }
.display { font-size: clamp(2.35rem, 4vw, 4.75rem); line-height: 1; }
.heading-copy { margin: 0 0 5px; color: var(--muted); line-height: 1.65; font-size: .9rem; max-width: 390px; }
.filters { display: flex; gap: 8px; margin-bottom: 28px; }
.filter { border: 1px solid var(--line); background: transparent; padding: 9px 16px; border-radius: 999px; font-size: .68rem; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, transform 150ms var(--ease-out); }
.filter.active { background: var(--ink); color: var(--paper); }
.filter:active { transform: scale(.96); }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px 24px; }
.project-card { transition: opacity 280ms ease, transform 420ms var(--ease-out); }
.project-card.hidden { display: none; }
.project-large { grid-column: 1 / -1; }
.project-image { aspect-ratio: 4 / 3; }
.project-large .project-image { aspect-ratio: 16 / 8.3; }
.project-number { position: absolute; top: 18px; right: 20px; font-size: .7rem; }
.project-meta { padding-top: 16px; border-top: 1px solid var(--line); margin-top: 12px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.project-meta h3 { font: 500 1rem/1.2 "Manrope", sans-serif; margin: 0 0 6px; }
.project-meta p, .project-meta > span { margin: 0; color: var(--muted); font-size: .68rem; }
.circle-link { width: 142px; height: 142px; border: 1px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 16px; margin: 74px auto 0; font-size: .72rem; }

.process-heading { margin-bottom: 70px; }
.steps { border-top: 1px solid var(--line); }
.step { min-height: 148px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: center; padding: 30px 10px; }
.step-number { font-size: .7rem; color: var(--muted); }
.step h3 { font: 400 clamp(1.8rem, 3vw, 3rem)/1 "Manrope", sans-serif; letter-spacing: -.05em; margin: 0 0 12px; }
.step p { margin: 0; color: var(--muted); max-width: 540px; line-height: 1.5; font-size: .82rem; }
.step-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .9rem; transition: background-color 180ms ease, color 180ms ease, transform 220ms var(--ease-out); }

.about { background: var(--sage); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.about-visual { aspect-ratio: 4 / 5; background: rgba(23,24,21,.2); }
.about-copy { padding-top: 0; }
.about-copy .display { font-size: clamp(2.35rem, 4vw, 4.75rem); }
.about-copy .display em { color: var(--paper); }
.about-copy > p:not(.eyebrow) { max-width: 500px; margin: 38px 0 30px; line-height: 1.7; font-size: .9rem; }
.quote { grid-column: 1 / -1; margin: 70px 0 0 22%; padding-top: 30px; border-top: 1px solid rgba(23,24,21,.25); font: 400 clamp(1.6rem, 3.4vw, 3.7rem)/1.15 "Manrope", sans-serif; letter-spacing: -.045em; }
.quote footer { font: 400 .68rem/1.4 "DM Sans", sans-serif; color: rgba(23,24,21,.6); margin-top: 22px; }

.budget { padding: 12vw clamp(24px, 8vw, 140px); background: var(--paper-deep); }
.budget-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.budget-inner > .eyebrow { grid-column: 1 / -1; }
.budget-details { align-self: end; }
.budget-details > p:first-child { max-width: 330px; color: var(--muted); line-height: 1.5; }
.budget-price { font: 400 clamp(3.2rem, 6.2vw, 7rem)/1 "Manrope", sans-serif; letter-spacing: -.07em; margin: 30px 0; white-space: nowrap; }
.budget-price span { display: block; margin-top: 12px; font: 400 .7rem/1 "DM Sans", sans-serif; letter-spacing: .02em; color: var(--muted); }
.budget-note { max-width: 390px; color: var(--muted); font-size: .67rem; line-height: 1.5; }

.contact-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.contact-intro .display { font-size: clamp(2.35rem, 4vw, 4.75rem); }
.contact-intro > p:not(.eyebrow) { margin: 36px 0; color: var(--muted); line-height: 1.65; max-width: 440px; }
.contact-details { display: flex; flex-direction: column; gap: 8px; font-size: .75rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-top: 25px; }
.contact-form label { display: flex; flex-direction: column; gap: 12px; }
.contact-form label span { font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 0 0 12px; background: transparent; outline: none; color: var(--ink); transition: border-color 180ms ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form button.full { width: 100%; margin-top: 12px; }
.form-status { grid-column: 1 / -1; margin: 0; font-size: .75rem; min-height: 1.2em; }

.site-footer { background: var(--ink); color: var(--paper); padding: 70px clamp(24px, 5vw, 84px) 28px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 70px; border-bottom: 1px solid rgba(242,239,232,.15); }
.footer-top p { margin: 0; font: 400 clamp(1.5rem, 2.6vw, 3rem)/1.08 "Manrope", sans-serif; letter-spacing: -.04em; text-align: right; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 680px; margin: 70px 0 90px auto; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: .72rem; }
.footer-grid span { color: rgba(242,239,232,.45); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; }
.footer-bottom { border-top: 1px solid rgba(242,239,232,.15); padding-top: 20px; display: flex; justify-content: space-between; color: rgba(242,239,232,.45); font-size: .62rem; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.footer-heart { color: #c86d51; display: inline-block; margin: 0 2px; }

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover::after, .footer-grid a:hover::after { right: 0; }
  .header-cta:hover i, .button:hover i, .circle-link:hover i { transform: translate(3px, -3px); }
  .text-link:hover .icon { transform: translate(2px, 2px); }
  .step:hover .step-icon { color: var(--paper); background: var(--ink); transform: rotate(-45deg); }
  .placeholder:hover::before { animation: sheen 900ms var(--ease-out); }
}
@keyframes sheen { to { transform: translateX(100%); } }

@media (max-width: 860px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 14px; min-height: 48px; padding: 0 16px; position: relative; z-index: 2; border: 0; border-radius: 0; color: var(--paper); background: var(--ink); cursor: pointer; }
  .menu-label { font-size: 14px; line-height: 1; text-transform: uppercase; }
  .menu-icon { width: 25px; height: 12px; display: grid; align-content: space-between; }
  .menu-icon i { width: 25px; height: 1px; display: block; background: currentColor; transition: transform 220ms var(--ease-out); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(5.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-5.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; background: var(--paper); padding: 130px 24px 40px; flex-direction: column; gap: 22px; font: 400 2.2rem/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
  .mobile-menu.open { display: flex; }
  .mobile-cuisines { display: grid; }
  .mobile-cuisines-toggle { width: 100%; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; color: var(--ink); background: transparent; font: inherit; letter-spacing: inherit; text-align: left; cursor: pointer; }
  .mobile-cuisines-toggle:active { transform: scale(.985); }
  .mobile-cuisines-plus { width: 22px; height: 22px; position: relative; flex: 0 0 auto; }
  .mobile-cuisines-plus::before,
  .mobile-cuisines-plus::after { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: currentColor; transform: translateY(-50%); transition: transform 200ms var(--ease-out); }
  .mobile-cuisines-plus::after { transform: translateY(-50%) rotate(90deg); }
  .mobile-cuisines-toggle[aria-expanded="true"] .mobile-cuisines-plus::after { transform: translateY(-50%) rotate(0deg); }
  .mobile-cuisines-panel { display: grid; grid-template-rows: 0fr; overflow: hidden; opacity: 0; transform: translateY(-6px); transition: grid-template-rows 220ms var(--ease-out), opacity 160ms ease, transform 220ms var(--ease-out); }
  .mobile-cuisines-panel.is-open { grid-template-rows: 1fr; opacity: 1; transform: translateY(0); }
  .mobile-cuisines-links { min-height: 0; display: grid; gap: 8px; padding: 13px 0 0 4px; }
  .mobile-cuisines-links a { color: var(--muted); font-size: 1.12rem; line-height: 1.25; letter-spacing: -.025em; }
  .hero { min-height: auto; padding: 112px 20px 24px; grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 54px; }
  .hero-title { font-size: clamp(3.5rem, 15vw, 5.7rem); }
  .hero-intro { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { height: auto; aspect-ratio: 4 / 5; }
  .hero-note { grid-column: 1; margin-top: 22px; gap: 20px; justify-content: space-between; }
  .trust-strip, .section-heading, .budget-inner, .contact-inner { grid-template-columns: 1fr; }
  .trust-strip { padding: 82px 20px; gap: 60px; }
  .trust-stats { gap: 12px; }
  .stat strong { font-size: 1.8rem; }
  .section-pad { padding: 110px 20px; }
  .section-heading { gap: 38px; margin-bottom: 52px; }
  .display { font-size: clamp(2.25rem, 9vw, 3.8rem); }
  .filters { overflow-x: auto; padding-bottom: 8px; }
  .filter { flex: 0 0 auto; }
  .project-grid { grid-template-columns: 1fr; gap: 54px; }
  .project-large { grid-column: auto; }
  .project-large .project-image, .project-image { aspect-ratio: 4 / 5; }
  .project-meta > span { text-align: right; }
  .step { grid-template-columns: 44px 1fr auto; gap: 10px; }
  .step p { padding-right: 10px; }
  .about { grid-template-columns: 1fr; gap: 55px; }
  .about-copy { padding: 0; }
  .quote { grid-column: auto; margin: 10px 0 0; }
  .budget-inner { gap: 48px; }
  .budget-inner > .eyebrow { grid-column: auto; }
  .budget-price { white-space: normal; }
  .contact-inner { gap: 70px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .footer-top { flex-direction: column; gap: 54px; }
  .footer-top p { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; margin-left: 0; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Direction graphique adaptée à la maquette Frame 2 */
:root {
  --paper: #f4efe3;
  --paper-deep: #eae2d3;
  --accent: #171815;
  --sage: #eee6d8;
}

main { display: flex; flex-direction: column; background: var(--paper); }
main > section:not(.hero) { position: relative; z-index: 2; }
.site-header { color: var(--paper); background: transparent; border-bottom: 1px solid rgba(255,255,255,.17); }
.site-header.scrolled { color: var(--ink); }
.site-header.scrolled .brand-logo,
body.menu-open .site-header .brand-logo { filter: invert(1); }

.hero { order: 0; z-index: 0; height: 100dvh; min-height: 100dvh; padding: 116px clamp(24px,5vw,84px) 34px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--paper); background: var(--paper); position: relative; isolation: isolate; overflow: hidden; }
.hero-copy { align-self: center; padding-bottom: 2vh; display: flex; align-items: center; flex-direction: column; }
.hero-title em { color: currentColor; font-style: italic; font-weight: 600; }
.hero-intro { max-width: 600px; margin-top: 30px; color: rgba(247,247,245,.8); }
.hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; background: #686966; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: #000; opacity: var(--hero-shade,.46); z-index: 1; }
.hero-scroll-overlay { position: absolute; inset: 0; z-index: 0; background: #000; opacity: 0; pointer-events: none; }
.hero-visual > span { z-index: 2; }
.hero-visual > span:first-child { display: none; }
.hero-note { position: absolute; left: clamp(24px,5vw,84px); bottom: 30px; z-index: 3; border: 0; padding: 0; color: rgba(247,247,245,.7); }
.hero-stats { position: absolute; right: 0; bottom: 0; z-index: 3; display: flex; background: rgba(12,10,9,.5); -webkit-backdrop-filter: blur(16px) saturate(1.08); backdrop-filter: blur(16px) saturate(1.08); }
.hero-stats div { min-width: 160px; padding: 24px 28px; display: flex; flex-direction: column; gap: 7px; border-left: 1px solid rgba(255,255,255,.16); text-align: left; }
.hero-stats strong { font: 500 1.55rem/1 "Manrope", sans-serif; }
.hero-stats span { font-size: .63rem; color: rgba(247,247,245,.65); }

.trust-strip { order: 1; z-index: 4; padding: 80px clamp(24px,3vw,48px); background: var(--paper); grid-template-columns: .9fr 1.1fr; align-items: start; position: relative; box-shadow: 0 -24px 70px rgba(0,0,0,.12); }
.trust-intro > p { margin-top: 8px; font-size: clamp(1.25rem,2vw,2rem); line-height: 1.3; max-width: 520px; }
.trust-intro .cta { margin-top: 34px; }
.trust-stats { border: 0; padding: 0; gap: 16px; }
.service-card { aspect-ratio: 3 / 4; align-items: stretch; justify-items: stretch; padding: 14px; color: var(--paper); background: #777875; isolation: isolate; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(16,11,8,.44),rgba(16,11,8,.1) 58%,rgba(16,11,8,.3)); z-index: -1; }
.service-card strong { font: 500 .88rem/1.15 "DM Sans", sans-serif; max-width: 130px; }
.service-card > span:last-child { align-self: end; justify-self: end; width: 50px; height: 50px; border: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; overflow: hidden; font-size: 0; }
.service-card .round-icon { line-height: 0; }
.service-card .round-icon .icon { width: 22px; height: 22px; }

.about { order: 2; background: var(--paper); border-top: 1px solid var(--line); }
.about-copy .display em { color: var(--ink); }
.projects { order: 3; background: transparent; color: var(--paper); overflow: hidden; }
main > section.projects { z-index: 4; }
.projects .section-heading { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.projects .heading-copy { color: rgba(247,247,245,.62); }
.projects .display em { color: var(--paper); }
.projects .filters { justify-content: center; }
.projects .filter { color: var(--paper); border-color: rgba(247,247,245,.3); }
.projects .filter.active { color: var(--ink); background: var(--paper); }
.projects .project-grid { grid-template-columns: repeat(12,1fr); gap: 8vw 3vw; align-items: center; }
.projects .project-card { grid-column: span 4; }
.projects .project-card:nth-child(1) { grid-column: 2 / span 3; }
.projects .project-card:nth-child(2) { grid-column: 8 / span 3; margin-top: 8vw; }
.projects .project-card:nth-child(3) { grid-column: 1 / span 2; }
.projects .project-card:nth-child(4) { grid-column: 5 / span 4; }
.projects .project-card:nth-child(5) { grid-column: 10 / span 3; }
.projects .project-image, .projects .project-large .project-image { aspect-ratio: 4 / 3; background: #555653; }
.projects .project-meta { border-color: rgba(247,247,245,.2); }
.projects .project-meta p, .projects .project-meta > span { color: rgba(247,247,245,.54); }
.projects .circle-link { border-color: var(--paper); }
.circle-link .icon { width: 19px; height: 19px; }
.step-icon .icon { width: 17px; height: 17px; }
.footer-grid a:has(.icon) { display: inline-flex; align-items: center; gap: 5px; }

#smooth-wrapper, #smooth-content { width: 100%; }
#smooth-wrapper { z-index: 1; background: transparent; }

.process { order: 4; display: grid; grid-template-columns: 1fr 1fr; column-gap: 9vw; }
.process-heading { grid-column: 1 / -1; }
.process-visual { min-height: 680px; background: #c0c0bd; }
.faq { order: 6; }
.contact { order: 7; }

@media (max-width: 860px) {
  .site-header:not(.scrolled) { background: transparent; }
  body.menu-open .site-header { height: 72px; color: var(--ink); background: var(--paper); backdrop-filter: none; border-color: var(--line); }
  body.menu-open .mobile-menu { min-height: 100svh; z-index: -1; }
  .hero { min-height: 92svh; padding: 112px 20px 24px; }
  .hero-visual { height: 100%; aspect-ratio: auto; }
  .hero-note { left: 20px; bottom: 18px; margin: 0; }
  .hero-stats { display: none; }
  .trust-stats { overflow-x: auto; grid-template-columns: repeat(3,minmax(200px,1fr)); }
  .projects .project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 14px; }
  .projects .project-card, .projects .project-card:nth-child(n) { grid-column: auto; margin-top: 0; }
  .projects .project-card:nth-child(1), .projects .project-card:nth-child(4) { grid-column: 1 / -1; }
  .process { grid-template-columns: 1fr; }
  .process-heading { grid-column: auto; }
  .process-visual { min-height: auto; aspect-ratio: 4 / 5; margin-top: 60px; }
}

/* Images réelles */
.hero-visual img,
.service-card img,
.project-float img,
.process-visual img,
.about-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-visual img { position: absolute; inset: 0; z-index: 0; }
.hero-title { font-size: clamp(3rem, 5.25vw, 6.35rem); }
.hero-intro { max-width: 680px; }
.service-card { position: relative; overflow: hidden; }
.service-card img { position: absolute; inset: 0; z-index: -2; transition: transform 900ms var(--ease-out); }
.service-card::after { z-index: -1; }
.about-visual, .process-visual { overflow: hidden; }

/* Système de CTA */
.cta { position: relative; display: inline-flex; align-items: center; justify-content: center; width: fit-content; white-space: nowrap; font-size: .75rem; line-height: 1.2; }
.cta-primary, .cta-secondary { min-height: 52px; padding: 0 26px; }
.cta-primary { color: var(--paper); background: var(--ink); border: 1px solid var(--ink); }
.cta-secondary { color: currentColor; background: transparent; border: 1px solid currentColor; }
.cta-tertiary { gap: 16px; padding: 0 0 8px; border: 0; }
.cta-tertiary::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(1); transform-origin: left; }
.slot-window { display: block; height: 1.2em; overflow: hidden; }
.slot-track { display: flex; flex-direction: column; transition: transform 420ms var(--ease-out); will-change: transform; }
.slot-line { display: block; flex: 0 0 1.2em; line-height: 1.2; }
.header-cta { padding: 0 18px; border-bottom: 0; }
.contact-form .cta-primary { width: 100%; }

@media (hover: hover) and (pointer: fine) {
  .slot-cta:hover .slot-track { transform: translateY(-1.2em); }
  .cta-tertiary:hover::after { animation: underline-replay 520ms var(--ease-out); }
  .service-card:hover img { transform: scale(1.1); }
  .service-card:hover .round-icon { color: var(--ink); box-shadow: inset 0 0 0 1px transparent; }
  .service-card:hover .round-icon::before { opacity: 1; transform: translate(-50%,-50%) scale(1); }
  .service-card:hover .round-icon .icon { transform: rotate(45deg); }
}

@keyframes underline-replay {
  0% { transform: scaleX(1); transform-origin: right; }
  1% { transform: scaleX(0); transform-origin: right; }
  2% { transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: left; }
}

/* Galerie immersive */
.projects { height: 280vh; width: 100%; padding: 0; position: relative; }
.projects-stage { height: 100vh; width: 100%; position: relative; z-index: 6; display: grid; place-items: center; overflow: hidden; background: #120f0d; }
.projects-copy { width: min(620px, 58vw); position: relative; z-index: 5; display: flex; flex-direction: column; align-items: center; text-align: center; }
.projects-copy::before { display: none; }
.projects-copy > p:not(.eyebrow) { max-width: 500px; margin: 30px 0 34px; color: rgba(247,247,245,.65); line-height: 1.65; font-size: .85rem; }
.projects-copy .cta-secondary { color: var(--paper); }
.project-orbit { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.project-float { position: absolute; margin: 0; overflow: visible; background: transparent; box-shadow: none; will-change: transform; }
.project-media { width: 100%; height: 100%; display: block; overflow: hidden; background: #555; }
.project-float-1 { width: 18vw; height: 26vh; left: 2vw; top: 8vh; }
.project-float-2 { width: 16vw; height: 31vh; right: 4vw; top: 6vh; }
.project-float-3 { width: 14vw; height: 24vh; left: 2vw; top: 42vh; }
.project-float-4 { width: 23vw; height: 28vh; right: 3vw; bottom: 5vh; }
.project-float-5 { width: 18vw; height: 23vh; left: 10vw; bottom: 4vh; }

/* Méthode en scrollytelling */
.process { padding: 0; grid-template-columns: 50% 50%; column-gap: 0; align-items: start; }
.process-flow { padding: 15vh clamp(40px,6vw,104px) 12vh clamp(24px,5vw,84px); }
.process-heading { margin: 0 0 16vh; }
.process-heading .heading-copy { margin-top: 32px; }
.process .steps { border-top: 0; }
.process .step { min-height: 68vh; grid-template-columns: 64px minmax(0,1fr); padding: 8vh 0; align-content: center; opacity: .28; transition: opacity 260ms ease; }
.process .step.is-active { opacity: 1; }
.process .step h3 { font-size: clamp(1.9rem,3vw,3.2rem); }
.process-contact { padding-top: clamp(44px,6vh,76px); border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.process-reassurance { display: flex; flex-wrap: wrap; gap: 12px 26px; color: var(--muted); font-size: 14px; }
.process-reassurance span { display: inline-flex; align-items: center; gap: 9px; }
.process-reassurance span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.process-sticky { width: 100%; height: 100vh; display: grid; place-items: center; }
.process .process-visual { width: 100%; height: 100vh; min-height: 0; margin: 0; aspect-ratio: auto; }

/* Avis Google éditorial */
.quote { min-height: min(82vh,860px); grid-column: 1 / -1; margin: clamp(90px,12vw,180px) calc(clamp(24px,5vw,84px) * -1) calc(clamp(100px,13vw,210px) * -1); padding: clamp(90px,11vw,160px) clamp(24px,5vw,84px); border: 0; background: var(--paper-deep); display: grid; grid-template-columns: minmax(130px,.75fr) minmax(0,2fr); gap: clamp(40px,8vw,140px); align-items: start; }
.quote-mark { padding-top: .08em; font: 500 clamp(2.4rem,4.4vw,5rem)/1 "Manrope", sans-serif; letter-spacing: -.12em; }
.quote-content { max-width: 1080px; }
.quote-content > p { margin: 0; font: 400 clamp(2.25rem,4.15vw,5rem)/1.08 "Manrope", sans-serif; letter-spacing: -.06em; }
.quote-char { color: rgba(23,24,21,.18); transition: color 80ms linear; }
.quote-content footer { margin-top: clamp(54px,8vw,105px); display: flex; align-items: center; gap: 12px; color: var(--ink); font: 500 16px/1.4 "DM Sans", sans-serif; letter-spacing: 0; }
.quote-author-dot { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }

@media (max-width: 860px) {
  .hero-title { font-size: clamp(2.75rem,12vw,4.8rem); }
  .hero-title br:first-of-type { display: none; }
  .cta-primary, .cta-secondary { min-height: 50px; padding-inline: 21px; }
  .trust-strip { gap: 48px; }
  .service-card { aspect-ratio: 4 / 5; }
  .projects { height: 220vh; }
  .projects-copy { width: min(88vw,560px); }
  .projects-copy::before { inset: -65px -20px; }
  .project-float-1 { width: 42vw; height: 19vh; left: -8vw; top: 7vh; }
  .project-float-2 { width: 31vw; height: 24vh; right: -5vw; top: 8vh; }
  .project-float-3 { display: none; }
  .project-float-4 { width: 39vw; height: 22vh; right: -7vw; bottom: 5vh; }
  .project-float-5 { width: 34vw; height: 20vh; left: -4vw; bottom: 7vh; }
  .process { grid-template-columns: 1fr; padding-inline: 20px; }
  .process-flow { padding-top: 100px; }
  .process-heading { margin-bottom: 70px; }
  .process-sticky { grid-row: 1; height: 52svh; position: sticky; top: 72px; z-index: 2; pointer-events: none; }
  .process .process-visual { height: 45svh; }
  .process .step { min-height: 58svh; background: var(--paper); opacity: 1; }
}

/* Ajustements typographiques et composants - base 16 px */
body { font-size: 16px; line-height: 1.5; }
.brand-name { font-size: 16px; }
.desktop-nav { font-size: 14px; }
.eyebrow { font-size: 14px; }
.hero-eyebrow { font-size: 16px; letter-spacing: .16em; }
.hero-title em { color: inherit; font-style: normal; font-weight: 400; }
.hero-intro,
.heading-copy,
.projects-copy > p:not(.eyebrow),
.step p,
.about-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow),
.contact-details,
.contact-form input,
.contact-form select,
.contact-form textarea { font-size: 16px; }
.cta { font-size: 16px; }
.service-card strong { max-width: 230px; font: 400 clamp(23px,2vw,32px)/1.04 "Manrope", sans-serif; letter-spacing: -.045em; }
.trust-strip { grid-template-columns: .75fr 1.25fr; gap: 6vw; }
.service-card .round-icon { position: absolute; right: 18px; bottom: 18px; margin: 0; }
.service-card .round-icon { isolation: isolate; transition: color 360ms ease, box-shadow 260ms ease; }
.service-card .round-icon::before { content: ""; position: absolute; left: 50%; top: 50%; z-index: -1; width: 100%; height: 100%; border-radius: 50%; background: var(--paper); opacity: 0; transform: translate(-50%,-50%) scale(0); transition: transform 480ms var(--ease-out), opacity 180ms ease; }
.service-card .round-icon .icon { position: relative; z-index: 1; transition: transform 480ms var(--ease-out); }
.hero-stats span { font-size: 13px; }
.quote footer { font-size: 16px; }
.step-number,
.budget-note,
.form-status,
.footer-grid > div,
.footer-bottom { font-size: 16px; }
.contact-form label span,
.footer-grid span { font-size: 14px; }

/* Contraste contextuel des CTA */
.site-header:not(.scrolled) .header-cta { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.site-header.scrolled .header-cta { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.hero .cta-primary { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.projects-copy .cta-primary { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.header-cta { padding-inline: 22px; }

/* Avis Google non interactif */
.review-widget { display: inline-flex; align-items: center; gap: 10px; min-height: 38px; margin-bottom: 30px; padding: 7px 15px; color: var(--paper); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 16px; line-height: 1; }
.review-stars { display: inline-flex; gap: 2px; }
.review-stars svg { width: 16px; height: 16px; fill: currentColor; stroke: none; }
.review-stars .star-muted { opacity: .28; }
.review-widget strong { font-weight: 600; }
.review-widget > span:last-child { color: rgba(247,247,245,.72); }
.review-widget u { color: var(--paper); text-underline-offset: 3px; }

/* Galerie : rythme contenu, trajectoires longues gérées par GSAP */
.projects { height: 360vh; }
.project-float { opacity: 1; }

/* Méthode : plusieurs étapes visibles dans une même vue */
.process-flow { padding-top: 12vh; padding-bottom: 8vh; }
.process-heading { margin-bottom: 7vh; }
.process-heading .heading-copy { margin-top: 24px; }
.process .step { min-height: 34vh; padding: 4vh 0; opacity: .7; }
.process .step.is-active { opacity: 1; }

@media (min-width: 861px) {
  main > section.projects { overflow: visible; }
  main > section.process { z-index: 3; margin-top: -320vh; }
}

@media (max-width: 860px) {
  .hero-eyebrow { font-size: 14px; }
  .hero-title br:first-of-type { display: block; }
  .review-widget { gap: 7px; padding-inline: 11px; font-size: 16px; }
  .review-stars svg { width: 13px; height: 13px; }
  .projects { height: 280vh; }
  .quote { min-height: 72svh; grid-template-columns: 1fr; gap: 34px; margin-inline: -20px; padding: 82px 20px 92px; }
  .quote-mark { font-size: 42px; }
  .quote-content > p { font-size: clamp(2rem,8.5vw,3.4rem); }
  .quote-content footer { margin-top: 54px; }
  .process-heading { margin-bottom: 44px; }
  .process .step { min-height: 36svh; padding-block: 38px; }
  .process { padding-inline: 0; }
  .process-flow { padding-inline: 20px; }
  .process-sticky { width: 100%; }
}

/* Navigation compacte */
.site-header .header-cta { min-height: 44px; padding-inline: 20px; }

/* Navigation compartimentée */
@media (min-width: 861px) {
  .site-header {
    padding: 0 clamp(24px,4vw,68px) 0 0;
    grid-template-columns: calc(120px + clamp(48px,8vw,136px)) 1fr auto;
  }
  .site-header > .brand {
    width: 100%;
    height: 100%;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,.17);
  }
  .site-header.scrolled > .brand { border-right-color: rgba(23,24,21,.08); }
  .desktop-nav { justify-self: center; }
  .site-header .header-cta { font-size: 14px; }
}

/* Reveal éditorial du hero */
.hero-title-mask { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.hero-title-line { display: block; will-change: transform; }

/* Galerie immersive : teinte et interaction projet */
.projects-stage { background: #421a09; }
.project-float { cursor: pointer; pointer-events: auto; }
.project-float img { transition: transform 800ms var(--ease-out); will-change: transform; }
.project-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 11px 14px;
  color: var(--paper);
  background: rgba(34,19,13,.48);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.about-visual { width: 100%; height: min(84vh,840px); max-height: calc(100dvh - 88px); aspect-ratio: auto; }

@media (hover: hover) and (pointer: fine) {
  .project-float:hover img { transform: scale(1.075); }
}

@media (max-width: 860px) {
  .site-header { padding-inline: 20px; grid-template-columns: 1fr auto; }
  .site-header > .brand { width: fit-content; height: auto; border-right: 0; }
  .site-header .header-cta { display: none; }
  .project-cursor { display: none; }
  .loader-wordmark { width: min(76vw, 560px); }
}

/* Échelle cohérente des titres de section */
.display,
.about-copy .display,
.contact-intro .display {
  font-size: clamp(2.1rem,3.25vw,3.75rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

@media (max-width: 860px) {
  .display,
  .about-copy .display,
  .contact-intro .display { font-size: clamp(2rem,7.8vw,3rem); }
  .service-card strong { font-size: clamp(22px,6.2vw,28px); }
  .service-card > span:last-child { width: 46px; height: 46px; }
  .service-card .round-icon .icon { width: 21px; height: 21px; }
  .about-visual { height: min(68svh,620px); max-height: calc(100dvh - 88px); }
}

/* Réassurance et personnalisation */
.about-reassurance {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: clamp(38px, 5vw, 64px);
  border-block: 1px solid var(--line);
}

.about-reassurance > article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.about-reassurance > article:last-child { border-bottom: 0; }
.about-reassurance > article > span { grid-row: 1 / span 2; color: var(--muted); font-size: 12px; line-height: 1.6; }
.about-reassurance strong { font: 500 16px/1.35 "Manrope", sans-serif; letter-spacing: -.02em; }
.about-reassurance p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.about-options {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 150px);
  margin-top: clamp(70px, 10vw, 150px);
}

.about-options-heading { align-self: start; }
.about-options-title {
  max-width: 540px;
  margin: 22px 0 0;
  font: 400 clamp(2rem, 3vw, 3.5rem)/1.05 "Manrope", sans-serif;
  letter-spacing: -.055em;
}

.about-accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger {
  width: 100%;
  padding: clamp(30px, 4vw, 58px) 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.accordion-title {
  display: block;
  max-width: 850px;
  font: 400 clamp(1.85rem, 3.3vw, 3.8rem)/1.06 "Manrope", sans-serif;
  letter-spacing: -.055em;
}

.accordion-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1;
}

.accordion-plus { position: relative; width: 14px; height: 14px; color: #b95638; }
.accordion-plus::before,
.accordion-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 420ms var(--ease-out);
}

.accordion-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion-trigger[aria-expanded="true"] .accordion-plus::after { transform: translate(-50%, -50%) rotate(90deg) scaleX(0); }
.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 480ms var(--ease-out), opacity 280ms ease;
}

.accordion-panel.is-open { grid-template-rows: 1fr; opacity: 1; }
.accordion-panel-inner { overflow: hidden; }
.accordion-panel p {
  max-width: 680px;
  margin: 0 0 clamp(32px, 4vw, 56px);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
  .accordion-title { transition: transform 500ms var(--ease-out); }
  .accordion-trigger:hover .accordion-title { transform: translateX(10px); }
  .accordion-trigger:hover .accordion-more { color: var(--ink); }
}

/* FAQ : structure éditoriale par thèmes */
.faq {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 10vw, 170px);
  color: var(--paper);
  background: #421a09;
}

.faq-intro { align-self: start; }
.faq-intro .display { color: var(--paper); }
.faq-intro .display em { color: rgba(244,239,227,.58); }
.faq-intro > p:last-child { max-width: 430px; margin: 34px 0 0; color: rgba(244,239,227,.62); font-size: 16px; line-height: 1.65; }
.faq-content { border-top: 1px solid rgba(244,239,227,.22); }
.faq-group { padding-top: clamp(38px, 5vw, 68px); }
.faq-category { margin: 0 0 8px; color: rgba(244,239,227,.5); font: 500 13px/1.3 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.faq-item { border-color: rgba(244,239,227,.22); }
.faq .accordion-trigger {
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
  gap: 28px;
  padding: clamp(25px, 3vw, 40px) 0;
  color: var(--paper);
}
.faq .accordion-title { max-width: 760px; font-size: clamp(1.55rem, 2.2vw, 2.65rem); line-height: 1.12; }
.faq .accordion-plus { width: 18px; height: 18px; color: var(--paper); }
.faq .accordion-plus::before,
.faq .accordion-plus::after { width: 16px; }
.faq .accordion-panel p { max-width: 720px; margin-bottom: clamp(28px, 3vw, 44px); color: rgba(244,239,227,.66); }
.faq-contact { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: clamp(60px, 7vw, 100px); padding-top: 28px; border-top: 1px solid rgba(244,239,227,.22); }
.faq-contact p { margin: 0; font-size: 16px; }
.faq-contact .cta-secondary { color: var(--paper); border-color: rgba(244,239,227,.65); }

@media (min-width: 861px) {
  .about-visual { position: sticky; top: 90px; }
  .faq-intro { position: sticky; top: 100px; }
}

@media (max-width: 860px) {
  .about-reassurance { margin-top: 38px; }
  .about-reassurance > article { padding: 18px 0; }
  .about-options { grid-template-columns: 1fr; gap: 44px; margin-top: 76px; }
  .about-options-title { font-size: clamp(2rem, 8vw, 3rem); }
  .accordion-trigger { padding-block: 30px; }
  .accordion-title { font-size: clamp(1.8rem, 8vw, 2.8rem); }
  .faq { grid-template-columns: 1fr; gap: 70px; }
  .faq-group { padding-top: 46px; }
  .faq .accordion-title { font-size: clamp(1.45rem, 6.4vw, 2.2rem); }
  .faq-contact { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-panel,
  .accordion-plus::before,
  .accordion-plus::after { transition-duration: .01ms; }
}

/* Ordre éditorial identique à l'ordre du DOM */
main > section { order: 0 !important; }

/* Personnalisation en colonnes */
.customization { background: var(--paper); }
.customization .about-options { display: block; margin-top: 0; }
.customization .about-options-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: clamp(36px, 7vw, 120px); }
.customization .about-options-heading > div { max-width: 820px; }
.customization .about-options-heading > .cta { flex: 0 0 auto; margin-bottom: 8px; }
.customization .about-options-heading .display { font-size: clamp(2.1rem, 3.25vw, 3.75rem); }
.custom-options-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(60px, 8vw, 120px);
  border-block: 1px solid var(--line);
}
.custom-option { min-height: clamp(520px, 43vw, 660px); padding: clamp(28px, 3vw, 48px) clamp(20px, 2.5vw, 38px); border-right: 1px solid var(--line); }
.custom-option:first-child { padding-left: 0; }
.custom-option:last-child { padding-right: 0; border-right: 0; }
.custom-option > span { display: block; margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.custom-option-media { width: 100%; height: clamp(180px, 18vw, 270px); margin: 0 0 clamp(26px, 2.5vw, 38px); overflow: hidden; background: var(--paper-deep); clip-path: inset(0 0 0 0); will-change: clip-path; }
.custom-option-media img { width: 100%; height: 112%; display: block; object-fit: cover; transition: transform 700ms var(--ease-out); }
.custom-option h3 { margin: 0 0 22px; font: 400 clamp(1.45rem, 1.9vw, 2.15rem)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; }
.custom-option p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

@media (hover: hover) and (pointer: fine) {
  .custom-option:hover .custom-option-media img { transform: scale(1.035); }
}

/* Avis autonome après la personnalisation */
.testimonial { background: var(--paper-deep); }
.testimonial .quote { margin: 0; }

/* FAQ à deux niveaux : sujet, puis questions */
.faq { display: block; padding-block: clamp(80px, 9vw, 140px); }
.faq-intro { position: static; margin-bottom: clamp(70px, 9vw, 135px); }
.faq .faq-intro > .eyebrow { margin: 0; color: var(--paper); font: 500 14px/1.3 "Manrope", sans-serif; }
.faq-content { width: 100%; border-top: 1px solid rgba(244,239,227,.22); }
.faq-topic { border-bottom: 1px solid rgba(244,239,227,.22); }
.faq-topic-trigger {
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border: 0;
  color: var(--paper);
  background: transparent;
  font: 400 clamp(1rem, 1.35vw, 1.3rem)/1.3 "Manrope", sans-serif;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .015em;
  cursor: pointer;
}
.faq-topic-trigger .accordion-plus { width: 14px; height: 14px; color: var(--paper); }
.faq-topic-trigger[aria-expanded="true"] .accordion-plus::after { transform: translate(-50%, -50%) rotate(90deg) scaleX(0); }
.faq-topic-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 480ms var(--ease-out), opacity 260ms ease; }
.faq-topic-panel.is-open { grid-template-rows: 1fr; opacity: 1; }
.faq-topic-panel-inner { min-height: 0; overflow: hidden; }
.faq .faq-item { margin-left: 50%; border-color: rgba(244,239,227,.2); }
.faq .faq-item:first-child { border-top: 1px solid rgba(244,239,227,.2); }
.faq .accordion-trigger { min-height: 62px; padding: 17px 0; }
.faq .accordion-title { color: rgba(244,239,227,.58); font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.35; letter-spacing: -.015em; }
.faq .accordion-panel p { margin-bottom: 28px; font-size: 15px; line-height: 1.65; }
.faq-contact { justify-content: flex-start; margin-top: 64px; }

@media (hover: hover) and (pointer: fine) {
  .faq .accordion-trigger:hover .accordion-title { color: var(--paper); transform: translateX(6px); }
}

@media (max-width: 980px) {
  .custom-options-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .custom-option { min-height: 340px; border-bottom: 1px solid var(--line); }
  .custom-option:nth-child(2) { border-right: 0; padding-right: 0; }
  .custom-option:nth-child(3) { padding-left: 0; }
  .custom-option:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 860px) {
  .custom-options-grid { grid-template-columns: 1fr; margin-top: 56px; }
  .custom-option,
  .custom-option:first-child,
  .custom-option:last-child,
  .custom-option:nth-child(2),
  .custom-option:nth-child(3) { min-height: 0; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .custom-option:last-child { border-bottom: 0; }
  .custom-option > span { margin-bottom: 20px; }
  .custom-option h3 { max-width: 520px; font-size: clamp(1.5rem, 6.6vw, 2.2rem); }
  .custom-option-media { height: min(64vw, 440px); }
  .customization .about-options-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .customization .about-options-heading > .cta { margin-bottom: 0; }
  .testimonial .quote { margin: 0; }
  .faq-intro { margin-bottom: 64px; }
  .faq-topic-trigger { grid-template-columns: 26px 1fr; gap: 14px; min-height: 58px; padding-block: 16px; font-size: 16px; }
  .faq .faq-item { margin-left: 0; }
  .faq .accordion-trigger { min-height: 58px; padding-block: 16px; }
  .faq .accordion-title { padding-right: 8px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-topic-panel { transition-duration: .01ms; }
}

/* Échelle H2 commune — desktop */
@media (min-width: 861px) {
  h2 {
    font-size: clamp(2.1rem, 3.25vw, 3.75rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.055em !important;
  }

  .contact .contact-intro h2.display {
    max-width: 560px;
    font-size: clamp(2rem, 2.65vw, 3.15rem) !important;
  }
}

/* Galerie de réalisations : trois colonnes en mouvement */
main > section.projects { height: 500vh; overflow: clip; background: #421a09; }
.projects-stage { display: block; padding: 0 clamp(18px, 3vw, 54px); background: #421a09; }
.gallery-grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 54px); will-change: opacity, visibility; }
.gallery-column { display: flex; flex-direction: column; gap: clamp(38px, 6vh, 72px); will-change: transform; }
.gallery-intro { min-height: 26vh; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding-bottom: clamp(24px, 4vh, 52px); color: var(--paper); text-align: center; }
.gallery-intro .eyebrow { color: rgba(244,239,227,.56); }
.gallery-intro h2 { max-width: 420px; margin: 0 0 28px; font: 400 clamp(1.8rem, 2.7vw, 3.35rem)/1.05 "Manrope", sans-serif; letter-spacing: -.055em; }
.gallery-intro .cta-tertiary { color: var(--paper); }
.gallery-card { position: relative; display: block; height: 54vh; min-height: 390px; overflow: hidden; color: var(--paper); background: #16110e; cursor: pointer; }
.gallery-card-tall { height: 62vh; }
.gallery-card-wide { height: 46vh; }
.gallery-card-square { height: 53vh; }
.gallery-media { position: absolute; inset: 0 0 auto; width: 100%; height: 100%; overflow: hidden; background: #2c211c; transform: none; backface-visibility: hidden; transition: transform 720ms cubic-bezier(.22,1,.36,1); }
.gallery-media img { position: absolute; left: 0; top: -10%; width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.gallery-meta { position: absolute; inset: auto 0 0; height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 16px 15px 18px; color: #421a09; background: #d5c7b7; transform: translate3d(0,100%,0); backface-visibility: hidden; transition: transform 720ms cubic-bezier(.22,1,.36,1); will-change: transform; }
.gallery-meta > span:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; flex: 1; min-width: 0; }
.gallery-meta strong { font: 500 16px/1.25 "Manrope", sans-serif; }
.gallery-meta small { color: rgba(66,26,9,.58); font-size: 13px; }
.gallery-arrow { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(66,26,9,.38); border-radius: 50%; }
.gallery-arrow .icon { width: 17px; height: 17px; }

@media (hover: hover) and (pointer: fine) {
  .gallery-card:hover .gallery-media { transform: translate3d(0,-79px,0); }
  .gallery-card:hover .gallery-meta { transform: translate3d(0,0,0); }
  .gallery-card:hover .gallery-arrow { color: #d5c7b7; background: #421a09; border-color: #421a09; }
}

.gallery-card:focus-visible { outline: 1px solid rgba(244,239,227,.72); outline-offset: 5px; }
.gallery-card:focus-visible .gallery-media { transform: translate3d(0,-79px,0); }
.gallery-card:focus-visible .gallery-meta { transform: translate3d(0,0,0); }
.gallery-card:focus-visible .gallery-arrow { color: #d5c7b7; background: #421a09; border-color: #421a09; }

/* FAQ claire : continuité avec les options et la personnalisation */
.faq { color: var(--ink); background: var(--paper); }
.faq .faq-intro .display { color: var(--ink); }
.faq .faq-intro > .eyebrow,
.faq-topic-trigger,
.faq .accordion-trigger { color: var(--ink); }
.faq-content,
.faq-topic,
.faq .faq-item,
.faq .faq-item:first-child,
.faq-contact { border-color: var(--line); }
.faq-topic-trigger .accordion-plus,
.faq .accordion-plus { color: var(--ink); }
.faq .accordion-title,
.faq .accordion-panel p { color: var(--muted); }
.faq-contact .cta-secondary { color: var(--ink); border-color: var(--ink); }

@media (min-width: 861px) {
  .faq-topic.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(40px, 6vw, 96px);
  }
  .faq-topic.is-open > .faq-topic-trigger { grid-column: 1; grid-row: 1; align-self: start; }
  .faq-topic.is-open > .faq-topic-panel { grid-column: 2; grid-row: 1; }
  .faq-topic.is-open .faq-item { margin-left: 0; }
}

.faq .faq-item:first-child { border-top: 0; }
.faq-topic-panel .faq-item:last-child { border-bottom: 0; }
.faq-topic:last-of-type { border-bottom: 1px solid var(--line); }
.faq-contact { padding-top: 0; border-top: 0; }
.faq-topic-trigger .accordion-plus,
.faq .accordion-trigger .accordion-plus { transition: transform 320ms var(--ease-out); }

@media (hover: hover) and (pointer: fine) {
  .faq .accordion-trigger:hover .accordion-title { color: var(--ink); }
  .faq-topic-trigger[aria-expanded="false"]:hover .accordion-plus,
  .faq .accordion-trigger[aria-expanded="false"]:hover .accordion-plus { transform: rotate(90deg); }
}

/* Push showroom : reprise de la composition orbitale, sans interaction image */
.showroom-push { height: 300vh; color: var(--paper); background: #421a09; }
.showroom-stage { position: relative; width: 100%; height: 100vh; display: grid; place-items: center; overflow: hidden; background: #421a09; }
.showroom-copy { width: min(680px, 60vw); position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.showroom-dim { position: absolute; inset: 0; z-index: 3; background: #000; opacity: 0; pointer-events: none; will-change: opacity; }
.showroom-copy .eyebrow { color: rgba(244,239,227,.56); }
.showroom-copy .display { color: var(--paper); }
.showroom-copy .display em { color: var(--paper); }
.showroom-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0 34px; color: rgba(244,239,227,.66); font-size: 16px; line-height: 1.65; }
.showroom-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.showroom-copy .cta-primary { color: #421a09; background: var(--paper); border-color: var(--paper); }
.showroom-copy .cta-secondary { color: var(--paper); border-color: rgba(244,239,227,.6); }
.showroom-orbit { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.showroom-float { position: absolute; margin: 0; overflow: hidden; background: #2c211c; will-change: transform; }
.showroom-float span,
.showroom-float img { width: 100%; height: 100%; display: block; object-fit: cover; }
.showroom-float-1 { width: 18vw; height: 26vh; left: 2vw; top: 8vh; }
.showroom-float-2 { width: 16vw; height: 31vh; right: 4vw; top: 6vh; }
.showroom-float-3 { width: 14vw; height: 24vh; left: 2vw; top: 43vh; }
.showroom-float-4 { width: 23vw; height: 28vh; right: 3vw; bottom: 5vh; }
.showroom-float-5 { width: 18vw; height: 23vh; left: 10vw; bottom: 4vh; }

.contact {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 100vh;
  margin: -100vh auto 0;
  display: grid;
  place-items: center;
  background: transparent;
}
.contact-inner {
  width: 100%;
  min-height: 100vh;
  align-items: center;
  padding: clamp(70px, 8vw, 116px) clamp(24px, 5vw, 72px);
  background: var(--paper);
  border: 1px solid var(--line);
  transform-origin: center center;
  will-change: transform;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: flex;
  align-items: center;
}
.footer-reveal-space { display: none; }
.site-footer .footer-bottom { width: 100%; padding-top: 0; border-top: 0; }

@media (min-width: 861px) {
  main > section.projects { overflow: visible; background: transparent; }
  .projects-stage { will-change: transform; }
}

@media (max-width: 860px) {
  main > section.projects { height: auto; padding: 88px 16px 110px; }
  .projects-stage { height: auto; padding: 0; overflow: visible; }
  .gallery-grid { grid-template-columns: 1fr; gap: 42px; }
  .gallery-column { display: contents; }
  .gallery-intro { min-height: 0; padding: 0 4px 24px; order: -1; }
  .gallery-intro h2 { font-size: clamp(2rem, 9vw, 3.4rem); }
  .gallery-card,
  .gallery-card-tall,
  .gallery-card-wide,
  .gallery-card-square { height: min(126vw, 660px); min-height: 430px; }
  .gallery-media,
  .gallery-card:focus-visible .gallery-media { height: calc(100% - 71px); transform: none; }
  .gallery-meta { height: 72px; padding-inline: 14px; opacity: 1; transform: none; box-shadow: 0 -1px 0 #d5c7b7; will-change: auto; }
  .gallery-meta strong { font-size: 15px; }
  .gallery-arrow { width: 34px; height: 34px; }
  .showroom-push { height: 300svh; }
  .showroom-stage { height: 100svh; }
  .showroom-copy { width: min(86vw, 560px); }
  .showroom-copy .display { font-size: clamp(2rem, 8.5vw, 3.2rem); }
  .showroom-copy > p:not(.eyebrow) { font-size: 15px; }
  .showroom-actions { align-items: center; flex-direction: column; }
  .showroom-float-1 { width: 38vw; height: 18vh; left: -9vw; top: 8vh; }
  .showroom-float-2 { width: 33vw; height: 22vh; right: -8vw; top: 9vh; }
  .showroom-float-3 { display: none; }
  .showroom-float-4 { width: 39vw; height: 20vh; right: -8vw; bottom: 5vh; }
  .showroom-float-5 { width: 35vw; height: 18vh; left: -7vw; bottom: 6vh; }
  .contact { width: 100%; margin-top: -100svh; }
  .contact { min-height: 100svh; }
  .contact-inner { min-height: 100svh; padding: 64px 20px 72px; }
  .site-footer { height: 112px; padding-block: 24px; }
  .footer-reveal-space { display: none; }
  .site-footer .footer-bottom { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-media,
  .gallery-meta { transition-duration: .01ms; }
}

/* Ajustements mobile : le desktop reste verrouillé */
@media (max-width: 860px) {
  .hero { z-index: 2; }

  .hero-scroll-overlay {
    inset: -2px;
    will-change: opacity;
    transform: translateZ(0);
  }

  .site-header { height: 64px; padding-inline: 14px; }
  .site-header .brand-logo { width: 104px; }
  body.menu-open .site-header { height: 64px; }

  .hero { min-height: 100svh; padding: 100px 18px 108px; }
  .hero-copy { width: 100%; padding-bottom: 0; }
  .hero-title { max-width: 620px; font-size: clamp(2.35rem, 10vw, 3.45rem); line-height: .98; }
  .hero-actions { width: 100%; align-items: center; justify-content: center; gap: 12px; margin-top: 30px; }
  .hero-actions .cta { min-width: min(280px, 82vw); }
  .hero-stats { right: 0; bottom: 0; width: 100%; display: flex; }
  .hero-stats div { min-width: 0; width: 50%; padding: 14px 18px 16px; }
  .hero-stats strong { font-size: 18px; }
  .hero-stats span { font-size: 12px; }

  .trust-strip { display: block; padding: 72px 16px 82px; }
  .trust-intro { width: 100%; }
  .trust-intro > p { max-width: none; font-size: clamp(1.55rem, 6.8vw, 2.25rem); line-height: 1.15; }
  .trust-intro .cta { margin-top: 26px; }
  .trust-stats { width: 100%; margin-top: 44px; display: grid; grid-template-columns: 1fr; gap: 12px; overflow: visible; }
  .service-card { min-width: 0; height: clamp(150px, 44vw, 180px); aspect-ratio: auto; padding: 14px; }
  .service-card strong { max-width: calc(100% - 58px); font-size: clamp(18px, 5.2vw, 22px); line-height: 1.08; letter-spacing: -.035em; }
  .service-card .round-icon { right: 9px; bottom: 9px; width: 32px; height: 32px; }
  .service-card .round-icon .icon { width: 15px; height: 15px; }

  .about-visual { height: min(46svh, 430px); max-height: 430px; }

  main > section.projects { padding: 0 12px 84px; background: #421a09; }
  .projects-stage { background: #421a09 !important; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 10px; }
  .gallery-intro { grid-column: 1 / -1; order: -1; padding: 72px 8px 20px; }
  .gallery-column-left .gallery-card,
  .gallery-column-center .gallery-card,
  .gallery-column-right .gallery-card { display: none; }
  .gallery-column-left .gallery-card:nth-of-type(-n + 2),
  .gallery-column-center .gallery-card:nth-of-type(-n + 2) { display: block; }
  .gallery-card,
  .gallery-card-tall,
  .gallery-card-wide,
  .gallery-card-square { height: min(61vw, 330px); min-height: 220px; }
  .gallery-media { height: calc(100% - 71px); }
  .gallery-meta { height: 72px; padding: 13px 10px; color: #421a09; background: #d5c7b7; }
  .gallery-meta > span:first-child { display: block; }
  .gallery-meta strong { display: block; font-size: 13px; }
  .gallery-meta small { color: rgba(66,26,9,.58); font-size: 11px; }
  .gallery-arrow { width: 30px; height: 30px; }

  .process { background: var(--paper); }
  .process-sticky { position: relative; top: auto; height: 45svh; z-index: 0; }
  .process .process-visual { height: 45svh; }
  .process-flow { padding-top: 72px; padding-bottom: 30px; }
  .process-heading { margin-bottom: 28px; }
  .process-heading .display br { display: none; }
  .process .step { min-height: 0; padding-block: 24px; }
  .process .step h3 { font-size: clamp(1.45rem, 6.4vw, 1.8rem); }
  .process-contact { padding-top: 34px; }

  .customization.section-pad { padding-top: 64px; }

  .contact { margin-top: -100svh; }
  .contact-inner { gap: 38px; padding: 48px 18px 52px; transform: none !important; }
  .contact-intro > p:not(.eyebrow) { margin-block: 24px; }
  .contact-form { gap: 20px 14px; padding-top: 0; }
  .contact-form button.full { margin-top: 4px; }

  .site-footer {
    z-index: 1;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
