:root {
  --accent: #d33a2c;
  --side: clamp(1.25rem, 3vw, 4rem);
  --content-width: 1440px;
  --display-leading: .92;
  --display-tracking: 0;
  --hero-image: url("images/hero.jpg");
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-snap-type: y proximity; }
html.is-webkit { scroll-snap-type: none; }
body { margin: 0; background: #111; color: #fff; font-family: "Uni Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background:
    linear-gradient(180deg, rgb(0 0 0 / .56), rgb(0 0 0 / .18) 45%, rgb(0 0 0 / .64)),
    var(--hero-image) center / cover no-repeat;
}

.service {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 96px;
  background-color: #080808;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#directing {
  background-image:
    linear-gradient(90deg, rgb(0 0 0 / .78) 0%, rgb(0 0 0 / .42) 42%, rgb(0 0 0 / .18) 72%),
    linear-gradient(180deg, rgb(150 105 42 / .08), rgb(92 64 28 / .13)),
    url("images/directing-boatbuilder-photo.jpg");
}

#producing {
  background-image:
    linear-gradient(270deg, rgb(0 0 0 / .78) 0%, rgb(0 0 0 / .42) 42%, rgb(0 0 0 / .18) 72%),
    linear-gradient(180deg, rgb(150 105 42 / .08), rgb(92 64 28 / .13)),
    url("images/producing-overhead-flipped.jpg");
}

#film-production {
  background-image:
    linear-gradient(90deg, rgb(0 0 0 / .78) 0%, rgb(0 0 0 / .42) 42%, rgb(0 0 0 / .18) 72%),
    linear-gradient(180deg, rgb(150 105 42 / .08), rgb(92 64 28 / .13)),
    url("images/film-digital-equipment-v2.png");
}

.service__content {
  width: min(100%, var(--content-width));
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(3rem, 7vh, 7rem) var(--side);
  display: grid;
  grid-template-columns: minmax(0, 600px) 1fr;
  align-content: center;
  gap: clamp(.85rem, 2vh, 1.5rem);
}

.service--left .service__content > * { grid-column: 1; }
.service--right .service__content { grid-template-columns: 1fr minmax(0, 600px); }
.service--right .service__content > * { grid-column: 2; }

.service__marker {
  margin: 0;
  color: var(--accent);
  font-size: clamp(.75rem, .8vw, .875rem);
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.service__title {
  margin: 0;
  font-family: "Uni Sans", Impact, sans-serif;
  font-size: clamp(3.5rem, 6vw, 7rem);
  font-weight: 700;
  line-height: var(--display-leading);
  letter-spacing: var(--display-tracking);
  text-transform: uppercase;
  text-wrap: balance;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.service__description {
  max-width: 430px;
  margin: .35rem 0 0;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  line-height: 1.45;
}

.service__list {
  margin: .35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.25rem;
  list-style: none;
  font-size: clamp(.72rem, .8vw, .85rem);
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service__list li { display: flex; align-items: center; gap: .55rem; }

.service__list li::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--accent);
}

.service__link {
  width: fit-content;
  margin-top: .8rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid currentColor;
  font-size: clamp(.75rem, .8vw, .875rem);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service__link b { margin-left: .65rem; color: var(--accent); font-weight: 400; }
.service__link:hover { opacity: .7; }

.service.reveal-ready .service__content {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .8s ease, transform 1s cubic-bezier(.2, .7, .2, 1);
}

.service.reveal-ready.is-visible .service__content { opacity: 1; transform: none; }

.films-showcase {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 96px;
  background: #080808;
}

.about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 96px;
  background:
    linear-gradient(90deg, rgb(0 0 0 / .84) 0%, rgb(0 0 0 / .68) 46%, rgb(0 0 0 / .48) 72%, rgb(0 0 0 / .28) 100%),
    linear-gradient(180deg, rgb(58 48 36 / .1), rgb(38 32 25 / .16)),
    url("images/about-soundstage.jpg") center / cover no-repeat;
}
.about::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 34% 58% at 67% 50%, rgb(0 0 0 / .5) 0%, rgb(0 0 0 / .34) 48%, transparent 100%);
}
.about__inner { position: relative; z-index: 1; width: min(100%, var(--content-width)); min-height: inherit; margin-inline: auto; padding: clamp(4rem, 8vh, 7rem) var(--side); display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr); align-content: center; gap: 1.5rem clamp(3rem, 8vw, 8rem); }
.about__inner > .service__marker { grid-column: 1 / -1; }
.about__heading h2 { max-width: 800px; margin: 0; font: 700 clamp(3.5rem, 7vw, 8rem)/var(--display-leading) "Uni Sans", Impact, sans-serif; letter-spacing: var(--display-tracking); text-transform: uppercase; }
.about__copy { display: grid; align-content: end; gap: 1.35rem; }
.about__copy > p { margin: 0; color: rgb(255 255 255 / .82); font-size: clamp(1rem, 1.15vw, 1.2rem); line-height: 1.55; }
.about__copy > p:first-child { color: #fff; font-size: clamp(1.2rem, 1.6vw, 1.6rem); }
.about__facts { margin: 1rem 0 0; padding: 0; display: grid; list-style: none; }
.about__facts li { padding: .9rem 0; border-top: 1px solid rgb(255 255 255 / .14); display: grid; grid-template-columns: 110px 1fr; gap: 1rem; }
.about__facts span { color: var(--accent); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.about__facts strong { font-size: .9rem; font-weight: 400; }

.films-showcase__inner {
  width: min(100%, var(--content-width));
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(4rem, 8vh, 7rem) var(--side);
  display: grid;
  align-content: center;
  gap: clamp(2rem, 5vh, 4rem);
}

.films-showcase__header {
  display: grid;
  gap: .75rem;
}

.films-showcase__header h2 {
  margin: 0;
  font-family: "Uni Sans", Impact, sans-serif;
  font-size: clamp(3.5rem, 7vw, 8rem);
  font-weight: 700;
  line-height: var(--display-leading);
  letter-spacing: var(--display-tracking);
  text-transform: uppercase;
}

.films-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2.75rem);
}

.film {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #111;
  cursor: pointer;
  transition: background-color .3s ease, transform .3s ease;
}

.film:hover { transform: translateY(-4px); background: #151515; }
.film:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.film__poster { position: relative; overflow: hidden; background: #141414; }

.film__poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  display: block;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.film:hover .film__poster img { transform: scale(1.025); }

.film__info {
  display: grid;
  align-content: start;
  gap: .65rem;
  padding: clamp(.85rem, 1.2vw, 1.2rem);
}

.film__status {
  margin: 0;
  color: var(--accent);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.film__status::before { content: "—"; margin-right: .55rem; }
.film__status--festival { color: #63b978; }
.film__status--development { color: var(--accent); }
.film__genre { margin: 0; color: rgb(255 255 255 / .48); font-size: .66rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.film__funding {
  position: absolute;
  z-index: 1;
  top: clamp(.75rem, 1.2vw, 1.2rem);
  right: clamp(.75rem, 1.2vw, 1.2rem);
  width: fit-content;
  max-width: calc(100% - 1.5rem);
  margin: 0;
  padding: .5rem .65rem;
  border: 1px solid rgb(211 58 44 / .8);
  background: rgb(8 8 8 / .78);
  color: #fff;
  backdrop-filter: blur(8px);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.film__info h3 {
  margin: 0;
  font-family: "Uni Sans", Impact, sans-serif;
  font-size: clamp(1.2rem, 1.45vw, 1.85rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--display-tracking);
  text-transform: uppercase;
}

.film__info > p:last-child {
  max-width: 340px;
  margin: .15rem 0 0;
  color: rgb(255 255 255 / .72);
  font-size: clamp(.8rem, .78vw, .92rem);
  line-height: 1.5;
}

.films-showcase.reveal-ready .film {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .8s ease, transform 1s cubic-bezier(.2, .7, .2, 1);
}

.films-showcase.reveal-ready .film:nth-child(2n) { transition-delay: .12s; }
.films-showcase.reveal-ready.is-visible .film { opacity: 1; transform: none; }

.film-modal {
  width: min(1180px, calc(100% - 40px));
  max-height: calc(100svh - 40px);
  padding: 0;
  border: 1px solid rgb(255 255 255 / .16);
  background: #0b0b0b;
  color: #fff;
  overflow: auto;
}

.film-modal::backdrop { background: rgb(0 0 0 / .86); backdrop-filter: blur(8px); }
.film-modal__inner { display: grid; grid-template-columns: minmax(230px, .42fr) 1fr; align-items: start; gap: clamp(2rem, 4vw, 4rem); padding: clamp(1.25rem, 3vw, 3rem); }
.film-modal__close { position: sticky; z-index: 2; top: 1rem; float: right; width: 44px; height: 44px; margin: 1rem 1rem -60px 0; border: 1px solid rgb(255 255 255 / .25); border-radius: 50%; background: rgb(0 0 0 / .65); color: #fff; font: 300 1.8rem/1 "Uni Sans", sans-serif; cursor: pointer; }
.film-modal__hero { grid-column: 1; min-height: 0; align-self: start; background: #080808; }
.film-modal__poster { width: 100%; height: auto; min-height: 0; aspect-ratio: 2 / 3; display: block; object-fit: contain; object-position: top center; }
.film-modal__right { grid-column: 2; display: grid; align-content: start; gap: clamp(1.25rem, 2.5vh, 2rem); padding-right: 3.5rem; }
.film-modal__heading { padding: 0; }
.film-modal__heading h2 { margin: .55rem 0 0; font-family: "Uni Sans", Impact, sans-serif; font-size: clamp(2.25rem, 4.5vw, 4.75rem); font-weight: 700; line-height: var(--display-leading); letter-spacing: var(--display-tracking); text-transform: uppercase; }
.film-modal__details { display: grid; gap: clamp(1.25rem, 2.5vh, 2rem); }
.film-modal__label, .film-modal__credits dt { margin: 0 0 .8rem; color: var(--accent); font-size: .75rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.film-modal__description { max-width: 650px; margin: 0; font-size: clamp(.95rem, 1.05vw, 1.1rem); line-height: 1.5; }
.film-modal__credits { margin: 0; display: grid; gap: .75rem; }
.film-modal__credits div { display: grid; grid-template-columns: minmax(110px, .7fr) 1fr; gap: 1rem; border-bottom: 1px solid rgb(255 255 255 / .14); }
.film-modal__credits dt, .film-modal__credits dd { margin: 0 0 .55rem; }
.film-modal__credits dd { font-size: .95rem; }
.film-modal__funding { grid-column: 1 / -1; padding: clamp(1.25rem, 2.5vw, 2.25rem) 0; border-top: 1px solid rgb(255 255 255 / .14); border-bottom: 1px solid rgb(255 255 255 / .14); }
.film-modal__funding[hidden] { display: none; }
.film-modal__funding-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; }
.film-modal__funding-total { margin: 0; font-size: clamp(1rem, 1.4vw, 1.3rem); font-weight: 600; letter-spacing: .06em; }
.film-modal__progress { height: 8px; margin-top: 1.25rem; overflow: hidden; background: rgb(255 255 255 / .13); }
.film-modal__progress span { width: 30%; height: 100%; display: block; background: var(--accent); transition: width .6s cubic-bezier(.2, .7, .2, 1); }
.film-modal__funding-scale { margin-top: .55rem; display: flex; justify-content: space-between; color: rgb(255 255 255 / .55); font-size: .72rem; letter-spacing: .08em; }
.film-modal__funding-link { width: fit-content; margin-top: 1.5rem; padding: .8rem 1rem; display: block; border: 1px solid var(--accent); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: background-color .25s ease; }
.film-modal__funding-link:hover { background: var(--accent); }
.film-modal__video-section { grid-column: 1 / -1; }
.film-modal__video-section[hidden] { display: none; }
.film-modal__video { width: 100%; aspect-ratio: 16 / 9; display: block; background: #000; object-fit: contain; }
.film-modal__gallery-section { grid-column: 1 / -1; }
.film-modal__gallery-section[hidden] { display: none; }
.film-modal__gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.film-modal__gallery img { width: 100%; height: auto; display: block; object-fit: contain; background: #151515; }
body:has(.film-modal[open]), body:has(.contact-modal[open]), body:has(.privacy-modal[open]) { overflow: hidden; }

.privacy-modal {
  width: min(1000px, calc(100% - 40px));
  height: min(860px, calc(100svh - 40px));
  padding: 0;
  border: 1px solid rgb(255 255 255 / .16);
  background: #0b0b0b;
  color: #fff;
  overflow: hidden;
}

.privacy-modal::backdrop { background: rgb(0 0 0 / .86); backdrop-filter: blur(8px); }
.privacy-modal__bar { height: 72px; padding: 0 1rem 0 clamp(1rem, 3vw, 2rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgb(255 255 255 / .14); background: #0b0b0b; }
.privacy-modal__bar h2 { margin: 0; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.privacy-modal__close { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid rgb(255 255 255 / .25); border-radius: 50%; background: transparent; color: #fff; font: 300 1.8rem/1 "Uni Sans", sans-serif; cursor: pointer; }
.privacy-modal__frame { width: 100%; height: calc(100% - 72px); display: block; border: 0; background: #0b0b0b; }

.contact-modal {
  width: min(900px, calc(100% - 40px));
  max-height: calc(100svh - 40px);
  padding: 0;
  border: 1px solid rgb(255 255 255 / .16);
  background: #0b0b0b;
  color: #fff;
  overflow: auto;
}

.contact-modal::backdrop { background: rgb(0 0 0 / .86); backdrop-filter: blur(8px); }
.contact-modal__inner { padding: clamp(1.5rem, 4vw, 4rem); display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
.contact-modal__close { position: sticky; z-index: 2; top: 1rem; float: right; width: 44px; height: 44px; margin: 1rem 1rem -60px 0; border: 1px solid rgb(255 255 255 / .25); border-radius: 50%; background: rgb(0 0 0 / .65); color: #fff; font: 300 1.8rem/1 "Uni Sans", sans-serif; cursor: pointer; }
.contact-modal__header { padding-right: 3.5rem; }
.contact-modal__header h2 { margin: .8rem 0 1rem; font: 700 clamp(2.8rem, 6vw, 5.5rem)/var(--display-leading) "Uni Sans", Impact, sans-serif; letter-spacing: var(--display-tracking); text-transform: uppercase; }
.contact-modal__header > p:last-child { max-width: 560px; margin: 0; color: rgb(255 255 255 / .7); font-size: 1rem; line-height: 1.5; }

.contact {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 96px;
  background: #0b0b0b;
}

.contact__inner {
  width: min(100%, var(--content-width));
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(4rem, 8vh, 7rem) var(--side);
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(420px, 1fr);
  align-content: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.contact__header h2 {
  margin: 1rem 0 1.5rem;
  font-family: "Uni Sans", Impact, sans-serif;
  font-size: clamp(3.5rem, 6vw, 7rem);
  font-weight: 700;
  line-height: var(--display-leading);
  letter-spacing: var(--display-tracking);
  text-transform: uppercase;
}

.contact__header > p:last-child { max-width: 480px; margin: 0; color: rgb(255 255 255 / .7); font-size: clamp(1rem, 1.15vw, 1.2rem); line-height: 1.55; }
.contact-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 2rem; }
.contact-form label { display: grid; gap: .65rem; }
.contact-form label > span { color: var(--accent); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: .85rem 0; border: 0; border-bottom: 1px solid rgb(255 255 255 / .28); border-radius: 0; outline: 0; background: transparent; color: #fff; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--accent); }
.contact-form textarea { resize: vertical; line-height: 1.5; }
.contact-form__message, .contact-form__consent, .contact-form__footer { grid-column: 1 / -1; }
.contact-form__consent { grid-template-columns: auto 1fr; align-items: start; gap: .7rem; color: rgb(255 255 255 / .62); font-size: .78rem; line-height: 1.45; }
.contact-form__consent input { width: 16px; height: 16px; margin: .1rem 0 0; padding: 0; accent-color: var(--accent); }
.contact-form label.contact-form__consent > span { color: inherit; font-size: inherit; font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form__consent a { color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.contact-form__footer { display: flex; align-items: center; gap: 1.5rem; }
.contact-form button { padding: .9rem 1.25rem; border: 1px solid var(--accent); background: transparent; color: #fff; font: 600 .75rem/1 "Uni Sans", sans-serif; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.contact-form button:hover, .contact-form button:focus-visible { background: var(--accent); }
.contact-form button:disabled { opacity: .55; cursor: wait; }
.contact-form__status { margin: 0; color: rgb(255 255 255 / .7); font-size: .9rem; }
.contact-form__status.is-success { color: #63b978; }
.contact-form__status.is-error { color: var(--accent); }
.contact-form__website { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.footer { width: 100%; scroll-snap-align: end; background: #070707; border-top: 1px solid rgb(255 255 255 / .14); }
.footer__inner { width: min(100%, var(--content-width)); margin-inline: auto; padding: clamp(3rem, 6vw, 6rem) var(--side) 2rem; display: grid; grid-template-columns: 1.3fr repeat(3, minmax(150px, .7fr)); gap: clamp(2rem, 5vw, 5rem); }
.footer__brand { display: grid; align-content: start; gap: 1rem; }
.footer__logo { width: fit-content; font-size: clamp(1rem, 1.4vw, 1.25rem); font-weight: 700; letter-spacing: .16em; }
.footer__logo span { color: var(--accent); }
.footer__brand p { max-width: 320px; margin: 0; color: rgb(255 255 255 / .58); font-size: .9rem; line-height: 1.5; }
.footer__column { display: grid; align-content: start; justify-items: start; gap: .7rem; font-style: normal; }
.footer__column a, .footer__column address, .footer__column > p:not(.footer__label) { margin: 0; color: rgb(255 255 255 / .72); font-size: .86rem; line-height: 1.55; font-style: normal; }
.footer__column a:hover { color: #fff; }
.footer__label { margin: 0 0 .35rem; color: var(--accent); font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.footer__bottom { grid-column: 1 / -1; margin-top: clamp(1rem, 3vw, 3rem); padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / .12); display: flex; justify-content: space-between; gap: 1rem; color: rgb(255 255 255 / .4); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer__bottom p { margin: 0; }
.footer__bottom > div { display: flex; gap: 1.5rem; }
.footer__bottom a:hover { color: #fff; }

@media (max-width: 1100px) and (min-width: 761px) {
  .films-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1101px) and (max-width: 1600px) {
  .films-showcase__inner {
    padding-inline: clamp(5rem, 7vw, 7rem);
  }

  .films-grid {
    gap: clamp(2.5rem, 3.5vw, 3.5rem);
  }

  .nav { gap: clamp(.85rem, 1.35vw, 1.35rem); }
  .nav a { font-size: .66rem; }
}

.container {
  width: min(100%, var(--content-width));
  min-height: 0;
  margin-inline: auto;
  padding: 0 var(--side) clamp(1.5rem, 3vw, 3rem);
  display: grid;
  place-items: center;
}

.header {
  width: 100%;
  background: rgb(8 8 8 / .35);
  border-bottom: 1px solid rgb(255 255 255 / .28);
}

.header__inner {
  width: min(100%, var(--content-width));
  min-height: 96px;
  margin-inline: auto;
  padding-inline: var(--side);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.header.is-sticky {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(8 8 8 / .78);
  border-bottom-color: rgb(255 255 255 / .18);
  box-shadow: 0 12px 35px rgb(0 0 0 / .18);
  backdrop-filter: blur(14px);
  animation: header-drop .4s cubic-bezier(.2, .7, .2, 1) both;
}

@keyframes header-drop {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.logo { justify-self: start; font-size: .78rem; font-weight: 600; letter-spacing: .16em; }
.logo span, .eyebrow { color: var(--accent); }
.nav { display: flex; gap: clamp(1.25rem, 2vw, 2.5rem); }
.nav a, .lang { font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.nav a:hover, .lang:hover { opacity: .65; }
.tools { justify-self: end; display: flex; align-items: center; gap: 1.5rem; }

.language-picker { position: relative; }
.language-picker summary { cursor: pointer; list-style: none; white-space: nowrap; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker summary::after { content: "⌄"; display: inline-block; margin-left: .55rem; color: var(--accent); transition: transform .2s; }
.language-picker[open] summary::after { transform: rotate(180deg); }
.language-options {
  position: absolute;
  z-index: 3;
  top: calc(100% + 1rem);
  right: 0;
  min-width: 150px;
  max-height: min(70vh, 420px);
  overflow-y: auto;
  padding: .45rem;
  display: grid;
  gap: .15rem;
  background: rgb(10 10 10 / .78);
  border: 1px solid rgb(255 255 255 / .18);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgb(0 0 0 / .28);
}
.language-options button {
  padding: .7rem .8rem;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: .72rem;
  letter-spacing: .12em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.language-options button:hover, .language-options button[aria-current="true"] { background: rgb(255 255 255 / .1); }

.intro {
  place-self: center;
  display: grid;
  justify-items: center;
  gap: clamp(.8rem, 2vh, 1.5rem);
  padding-block: 3rem;
  text-align: center;
}

.eyebrow { margin: 0; font-size: .72rem; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; }
h1 {
  margin: 0;
  font-family: "Uni Sans", Impact, sans-serif;
  font-size: clamp(4.5rem, 11vw, 11rem);
  font-weight: 700;
  line-height: var(--display-leading);
  letter-spacing: var(--display-tracking);
  text-transform: uppercase;
  text-shadow: 0 2px 30px rgb(0 0 0 / .25);
}

.roles { margin: .35rem 0 0; display: flex; align-items: center; gap: .8rem; font-size: clamp(.68rem, 1vw, .88rem); letter-spacing: .12em; text-transform: uppercase; }
.roles i { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }
.cta { margin-top: .8rem; padding-bottom: .45rem; border-bottom: 1px solid currentColor; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.cta > span[aria-hidden] { margin-left: .7rem; color: var(--accent); }
.place { margin: 0; font-size: .66rem; line-height: 1.6; letter-spacing: .13em; text-transform: uppercase; }
.place span { color: var(--accent); }

.menu { display: none; position: relative; }
.menu summary { width: 28px; height: 22px; cursor: pointer; list-style: none; position: relative; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary::before, .menu summary::after, .menu summary span {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: .2s;
}
.menu summary::before { top: 3px; }
.menu summary span { top: 10px; width: 17px; }
.menu summary::after { top: 17px; }
.menu[open] summary::before { top: 10px; transform: rotate(45deg); }
.menu[open] summary::after { top: 10px; transform: rotate(-45deg); }
.menu[open] summary span { opacity: 0; }
.menu nav {
  position: absolute;
  z-index: 2;
  top: 42px;
  right: 0;
  min-width: 220px;
  padding: 1.25rem;
  display: grid;
  gap: 1rem;
  background: rgb(10 10 10 / .94);
  border: 1px solid rgb(255 255 255 / .2);
  backdrop-filter: blur(10px);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .header__inner { min-height: 76px; grid-template-columns: 1fr auto 1fr; gap: .75rem; }
  .header__inner > .nav { display: none; }
  .logo { grid-column: 2; grid-row: 1; justify-self: center; position: relative; z-index: 1; }
  .tools {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: .75rem;
  }
  .language-picker { grid-column: 1; justify-self: start; }
  .language-options { right: auto; left: 0; }
  .menu { display: block; grid-column: 3; justify-self: end; }
}

@media (max-width: 760px) {
  .hero { background-position: center, 25% center; }
  .roles { max-width: 310px; flex-wrap: wrap; justify-content: center; line-height: 1.7; }
  h1 { font-size: clamp(4rem, 23vw, 7rem); }

  .service {
    scroll-margin-top: 76px;
    background-position: center;
  }

  #directing {
    background-position: 58% center;
    background-image:
      linear-gradient(0deg, rgb(0 0 0 / .9) 0%, rgb(0 0 0 / .6) 38%, rgb(0 0 0 / .14) 72%),
      linear-gradient(180deg, rgb(150 105 42 / .08), rgb(92 64 28 / .13)),
      url("images/directing-boatbuilder-photo.jpg");
  }

  #producing {
    background-position: 38% center;
    background-image:
      linear-gradient(0deg, rgb(0 0 0 / .9) 0%, rgb(0 0 0 / .6) 38%, rgb(0 0 0 / .14) 72%),
      linear-gradient(180deg, rgb(150 105 42 / .08), rgb(92 64 28 / .13)),
      url("images/producing-overhead-flipped.jpg");
  }

  #film-production {
    background-position: 60% center;
    background-image:
      linear-gradient(0deg, rgb(0 0 0 / .9) 0%, rgb(0 0 0 / .6) 38%, rgb(0 0 0 / .14) 72%),
      linear-gradient(180deg, rgb(150 105 42 / .08), rgb(92 64 28 / .13)),
      url("images/film-digital-equipment-v2.png");
  }

  .service__content,
  .service--right .service__content {
    min-height: 100vh;
    min-height: 100svh;
    padding: 3rem max(20px, var(--side)) clamp(3rem, 9svh, 6rem);
    grid-template-columns: minmax(0, 1fr);
    align-content: end;
  }

  .service--left .service__content > *,
  .service--right .service__content > * { grid-column: 1; }
  .service__title { font-size: clamp(3rem, 15vw, 5.5rem); }
  .service__description { font-size: clamp(1rem, 4vw, 1.125rem); }
  .service__list { display: grid; gap: .5rem; font-size: .72rem; }
  .about { scroll-margin-top: 76px; background-position: center, center, 75% center; }
  .about::before { background: linear-gradient(0deg, rgb(0 0 0 / .74) 0%, rgb(0 0 0 / .38) 46%, transparent 78%); }
  .about__inner { grid-template-columns: 1fr; align-content: end; padding: 4rem max(20px, var(--side)); }
  .about__inner > .service__marker { grid-column: 1; }

  .films-showcase { scroll-margin-top: 76px; }
  .films-showcase__inner { padding: 4rem max(20px, var(--side)); align-content: start; }
  .films-grid { grid-template-columns: 1fr; gap: 4rem; }
  .films-showcase.reveal-ready .film { opacity: 1; transform: none; }
  .film__info h3 { font-size: clamp(1.4rem, 7vw, 2.25rem); }
  .film-modal { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .film-modal__inner { grid-template-columns: 1fr; }
  .film-modal__hero, .film-modal__right { grid-column: 1; }
  .film-modal__right { padding-right: 0; }
  .film-modal__funding-heading { display: grid; gap: .25rem; }
  .film-modal__poster { width: min(76vw, 360px); height: auto; min-height: 0; aspect-ratio: 2 / 3; }
  .film-modal__heading { padding: 0; }
  .film-modal__gallery { grid-template-columns: 1fr; }
  .film-modal__gallery img { height: auto; aspect-ratio: auto; }
  .contact { scroll-margin-top: 76px; }
  .contact__inner { grid-template-columns: 1fr; align-content: start; padding: 4rem max(20px, var(--side)); }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .contact-form__message, .contact-form__footer { grid-column: 1; }
  .contact-form__footer { align-items: flex-start; flex-direction: column; }
  .contact-modal { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .contact-modal__inner { padding: 1.5rem; }
  .privacy-modal { width: calc(100% - 20px); height: calc(100svh - 20px); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .film__poster { width: 100%; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__brand, .footer__bottom { grid-column: 1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .footer__bottom > div { align-items: flex-start; flex-direction: column; gap: .6rem; }
}

@media (max-height: 620px) and (orientation: landscape) {
  .header__inner { min-height: 68px; }
  h1 { font-size: clamp(3.5rem, 15vh, 6rem); }
  .intro { padding-block: 1.25rem; gap: .65rem; }
  .cta { margin-top: 0; }
}

.legal-page { background: #0b0b0b; }
.legal-header { width: min(100%, 1100px); margin-inline: auto; padding: 2rem var(--side); display: flex; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid rgb(255 255 255 / .14); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.legal { width: min(100%, 900px); margin-inline: auto; padding: clamp(3rem, 7vw, 7rem) var(--side); }
.legal > h1 { margin: 1rem 0; font-size: clamp(3.2rem, 8vw, 7rem); }
.legal__updated { margin: 0 0 4rem; color: rgb(255 255 255 / .5); }
.legal section { margin-top: 2.5rem; }
.legal section h2 { margin: 0 0 .9rem; color: #fff; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.legal section p { margin: .7rem 0 0; color: rgb(255 255 255 / .72); font-size: 1rem; line-height: 1.65; }
.legal section a { text-decoration: underline; text-underline-offset: .2em; }
.legal-page--embedded .legal-header { display: none; }
.legal-page--embedded .legal { padding-top: clamp(2rem, 5vw, 4rem); }

@media (max-width: 600px) {
  .legal-header { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; scroll-snap-type: none; }
  *, *::before, *::after { transition: none !important; }
  .films-showcase.reveal-ready .film { opacity: 1; transform: none; }
  .service.reveal-ready .service__content { opacity: 1; transform: none; }
  .header.is-sticky { animation: none; }
}
