.home-gallery{--gallery-card-width:min(64vw,840px);height:var(--home-viewport-height);z-index:11;background:#1a1a1a;border-top:1px solid #292929;grid-template-rows:auto minmax(0,1fr) auto;gap:24px;padding:100px 0 28px;display:grid;overflow:clip}.home-gallery-heading{justify-content:space-between;align-items:center;gap:20px;width:min(100%,1400px);margin:0 auto;padding:0 56px;display:flex}.home-gallery-heading h2{font-size:clamp(1.8rem,3vw,2.8rem)}.home-gallery-stage{cursor:grab;touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;width:100%;min-height:0;position:relative;container-type:size}.home-gallery-stage:active{cursor:grabbing}.home-gallery-slide{--fitted-card-width:min(var(--gallery-card-width),calc((100cqh - 20px)*4/3));width:var(--fitted-card-width);height:min(calc(100% - 20px),calc(var(--gallery-card-width)*3/4));margin-block:auto;margin-left:calc(var(--fitted-card-width)/-2);transform-origin:50%;will-change:transform,opacity;position:absolute;top:0;bottom:0;left:50%}.home-gallery-frame{width:100%;height:100%;cursor:inherit;-webkit-user-drag:none;background:#141414;border:1px solid #373737;border-radius:8px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 14px 44px #0000004d}.home-gallery-frame img{pointer-events:none}.home-gallery-footer{width:var(--gallery-card-width);text-align:center;margin:0 auto}.home-gallery-caption{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3em;font-size:clamp(16px,1.4vw,20px);line-height:1.5;text-decoration:none;display:-webkit-box;overflow:hidden}.home-gallery-caption:hover{text-underline-offset:4px;text-decoration:underline}.home-gallery-controls{justify-content:center;align-items:center;gap:24px;margin-top:12px;display:flex}.home-gallery-controls button{width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #454545;border-radius:50%;place-items:center;transition:background .2s,border-color .2s;display:grid}.home-gallery-controls button:hover{background:#292929;border-color:#a3a3a3}.home-gallery-controls button:disabled{opacity:.3;cursor:default}.home-gallery-count{font-variant-numeric:tabular-nums;letter-spacing:.1em;min-width:70px;font-size:13px}.home-gallery-count span{color:var(--text-muted);margin-left:5px}.home-gallery a:focus-visible,.home-gallery button:focus-visible{outline-offset:4px;outline:2px solid #e0e0e0}@media (max-width:640px){.home-gallery{--gallery-card-width:82vw;gap:20px;padding:88px 0 24px}.home-gallery-heading{gap:12px;padding:0 20px}.home-gallery-heading .link-accent{font-size:11px}.home-gallery-controls{margin-top:8px}}@media (max-height:600px){.home-gallery{gap:12px;padding-top:80px;padding-bottom:14px}.home-gallery-caption{-webkit-line-clamp:1;min-height:1.5em}.home-gallery-controls{margin-top:6px}}@media (prefers-reduced-motion:reduce){.home-gallery-controls button{transition:none}}
