.showroom{--showcase-soft:#f0f2f4;--showcase-ink:#14171c;color:var(--showcase-ink)}
.showroom a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
.showroom-hero{background:var(--showcase-soft);border-bottom:1px solid #e2e5e9;overflow:hidden}
.showroom-stage{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);min-height:580px;align-items:center;gap:36px;padding-top:35px;padding-bottom:35px}
.showroom-copy{padding:20px 0}
.showroom-kicker{display:block;font-size:12px;line-height:1.5;letter-spacing:.12em;font-weight:750;color:var(--accent);margin-bottom:18px}
.showroom-copy h1{font-size:clamp(44px,5.5vw,76px);line-height:1.02;letter-spacing:-.055em;max-width:9ch;margin:0 0 26px;overflow-wrap:anywhere}
.showroom-copy>p{font-size:18px;line-height:1.65;max-width:35ch;color:#4e5661;margin:0 0 28px}
.showroom-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.showroom-actions .btn{padding:17px 22px;min-height:52px}
.showroom-text-link{font-size:14px;font-weight:650;border-bottom:1px solid #747c88;padding:7px 0}
.showroom-signatures{display:flex;gap:12px 23px;flex-wrap:wrap;margin-top:43px;padding-top:22px;border-top:1px solid #d8dde2;max-width:480px}
.showroom-signatures a{font-size:15px;font-weight:750;letter-spacing:-.03em;color:#515a66}
.showroom-object{align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:12px 0}
.showroom-object-label{display:flex;justify-content:space-between;gap:16px;font-size:12px;letter-spacing:.1em;font-weight:650;color:#626a75;padding:0 7px}
.showroom-main-image{display:flex;align-items:center;justify-content:center;min-height:350px;flex:1;padding:12px 0;isolation:isolate}
.showroom-main-image img{width:100%;height:375px;object-fit:contain;mix-blend-mode:multiply;transition:transform .45s ease}
.showroom-main-image:hover img{transform:scale(1.035)}
.showroom-product-label{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 21px;background:#fff;border:1px solid #e4e7ea;border-radius:5px;box-shadow:0 12px 28px #151a2010}
.showroom-product-label strong{font-size:16px;display:block;line-height:1.35;overflow-wrap:anywhere}
.showroom-product-label small{display:block;font-size:12px;color:#66717d;font-weight:400;margin-top:4px}
.showroom-product-price{white-space:nowrap;font-size:22px;font-weight:750;letter-spacing:-.03em}
.showroom-round-arrow{width:36px;height:36px;border:1px solid #d8dee5;border-radius:50%;display:grid;place-items:center;flex-shrink:0}
.showroom-universes{padding-top:64px;padding-bottom:48px;scroll-margin-top:140px}
.showroom-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}
.showroom-heading .showroom-kicker{margin-bottom:9px}
.showroom-heading h2{font-size:clamp(29px,3vw,42px);letter-spacing:-.04em;margin:0;line-height:1.12}
.showroom-family-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.showroom-family{display:flex;flex-direction:column;background:#f5f6f8;border:1px solid #e8ebee;padding:23px 22px 20px;min-width:0;transition:background .25s,border-color .25s}
.showroom-family:hover{background:#eceff3;border-color:#cdd4dd;color:var(--showcase-ink)}
.showroom-family-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:20px;font-weight:750;letter-spacing:-.03em}
.showroom-family img{width:100%;height:165px;object-fit:contain;mix-blend-mode:multiply;margin:18px 0;transition:transform .3s}
.showroom-family:hover img{transform:translateY(-5px)}
.showroom-family-bottom{margin-top:auto;display:grid;gap:4px}
.showroom-family-bottom strong{font-size:14px;font-weight:550;line-height:1.5}
.showroom-family-bottom>span{font-size:12px;color:#67727f}
.showroom-stories{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:24px}
.showroom-story{display:flex;align-items:center;position:relative;min-height:315px;padding:36px 30px;overflow:hidden;gap:10px}
.showroom-story-lens{background:#e3eaf0}.showroom-story-video{background:#f3ece4}
.showroom-story-copy{width:58%;position:relative;z-index:1;flex-shrink:0}
.showroom-story .showroom-kicker{font-size:12px;margin-bottom:13px}
.showroom-story h2{font-size:clamp(25px,2.6vw,37px);line-height:1.13;letter-spacing:-.045em;margin-bottom:15px}
.showroom-story p{font-size:14px;line-height:1.6;color:#505966;max-width:27ch;margin-bottom:22px}
.showroom-story-link{font-size:14px;font-weight:750;display:inline-flex;align-items:center;gap:9px;border-bottom:1px solid #56616d;padding-bottom:6px}
.showroom-story img{width:47%;height:250px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0;transition:transform .35s}
.showroom-story:hover{color:var(--showcase-ink)}.showroom-story:hover img{transform:scale(1.04)}
@media(min-width:1500px){.showroom-stage{min-height:625px}.showroom-main-image img{height:420px}}
@media(max-width:1000px){.showroom-stage{gap:22px;min-height:535px}.showroom-copy h1{font-size:54px}.showroom-main-image img{height:300px}.showroom-main-image{min-height:300px}.showroom-product-label{padding:15px;gap:10px}.showroom-product-price{font-size:20px}.showroom-round-arrow{display:none}.showroom-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showroom-family img{height:190px}.showroom-story{padding:25px 22px}.showroom-story-copy{width:65%}.showroom-story img{width:43%;height:195px}.showroom-story h2{font-size:28px}}
@media(max-width:700px){.showroom-stage{grid-template-columns:1fr;gap:4px;padding-top:28px;padding-bottom:27px;min-height:0}.showroom-copy{padding:0}.showroom-kicker{margin-bottom:12px}.showroom-copy h1{font-size:clamp(39px,10vw,62px);max-width:none;margin-bottom:16px}.showroom-copy>p{font-size:16px;line-height:1.55;max-width:37ch;margin-bottom:20px}.showroom-actions{gap:14px}.showroom-actions .btn{font-size:14px;min-height:48px;padding:13px 16px}.showroom-signatures{display:none}.showroom-object{padding-top:22px}.showroom-object-label{font-size:12px}.showroom-main-image{min-height:205px;padding:0}.showroom-main-image img{height:235px}.showroom-product-label{padding:14px}.showroom-product-label strong{font-size:14px}.showroom-product-price{font-size:19px}.showroom-product-label small{font-size:12px}.showroom-universes{padding-top:38px;padding-bottom:28px}.showroom-heading{align-items:start;flex-direction:column;gap:14px}.showroom-heading .showroom-kicker{font-size:12px}.showroom-family-grid{gap:12px}.showroom-family{padding:17px 13px 15px}.showroom-family-top{font-size:18px}.showroom-family img{height:130px;margin:15px 0}.showroom-family-bottom strong{font-size:13px}.showroom-stories{grid-template-columns:1fr;gap:15px}.showroom-story{min-height:280px;padding:28px 23px}.showroom-story-copy{width:59%}.showroom-story h2{font-size:30px}.showroom-story img{width:46%;height:220px}.showroom-story p{font-size:14px}}
@media(prefers-reduced-motion:reduce){.showroom img,.showroom a{transition:none!important;transform:none!important}}

/* Photographie d’ambiance : texte HTML et accès catalogue restent indépendants. */
.showroom-lifestyle{position:relative;background:#17201f;color:#fff;border:0;isolation:isolate}
.showroom-lifestyle .showroom-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:-2}
.showroom-lifestyle::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,15,16,.88) 0%,rgba(7,15,16,.7) 33%,rgba(7,15,16,.2) 62%,rgba(7,15,16,.05) 100%);z-index:-1;pointer-events:none}
.showroom-lifestyle .showroom-stage{display:flex;min-height:590px;padding-top:64px;padding-bottom:64px}
.showroom-lifestyle .showroom-copy{width:48%;max-width:590px}
.showroom-lifestyle .showroom-kicker{color:#f0cda0;font-size:13px}
.showroom-lifestyle .showroom-copy h1{max-width:10ch;color:#fff;text-wrap:balance}
.showroom-lifestyle .showroom-copy>p{color:#edf0ec}
.showroom-lifestyle .showroom-text-link{color:#fff;border-color:#adb5b0}
.showroom-lifestyle a:focus-visible{outline-color:#fff}
.showroom-featured-bar{background:#f4f5f6;border-bottom:1px solid #e0e4e7}
.showroom-featured-inner{display:flex;gap:35px;align-items:center;padding-top:12px;padding-bottom:12px}
.showroom-featured-intro{font-size:12px;letter-spacing:.1em;font-weight:700;color:#67717a;flex-shrink:0}
.showroom-featured-product{display:flex;align-items:center;gap:24px;flex:1;min-width:0}
.showroom-featured-product img{width:100px;height:76px;object-fit:contain;mix-blend-mode:multiply}
.showroom-featured-product strong{display:block;font-size:16px;line-height:1.4}
.showroom-featured-product small{display:block;font-size:12px;color:#66717d;font-weight:400;margin-top:4px}
.showroom-featured-product .showroom-product-price{margin-left:auto}
@media(min-width:1500px){.showroom-lifestyle .showroom-stage{min-height:650px}}
@media(max-width:1000px){.showroom-lifestyle .showroom-copy{width:56%}.showroom-lifestyle .showroom-stage{min-height:530px}.showroom-featured-inner{gap:20px}}
@media(max-width:700px){
 .showroom-lifestyle .showroom-scene{position:relative;display:block;height:285px;object-position:76% 42%;z-index:0}
 .showroom-lifestyle::before{display:none}
 .showroom-lifestyle .showroom-stage{min-height:0;padding-top:28px;padding-bottom:34px}
 .showroom-lifestyle .showroom-copy{width:100%;max-width:none}
 .showroom-lifestyle .showroom-copy h1{max-width:13ch;font-size:clamp(38px,10vw,58px)}
 .showroom-featured-inner{display:block;padding-top:16px;padding-bottom:16px}
 .showroom-featured-intro{display:block;margin-bottom:8px}
 .showroom-featured-product{gap:12px;flex-wrap:wrap}
 .showroom-featured-product img{width:68px;height:66px}
 .showroom-featured-product>span:nth-of-type(1){flex:1;min-width:130px}
 .showroom-featured-product strong{font-size:14px}
 .showroom-featured-product .showroom-product-price{font-size:18px}
}
