
:root{ --hero-offset:140px; --unmute-bottom-gap:28px; }
#hero{ overflow: clip; }
#video1{ width:100%; height:calc(100svh - var(--hero-offset)); background:#000; object-fit:contain; border-radius:16px; display:block; }
@supports (height:100dvh){ #video1{ height:calc(100dvh - var(--hero-offset)); } }
.unmute-wrap{ margin:8px auto var(--unmute-bottom-gap); max-width:840px; padding:0 16px; }
.btn-unmute{ padding:12px 26px; font-weight:700; }
.grid{ min-height:100svh; } @supports (min-height:100dvh){ .grid{ min-height:100dvh; } }
.intake-sticky{ position:sticky; top:24px; align-self:start; }
.right form{ max-height:none; overflow:visible; }
#nm-map, img[src*="map"], img[alt*="Map" i]{ max-height:460px; object-fit:contain; margin:16px 0; }
