/* BarberPlus - Galería tipo carrusel con ampliación */
.bp-gallery-section{position:relative;overflow:hidden}.bp-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.bp-gallery-head h2{margin:0}.bp-gallery-controls{display:flex;gap:8px}.bp-gallery-controls button,.bp-gallery-light-prev,.bp-gallery-light-next,.bp-gallery-close{border:1px solid rgba(212,175,55,.40);background:rgba(212,175,55,.12);color:var(--gold2,#d4af37);border-radius:14px;width:42px;height:42px;font-size:26px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s ease}.bp-gallery-controls button:hover,.bp-gallery-light-prev:hover,.bp-gallery-light-next:hover,.bp-gallery-close:hover{background:var(--gold,#d4af37);color:#111;transform:translateY(-2px)}.bp-gallery-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 12px;scrollbar-width:none}.bp-gallery-carousel::-webkit-scrollbar{display:none}.bp-gallery-slide{position:relative;flex:0 0 78%;max-width:360px;min-height:240px;margin:0;border-radius:24px;overflow:hidden;background:#070707;border:1px solid rgba(255,255,255,.10);scroll-snap-align:center;cursor:pointer;box-shadow:0 18px 44px rgba(0,0,0,.24)}.bp-gallery-slide img,.bp-gallery-slide video{width:100%;height:250px;object-fit:cover;display:block;background:#000;transition:.28s ease}.bp-gallery-slide:hover img,.bp-gallery-slide:hover video{transform:scale(1.04)}.bp-gallery-slide figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:16px;background:rgba(0,0,0,.58);backdrop-filter:blur(10px);color:#fff;font-size:13px;font-weight:800;text-align:center}.bp-gallery-play{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:42px;text-shadow:0 8px 30px rgba(0,0,0,.7);pointer-events:none}.bp-gallery-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:64px 18px 72px}.bp-gallery-lightbox.open{display:flex}.bp-gallery-light-content{max-width:min(92vw,980px);max-height:78vh;display:grid;place-items:center}.bp-gallery-light-content img,.bp-gallery-light-content video{max-width:100%;max-height:78vh;border-radius:24px;object-fit:contain;background:#000;box-shadow:0 30px 90px rgba(0,0,0,.55)}.bp-gallery-close{position:absolute;right:18px;top:18px;background:rgba(0,0,0,.55);font-size:34px}.bp-gallery-light-prev,.bp-gallery-light-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.55);width:50px;height:62px;font-size:46px}.bp-gallery-light-prev{left:18px}.bp-gallery-light-next{right:18px}.bp-gallery-light-title{position:absolute;left:18px;right:18px;bottom:18px;margin:0;text-align:center;color:#fff;font-weight:800}.bp-gallery-lightbox.lock-scroll{overflow:hidden}@media(max-width:560px){.bp-gallery-head{align-items:flex-start}.bp-gallery-slide{flex-basis:86%;min-height:210px}.bp-gallery-slide img,.bp-gallery-slide video{height:220px}.bp-gallery-light-prev,.bp-gallery-light-next{width:42px;height:54px;font-size:36px}.bp-gallery-light-prev{left:8px}.bp-gallery-light-next{right:8px}.bp-gallery-lightbox{padding-left:10px;padding-right:10px}}
