@font-face {
  font-family: Lato;
  src: url('/assets/lato-300.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('/assets/lato-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('/assets/lato-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --pink: #e47c96;
  --muted: rgba(255, 255, 255, .62);
}

* { box-sizing: border-box; }
html { background: #000; }
body {
  margin: 0;
  background: #000;
  color: #fff;
  font: 300 15px/1.5 Lato, 'Avenir Next', sans-serif;
  letter-spacing: .4px;
}
button { font: inherit; }
a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
}

.announcement {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 53px;
  background: var(--pink);
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
.announcement[hidden] { display: none; }
.announcement > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15.2px 57px;
  text-decoration: none;
}
.announcement-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53.2px;
  border: 0;
  background: rgba(0, 0, 0, .15);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
}

.shell { position: relative; min-height: 100vh; padding-bottom: 90px; }
.home-page .shell {
  height: 100vh;
  min-height: 640px;
  padding-bottom: 0;
  background: #000 url('/assets/home.jpg') center center / contain no-repeat;
}
.site-header { position: relative; z-index: 2; }
.desktop-nav {
  position: absolute;
  top: 39px;
  left: 30px;
  width: 180px;
}
.desktop-nav ul, .mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.desktop-nav li { margin: 9.75px 0; line-height: 19.5px; }
.desktop-nav li:first-child { margin-top: 0; }
.desktop-nav a {
  display: inline-block;
  max-width: 180px;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 19.5px;
}
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: #fff; }
.interior-page .desktop-nav { top: -14px; }
.social {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.social a { display: inline-flex; width: 25px; height: 25px; color: #fff; }
.social svg { position: relative; top: -12.5px; left: -12.5px; width: 50px; height: 50px; flex-shrink: 0; fill: currentColor; }
.mobile-nav { display: none; }

.inner { width: 70%; margin: 0 auto; }
.brand { padding-top: 75px; text-align: center; line-height: 0; }
.brand a { display: inline-block; width: 47.5%; }
.brand img { display: block; width: 100%; height: auto; }
.content {
  width: 84%;
  margin: 129.6px auto 0;
  padding-bottom: 80px;
}
.content img { max-width: 100%; height: auto; }
.content figure { margin: 0; }
.home-logo {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 62.75%;
  margin: 0;
  transform: translateX(-50%);
}
.home-logo img { display: block; width: 100%; height: auto; }

.prose { overflow-wrap: break-word; }
.prose p { margin: 15px 0; }
.prose p:first-child { margin-top: 0; }
.prose a { color: rgba(255,255,255,.7); text-decoration: none; }
.prose a:hover { color: #fff; }
.prose strong { font-weight: 700; }
.prose h1, .prose h2, .prose h3, .dvd-title h1 {
  font-weight: 600;
  text-transform: uppercase;
}
.prose h2 { margin: 0 0 18px; font-size: 24px; line-height: 1.2; letter-spacing: 4px; }
.prose h3 { margin: 32px 0 18px; font-size: 18px; line-height: 1.2; letter-spacing: 3px; }
.prose h3:first-child { margin-top: 0; }
.prose h3 + p { margin-top: 15px; }
.prose .text-align-center { text-align: center; }
.watch-now .prose p { margin: 15px 0 45px; }
.watch-now .prose h2 { margin-bottom: 18px; }
.resources-for-parents .prose h3 { margin-top: 37px; }
.resources-for-parents .prose h3 + p,
.fests .prose h3 + p { margin-top: 15px; }

.about-image img { display: block; width: 100%; }
.about-prose { margin-top: 30px; }
.about-prose p:empty { display: none; }

.dvd-title h1 {
  margin: 0 0 34px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 5px;
  text-align: center;
}
.dvd-image { text-align: center; }
.dvd-image img { display: inline-block; width: 281px; }
.dvd-copy { margin: 34px auto 0; max-width: 408px; }
.dvd-copy p { margin: 0; }
.dvd-social { display: flex; justify-content: center; gap: 12px; margin: 102px 0 17px; }
.dvd-social a { width: 20px; height: 20px; color: #161616; }
.dvd-social svg { width: 40px; height: 40px; margin: -10px; fill: currentColor; }
.dvd-social a:hover { color: #fff; }

.contact-copy { text-align: center; }
.contact-copy h2 { margin: 0 0 18px; }
.contact-copy p { margin: 15px 0; }
@media (max-width: 767px) {
  .announcement { min-height: 76px; font-size: 18px; }
  .announcement > a { padding: 15.2px 57px; }
  .announcement-close { width: 53px; }
  .shell { min-height: 100vh; padding-bottom: 175px; }
  .home-page .shell { min-height: 0; height: 100vh; height: 100svh; padding-bottom: 0; }
  .site-header { position: static; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; text-align: center; }
  .menu-toggle {
    display: block;
    width: 100%;
    height: 48.5px;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .mobile-nav nav { padding: 8px 20px 16px; }
  .mobile-nav nav[hidden] { display: none; }
  .mobile-nav li { margin: 15px 0; }
  .mobile-nav a {
    color: var(--muted);
    font-size: 13px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-nav a[aria-current] { color: #fff; }
  .social { position: absolute; top: auto; right: 0; bottom: 0; left: 0; justify-content: center; padding: 0 0 22.5px; }
  .inner { width: 100%; margin: 0; }
  .brand { padding-top: 30px; }
  .brand a { width: 70%; max-width: 340px; }
  .content { width: auto; margin: 56px 25px 0; padding: 17px 0 25px; }
  /* Original mobile logo is 82% of a 90%-wide block with 25px side padding.
     Keeping it in the flow also prevents an expanded menu from covering it. */
  .home-logo { position: relative; top: auto; left: auto; width: calc(73.8% - 41px); margin: 70px auto 85px; transform: none; }
  .home-page .shell { background-position: center; }
  .prose h2 { font-size: 24px; }
  .prose h3 { font-size: 18px; }
  .new-dvd { margin-left: 40px; margin-right: 40px; }
  .dvd-title h1 { font-size: 30px; line-height: 1.2; letter-spacing: 5px; }
  .dvd-copy { max-width: 100%; }
  .dvd-social { margin-top: 34px; }
}

@media (prefers-reduced-motion: no-preference) {
  .desktop-nav a, .mobile-nav a, .prose a { transition: color .15s ease, background-color .15s ease; }
}
