@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-Black-WebXL.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-BlackItalic-WebXL.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-Bold-WebXL.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-Regular-WebXL.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-RegularItalic-WebXL.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-MediumItalic-WebXL.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-BoldItalic-WebXL.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire webxl;
  src: url('../fonts/SangBleuEmpire-Medium-WebXL.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --black-2: transparent;
  --edc9e1: #edc9e1;
  --pink: #ff80d2;
  --nav-height: 80px;
  --page-gutter: 160px;
  --section-gap: 80px;
  --title-gap: 20px;
  --title-offset: 60px;
  --text-image-gap: 80px;
  --contact-clearance: 0px;
  --prose-clearance: 120px;
}

.layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  font-family: Sangbleuempire webxl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: var(--white);
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
}

.section.section-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.hero {
  backface-visibility: visible;
  color: #0000;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  transform: perspective(176px);
}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.text-tiny {
  font-size: 12px;
  line-height: 20px;
}

.text-large {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.text-lead {
  opacity: .6;
}

.hero-intro {
  opacity: 1;
  color: var(--black);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}

.brand-strip {
  /* Between-logo rhythm: gap on flex lists + item margin (logos sit inside wide li slots). */
  --brand-strip-gap: clamp(84px, 16vw, 210px);
  --brand-strip-item-margin: clamp(28px, 5.3vw, 70px);
  --brand-strip-edge-padding: var(--brand-strip-gap);
  --brand-strip-seam-padding: calc(var(--brand-strip-gap) / 2);
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: var(--section-gap);
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.brand-strip__track {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  animation: brand-scroll 30s linear infinite;
}

@keyframes brand-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-strip {
    justify-content: center;
  }

  .brand-strip__track {
    width: 100%;
    max-width: 100%;
    animation: none;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .brand-strip__track::-webkit-scrollbar {
    display: none;
  }

  .brand-strip__list[aria-hidden="true"] {
    display: none;
  }

  .brand-strip {
    --brand-strip-edge-padding: clamp(42px, 10.5vw, 128px);
  }

  .brand-strip__list:first-of-type {
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    gap: var(--brand-strip-gap);
    padding-left: var(--brand-strip-edge-padding);
    padding-right: var(--brand-strip-edge-padding);
  }
}

.brand-strip__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  gap: var(--brand-strip-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Marquee seam: half-padding per list so the join matches one gap (not double). */
@media (prefers-reduced-motion: no-preference) {
  .brand-strip__list:first-of-type {
    padding-left: var(--brand-strip-edge-padding);
    padding-right: var(--brand-strip-seam-padding);
  }

  .brand-strip__list:last-of-type {
    padding-left: var(--brand-strip-seam-padding);
    padding-right: var(--brand-strip-edge-padding);
  }
}

.brand-strip__list li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: var(--brand-strip-item-margin);
  width: clamp(150px, 18vw, 210px);
  height: clamp(60px, 7.5vw, 84px);
  padding: 8px;
  box-sizing: border-box;
  overflow: visible;
}

.brand-strip__list img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* Per-logo sizing: balance visual mass without transform clipping */
.brand-strip__list li.brand-strip__item--swiss {
  width: clamp(225px, 27vw, 315px);
  height: clamp(90px, 11.25vw, 126px);
}

.brand-strip__list li.brand-strip__item--swiss img {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.brand-strip__list li.brand-strip__item--audi {
  width: clamp(146px, 17.5vw, 204px);
  height: clamp(59px, 7.3vw, 82px);
}

.brand-strip__list li.brand-strip__item--audi img {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.brand-strip__list li.brand-strip__item--adidas,
.brand-strip__item--adidas {
  width: clamp(165px, 19.8vw, 231px);
  height: clamp(88px, 11vw, 114px);
  min-height: 88px;
  padding: 12px 8px;
  align-items: center;
}

.brand-strip__list li.brand-strip__item--uniqlo,
.brand-strip__item--uniqlo {
  width: clamp(158px, 19vw, 221px);
  height: clamp(84px, 10.5vw, 109px);
  min-height: 84px;
  padding: 13px 8px;
  align-items: center;
}

.brand-strip__item--uniqlo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.brand-strip__item--adidas img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.brand-strip__list li.brand-strip__item--gucci,
.brand-strip__item--gucci {
  width: clamp(238px, 29.7vw, 298px);
  height: clamp(79px, 9.9vw, 110px);
  margin-top: 5px;
}

.brand-strip__list li.brand-strip__item--moncler,
.brand-strip__item--moncler {
  width: clamp(263px, 32.8vw, 329px);
  height: clamp(87px, 10.9vw, 122px);
  margin-top: 5px;
}

.brand-strip__item--gucci img,
.brand-strip__item--moncler img {
  max-height: 62%;
  max-width: 90%;
}

.btn {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn:hover {
  color: #fff;
  background-color: #32343a;
}

.btn:active {
  background-color: #43464d;
}

.btn.btn-jumbo {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn.btn-jumbo.btn-jumbo-white {
  color: #000;
  background-color: #fff;
}

.btn.btn-jumbo.btn-jumbo-white:hover {
  background-color: #f1f1f1;
}

.btn.btn-jumbo.btn-jumbo-white:active {
  background-color: #e1e1e1;
}

.btn.btn-contact {
  z-index: 5;
  background-color: #0000;
  position: relative;
}

.btn.btn-white {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn.btn-white:hover {
  background-color: #fffc;
}

.btn.btn-white:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.label-styleguide {
  margin-bottom: 25px;
}

.label.label-muted {
  opacity: .6;
  text-transform: lowercase;
  margin-top: 0;
}

.label.label-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.text-muted {
  opacity: .6;
}

.hero-title {
  color: #edc9e1;
  text-align: center;
  align-self: center;
  width: 100%;
  -webkit-text-stroke-color: #edc9e1;
  text-transform: none;
  object-fit: cover;
  margin-top: -495px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sangbleuempire webxl, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 220px;
}

.hero-title.hero-title-white {
  color: #fff;
}

.heading-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.text-small {
  font-size: 14px;
  line-height: 26px;
}

.nav-logo {
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  line-height: 0;
}

.nav-logo:hover {
  opacity: .8;
}

.nav-logo:active {
  opacity: .7;
}

.nav-controls {
  z-index: 0;
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto;
}

.nav-inner {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  padding: 0 100px;
}

.nav {
  background-color: var(--white);
  color: #656f96;
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 0;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}

.nav.is-scrolling {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.nav:hover {
  color: #ff80d2;
}

.nav a {
  text-decoration: none;
}

.nav-link {
  opacity: 1;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: lowercase;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  transition-property: none;
  display: flex;
}

.nav-link:hover {
  opacity: .9;
  color: #ff80d2;
}

.nav-link:active {
  opacity: .8;
}

.nav-link.is-current {
  opacity: 1;
  color: var(--white);
  font-weight: 400;
}

.nav-link.is-current:hover {
  opacity: .8;
  color: #ff80d2;
}

.nav-link.is-current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.nav-list {
  gap: 83px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 1025px) {
  .nav-list {
    display: flex;
  }
}

.nav-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

html {
  scroll-behavior: smooth;
}

#workflow,
#about,
#filmografie,
#film-series {
  scroll-margin-top: calc(var(--nav-height) + 20px);
}

.footer-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  margin-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
  display: flex;
}

.footer-credit {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.footer-credit:hover {
  opacity: 1;
}

.footer-credit:active {
  opacity: .8;
}

.footer-credit-icon {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.intro-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.intro-home {
  margin-top: 300px;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.status-success {
  background-color: #12b878;
}

.status-message.status-error {
  background-color: #db4b68;
}

.status-message.status-empty {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e4e4e4;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.field-contact {
  margin-bottom: 25px;
}

.text-field.field-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.project-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.project-3 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.post-header {
  width: 70%;
  margin: 60px auto;
}

.post-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.post-header-image.is-current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-page {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.error-page {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

.error-panel {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.error-content {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.section-inner {
  margin-bottom: 0;
}

.section-title {
  color: var(--black);
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid #0000;
  margin-top: var(--title-offset);
  margin-bottom: var(--title-gap);
  padding-left: 0;
  padding-right: 60px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.about-grid-unused {
  grid-column-gap: 68px;
  grid-row-gap: 0px;
  color: #000;
  grid-template: ". ."
  / 1.5fr 2fr;
  grid-auto-flow: column dense;
  align-items: start;
  margin-top: 4px;
  margin-bottom: 80px;
}

.workflow-grid {
  grid-column-gap: var(--text-image-gap);
  grid-row-gap: var(--text-image-gap);
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
  grid-auto-flow: column dense;
  align-content: start;
  align-items: start;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-block {
  text-align: right;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Sangbleuempire webxl, sans-serif;
  font-size: 14px;
}

body:has(.nav) {
  padding-top: var(--nav-height);
}

.page {
  background-color: #fff;
}

.hero-img-primary {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.hero-img-overlay {
  object-fit: cover;
  margin-top: -576px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  transform: scale(0.91);
  transform-origin: center;
}

.bold-caps {
  font-weight: 400;
}

.heading {
  font-size: 36px;
}

._1heading {
  font-size: 60px;
}

.workflow-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.prose {
  color: var(--black);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--prose-clearance);
  font-family: Sangbleuempire webxl, sans-serif;
  font-weight: 400;
}

.credits-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.credits-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--credits-col-gap, 40px);
  align-items: start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: #000;
  padding-left: 0;
}

.credits-header-row,
.credits-rows {
  grid-column: 1 / -1;
}

.credits-header-row,
.credits-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--credits-col-gap, 40px);
  align-items: stretch;
}

.credits-rows {
  display: flex;
  flex-direction: column;
}


.credits-col-main,
.credits-col-commercials,
.credits-col-film {
  padding-left: 0;
}

.film-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 128px;
  margin-bottom: 60px;
  padding-left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.credits-section .credits-heading,
.credits-section .film-heading {
  margin-top: 0;
  margin-bottom: var(--title-gap);
  padding-left: 0;
  padding-right: 0;
  font-size: 90px;
  line-height: 90px;
}

.credits-section .credits-heading__line {
  display: block;
}

.credits-col-commercials,
.credits-col-film {
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
}

.btn-floating {
  z-index: auto;
  clear: none;
  outline-offset: 0px;
  color: var(--white);
  text-align: right;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: scale-down;
  direction: ltr;
  background-color: #0000;
  background-clip: padding-box;
  border: 2px #802c2c;
  border-radius: 0;
  outline: 3px #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: auto;
  margin-left: 773px;
  margin-right: 50px;
  padding: 6px 6px 6px 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 20px;
  transition-property: none;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 50px;
}

.btn-floating:hover {
  color: #ff80d2;
}

.btn-floating-alt {
  width: 200px;
  color: var(--white);
  background-color: #0000;
  justify-content: flex-end;
  margin: 0 50px -11px 962px;
  padding: 0 6px;
  font-family: Sangbleuempire webxl, sans-serif;
  font-size: 10px;
  font-weight: 500;
  transition-property: width;
  display: block;
  position: sticky;
  bottom: 19px;
  right: 50px;
  overflow: auto;
}

.btn-floating-alt:hover {
  color: #ff80d2;
}

.workflow-section {
  margin-top: var(--section-gap);
  margin-left: 40px;
  margin-right: 30px;
}

.workflow-section .section-title {
  margin-top: 0;
  margin-bottom: var(--title-gap);
}

.text-block-3 {
  margin-left: 50px;
  margin-right: 50px;
  font-size: 10px;
}

.text-block-4 {
  color: var(--black);
}

.legal-content {
  color: #000;
}

.privacy-content {
  color: var(--black);
}

.contact-spacer {
  color: var(--white);
  font-size: 12px;
}

.site-footer {
  color: var(--white);
  background-color: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: var(--section-gap);
  padding: 48px var(--page-gutter) 64px;
  font-family: Sangbleuempire webxl, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.site-footer__inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 32px;
}

.site-footer__credit {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.site-footer__copy {
  margin: 0;
  opacity: 0.6;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.site-footer__links a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.site-footer__links a:hover {
  border-bottom-color: var(--white);
}

.page-zurich {
  background-color: var(--black);
}

.grid {
  grid-column-gap: 0px;
}

.text-span {
  color: #000;
}

.text-span-2 {
  color: #fff;
}

.zurich-logo {
  margin-top: -1700px;
}

.contact-phone,
.contact-mail {
  --contact-btn-size: 68px;
  font-size: var(--contact-btn-size);
  font-weight: 500;
  line-height: 1;
  padding: 0.15em 0.4em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--edc9e1);
  border-radius: 0;
  height: auto;
  min-height: 0;
  position: fixed;
  right: 0;
}

.contact-phone {
  clear: left;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: scale-down;
  background-clip: padding-box;
  width: auto;
  bottom: calc(5% + 1.3em);
  box-shadow: 9px 5px 6px #0003;
}

.contact-mail {
  mix-blend-mode: normal;
  transition-property: none;
  bottom: 5%;
  box-shadow: inset 0 2px 5px #0003;
}

.contact-label {
  mix-blend-mode: hard-light;
  object-fit: scale-down;
  font-weight: 500;
}

.contact-label br {
  display: none;
}

.dropdown-hidden {
  display: none;
}

.credit-entry {
  text-transform: none;
  width: 520px;
  margin-bottom: 30px;
  font-style: normal;
}

.credits-section .credits-content {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.credits-section .credit-entry {
  --credit-line-height: 28px;
  --credit-title-size: 30px;
  --credit-title-line-height: 1.1;
  --credit-body-size: 16px;
  display: block;
  position: relative;
  align-self: stretch;
  justify-self: stretch;
  min-height: 100%;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--credit-line-height);
}

.credits-section .credits-row:not(:last-child) .credit-entry {
  padding-bottom: 30px;
}

.credits-section .credit-entry--empty {
  margin: 0;
  padding: 0;
  min-height: 0;
}

.credits-section .credits-row:not(:last-child) {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.credits-section .credits-row:not(:last-child)::after {
  content: none;
  border: 0;
}

.credits-section .credits-header-row {
  position: relative;
}

.credits-section .credits-header-row::before {
  content: none;
  border: 0;
}

.credits-section .credits-header-row::after {
  content: none;
  border: 0;
}

.credit-title {
  font-size: 30px;
}

.credits-section .credit-title {
  font-size: var(--credit-title-size, 30px);
  line-height: var(--credit-title-line-height, 1.1);
}

.credits-section .credit-entry--commercial .credit-title {
  display: block;
  margin: 0 0 calc((var(--credit-line-height) - var(--credit-body-size)) * 1.8) 0;
}

.credits-section .credit-entry--commercial .credit-title + br {
  display: none;
}

.credits-section .credit-entry--film .credit-title:not(:has(+ em)):not(:has(+ strong em)) {
  display: block;
  margin: 0 0 calc((var(--credit-line-height) - var(--credit-body-size)) * 1.8) 0;
}

.credits-section .credit-entry--film .credit-title:not(:has(+ em)):not(:has(+ strong em)) + br {
  display: none;
}

.credits-section .credit-entry--film .credit-title:has(+ em),
.credits-section .credit-entry--film .credit-title:has(+ strong em) {
  display: inline;
  margin-bottom: 0;
}

.credits-section .credit-entry--film .credit-title + em,
.credits-section .credit-entry--film .credit-title + strong:has(em) {
  display: inline;
  font-style: italic;
}

.credits-section .credit-entry--film .credit-title + em + strong,
.credits-section .credit-entry--film .credit-title + strong + strong {
  display: block;
  margin-top: 0;
}

.credits-section .credit-entry--film .credit-title + em + strong > br:first-child,
.credits-section .credit-entry--film .credit-title + strong + strong > br:first-child {
  display: none;
}

.hero-quote {
  font-weight: 500;
  line-height: 1.5;
}

.content-offset {
  margin-left: 40px;
}

.image-centered {
  float: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.credits-section {
  --credits-edge-left: 160px;
  --credits-edge-right: 40px;
  --credits-col-gap: 40px;
  background-color: #fff;
  border: 0 solid #000;
  margin-top: var(--section-gap);
  margin-left: 160px;
  margin-right: 40px;
  width: auto;
  max-width: calc(100% - 200px);
  box-sizing: border-box;
}

.credits-section .credits-layout {
  position: relative;
  overflow: visible;
}

.credits-section .credits-layout::before {
  content: none;
  border: 0;
}

/* Credits: remove hover effects (keep static styling) */
.credits-section .credits-heading,
.credits-section .film-heading,
.credits-section .credit-entry,
.credits-section .credit-entry--commercial,
.credits-section .credit-entry--film {
  transition: none;
}

.hero .hero-intro:hover,
.about-section .prose:hover,
.workflow-section .prose:hover {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .about-intro-row,
  .story-block--right {
    border-radius: 2px;
  }
}

@media screen and (min-width: 768px) {
  .credits-section {
    overflow: visible;
  }

  .credits-section .credits-layout,
  .credits-section .credits-header-row,
  .credits-section .credits-row {
    grid-template-columns: 1fr 1fr;
    overflow: visible;
    transition: none;
  }

  .credits-section .credits-heading,
  .credits-section .film-heading,
  .credits-section .credit-entry--commercial,
  .credits-section .credit-entry--film {
    height: 100%;
    transform: none;
    transition: color 0.2s ease;
    opacity: 1;
    clip-path: none;
  }

  .credits-section .credit-entry--film.credit-entry--empty {
    display: block;
    position: relative;
    align-self: stretch;
    min-height: 1px;
  }

  .credits-section .credit-entry--film.credit-entry--empty::before {
    content: none;
    border: 0;
  }
}

.nav-logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 88px;
  margin: 0;
  object-fit: contain;
  filter: invert();
}

.about-section {
  margin-left: var(--page-gutter);
  margin-right: var(--page-gutter);
  margin-bottom: 0;
}

.about-section .section-inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.about-section .about-photo {
  width: 60%;
  max-width: 60%;
}

.about-intro-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: var(--title-gap);
  margin-top: var(--title-offset);
  margin-bottom: var(--section-gap);
  width: 80%;
  max-width: 80%;
}

.about-intro-row,
.story-block--right,
.workflow-section .prose {
  padding-right: var(--prose-clearance);
  box-sizing: border-box;
}

.about-intro-row .section-title {
  margin-top: 0;
  margin-bottom: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.about-intro-row .section-title__line {
  display: block;
  white-space: nowrap;
}

.about-intro-row .prose {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.about-section .prose {
  padding-right: 0;
}

.about-section .section-title {
  padding-right: 0;
}

.story-block--right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  row-gap: var(--title-gap);
  margin-left: 0;
  margin-right: 0;
  width: 80%;
  max-width: 80%;
}

.story-block--right > img {
  display: none;
}

.story-block--right .section-title,
.story-block--right .prose {
  text-align: left;
}

.story-block--right .section-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.story-block--right .prose {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0 !important;
  padding-left: 0;
}

.credit-emphasis, .credit-emphasis {
  font-style: normal;
}

.image-feature {
  width: 708px;
}

.image-side {
  clear: none;
  width: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.about-photo {
  display: block;
  width: 70%;
  max-width: 70%;
  height: auto;
  margin-top: 0;
  margin-bottom: var(--section-gap);
  margin-left: auto;
  margin-right: auto;
}

.image-wide {
  width: 1117px;
}

.banner-image {
  display: block;
  width: 50%;
  max-width: 50%;
  margin-top: var(--section-gap);
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media screen and (max-width: 991px) {
  /* Prevent horizontal scroll on mobile/tablet. Must clip on html (the viewport
     element); clipping body/.page alone does not stop the page from scrolling. */
  html {
    overflow-x: clip;
  }

  .section.section-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .btn {
    justify-content: center;
  }

  .btn.btn-contact {
    display: none;
  }

  .hero-title {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-size: clamp(3rem, 12vw, 6.25rem);
    line-height: 0.95;
  }

  .hero-img-primary,
  .hero-img-overlay {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hero-img-overlay {
    display: block;
    align-self: center;
    width: 91%;
    max-width: 416px;
    margin-top: -3.5rem;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    transform-origin: center top;
  }

  .nav-logo.is-current {
    color: var(--white);
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border: 1px solid #0000;
    flex: 1;
  }

  .nav-toggle-icon {
    filter: invert();
    display: block;
  }

  .nav-controls {
    margin-left: 0;
  }

  .nav-inner {
    color: var(--black);
    background-color: transparent;
  }

  :root {
    --nav-height: 85px;
  }

  .nav {
    color: #000;
    background-color: #fff;
    padding: 25px 0;
  }

  .nav-link {
    background-color: var(--black-2);
    opacity: 1;
    color: #e62020;
    text-align: center;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    border: 1px #0000;
    flex-wrap: nowrap;
    padding: 15px 30px;
    font-size: 35px;
    transition: opacity .2s;
    display: flex;
  }

  .nav-link:hover {
    background-color: #0000;
    border-style: none;
  }

  .nav-link:active {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-style: none;
  }

  .nav-toggle {
    padding: 0;
    display: flex;
  }

  .nav-list {
    color: #000;
    background-color: #fff0;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-header {
    width: 70%;
  }

  .post-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .section-title {
    font-weight: 900;
  }

  .about-grid-unused {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .workflow-grid {
    grid-template: "." minmax(auto, .25fr)
                   "."
                   / 2fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .bold-caps {
    font-size: 14px;
  }

  .image-offset {
    margin-top: -260px;
  }

  .prose {
    text-align: left;
  }

  .credits-section .credit-entry {
    --credit-line-height: 28px;
    --credit-title-size: 30px;
    --credit-title-line-height: 1.1;
    --credit-body-size: 14px;
    font-size: 14px;
    line-height: var(--credit-line-height);
  }

  .credits-section {
    --credits-edge-left: 160px;
    --credits-edge-right: 40px;
    --credits-col-gap: 30px;
    margin-left: 160px;
    margin-right: 40px;
    max-width: calc(100% - 200px);
  }

  .credits-layout {
    column-gap: var(--credits-col-gap, 30px);
  }

  .credits-header-row,
  .credits-row {
    column-gap: var(--credits-col-gap, 30px);
  }

  .credits-col-commercials {
    padding-right: 0;
  }

  .credits-col-film {
    padding-left: 0;
    margin-top: 0;
  }

  .btn-floating {
    margin-left: 558px;
    margin-right: 25px;
    padding-right: 0;
  }

  .btn-floating-alt {
    margin-left: 597px;
    margin-right: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .nav-logo-img {
    height: 35px;
    max-width: 80px;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .site-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Tablet: keep close icon on the right when menu is open */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-toggle.is-open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* iPad / tablet: hamburger panel (768px–1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --nav-height: 85px;
  }

  .nav {
    background-color: var(--white);
    color: var(--black);
    padding: 20px 0;
  }

  .nav.is-scrolling {
    background-color: rgba(255, 255, 255, 0.85);
  }

  .nav-inner {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-controls {
    padding-right: 80px;
  }

  .nav-toggle-icon {
    filter: none;
  }

  .nav-list {
    background-color: var(--white);
  }

  .nav-link {
    background-color: transparent;
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    padding: 14px 24px;
    text-align: center;
  }

  .nav-link:hover {
    color: #ff80d2;
    background-color: transparent;
  }

  .nav-link:active {
    opacity: 0.8;
  }

  :root {
    --page-gutter: 40px;
    --section-gap: 60px;
    --title-offset: 40px;
    --text-image-gap: 60px;
    --contact-clearance: 110px;
    --prose-clearance: 56px;
  }

  .about-section {
    margin-left: var(--page-gutter);
    margin-right: var(--page-gutter);
  }

  .about-intro-row,
  .story-block--right,
  .about-section .about-photo,
  .about-photo {
    width: 100%;
    max-width: 100%;
  }

  .about-intro-row,
  .story-block--right,
  .workflow-section .prose {
    padding-right: var(--prose-clearance);
    box-sizing: border-box;
  }

  .banner-image {
    width: 85%;
    max-width: 85%;
  }

  .credits-section {
    margin-left: var(--page-gutter);
    margin-right: var(--page-gutter);
    max-width: none;
    --credits-edge-left: var(--page-gutter);
    --credits-edge-right: var(--page-gutter);
    --credits-col-gap: 0px;
  }

  .credits-layout {
    display: flex;
    flex-direction: column;
    transition: none;
  }

  .credits-section .credits-layout::before {
    display: none;
  }

  .credits-header-row,
  .credits-rows,
  .credits-row {
    display: contents;
  }

  .credits-section .credits-heading {
    order: 1;
    border-right: 0;
    position: relative;
    margin-top: 0;
    margin-bottom: var(--title-gap);
    padding-bottom: 0;
    font-size: 60px;
    line-height: 1.15;
  }

  .credits-section .credits-heading::before,
  .credits-section .credits-heading::after {
    content: none;
    border: 0;
  }

  .credit-entry--commercial {
    order: 2;
    border-right: 0;
  }

  .credits-section .film-heading {
    order: 3;
    position: relative;
    margin-top: var(--section-gap);
    margin-bottom: var(--title-gap);
    padding-bottom: 0;
    font-size: 60px;
    line-height: 1.15;
  }

  .credits-section .film-heading::before,
  .credits-section .film-heading::after {
    content: none;
    border: 0;
  }

  .credit-entry--film:not(.credit-entry--empty) {
    order: 4;
  }

  .credits-section .credit-entry.credit-entry--empty {
    display: none;
  }

  .credits-section .credits-row:not(:last-child)::after {
    margin-left: calc(-1 * var(--credits-edge-left));
    display: none;
  }

  .credits-section .credit-entry--commercial:has(~ .credit-entry--commercial),
  .credits-section .credit-entry--film:not(.credit-entry--empty):has(~ .credit-entry--film:not(.credit-entry--empty)) {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .credits-section .credit-entry--commercial:has(~ .credit-entry--commercial)::after,
  .credits-section .credit-entry--film:not(.credit-entry--empty):has(~ .credit-entry--film:not(.credit-entry--empty))::after {
    content: none;
    border: 0;
  }

  .credits-section .credits-row:not(:last-child) {
    padding-bottom: 0;
  }

  .credits-col-commercials,
  .credits-col-film {
    border-right: 0;
    margin-top: 0;
  }

  .brand-strip {
    --brand-strip-gap: clamp(40px, 8vw, 80px);
    --brand-strip-item-margin: clamp(16px, 3.5vw, 36px);
    overflow-x: clip;
    max-width: 100%;
  }

  .brand-strip__track {
    width: 100%;
    max-width: 100%;
    animation: none;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .brand-strip__track::-webkit-scrollbar {
    display: none;
  }

  .brand-strip__list[aria-hidden="true"] {
    display: none;
  }

  .brand-strip__list:first-of-type {
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    gap: var(--brand-strip-gap);
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .workflow-section {
    margin-left: var(--page-gutter);
    margin-right: var(--page-gutter);
  }

  .site-footer {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .section-title {
    padding-right: 0;
  }

  .contact-phone,
  .contact-mail {
    --contact-btn-size: clamp(1.5rem, 3.5vw, 2.25rem);
    right: var(--page-gutter);
  }

  .contact-mail {
    bottom: 20px;
  }

  .contact-phone {
    bottom: calc(20px + 1.3em);
  }
}

@media screen and (max-width: 767px) {
  :root {
    --mobile-gutter: clamp(15px, 4vw, 20px);
    --page-gutter: 20px;
    --section-gap: 60px;
    --title-gap: 20px;
    --title-offset: 20px;
    --text-image-gap: 60px;
  }

  html {
    overflow-x: hidden;
    width: 100%;
  }

  body,
  .page {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  img,
  video,
  svg,
  iframe {
    max-width: 100%;
    height: auto;
  }

  .section-title {
    padding-right: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

  .prose {
    max-width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }

  .image-feature,
  .image-side,
  .image-wide {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .credit-entry {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .section {
    margin-left: var(--mobile-gutter);
    margin-right: var(--mobile-gutter);
    max-width: 100%;
    box-sizing: border-box;
  }

  .credits-section {
    --credits-edge-left: 20px;
    --credits-edge-right: 20px;
    --credits-col-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
  }

  .credits-layout {
    display: flex;
    flex-direction: column;
    transition: none;
  }

  .credits-section .credits-layout::before {
    display: none;
  }

  .credits-header-row,
  .credits-rows,
  .credits-row {
    display: contents;
  }

  .credits-section .credits-heading {
    order: 1;
    border-right: 0;
    position: relative;
    margin-top: 0;
    margin-bottom: var(--title-gap);
    padding-bottom: 0;
  }

  .credits-section .credits-heading::before {
    content: none;
    border: 0;
  }

  .credits-section .credits-heading::after {
    content: none;
    border: 0;
  }

  .credit-entry--commercial {
    order: 2;
    border-right: 0;
  }

  .credits-section .film-heading {
    order: 3;
    position: relative;
    margin-top: var(--section-gap);
    margin-bottom: var(--title-gap);
    padding-bottom: 0;
  }

  .credits-section .film-heading::before {
    content: none;
    border: 0;
  }

  .credits-section .film-heading::after {
    content: none;
    border: 0;
  }

  .credit-entry--film:not(.credit-entry--empty) {
    order: 4;
  }

  .credits-section .credit-entry.credit-entry--empty {
    display: none;
  }

  .credits-section .credits-row:not(:last-child)::after {
    margin-left: calc(-1 * var(--credits-edge-left));
  }

  .credits-section .credit-entry--commercial:has(~ .credit-entry--commercial),
  .credits-section .credit-entry--film:not(.credit-entry--empty):has(~ .credit-entry--film:not(.credit-entry--empty)) {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .credits-section .credit-entry--commercial:has(~ .credit-entry--commercial)::after,
  .credits-section .credit-entry--film:not(.credit-entry--empty):has(~ .credit-entry--film:not(.credit-entry--empty))::after {
    content: none;
    border: 0;
  }

  .credits-section .credits-row:not(:last-child) {
    padding-bottom: 0;
  }

  .credits-section .credits-row:not(:last-child)::after {
    display: none;
  }

  .credits-col-commercials {
    border-right: 0;
  }

  .credits-col-film {
    margin-top: 0;
  }

  .section.section-cta {
    padding: 15px;
  }

  .hero, .hero {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    transform: none;
    overflow-x: hidden;
    max-width: 100%;
  }

  .hero .container {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
  }

  .hero .container::before,
  .hero .container::after {
    display: none;
    content: none;
  }

  .hero-img-primary {
    order: 1;
    display: block;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: -100px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* Skull sits absolutely over the beach photo; no flow space, no negative-margin hacks. */
  .hero-img-overlay {
    order: 2;
    display: block;
    position: absolute;
    top: 130px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 74svw;
    max-height: 320px;
    width: auto;
    max-width: 92%;
    margin: 0;
    object-fit: contain;
    object-position: center center;
    z-index: 2;
    pointer-events: none;
  }

  .hero-title {
    order: 3;
    position: relative;
    z-index: 3;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 16px;
    margin-bottom: 0.25rem;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(2.75rem, min(17.85vw, calc((100svw - 2 * var(--mobile-gutter)) / 3.09)), 4.5rem);
    line-height: 1.012;
    text-align: center;
    padding-inline: var(--mobile-gutter);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    transform: none;
  }

  .hero-intro {
    order: 4;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
    margin-top: 20px;
    padding-inline: var(--mobile-gutter);
    padding-bottom: 100px;
    box-sizing: border-box;
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-word;
    transform: none;
  }

  .workflow-section .prose {
    box-sizing: border-box;
  }

  .hero-quote {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
    padding-inline: 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.45;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .banner-image {
    width: calc(100% - 2 * var(--mobile-gutter));
    max-width: 100%;
    margin-top: calc(var(--section-gap) - 85px);
    margin-left: var(--mobile-gutter);
    margin-right: var(--mobile-gutter);
  }

  .brand-strip {
    margin-top: var(--section-gap);
    --brand-strip-gap: clamp(36px, 9vw, 72px);
    --brand-strip-item-margin: clamp(14px, 3.5vw, 32px);
    overflow-x: clip;
    max-width: 100%;
  }

  .about-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-intro-row,
  .story-block--right {
    width: 100%;
    max-width: 100%;
  }

  .container {
    text-align: center;
  }

  .text-large {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-intro {
    margin-bottom: 0;
    font-size: 18px;
  }

  .label.label-muted {
    margin-top: 30px;
  }

  .rich-text {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .heading-small {
    font-size: 30px;
    line-height: 52px;
  }

  .nav-logo {
    padding-left: 0;
    left: auto;
    margin-left: auto;
    z-index: 2;
  }

  .nav-inner {
    background-color: transparent;
    padding-left: max(var(--mobile-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--mobile-gutter), env(safe-area-inset-right, 0px));
    justify-content: space-between;
    box-sizing: border-box;
  }

  .nav-controls {
    padding-left: max(var(--mobile-gutter), env(safe-area-inset-left, 0px));
    padding-right: 0;
  }

  .nav-logo-img {
    height: 40px;
    width: auto;
    max-width: calc(100% - 52px);
    object-fit: contain;
    object-position: center center;
    overflow: visible;
    filter: invert();
  }

  :root {
    --nav-height: 60px;
    --contact-clearance: 92px;
    --prose-clearance: 40px;
  }

  body:has(.nav) {
    padding-top: var(--nav-height);
  }

  .nav {
    background-color: var(--white);
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: 6px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: visible;
    overflow-y: visible;
  }

  .about-intro-row,
  .story-block--right,
  .workflow-section .prose {
    padding-right: var(--prose-clearance);
    box-sizing: border-box;
  }

  .nav.is-scrolling {
    background-color: rgba(255, 255, 255, 0.92);
  }

  .nav-list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .nav-link {
    background-color: transparent;
    color: var(--black);
    font-size: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-phone,
  .contact-mail {
    --contact-btn-size: clamp(2.11rem, 7.6vw, 2.96rem);
    right: max(12px, env(safe-area-inset-right, 0px));
  }

  .contact-mail {
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }

  .contact-phone {
    bottom: calc(max(12px, env(safe-area-inset-bottom, 0px)) + 1.3em);
  }

  .nav-toggle-icon {
    filter: invert(1);
  }


  .nav-list {
    background-color: var(--white);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.intro-home {
    margin-top: 0;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.status-empty {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.field-contact, .text-field.field-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .post-header {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .error-page {
    padding: 15px;
  }

  .error-panel {
    padding: 30px;
  }

  .section-title {
    font-weight: 900;
  }

  .about-grid-unused {
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-caps {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .prose {
    text-align: left;
  }

  .credits-content {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .btn-floating,
  .btn-floating-alt {
    margin-left: auto;
    margin-right: var(--mobile-gutter);
    max-width: calc(100% - 2 * var(--mobile-gutter));
    box-sizing: border-box;
  }

  .workflow-section {
    margin-top: var(--section-gap);
    margin-left: 15px;
    margin-right: 15px;
  }

  .story-block--right {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  :root {
    --mobile-gutter: clamp(15px, 4vw, 20px);
    --section-gap: 48px;
    --title-gap: 20px;
    --title-offset: 20px;
    --text-image-gap: 48px;
    --contact-clearance: 92px;
    --prose-clearance: 40px;
    --workflow-contact-clearance: 220px;
  }

  h1 {
    text-align: left;
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-top: auto;
    padding-top: 100px;
  }

  .hero-intro {
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    transform: none;
  }

  .label.label-muted {
    margin-top: 99px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .text-muted {
    color: var(--white);
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .hero-title {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(2.65rem, min(16.8vw, calc((100svw - 2 * var(--mobile-gutter)) / 3.09)), 4.1rem);
    line-height: 0.99;
    text-align: center;
    padding-inline: var(--mobile-gutter);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    transform: none;
  }

  .hero-intro {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: var(--mobile-gutter);
    box-sizing: border-box;
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-word;
    transform: none;
  }

  .hero-quote {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 0;
    box-sizing: border-box;
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .hero-img-overlay {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    height: 74svw;
    max-height: 320px;
    width: auto;
    max-width: 92%;
    margin: 0;
    object-position: center center;
  }

  .nav-toggle-icon {
    margin-right: 1px;
  }

  .nav-controls {
    color: var(--black);
    margin-left: 0;
    padding-left: clamp(15px, 4vw, 20px);
    padding-right: 0;
  }

  .nav-inner {
    background-color: transparent;
    min-height: 48px;
  }

  .nav {
    background-color: var(--white);
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: 6px;
  }

  .nav-toggle-icon {
    filter: invert(1);
  }

  .nav-link {
    background-color: transparent;
    color: var(--black);
    object-fit: fill;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(15px, 4vw, 20px);
    padding-right: clamp(15px, 4vw, 20px);
    font-size: 25px;
  }

  .nav-toggle, .nav-toggle.is-open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.status-empty, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .post-header, .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-title {
    text-align: left;
    margin-top: var(--title-offset);
    margin-bottom: var(--title-gap);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .about-grid-unused {
    grid-row-gap: 0px;
    margin-top: -200px;
    position: relative;
  }

  .workflow-grid {
    margin-top: 0;
  }

  .work-heading {
    text-align: left;
  }

  .blog-heading {
    margin-top: -95px;
  }

  .hero-img-primary {
    margin-top: -100px;
  }

  .bold-caps {
    text-align: left;
  }

  .workflow-image {
    margin-top: 0;
  }

  .image-offset {
    margin-top: -2px;
  }

  .prose {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-right: 11px;
    font-size: 17px;
    line-height: 26px;
  }

  .about-section .about-photo,
  .story-block--right {
    width: 100%;
    max-width: 100%;
  }

  .about-intro-row {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    max-width: 100%;
  }

  .about-intro-row .section-title {
    overflow-wrap: normal;
    word-break: normal;
  }

  .about-intro-row .section-title__line {
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
  }

  .story-block--right {
    margin-left: 0;
  }

  .story-block--right .section-title,
  .story-block--right .prose {
    text-align: left;
    padding-right: 0;
  }

  .story-block--right .prose {
    padding-left: 0;
  }

  .credits-section .credit-entry {
    --credit-line-height: 20px;
    --credit-title-size: 28px;
    --credit-title-line-height: 1.1;
    --credit-body-size: 14px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: var(--credit-line-height);
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .credits-section .credits-heading,
  .credits-section .film-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: var(--title-gap);
    padding-left: 0;
    width: auto;
    font-size: 60px;
    line-height: 75px;
  }

  .credits-section .film-heading {
    margin-top: var(--section-gap);
  }

  .btn-floating,
  .btn-floating-alt {
    margin-left: auto;
    margin-right: var(--mobile-gutter);
    max-width: calc(100% - 2 * var(--mobile-gutter));
    box-sizing: border-box;
  }

  .workflow-section {
    margin: var(--section-gap) 15px var(--workflow-contact-clearance, 220px);
  }

  .section-extra {
    margin-top: 90px;
  }

  .contact-phone {
    background-color: var(--edc9e1);
    opacity: 1;
    mix-blend-mode: normal;
    transition-property: none;
    transform: rotate(0);
  }

  .contact-phone:hover {
    mix-blend-mode: normal;
    transform: none;
  }

  .contact-mail {
    background-color: var(--edc9e1);
  }

  .credit-entry {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    padding-left: 0;
    box-sizing: border-box;
  }

  .credit-title {
    font-size: 28px;
  }

  .credits-section .credit-title {
    line-height: var(--credit-title-line-height, 1.1);
  }


  .content-offset {
    margin-top: 222px;
    padding-left: 20px;
    position: relative;
  }

  .image-centered {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .credits-section {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-logo {
    left: auto;
    margin-left: auto;
    overflow: visible;
    flex-shrink: 0;
    z-index: 3;
  }

  .nav-logo-img {
    height: 40px;
    width: auto;
    max-width: calc(100% - 52px);
    margin: 0;
    object-fit: contain;
    object-position: center center;
    overflow: visible;
    filter: invert();
  }

  .nav-inner {
    padding-left: max(var(--mobile-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--mobile-gutter), env(safe-area-inset-right, 0px));
    min-height: 48px;
  }

  :root {
    --nav-height: 60px;
  }

  body:has(.nav) {
    padding-top: var(--nav-height);
  }

  .nav {
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: 6px;
    overflow-x: visible;
  }

  .about-cell {
    aspect-ratio: auto;
    position: relative;
  }

  .about-section,
  .credits-section {
    --credits-edge-left: 20px;
    --credits-edge-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .credits-col-film {
    margin-top: var(--section-gap);
  }

  .contact-bar {
    margin-top: 0;
  }

  .site-footer {
    margin-top: var(--section-gap);
    padding: 40px var(--page-gutter) 48px;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-cell {
  grid-area: 1 / 1 / 2 / 2;
}

.workflow-cell {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  .about-cell {
    grid-area: 2 / 1 / 3 / 2;
  }

  #workflow.workflow-image {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .workflow-cell {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  .about-cell {
    justify-self: auto;
  }

  #workflow.workflow-image {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* Mobile nav panel: closed by default (styles.css loads after layout.css) */
@media screen and (max-width: 767px) {
  .nav-inner {
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    flex-direction: row;
  }

  .nav-logo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    order: 2;
    margin-left: auto;
    margin-right: 0;
    transform: none;
    overflow: visible;
    flex-shrink: 0;
    z-index: 3;
    max-width: calc(100% - 56px);
  }

  .nav-logo-img {
    height: 40px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    overflow: visible;
    filter: invert();
  }

  .nav {
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: 6px;
    overflow: visible;
  }

  .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px 0 16px;
    gap: 0;
    overflow: visible;
    box-sizing: border-box;
    background-color: var(--white);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  }

  .nav.is-open .nav-list {
    display: flex;
  }

  .nav-controls {
    position: absolute;
    order: 1;
    inset: 0;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: max(var(--mobile-gutter, 20px), env(safe-area-inset-left, 0px));
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    pointer-events: none;
    z-index: 2;
  }

  .nav-toggle,
  .nav-toggle.is-open {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    pointer-events: auto;
    flex-shrink: 0;
    z-index: 1002;
  }

  .nav-list {
    pointer-events: auto;
  }

  .nav.is-open,
  .nav.is-open.is-scrolling {
    background-color: var(--white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav.is-open .nav-inner,
  .nav.is-open .nav-controls {
    background-color: var(--white);
  }

  .nav.is-open .nav-list {
    background-color: var(--white);
    box-shadow: none;
  }

  .nav-toggle-icon {
    filter: invert(1);
    display: block;
  }
}
