html, body { margin: 0; padding: 0; }
body {
  background: #0b0b0c;
  -webkit-font-smoothing: antialiased;
  color-scheme: dark;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
a:hover { color: #eb0000; }

@keyframes hlFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
@keyframes hlPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .25; }
}

html { scroll-behavior: smooth; }
body.menu-open { overflow: hidden; }

.no-js [data-reveal] { opacity: 1 !important; }

.hl-btn:hover,
.hl-btn:focus-visible {
  background: #f4f2ee !important;
  color: #0b0b0c !important;
}
.hl-btn:disabled {
  opacity: .7;
  cursor: wait;
}
.hl-btn-outline:hover,
.hl-btn-outline:focus-visible {
  background: #eb0000 !important;
  border-color: #eb0000 !important;
  color: #fff !important;
}
.hl-input:focus,
.hl-input:focus-visible {
  border-bottom-color: #eb0000 !important;
}
.hl-team-card:hover .hl-portrait {
  filter: none !important;
  transform: scale(1.04);
}
.hl-film:hover video {
  filter: grayscale(0) brightness(.9) !important;
}

.hl-menu { display: none; }
.hl-menu.is-open { display: flex !important; }

.hl-menu-btn span { width: 100%; }

@media (max-width: 899px) {
  .hl-nav { display: none !important; }
}
@media (min-width: 900px) {
  .hl-menu-btn { display: none !important; }
  .hl-menu,
  .hl-menu.is-open { display: none !important; }
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #f4f2ee;
  caret-color: #f4f2ee;
  transition: background-color 9999s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; animation: none !important; }
  [data-par] { transform: none !important; }
}
