/* Carrousels de portfolio : grandes images, contrôle discret et défilement naturel. */
.film-category{margin-bottom:38px}.film-grid,.photo-grid{display:flex;align-items:flex-start;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 16px;scrollbar-color:var(--accent) #263028;scrollbar-width:thin}.film-grid::-webkit-scrollbar,.photo-grid::-webkit-scrollbar{height:7px}.film-grid::-webkit-scrollbar-thumb,.photo-grid::-webkit-scrollbar-thumb{background:var(--accent);border-radius:20px}.film-grid::-webkit-scrollbar-track,.photo-grid::-webkit-scrollbar-track{background:#263028;border-radius:20px}.film-grid .project{flex:0 0 clamp(275px,27vw,390px)!important;scroll-snap-align:start}.film-grid .project-image{aspect-ratio:16/9}.film-grid .project-image img{filter:saturate(.95) contrast(1.04)}.film-grid .project:hover img{transform:scale(1.09);filter:saturate(1.12) contrast(1.07)}.photo-grid{gap:20px}.photo-grid .photo{flex:0 0 clamp(420px,43vw,620px)!important;scroll-snap-align:start}.photo-grid .photo img{height:430px;object-fit:cover;background:#111815;transition:transform .45s,filter .45s}.photo-grid .photo:hover img{opacity:1;transform:scale(1.025);filter:saturate(1.08)}.series{padding-top:38px;padding-bottom:8px}.series-title:after{content:none}.series:has(.photo-grid) .series-title:after{content:'Faites défiler →';margin-left:auto;color:var(--accent);font-size:12px;letter-spacing:.06em;white-space:nowrap}.series-title>span{margin-left:0}.carousel-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:4px}.carousel-button{width:38px;height:38px;border:1px solid #586056;border-radius:50%;background:transparent;color:var(--ink);font:20px/1 'Montserrat',sans-serif;cursor:pointer;transition:background .25s,color .25s,transform .25s}.carousel-button:hover:not(:disabled){background:var(--accent);color:#111;transform:translateY(-2px)}.carousel-button:disabled{opacity:.32;cursor:default}.carousel-progress{display:flex;gap:5px;margin-right:5px}.carousel-progress i{display:block;width:6px;height:6px;border-radius:50%;background:#627066;transition:background .25s,transform .25s}.carousel-progress i.active{background:var(--accent);transform:scale(1.25)}@media(max-width:700px){.film-grid,.photo-grid{gap:13px}.film-grid .project{flex-basis:82vw!important}.photo-grid .photo{flex-basis:88vw!important}.photo-grid .photo img{height:360px}.series-title{flex-wrap:wrap}.series-title:after{order:3;width:100%;margin-top:-10px}.series-title>span{margin-left:auto}.carousel-controls{justify-content:flex-start;margin-top:8px}}