:root {
  --bg: #050505;
  --panel: #101010;
  --text: #f4f1eb;
  --muted: #b9b2a6;
  --line: rgba(255, 255, 255, 0.14);
  --accent: #d8b36a;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Open Sans", Arial, sans-serif;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons.eot");
  src:
    url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ElegantIcons.woff") format("woff"),
    url("../fonts/ElegantIcons.ttf") format("truetype"),
    url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
}

body:has(.film-page) {
  background: #fff;
  color: #6d6d6d;
}

body:has(.film-page) .site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr) auto;
  align-items: center;
  height: 200px;
  padding: 0 25px;
  background: #000;
  border-bottom: 0;
}

.logo {
  display: flex;
  align-items: center;
  height: 175px;
  width: 370px;
  min-width: 370px;
  max-width: 370px;
  overflow: visible;
}

.logo img {
  width: 342px;
  max-width: none;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-left: 0;
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  transform: translateX(17px);
}

.main-nav > a,
.nav-item > a {
  display: flex;
  align-items: center;
  height: 200px;
  padding: 0;
  margin-right: 62px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.9px;
}

.nav-item > a {
  min-width: 60px;
}

.main-nav > a[href*="music"] {
  min-width: 49.1px;
  justify-content: center;
}

.main-nav > a[href*="corporate"] {
  min-width: 89.4px;
  justify-content: center;
}

.main-nav > a[href*="video-marketing"] {
  min-width: 142.7px;
  justify-content: center;
}

.main-nav > a[href*="contact"] {
  min-width: 69.3px;
  justify-content: center;
}

.main-nav a:hover,
.has-submenu:hover > a {
  color: var(--accent);
}

.nav-item {
  position: relative;
}

.submenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  display: grid;
  min-width: 280px;
  padding: 22px 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu a {
  padding: 7px 28px;
  color: #ababab;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
}

.submenu a:hover {
  color: #fff;
}

.social-nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 25px;
  margin-left: 0;
  margin-right: 22px;
  transform: translateY(-6px);
}

.social-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 1;
}

.social-nav svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.social_youtube,
.social_facebook,
.social_instagram,
.social_twitter {
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.social_facebook::before { content: "\e093"; }
.social_twitter::before { content: "\e094"; }
.social_instagram::before { content: "\e09a"; }
.social_youtube::before { content: "\e0a3"; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
}

.home-portfolio {
  height: 637px;
  min-height: 637px;
  max-height: 637px;
  overflow: hidden;
  background: #000;
}

.home-carousel,
.home-track,
.home-slide,
.home-card {
  height: 100%;
}

.home-carousel {
  width: 100%;
  overflow: hidden;
}

.home-track {
  display: flex;
  width: max-content;
  transform: translate3d(-478px, 0, 0);
  transition: transform 650ms ease-in-out;
}

.home-slide {
  flex: 0 0 478px;
  width: 478px;
}

.home-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}

.home-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 500ms ease, opacity 350ms ease;
}

.home-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 280ms ease;
}

.home-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 45px;
  line-height: 0.95;
  text-align: center;
  text-transform: none;
  opacity: 0;
  display: none;
}

.home-category {
  position: absolute;
  left: 50%;
  top: calc(50% + 44px);
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  opacity: 0;
  display: none;
}

.home-card:hover img {
  transform: scale(1.04);
}

.home-card:hover .home-overlay {
  background: rgba(0, 0, 0, 0.58);
}

.music-slider-section {
  position: relative;
  height: 377px;
  overflow: hidden;
  background: #000;
}

.music-track::before,
.music-track::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 42px;
  background-repeat: repeat-x;
  background-size: auto 42px;
  opacity: 0.72;
  pointer-events: none;
}

.music-track::before {
  top: 0;
  background-image: url("../images/filmstrip-top-white-42.png");
  background-position: left top;
}

.music-track::after {
  bottom: 0;
  background-image: url("../images/filmstrip-bottom-white-balanced-42.png");
  background-position: left bottom;
}

.music-carousel,
.music-track {
  height: 100%;
}

.music-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.music-track {
  position: relative;
  display: flex;
  width: max-content;
  transform: translate3d(-520px, 0, 0);
  transition: transform 650ms ease-in-out;
}

.music-slide {
  position: relative;
  flex: 0 0 520px;
  width: 520px;
  height: 293px;
  margin-top: 42px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.music-card {
  position: relative;
  display: block;
  width: 100%;
  height: 293px;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #111;
  color: #111;
  cursor: pointer;
}

.music-card-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #111;
}

.music-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, opacity 350ms ease;
}

.music-card::after {
  content: none;
}

.music-card-title {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  max-width: calc(100% - 36px);
  padding: 7px 10px 6px;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px;
  background: var(--text);
}

.home-slider {
  position: relative;
  min-height: calc(100vh - 112px);
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  padding: 0 clamp(24px, 8vw, 110px) 12vh;
  opacity: 0;
  visibility: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.22)),
    var(--bg) center / cover no-repeat;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.22)),
    var(--bg);
}

.slide[style] {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.22)),
    var(--bg);
}

.slide.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms ease;
}

.slide-copy {
  max-width: 820px;
}

.slide-copy p,
.section-heading p,
.page-hero p,
.project-hero p,
.admin-title p {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slide-copy h1,
.page-hero h1,
.project-hero h1 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(68px, 12vw, 160px);
  line-height: 0.88;
  letter-spacing: 0;
}

.slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--text);
  background: var(--text);
  color: #050505;
  font-weight: 700;
  cursor: pointer;
}

.button-ghost {
  background: transparent;
  color: var(--text);
}

.button:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #050505;
}

.slider-controls {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: 34px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.slider-controls button {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.45);
  color: var(--text);
  padding: 12px 18px;
  cursor: pointer;
}

.section {
  padding: clamp(72px, 9vw, 130px) clamp(20px, 5vw, 72px);
}

.section-dark {
  background: #0b0b0b;
  border-top: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading h2,
.project-info h2,
.admin-title h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.95;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 34px;
}

.project-grid-large {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.project-card h3 {
  margin: 18px 0 4px;
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1;
}

.project-card p {
  margin: 0;
  color: var(--muted);
}

.project-poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #171717;
  color: var(--text);
  cursor: pointer;
}

.project-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease, opacity 400ms ease;
}

.project-poster:hover img {
  transform: scale(1.04);
  opacity: 0.72;
}

.project-poster span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.play-badge {
  display: grid;
  place-items: center;
  left: 50% !important;
  top: 50%;
  bottom: auto !important;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
}

.split-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.grid-title {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: 44px;
}

.page-hero,
.project-hero {
  min-height: 52vh;
  display: grid;
  align-items: end;
  padding: 0 clamp(24px, 8vw, 110px) 10vh;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.22)),
    #131313 center / cover no-repeat;
}

.compact-hero {
  min-height: 36vh;
}

.marketing-page {
  background: #fff;
  color: #6d6d6d;
}

.marketing-page p {
  margin: 0 0 20px;
}

.marketing-hero {
  width: min(1060px, calc(100% - 80px));
  margin: 0 auto;
  padding: 64px 0 82px;
  text-align: center;
}

.marketing-kicker {
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.marketing-hero h1 {
  max-width: 920px;
  margin: 0 auto 42px;
  color: #111;
  font-size: clamp(64px, 9.5vw, 126px);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.marketing-intro {
  max-width: 820px;
  margin: 0 auto;
  color: #777;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.marketing-section {
  width: min(1060px, calc(100% - 80px));
  margin: 0 auto;
  padding: 0 0 86px;
}

.marketing-results {
  max-width: 1060px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 82px);
  align-items: center;
  padding-left: 28px;
  border-left: 2px solid #e0e0e0;
}

.marketing-results h2,
.marketing-plans-intro h2 {
  margin: 0 0 22px;
  color: #111;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.marketing-results p,
.marketing-plans-intro p {
  color: #777;
  font-size: 15px;
  line-height: 28px;
}

.marketing-results-copy p:last-child {
  margin-bottom: 0;
}

.marketing-results-image {
  margin: 0;
}

.marketing-results-image img {
  width: 100%;
  height: auto;
}

.marketing-plans-intro {
  max-width: 820px;
}

.marketing-cards {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 0 0 120px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.marketing-card {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background: #343434;
  border: 1px solid #515151;
  transition: transform 260ms ease, border-color 260ms ease;
}

.marketing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #fff, transparent);
  opacity: 0.18;
}

.marketing-card:hover {
  transform: translateY(-6px);
  border-color: #737373;
}

.marketing-plan {
  color: #c9c9c9;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.marketing-price {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

.marketing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 38px;
}

.marketing-card li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  color: #f0f0f0;
  font-weight: 300;
}

.marketing-card li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #c9c9c9;
  font-size: 13px;
}

.marketing-frequency {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #646464;
  color: #dadada;
  font-size: 15px;
}

.contact-page {
  background: #fff;
  color: #6d6d6d;
}

.contact-hero {
  display: grid;
  place-items: center;
  min-height: 315px;
  padding: 64px 24px 72px;
  text-align: center;
}

.contact-hero p {
  margin: 0 0 14px;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-hero h1 {
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(76px, 11vw, 146px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(320px, 680px);
  gap: clamp(40px, 7vw, 96px);
  width: min(1060px, calc(100% - 80px));
  margin: 0 auto;
  padding: 0 0 116px;
}

.contact-info h2 {
  margin: 0 0 22px;
  color: #111;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
}

.contact-info p {
  margin: 0 0 36px;
  color: #777;
  font-size: 15px;
  line-height: 28px;
}

.contact-info dl {
  display: grid;
  gap: 24px;
  margin: 0;
}

.contact-info dt {
  margin: 0 0 5px;
  color: #111;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.contact-info dd {
  margin: 0;
  color: #777;
  font-size: 15px;
}

.contact-info a:hover {
  color: #111;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #111;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #dedede;
  background: #f8f8f8;
  color: #555;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 24px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 1px solid #111;
  border-color: #111;
  background: #fff;
}

.contact-submit {
  justify-self: start;
  min-width: 150px;
  min-height: 44px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-submit:hover {
  background: #fff;
  color: #111;
}

.contact-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-alert,
.contact-notice {
  margin: 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 22px;
}

.contact-alert {
  border-left: 3px solid #8d1f16;
  background: #fff2f1;
  color: #8d1f16;
}

.contact-alert p {
  margin: 0;
}

.contact-notice {
  border-left: 3px solid #145c27;
  background: #eef8f0;
  color: #145c27;
}

.project-hero {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.22)),
    var(--bg);
}

.project-detail {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 520px);
  gap: clamp(36px, 6vw, 90px);
  padding: clamp(60px, 8vw, 110px) clamp(20px, 6vw, 90px);
}

.project-media {
  position: relative;
}

.project-media img {
  width: 100%;
}

.play-large {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.project-info {
  align-self: start;
  position: sticky;
  top: 140px;
}

.project-info p {
  color: var(--muted);
}

.project-info dl {
  margin: 32px 0 0;
}

.project-info dt {
  margin-top: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-info dd {
  margin: 4px 0 0;
  color: var(--text);
}

.film-page {
  position: relative;
  background: #fff;
  color: #6d6d6d;
  font-family: "Open Sans", sans-serif;
}

.content-lines {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.content-lines span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.content-lines span:nth-child(1) {
  left: 10%;
}

.content-lines span:nth-child(2) {
  left: 50%;
}

.content-lines span:nth-child(3) {
  right: 10%;
}

.film-title-band,
.film-top-media,
.film-content,
.film-gallery,
.film-nav {
  position: relative;
  z-index: 1;
}

.film-title-band {
  min-height: 859px;
  padding: 146px 0 513px;
  background: #111 var(--bg) center top / cover no-repeat;
}

.film-title-inner {
  width: min(1080px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 31px;
  text-align: center;
}

.film-title-inner span {
  display: block;
  margin: 0 0 14px;
  color: #ababab;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 4px;
  text-transform: lowercase;
}

.film-title-inner h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 65px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 1.5px;
}

.film-top-media {
  width: min(1111px, calc(100% - 80px));
  margin: -522px auto 0;
}

.film-video {
  position: relative;
}

.film-video img {
  width: 100%;
  height: auto;
}

.film-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.film-play::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #fff;
}

.film-content {
  width: min(733px, calc(100% - 80px));
  margin: 77px auto 0;
}

.film-description {
  margin: 0 0 38px;
  color: #7a7a7a;
  font-family: Roboto, "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 29.7px;
}

.film-info {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 26px;
}

.film-info-row {
  display: block;
  margin: 0 0 9px;
}

.film-info-row h5 {
  display: inline-block;
  width: 153px;
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 7.2px;
}

.film-info-row span {
  color: #6d6d6d;
}

.film-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(1104px, calc(100% - 80px));
  margin: 86px auto 0;
}

.film-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.film-nav {
  display: flex;
  justify-content: space-between;
  width: min(1100px, calc(100% - 80px));
  margin: 137px auto 40px;
  padding-top: 34px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.film-nav-item {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #111;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.film-nav-item img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.film-nav-item small {
  display: block;
  margin-bottom: 8px;
  color: #8b8b8b;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.film-nav-next {
  text-align: right;
}

@media (min-width: 1600px) {
  .film-title-inner {
    width: min(1280px, calc(100% - 80px));
  }

  .film-top-media {
    width: min(1313px, calc(100% - 80px));
  }

  .film-gallery {
    width: min(1304px, calc(100% - 80px));
  }

  .film-content {
    width: min(866.7px, calc(100% - 80px));
  }
}

.site-footer {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 22px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.site-footer a {
  color: inherit;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.9);
}

.modal[aria-hidden="false"] {
  display: grid;
}

.modal-frame {
  width: min(1100px, 94vw);
  aspect-ratio: 16 / 9;
}

.modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-close {
  position: fixed;
  top: 20px;
  right: 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 44px;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.login-page,
.admin-body {
  background: #eeeeea;
  color: #111;
}

.login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
}

.login-card,
.admin-form,
.admin-table {
  background: #fff;
  border: 1px solid #ddd;
}

.login-card {
  width: min(420px, 100%);
  padding: 34px;
}

.login-card h1,
.admin-form h2 {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 44px;
}

.login-card label,
.admin-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfcfc9;
  padding: 12px;
  font: inherit;
}

.admin-body {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  padding: 26px;
  background: #080808;
  color: #fff;
}

.admin-brand {
  display: block;
  margin-bottom: 32px;
  font-family: var(--font-display);
  font-size: 34px;
}

.admin-sidebar nav {
  display: grid;
  gap: 12px;
}

.admin-sidebar a:hover {
  color: var(--accent);
}

.admin-main {
  padding: clamp(24px, 5vw, 60px);
}

.admin-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 16px;
  border-bottom: 1px solid #e4e4df;
  text-align: left;
}

.admin-table span {
  display: block;
  color: #777;
  font-size: 13px;
}

.table-actions {
  white-space: nowrap;
}

.table-actions a,
.table-actions button {
  margin-left: 14px;
  font-weight: 700;
}

.table-actions form {
  display: inline;
}

.table-actions button {
  border: 0;
  background: transparent;
  color: #8d1f16;
  cursor: pointer;
  font: inherit;
}

.admin-form {
  padding: 28px;
}

.narrow-form {
  max-width: 560px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.checkbox {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.checkbox input {
  width: auto;
}

.alert,
.notice {
  padding: 12px 14px;
  margin: 0 0 18px;
}

.alert {
  background: #ffe0de;
  color: #8d1f16;
}

.notice {
  background: #e6f4e8;
  color: #145c27;
}

@media (max-width: 900px) {
  .site-header {
    height: 90px;
    padding: 0 20px;
  }

  .logo {
    height: 70px;
    flex: 0 0 auto;
  }

  .logo img {
    width: 170px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    justify-items: center;
    padding: 24px;
    background: #000;
    margin-left: 0;
    text-align: center;
    transform: none;
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav > a,
  .nav-item > a {
    height: auto;
    padding: 10px 0;
    margin-right: 0;
    justify-content: center;
  }

  .nav-item {
    display: grid;
    justify-items: center;
  }

  .submenu {
    position: static;
    display: grid;
    justify-items: center;
    min-width: 0;
    padding: 0 0 10px;
    opacity: 1;
    visibility: visible;
    transform: none;
    text-align: center;
  }

  .submenu a {
    padding: 4px 0;
  }

  .social-nav {
    display: none;
  }

  .home-portfolio {
    height: 92vh;
    min-height: 560px;
    max-height: none;
  }

  .home-slide {
    flex-basis: 82vw;
    width: 82vw;
  }

  .home-track {
    transform: translate3d(-82vw, 0, 0);
  }

  .music-slider-section {
    height: calc((86vw * 0.5625) + 68px);
    max-height: 361px;
  }

  .music-track::before,
  .music-track::after {
    height: 34px;
    background-size: auto 34px;
  }

  .music-track::before {
    top: 0;
  }

  .music-track::after {
    bottom: 0;
  }

  .music-slide {
    flex-basis: 86vw;
    width: 86vw;
    height: min(calc(86vw * 0.5625), 293px);
    margin-top: 34px;
  }

  .music-track {
    transform: translate3d(-86vw, 0, 0);
  }

  .music-card {
    height: min(calc(86vw * 0.5625), 293px);
  }

  .music-carousel {
    height: 100%;
  }

  .music-card-title {
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 6px 9px 5px;
    font-size: 21px;
    letter-spacing: 1.4px;
  }

  .split-grids,
  .project-detail,
  .admin-body,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .project-info {
    position: static;
  }

  .marketing-hero,
  .marketing-section,
  .marketing-cards {
    width: min(100% - 44px, 720px);
  }

  .marketing-hero {
    padding: 42px 0 64px;
  }

  .marketing-hero h1 {
    font-size: 68px;
    line-height: 0.9;
  }

  .marketing-intro {
    font-size: 15px;
    line-height: 28px;
  }

  .marketing-results {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-left: 20px;
  }

  .marketing-cards {
    padding-bottom: 80px;
  }

  .contact-section {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 720px);
    padding-bottom: 82px;
  }

  .contact-hero {
    min-height: 230px;
    padding: 42px 24px 54px;
  }

  body:has(.film-page) .site-header {
    position: relative;
    background: #000;
  }

  .film-title-band {
    min-height: 0;
    padding: 66px 0 118px;
    background-position: center center;
  }

  .film-title-inner {
    width: min(100% - 48px, 720px);
    padding-top: 0;
  }

  .film-title-inner h1 {
    font-size: 58px;
    line-height: 58px;
  }

  .film-top-media {
    width: min(100% - 48px, 720px);
    margin: -84px auto 0;
  }

  .film-content {
    width: min(100% - 48px, 620px);
    margin: 48px auto 0;
    background: #fff;
  }

  .film-gallery {
    width: min(100% - 48px, 720px);
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .film-nav {
    width: min(100% - 48px, 720px);
    margin-top: 76px;
  }

  .site-footer,
  .admin-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 82px;
    height: 82px;
  }

  .logo img {
    width: 154px;
  }

  .project-grid-large,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .marketing-hero h1 {
    font-size: 48px;
  }

  .marketing-card {
    padding: 32px;
  }

  .marketing-price {
    font-size: 44px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: 68px;
  }

  .film-title-band {
    min-height: 0;
    padding: 46px 0 112px;
  }

  .film-title-inner {
    width: calc(100% - 36px);
  }

  .film-title-inner span {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
  }

  .film-title-inner h1 {
    font-size: 50px;
    line-height: 48px;
  }

  .film-top-media,
  .film-content,
  .film-gallery,
  .film-nav {
    width: calc(100% - 36px);
  }

  .film-top-media {
    margin-top: -90px;
  }

  .film-content {
    margin-top: 36px;
  }

  .film-description {
    font-size: 15px;
    line-height: 27px;
  }

  .film-info-row h5 {
    display: block;
    width: auto;
    margin-bottom: 3px;
    letter-spacing: 5px;
  }

  .film-nav {
    align-items: flex-start;
    gap: 24px;
  }

  .film-nav-item {
    gap: 10px;
    font-size: 20px;
  }

  .film-nav-item img {
    height: 64px;
  }
}
