@layer components{.ssb-gallery__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem;list-style:none;padding:0;margin:0}.ssb-gallery__list img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);transition:transform var(--dur) var(--ease);display:block}.ssb-gallery__link:hover img{transform:scale(1.04)}.ssb-gallery.is-enhanced{display:flex;flex-direction:column;gap:.7rem}.ssb-gallery__stage{position:relative;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);border-radius:var(--radius);overflow:hidden;padding:var(--sp-4);min-height:240px}.ssb-gallery__stage-img{max-width:100%;max-height:min(72vh,560px);object-fit:contain;display:block}.ssb-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:var(--navy);font-size:1.7rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);transition:background var(--dur) var(--ease)}.ssb-gallery__nav:hover{background:#fff}.ssb-gallery__nav--prev{left:10px}.ssb-gallery__nav--next{right:10px}.ssb-gallery.is-enhanced .ssb-gallery__list{display:flex;flex-wrap:nowrap;justify-content:safe center;gap:.5rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.25rem}.ssb-gallery.is-enhanced .ssb-gallery__list::-webkit-scrollbar{height:6px}.ssb-gallery.is-enhanced .ssb-gallery__list::-webkit-scrollbar-thumb{background:rgba(17,33,120,.25);border-radius:3px}.ssb-gallery.is-enhanced .ssb-gallery__item{flex:0 0 auto;width:92px}.ssb-gallery.is-enhanced .ssb-gallery__link{display:block;border-radius:var(--radius-sm);overflow:hidden;opacity:.62;outline:2px solid transparent;outline-offset:-2px;transition:opacity var(--dur) var(--ease),outline-color var(--dur) var(--ease)}.ssb-gallery.is-enhanced .ssb-gallery__link:hover{opacity:1}.ssb-gallery.is-enhanced .ssb-gallery__link.is-active{opacity:1;outline-color:var(--navy)}.ssb-gallery.is-enhanced .ssb-gallery__link img{width:92px;height:70px;aspect-ratio:auto;border-radius:0}@media (max-width:600px){.ssb-gallery__nav{width:36px;height:36px;font-size:1.4rem}.ssb-gallery.is-enhanced .ssb-gallery__item{width:76px}.ssb-gallery.is-enhanced .ssb-gallery__link img{width:76px;height:58px}}.ssb-gallery__link.is-video{display:block;position:relative}.ssb-gallery__link.is-video::after{content:"";position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(225,9,21,.9) url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M9 7v10l8-5z%27 fill=%27%23fff%27/%3E%3C/svg%3E") center/18px no-repeat;pointer-events:none}.ssb-gallery__stage-video{width:100%;max-width:900px}.ssb-gallery__stage-img[hidden]{display:none}.post-gallery{margin-top:var(--sp-6)}.post-gallery__title{font-size:var(--fs-600);color:var(--navy);font-weight:800;margin:0 0 var(--sp-4)}.post-gallery__text{margin-bottom:var(--sp-4)}}