/* Viskatoons WordPress integration */
html { scroll-behavior:smooth; }
body.admin-bar .hdr { top:32px; }
@media (max-width:782px){ body.admin-bar .hdr{top:46px;} }
.logo img { display:block; max-width:220px; object-fit:contain; }
.mnav { z-index:9999; }
.footer .socials a { display:flex; align-items:center; justify-content:center; text-decoration:none; }
.vsk-projects-empty { padding:60px 0; color:var(--dim); }

/* WordPress document reset */
body { margin: 0; }

.vsk-about-bg-video + .wrap{}

.vsk-form-notice{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:9999;padding:13px 20px;border:1px solid var(--line);background:var(--stage-2);color:var(--text);font-family:var(--mono);font-size:.75rem;letter-spacing:.04em}.vsk-form-notice.sent{border-color:var(--yellow)}.vsk-form-notice.failed,.vsk-form-notice.missing{border-color:#b44}
