.badge-gallery{max-width:1440px;margin-inline:auto;padding:48px 32px 32px}.gallery-heading{max-width:620px;margin-bottom:32px}.gallery-eyebrow{font-size:12px;color:var(--muted-foreground);margin:0 0 16px}.gallery-heading h1{font-size:clamp(28px,3vw,40px);font-weight:500;line-height:1.2;letter-spacing:-1.3px;margin:0 0 16px}.gallery-heading>p:last-child{font-size:14px;line-height:1.7;color:var(--muted-foreground);max-width:500px}.gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px;row-gap:40px}.gallery-item{min-width:0}.gallery-preview{position:relative;display:block;width:100%;height:370px;padding:12px;border:1px solid var(--border);background:var(--muted);color:var(--muted-foreground)}.gallery-preview .live-badge,.gallery-preview .live-badge>span{position:relative;display:block;width:100%;height:100%}.gallery-preview :is(canvas,img){position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.gallery-face{position:absolute;bottom:12px;left:12px;font-size:10px}.gallery-item-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:16px}.gallery-item-heading h2{font-size:14px;font-weight:500;letter-spacing:-.2px;margin:0}.gallery-item>p{line-height:1.7;margin:12px 0 0}.gallery-footer,.gallery-item>p{color:var(--muted-foreground);font-size:12px}.gallery-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:48px;padding-top:24px;border-top:1px solid var(--border)}@media (max-width:1100px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:850px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.badge-gallery{padding:28px 16px}.gallery-grid{grid-template-columns:minmax(0,1fr);gap:32px}.gallery-preview{height:410px}.gallery-controls{gap:8px;flex-wrap:wrap}.gallery-footer{align-items:flex-start;flex-direction:column}}