.gallery-section{background-color:#1a1a1a;padding:24px 16px 20px;margin-top:20px}.gallery-section-header{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.gallery-section-header-left{display:flex;flex-direction:column;gap:6px}.gallery-section-heading{font-size:1.6rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;line-height:1.15;color:#fff;margin:0;font-family:var(--site-font-family, Montserrat, sans-serif)}.gallery-section-subheading{font-size:.825rem;line-height:1.5;color:#bbb;margin:0}.gallery-section-view-all{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--site-accent-mid,#b50202);text-decoration:none;margin-top:4px;transition:opacity .15s ease}.gallery-section-view-all:hover{opacity:.8;text-decoration:underline}.gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:10px}.gallery-grid::-webkit-scrollbar{display:none}.gallery-item{flex:0 0 88%;scroll-snap-align:start;position:relative;overflow:hidden;display:block;text-decoration:none;border-radius:2px}.gallery-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:28px 12px 10px;background:linear-gradient(to top,rgba(0,0,0,.75) 0,transparent 100%);pointer-events:none}.gallery-item-title{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#fff;line-height:1.3}.gallery-item-specs{display:block;font-size:.65rem;color:#ccc;margin-top:3px;line-height:1.3}.gallery-item--skeleton{aspect-ratio:4/3;border-radius:2px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:gallery-shimmer 1.4s infinite;pointer-events:none}@keyframes gallery-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.gallery-carousel-nav{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px}.gallery-carousel-card{width:8px;height:8px;border-radius:50%;background-color:#555;border:none;cursor:pointer;padding:0;transition:background-color .2s ease,transform .2s ease;flex-shrink:0}.gallery-carousel-card.active{background-color:var(--site-accent-mid,#b50202);transform:scale(1.25)}@media screen and (min-width:600px){.gallery-item{flex:0 0 46%}}@media screen and (min-width:900px){.gallery-section{padding:40px 32px 32px}.gallery-section-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.gallery-section-heading{font-size:1.9rem}.gallery-section-view-all{margin-top:0;white-space:nowrap;align-self:flex-start}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;overflow-x:visible;scroll-snap-type:none;scroll-behavior:auto}.gallery-item{flex:unset}.gallery-item img{aspect-ratio:unset;height:250px}.gallery-item--skeleton{aspect-ratio:unset;height:250px}.gallery-carousel-nav{display:none}}@media screen and (min-width:1280px){.gallery-section{padding:48px 48px 40px}.gallery-section-heading{font-size:2.1rem}.gallery-item-title{font-size:.8rem}.gallery-item-specs{font-size:.7rem}}