﻿@charset "UTF-8";.detail-hero{position:relative;height:75vh;min-height:500px;overflow:hidden;}.detail-hero-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 8s cubic-bezier(.16,1,.3,1);}.detail-hero:hover .detail-hero-img{transform:scale(1.03);}.detail-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(58,42,30,.85) 0%,rgba(58,42,30,.3) 40%,transparent 70%);z-index:1;}.detail-hero-content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:3rem 0;}.detail-hero .breadcrumb a{color:rgba(255,255,255,.6);text-decoration:none;transition:color .3s;}.detail-hero .breadcrumb a:hover{color:var(--gold-light);}.detail-hero .breadcrumb-item.active{color:var(--gold-light);}.detail-hero .breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,.3);}.detail-hero-title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:500;color:var(--white);line-height:1.1;margin:.75rem 0 0;}.detail-hero-cat{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);}.detail-hero-cat::before{content:"";width:32px;height:1.5px;background:var(--gold);}.meta-bar{background:var(--brown-deep);border-bottom:1px solid rgba(255,255,255,.06);}.meta-bar-inner{display:flex;flex-wrap:wrap;}.meta-bar-item{flex:1;min-width:180px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;border-right:1px solid rgba(255,255,255,.06);}.meta-bar-item:last-child{border-right:0;}.meta-bar-icon{color:var(--gold);opacity:.8;}.meta-bar-label{font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:.15rem;}.meta-bar-value{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:rgba(255,255,255,.9);}.detail-body{padding:var(--section-py) 0;background:var(--cream);}.detail-description{font-size:1.15rem;line-height:2;color:var(--text);white-space:pre-line;max-width:720px;}.detail-description-lead::first-letter {font-family:var(--font-display);font-size:3.5rem;font-weight:700;float:left;line-height:1;margin-right:.5rem;margin-top:.1rem;color:var(--gold);}.fiche-technique{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04);position:sticky;top:100px;}.fiche-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1.5px solid var(--stone);}.fiche-header-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gold-pale);border-radius:10px;color:var(--gold);}.fiche-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--stone);}.fiche-item:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0;}.fiche-icon{width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;background:var(--gold-pale);border-radius:8px;color:var(--gold);}.fiche-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:.15rem;}.fiche-value{font-size:.95rem;font-weight:500;color:var(--brown-deep);}.galerie-grid .galerie-item:first-child{grid-column:span 2;grid-row:span 2;}.lightbox{position:fixed;inset:0;z-index:9999;background:rgba(20,15,10,.95);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.16,1,.3,1);}.lightbox.active{opacity:1;pointer-events:auto;}.lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;transition:transform .5s cubic-bezier(.16,1,.3,1);}.lightbox.active img{transform:scale(1);}.lightbox-close{position:absolute;top:2rem;right:2rem;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;}.lightbox-close:hover{background:rgba(255,255,255,.15);}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;}.lightbox-nav:hover{background:rgba(255,255,255,.15);}.lightbox-prev{left:2rem;}.lightbox-next{right:2rem;}.lightbox-counter{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);font-size:.8rem;font-weight:500;color:rgba(255,255,255,.5);letter-spacing:.15em;}.detail-cta{padding:calc(var(--section-py)*.8) 0;background:var(--sand);text-align:center;}.detail-cta-inner{max-width:560px;margin:0 auto;}@media(max-width:991.98px){.detail-hero{height:55vh;min-height:380px;}.fiche-technique{position:static;margin-top:2rem;}.galerie-grid{grid-template-columns:repeat(2,1fr);}.galerie-grid .galerie-item:first-child{grid-column:span 2;grid-row:span 1;aspect-ratio:16/9;}}@media(max-width:575.98px){.detail-hero{height:45vh;min-height:320px;}.meta-bar-item{min-width:50%;padding:1rem 1.25rem;}.galerie-grid{grid-template-columns:1fr;}.galerie-grid .galerie-item:first-child{grid-column:span 1;}.detail-hero-title{font-size:1.75rem;}}