.ui-gallery-section{flex-direction:column;gap:16px;padding:32px 0;display:flex;overflow:hidden}.ui-gallery-section--warm{background:var(--bg-warm)}.ui-gallery-section--paper{background:var(--bg-base)}.ui-gallery-section__row{width:100%;overflow:hidden}.ui-gallery-section__track{white-space:nowrap;will-change:transform;gap:16px;width:max-content;animation:60s linear infinite ui-gallery-scroll-left;display:inline-flex}.ui-gallery-section__track.is-reverse{animation:60s linear infinite ui-gallery-scroll-right}.ui-gallery-section__row:hover .ui-gallery-section__track{animation-play-state:paused}.ui-gallery-section__tile{border-radius:var(--radius-sm);width:320px;height:220px;box-shadow:var(--shadow-sm);background:var(--bg-bone);flex-shrink:0;position:relative;overflow:hidden}.ui-gallery-section__tile img{transition:transform .6s cubic-bezier(.2,.6,.2,1)}.ui-gallery-section__tile:hover img{transform:scale(1.04)}@media (max-width:1024px){.ui-gallery-section{gap:12px;padding:8px 0}.ui-gallery-section__track{gap:12px}.ui-gallery-section__tile{border-radius:6px;width:168px;height:168px}}@keyframes ui-gallery-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ui-gallery-scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.motion-off .ui-gallery-section__track{animation:none}@media (prefers-reduced-motion:reduce){.ui-gallery-section__track{animation:none}}
