.feed-scroller{height:calc(100dvh - var(--site-header-h));overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;background:#0c0a07;outline:none;scrollbar-width:none}.feed-scroller::-webkit-scrollbar{display:none}.feed-item{position:relative;height:calc(100dvh - var(--site-header-h));scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;overflow:hidden}.feed-video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#0c0a07;cursor:pointer}@media (min-width:700px){.feed-video{width:auto;max-width:min(46vh,520px);border-radius:4px}}.feed-overlay{position:absolute;left:0;right:0;bottom:0;padding:20px 20px 28px;background:linear-gradient(0deg,rgba(8,6,3,.82) 0,rgba(8,6,3,.45) 45%,transparent);pointer-events:none}.feed-overlay>*{pointer-events:auto}.feed-caption{font-size:15px;line-height:1.5;color:#fff;max-width:34em;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5)}.feed-link{display:inline-block;margin-top:12px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(184,150,62,.5);padding-bottom:2px}.feed-counter,.feed-sound{position:absolute;top:16px;color:rgba(255,255,255,.85)}.feed-sound{right:16px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(12,10,7,.55);backdrop-filter:blur(4px);cursor:pointer}.feed-counter{left:16px;margin:0;font-size:11px;letter-spacing:.1em;color:rgba(255,255,255,.6)}@media (prefers-reduced-motion:reduce){.feed-scroller{scroll-snap-type:none}}