@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Italiana&display=swap");

@layer tokens, base, components, utilities, pages, overrides;

@layer tokens {
:root {
  --ink: #202022;
  --muted: #5f5f62;
  --paper: #f8f8f6;
  --white: #fdfdfb;
  --smoke: #343438;
  --line-light: rgb(255 255 255 / 0.54);
  --line-dark: rgb(32 32 34 / 0.34);
  --display: "Italiana", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --section-space: clamp(6rem, 12vw, 11rem);
	--content-wide: 76rem;
	--content-copy: 58rem;
	--quiet-graphite: #4e4e50;
	--feature-charcoal: #303034;
}
}

@layer pages {
/* Inquiry page */
.inquire-page{min-height:100dvh;background:#171719;color:var(--white)}
.inquire-backdrop{position:fixed;z-index:0;inset:0;background:linear-gradient(180deg,#343436,#111113);background-position:center;background-repeat:no-repeat;background-size:cover;filter:grayscale(1)}
.inquire-header,.inquiry{position:relative;z-index:1}.inquire-header{min-height:100dvh}.inquire-nav .nav-links a[aria-current="page"]::after{transform:scaleX(1)}
.inquire-intro{display:grid;min-height:calc(100dvh - 5.5rem);width:min(88%,62rem);margin:0 auto;padding:6rem 0;align-content:center;justify-items:center;text-align:center}
.inquire-intro h1{max-width:54rem;margin:0 0 2.5rem;font-family:var(--display);font-size:clamp(2rem,5vw,4.75rem);font-weight:400;letter-spacing:-.025em;line-height:1.12;text-shadow:0 2px 26px rgb(0 0 0/.58)}
.inquire-intro p{max-width:66ch;margin:0 0 1rem;font-size:clamp(.9rem,1.25vw,1.05rem);line-height:1.7}.inquire-intro p:nth-of-type(2){margin-bottom:2.75rem;font-family:var(--body);font-size:clamp(1rem,1.3vw,1.15rem);font-weight:500;line-height:1.65}
.inquiry{display:grid;min-height:100dvh;width:min(88%,68rem);margin:0 auto;padding:clamp(7rem,12vw,10rem) 0 6rem;align-content:center}.inquiry__progress{margin-bottom:3rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.inquiry__track{height:1px;margin-top:.85rem;overflow:hidden;background:rgb(255 255 255/.32)}.inquiry__track span{display:block;width:16.666%;height:100%;background:var(--white);transition:width 500ms var(--ease-out)}
.guided-form{min-height:34rem}.form-step{display:none;min-width:0;margin:0;padding:0;border:0}.form-step.is-active{display:block;animation:form-step-in 650ms var(--ease-out) both}@keyframes form-step-in{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}
.form-step legend,.form-success h2{max-width:58rem;margin:0;padding:0;font-family:var(--display);font-size:clamp(2rem,4vw,3.45rem);font-weight:400;letter-spacing:-.025em;line-height:1.15;text-wrap:balance}.form-step__hint{margin:1.25rem 0 2.5rem;color:rgb(253 253 251/.78);font-size:.85rem}
.choice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.choice-list--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-list label{position:relative;cursor:pointer}.choice-list input{position:absolute;opacity:0;pointer-events:none}.choice-list span{display:flex;min-height:3.6rem;padding:.95rem 1.1rem;align-items:center;gap:1rem;border:1px solid rgb(255 255 255/.46);background:rgb(18 18 20/.18);font-size:.83rem;line-height:1.4;transition:background 260ms ease,border-color 260ms ease,transform 260ms ease}.choice-list span::after{width:.42rem;height:.72rem;margin-left:auto;flex:0 0 auto;transform:rotate(45deg) scale(.55);border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:"";opacity:0;transition:opacity 180ms ease,transform 260ms var(--ease-out)}.choice-list input:checked+span{border-color:var(--white);background:rgb(253 253 251/.24)}.choice-list input:checked+span::after{transform:rotate(45deg) scale(1);opacity:1}.choice-list input:focus-visible+span{outline:2px solid var(--white);outline-offset:3px}.choice-list label:hover span{background:rgb(253 253 251/.12)}
.line-field{display:grid;gap:.7rem}.line-field>span:not(.sr-only){font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.line-field input{width:100%;min-height:3.75rem;padding:.65rem 0;border:0;border-bottom:1px solid rgb(255 255 255/.62);border-radius:0;outline:0;background:transparent;color:var(--white);font:400 1rem/1.4 var(--body)}.line-field input::placeholder{color:rgb(253 253 251/.68)}.line-field input:focus{border-bottom-color:var(--white);box-shadow:0 1px 0 var(--white)}
.contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 2.5rem;margin-top:2.5rem}.contact-fields__wide{grid-column:1/-1}.form-error{min-height:1.4rem;margin:1.2rem 0 0;color:var(--white);font-size:.8rem;font-weight:600}.form-actions{display:flex;gap:1rem;margin-top:3rem;align-items:center}.form-back{min-height:2.75rem;padding:.65rem 0;border:0;background:transparent;color:var(--white);cursor:pointer;font:500 .72rem/1 var(--body);letter-spacing:.08em;text-decoration:underline;text-underline-offset:.35rem;text-transform:uppercase}.form-key-hint{color:rgb(253 253 251/.68);font-size:.7rem}
.form-success{max-width:54rem;text-align:center;justify-self:center}.form-success>p:first-child{margin:0 0 1rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.form-success>p:nth-of-type(2){max-width:60ch;margin:2rem auto 2.75rem;line-height:1.7}
@media(max-width:767px){.inquire-page.menu-open .inquire-nav .nav-toggle{color:var(--white)}.inquire-intro{width:calc(100% - 2.5rem);padding:4rem 0 5rem}.inquire-intro h1{font-size:clamp(2.15rem,10vw,3.4rem)}.inquire-intro p{font-size:.9rem}.inquiry{width:calc(100% - 2.5rem);padding-block:6rem 4rem}.guided-form{min-height:38rem}.form-step legend,.form-success h2{font-size:2.25rem}.choice-list,.choice-list--compact,.contact-fields{grid-template-columns:1fr}.contact-fields__wide{grid-column:1}.choice-list span{min-height:3.4rem}.form-actions{flex-wrap:wrap}.form-key-hint{width:100%}}
@keyframes form-step-fade{from{opacity:.88}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.form-step.is-active{animation:form-step-fade 160ms ease-out both}}

/* Services page */
.services-page {
  background: var(--paper, #f8f8f6);
  color: var(--ink, #202022);
}

.services-header {
  padding: 0 0 clamp(5rem, 9vw, 8rem);
}

.services-nav {
  position: relative;
  color: var(--ink, #202022);
  text-shadow: none;
}

.site-nav.services-nav,
.site-nav.services-nav a {
  text-shadow: none;
}

.services-nav .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.services-hero {
  position: relative;
  width: min(88%, 76rem);
  min-height: clamp(34rem, 54vw, 48rem);
  margin: 1.4rem auto 0;
  overflow: hidden;
  color: var(--soft-white, #fdfdfb);
  animation: services-hero-arrive 1100ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.services-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-hero img {
  object-position: center 55%;
}

.services-hero__shade {
  position: absolute;
  inset: 0;
  background: rgb(18 18 19 / 0.28);
}

.services-hero h1 {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  padding: 1.5rem;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.4vw, 2.8rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
  place-items: center;
  text-align: center;
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.58);
}

@keyframes services-hero-arrive {
  from {
    opacity: 0.76;
    clip-path: inset(0 0 7% 0);
    transform: scale(1.018);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
    transform: scale(1);
  }
}

.services-intro {
  display: grid;
  min-height: clamp(34rem, 52vw, 48rem);
  padding: var(--section-space) 1.5rem;
  place-items: center;
}

.services-copy {
  width: min(100%, 58rem);
  text-align: center;
}

.services-copy p {
  max-width: 72ch;
  margin: 0 auto 1.7rem;
  font-size: clamp(0.84rem, 1.05vw, 1rem);
}

.services-copy .button {
  margin-top: 1rem;
}

.services-image-pair {
  display: grid;
  grid-template-columns: minmax(12rem, 0.62fr) minmax(0, 1.38fr);
  align-items: stretch;
  gap: 1.25rem;
  width: min(88%, 76rem);
  margin: 0 auto;
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.services-image-pair figure,
.services-offer__image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.services-image-pair img,
.services-offer__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 800ms var(--ease-out), transform 800ms var(--ease-out);
}

.services-image-pair__portrait,
.services-image-pair__landscape {
  height: clamp(24rem, 40vw, 38rem);
}

.services-image-pair__portrait img {
  object-position: 48% center;
}

.services-image-pair__landscape img {
  object-position: center;
  filter: grayscale(1) contrast(0.96);
}

.services-image-pair figure:hover img,
.services-offer__image:hover img {
  filter: grayscale(0.75) contrast(0.98);
  transform: scale(1.025);
}

.services-promise {
  position: relative;
  display: grid;
  min-height: clamp(24rem, 38vw, 36rem);
  overflow: hidden;
  padding: 4rem 1.5rem;
  place-items: center;
  text-align: center;
}

.services-promise__ghost {
  position: absolute;
  left: 50%;
  width: max-content;
  margin: 0;
  color: rgb(32 32 34 / 0.045);
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 9rem);
  font-style: normal;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

.services-promise h2 {
  position: relative;
  max-width: 54rem;
  margin: 0;
  color: #444446;
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  font-weight: 500;
  line-height: 1.65;
}

.services-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 0.75fr);
  align-items: center;
  gap: clamp(4rem, 10vw, 10rem);
  width: min(82%, 66rem);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(7rem, 12vw, 11rem);
}

.services-offer__copy h2,
.services-cta h2 {
  margin: 0 0 2rem;
  color: var(--quiet-graphite, #4e4e50);
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.services-offer__copy p {
  max-width: 58ch;
  margin: 0 0 1.4rem;
  font-size: clamp(0.84rem, 1vw, 0.96rem);
}

.services-offer__copy ul {
  margin: 1.8rem 0 2rem;
  padding: 0;
  font-family: var(--body);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  list-style: none;
}

.services-offer__image {
  height: clamp(27rem, 42vw, 39rem);
}

.services-process {
  position: relative;
  min-height: 76rem;
  overflow: hidden;
  background: var(--feature-charcoal, #303034);
  color: var(--soft-white, #fdfdfb);
}

.services-process__reel,
.services-process__track,
.services-process__frame {
  position: absolute;
  inset: 0;
}

.services-process__reel {
  overflow: hidden;
}

.services-process__track {
  inset: -10%;
}

.services-process__frame {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(0.88);
  will-change: transform, opacity;
}

.services-process__frame:nth-child(2) {
  inset: 0;
}

.services-process__shade {
  position: absolute;
  inset: 0;
  background: rgb(20 20 22 / 0.58);
}

.services-process__content {
  position: relative;
  z-index: 1;
  width: min(88%, 76rem);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6rem) 0 6rem;
}

.services-process__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.services-process__heading p {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.services-process__heading span {
  height: 1px;
  background: var(--light-rule, rgb(255 255 255 / 0.54));
}

.process-list {
  display: grid;
  gap: 2.4rem;
  max-width: 61rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
}

.process-list h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 700;
}

.process-list p,
.services-process__note {
  max-width: 72ch;
  margin: 0 auto;
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  line-height: 1.55;
}

.services-process__note {
  margin-top: clamp(5rem, 9vw, 8rem);
  font-family: var(--body);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.services-film {
  width: min(82%, 56rem);
  min-height: 34rem;
  margin: 2.5rem auto 0;
}

.services-cta {
  display: grid;
  min-height: clamp(32rem, 50vw, 46rem);
  padding: var(--section-space) 1.5rem;
  place-items: center;
  text-align: center;
}

.services-cta p {
  margin: 0 0 3.5rem;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
}

@media (max-width: 767px) {
  .services-header {
    padding-bottom: 4rem;
  }

  .services-nav .nav-toggle {
    color: var(--ink, #202022);
  }

  .services-page.menu-open .services-nav .nav-toggle {
    color: var(--soft-white, #fdfdfb);
  }

  .services-page.menu-open .services-nav .nav-links a {
    color: var(--soft-white, #fdfdfb);
  }

  .services-hero {
    width: calc(100% - 2.5rem);
    min-height: 70dvh;
    margin-top: 0.75rem;
  }

  .services-hero h1 {
    font-size: clamp(1.55rem, 6vw, 2.2rem);
  }

  .services-intro {
    min-height: auto;
    padding-block: 7rem;
  }

  .services-image-pair {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 0.5rem;
    width: calc(100% - 2.5rem);
  }

  .services-image-pair__portrait,
  .services-image-pair__landscape {
    height: 22rem;
  }

  .services-promise {
    min-height: 26rem;
  }

  .services-promise__ghost {
    font-size: 4rem;
  }

  .services-offer {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    width: calc(100% - 2.5rem);
    padding-top: 3rem;
    justify-items: center;
    text-align: center;
  }

  .services-offer__copy {
    width: min(100%, 34rem);
  }

  .services-offer__copy p {
    margin-inline: auto;
  }

  .services-offer__copy h2,
  .services-cta h2 {
    font-size: 2rem;
  }

  .services-offer__image {
    width: min(78%, 22rem);
    height: 29rem;
    margin-inline: auto;
  }

  .services-process {
    min-height: 72rem;
  }

  .services-process__content {
    width: calc(100% - 2.5rem);
  }

  .services-process__heading {
    margin-bottom: 3rem;
  }

  .services-film {
    width: 100%;
    min-height: 29rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-hero {
    animation: none;
  }
}
}

@layer base {
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--muted) var(--paper);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 0.72rem;
}

::-webkit-scrollbar-track {
  background: var(--paper);
}

::-webkit-scrollbar-thumb {
  border: 0.2rem solid var(--paper);
  border-radius: 999px;
  background: var(--muted);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--ink);
  color: var(--white);
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

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

img.shm-media-empty {
  background: #d8d6d1;
}

.about-hero img.shm-media-empty,
.services-hero img.shm-media-empty,
.project-hero img.shm-media-empty,
.film-card img.shm-media-empty,
.services-process img.shm-media-empty,
.portfolio-project img.shm-media-empty {
  background: #303034;
}

a {
  color: inherit;
  text-underline-offset: 0.28em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}
}

@layer utilities {
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: 0.65rem 1rem;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  font-weight: 600;
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}
}

@layer pages {
.hero {
  position: relative;
  min-height: 100dvh;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #59595a 0%, #39393b 52%, #202022 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0;
  transition: opacity 600ms var(--ease-out);
}

.hero__video.is-ready {
  opacity: 1;
}

.hero--video::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgb(20 20 21 / 0.38) 0%, transparent 28%, rgb(20 20 21 / 0.2) 62%, rgb(20 20 21 / 0.55) 100%);
  content: "";
  pointer-events: none;
}

.site-nav {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  width: min(92%, 74rem);
  min-height: 5rem;
  margin: 0 auto;
  padding-top: 1.15rem;
  text-shadow: 0 1px 18px rgb(0 0 0 / 0.5);
}

.wordmark {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.35rem, 3vw, 2.6rem);
}

.nav-links a {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform 300ms var(--ease-out);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
}

.hero__content {
  position: absolute;
  z-index: 2;
  right: 5vw;
  bottom: clamp(5rem, 15vh, 9rem);
  left: 5vw;
  text-align: center;
  text-shadow: 0 2px 28px rgb(0 0 0 / 0.64);
}

.hero h1,
.manifesto h2,
.audience h2,
.promise h2,
.closing h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 4.75rem);
}

.hero__content p {
  max-width: 38rem;
  margin: 0.65rem auto 0;
  font-size: clamp(0.86rem, 1.4vw, 1.12rem);
  font-weight: 500;
}

.manifesto {
  display: grid;
  min-height: 50rem;
  padding: var(--section-space) 1.5rem;
  place-items: center;
  background: var(--paper);
}

.narrow-copy {
  width: min(100%, 42rem);
  text-align: center;
}

.manifesto h2,
.audience h2 {
  margin-bottom: 2.5rem;
  color: #4e4e50;
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.narrow-copy p,
.audience__intro p {
  max-width: 58ch;
  margin: 0 auto 1.8rem;
  color: #4e4e50;
  font-size: clamp(0.86rem, 1.15vw, 1rem);
}
}

@layer components {
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.58rem 1.05rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-family: var(--body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color 240ms var(--ease-out), background-color 240ms var(--ease-out), transform 240ms var(--ease-out);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button--dark {
  margin-top: 1.35rem;
  color: var(--ink);
}

.button--dark:hover {
  background: var(--ink);
  color: var(--white);
}

.button--light {
  color: var(--white);
  text-shadow: 0 1px 12px rgb(0 0 0 / 0.7);
}

.button--light:hover {
  background: var(--white);
  color: var(--ink);
  text-shadow: none;
}
}

@layer pages {
.featured {
  position: relative;
  min-height: 72rem;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #303034;
}

.infinite-reel,
.infinite-reel__track,
.infinite-reel__frame,
.featured__shade {
  position: absolute;
  inset: 0;
}

.infinite-reel {
  z-index: -3;
  overflow: hidden;
}

.infinite-reel__track {
  inset: -10%;
}

.infinite-reel__frame {
  opacity: 0;
  background: linear-gradient(145deg, #555558, #252528);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1) contrast(0.82);
  will-change: transform, opacity;
}

.infinite-reel__frame:nth-child(2) {
  inset: 0;
}

.featured__shade {
  z-index: -2;
  background: linear-gradient(180deg, rgb(36 36 39 / 0.38), rgb(28 28 31 / 0.63));
}

.featured__content {
  width: min(88%, 76rem);
  margin: 0 auto;
  padding: 4.5rem 0 5rem;
}

.featured__heading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.featured__heading p {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured__heading span {
  height: 1px;
  flex: 1;
  background: var(--line-light);
}
}

@layer components {
.film-card {
  position: relative;
  width: min(80%, 58rem);
  margin: 9rem auto 0;
  overflow: hidden;
  box-shadow: 0 2rem 5rem rgb(16 16 18 / 0.32);
}

.film-card > img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.film-card__scrim {
  position: absolute;
  inset: 28% 0 0;
  background: linear-gradient(180deg, transparent 0%, rgb(8 8 10 / 0.18) 34%, rgb(8 8 10 / 0.94) 100%);
  pointer-events: none;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(3.4rem, 7vw, 5.3rem);
  aspect-ratio: 1;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 2px solid var(--white);
  border-radius: 50%;
  background: rgb(26 26 29 / 0.34);
  color: var(--white);
  cursor: pointer;
  place-items: center;
  backdrop-filter: blur(5px);
  transition: transform 300ms var(--ease-out), background-color 300ms var(--ease-out);
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 0.28rem;
  border-top: 0.62rem solid transparent;
  border-bottom: 0.62rem solid transparent;
  border-left: 1rem solid currentColor;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.07);
  background: rgb(26 26 29 / 0.7);
}

.film-card__copy {
  position: absolute;
  bottom: 1.7rem;
  left: 2rem;
  max-width: calc(100% - 13rem);
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.72);
}

.film-card__copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.film-card__copy p {
  margin: 0;
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  line-height: 1.45;
}

.film-card__action {
  position: absolute;
  right: 2rem;
  bottom: 1.75rem;
}
}

@layer pages {
.featured__portfolio-link {
  display: flex;
  width: max-content;
  margin: 7.5rem auto 0;
}

.audience {
  padding: var(--section-space) clamp(1.25rem, 5vw, 4rem);
  background: var(--paper);
}

.audience__intro {
  width: min(100%, 50rem);
  margin: 0 auto clamp(6rem, 12vw, 11rem);
  text-align: center;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 3rem);
  width: min(100%, 76rem);
  margin: 0 auto;
}

.audience-card {
  position: relative;
  min-height: clamp(29rem, 50vw, 43rem);
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.audience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-out), filter 800ms var(--ease-out);
}

.audience-card__shade {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgb(18 18 20 / 0.78));
}

.audience-card__content {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  left: 1.5rem;
  display: grid;
  justify-items: center;
  gap: 1.2rem;
  text-align: center;
}

.audience-card__content strong {
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}

.audience-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.82);
}

.promise {
  position: relative;
  display: grid;
  min-height: 36rem;
  padding: var(--section-space) 1.5rem;
  overflow: hidden;
  place-items: center;
  text-align: center;
}

.promise__ghost {
  position: absolute;
  top: 45%;
  left: 50%;
  width: max-content;
  margin: 0;
  transform: translate(-50%, -50%);
  color: rgb(32 32 34 / 0.035);
  font-family: var(--display);
  font-size: clamp(4.5rem, 11vw, 10rem);
  line-height: 0.9;
  white-space: nowrap;
}

.promise h2 {
  position: relative;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.promise p:not(.promise__ghost) {
  position: relative;
  margin: 2.2rem 0 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.65;
}

.closing {
  position: relative;
  display: grid;
  min-height: 70dvh;
  padding: 6rem 1.5rem;
  isolation: isolate;
  color: var(--white);
  place-items: center;
  text-align: center;
  background: linear-gradient(145deg, #47474a, #171719);
}

.closing::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(145deg, #47474a, #171719);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: grayscale(1);
}

.closing__content {
  width: min(100%, 58rem);
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.66);
}

.closing h2 {
  font-size: clamp(2rem, 4.8vw, 4rem);
}

.closing p {
  max-width: 53rem;
  margin: 1.3rem auto 2rem;
  font-size: clamp(0.8rem, 1vw, 0.95rem);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 850ms var(--ease-out), transform 850ms var(--ease-out);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
}

@layer components {
.video-dialog {
  width: min(92vw, 68rem);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
}

.video-dialog::backdrop {
  background: rgb(14 14 16 / 0.82);
  backdrop-filter: blur(8px);
}

.video-dialog__frame {
  position: relative;
  padding-top: 2.8rem;
}

.video-dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.5rem 0;
  border: 0;
  background: transparent;
  color: var(--white);
  font: 600 0.72rem/1 var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.video-embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #171719;
  box-shadow: 0 2rem 7rem rgb(0 0 0 / 0.45);
}

.video-embed iframe,
.video-embed video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}
}

@layer pages {
/* About page */
.about-page {
  background: var(--paper);
}

.about-header {
  padding: 0 clamp(1.25rem, 5vw, 4rem);
}

.about-nav {
  color: var(--ink);
  text-shadow: none;
}

.about-nav .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.about-hero {
  position: relative;
  width: min(100%, 76rem);
  min-height: min(74vw, 71rem);
  margin: 1.4rem auto 0;
  overflow: hidden;
  color: var(--white);
}

.about-hero img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  animation: about-image-reveal 1100ms var(--ease-out) both;
}

.about-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(18 18 20 / 0.12), rgb(18 18 20 / 0.18));
}

.about-hero h1 {
  position: absolute;
  top: 50%;
  right: 2rem;
  left: 2rem;
  margin: 0;
  transform: translateY(-50%);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 2px 28px rgb(0 0 0 / 0.64);
}

.about-intro {
  display: grid;
  min-height: 56rem;
  padding: var(--section-space) 1.5rem;
  place-items: center;
}

.about-copy {
  width: min(100%, 58rem);
  text-align: center;
}

.about-copy h2,
.about-cta h2 {
  margin: 0 0 2.25rem;
  color: var(--quiet-graphite, #4e4e50);
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.about-copy p {
  max-width: 84ch;
  margin: 0 auto 1.8rem;
  color: var(--ink);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  text-wrap: pretty;
}

.founder {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  width: min(88%, 70rem);
  margin: 0 auto;
  padding: 2rem 0 var(--section-space);
}

.founder__portrait {
  width: min(100%, 29rem);
  margin: 0;
}

.founder__portrait img {
  display: block;
  width: 100%;
  height: clamp(28rem, 38vw, 34rem);
  object-fit: cover;
  object-position: center 38%;
  filter: grayscale(1) contrast(0.94);
}

.founder__statement {
  display: grid;
  gap: 2.4rem;
  justify-items: end;
  text-align: right;
}

.founder blockquote {
  max-width: 42rem;
  margin: 0;
  color: #363638;
  font-size: clamp(0.9rem, 1.25vw, 1.05rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
}

.founder blockquote p {
  margin: 0 0 1.5rem;
}

.founder__signature {
  display: grid;
  justify-items: end;
}

.founder__signature span {
  font-family: var(--display);
  font-size: 2rem;
  font-style: normal;
}

.founder__signature small {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.about-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.52fr 0.52fr 0.6fr;
  grid-template-rows: 18rem 12rem;
  gap: 0.75rem;
  width: min(88%, 76rem);
  margin: 0 auto;
  padding-bottom: var(--section-space);
}

.gallery-tile {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-out), filter 800ms var(--ease-out);
}

.gallery-tile:hover img {
  transform: scale(1.025);
  filter: saturate(0.86);
}

.gallery-tile--suite {
  grid-column: 1;
  grid-row: 1;
}

.gallery-tile--vertical {
  grid-column: 4;
  grid-row: 1 / 3;
}

.gallery-tile--strip {
  grid-column: 1;
  grid-row: 2;
}

.gallery-tile--detail {
  grid-column: 2 / 4;
  grid-row: 1;
}

.gallery-tile--crew {
  grid-column: 2;
  grid-row: 2;
}

.gallery-tile--view {
  grid-column: 3;
  grid-row: 2;
}

.about-cta {
  display: grid;
  min-height: 40rem;
  padding: var(--section-space) 1.5rem;
  place-items: center;
  text-align: center;
}

.about-cta p {
  margin: 0 auto 3.5rem;
  color: var(--muted);
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
}

.about-cta .button {
  margin-top: 0;
}

@keyframes about-image-reveal {
  from {
    opacity: 0.72;
    clip-path: inset(0 0 8% 0);
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    clip-path: inset(0);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .infinite-reel__frame,
  .services-process__frame {
    animation: reel-drift 18s linear infinite;
    animation-play-state: paused;
  }

  .infinite-reel.motion-active .infinite-reel__frame,
  .services-process__reel.motion-active .services-process__frame {
    animation-play-state: running;
  }

  .infinite-reel__frame:nth-child(2),
  .services-process__frame:nth-child(2) {
    animation-delay: -9s;
  }

  @keyframes reel-drift {
    0% {
      opacity: 0;
      transform: translateY(4%);
    }

    10%,
    50% {
      opacity: 1;
    }

    60%,
    100% {
      opacity: 0;
      transform: translateY(-4%);
    }
  }
}

@media (max-width: 767px) {
  :root {
    --section-space: 6rem;
  }

  .site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 4.5rem;
    padding-right: max(1.25rem, env(safe-area-inset-right));
    padding-left: max(1.25rem, env(safe-area-inset-left));
  }

  .wordmark {
    font-size: 0.98rem;
  }

  .nav-toggle {
    z-index: 5;
    display: grid;
    gap: 0.35rem;
    width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.75rem;
    border: 0;
    background: transparent;
    color: var(--white);
    cursor: pointer;
    place-content: center;
  }

  .nav-toggle__line {
    display: block;
    width: 1.3rem;
    height: 1px;
    background: currentColor;
    transition: transform 220ms var(--ease-out);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__line:first-child {
    transform: translateY(0.2rem) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__line:nth-child(2) {
    transform: translateY(-0.2rem) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 4;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1rem;
    padding:
      max(5rem, env(safe-area-inset-top))
      max(1.25rem, env(safe-area-inset-right))
      max(5rem, env(safe-area-inset-bottom))
      max(1.25rem, env(safe-area-inset-left));
    visibility: hidden;
    opacity: 0;
    background: rgb(30 30 32 / 0.97);
    transition: opacity 220ms var(--ease-out), visibility 220ms;
  }

  .nav-links.is-open {
    visibility: visible;
    opacity: 1;
  }

  .nav-links a {
    min-width: min(100%, 18rem);
    min-height: 3.25rem;
    justify-content: center;
    font-family: var(--display);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .hero {
    background-position: 54% center;
  }

  .hero__content {
    right: 1.25rem;
    bottom: 4.5rem;
    left: 1.25rem;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .hero__content p {
    font-size: 0.83rem;
    line-height: 1.5;
  }

  .manifesto {
    min-height: auto;
  }

  .manifesto h2,
  .audience h2 {
    margin-bottom: 2rem;
    font-size: 2.25rem;
  }

  .featured {
    min-height: 54rem;
  }

  .featured__content {
    width: calc(100% - 2.5rem);
    padding: 3rem 0 4rem;
  }

  .film-card {
    width: 100%;
    margin-top: 5rem;
  }

  .film-card > img {
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .film-card__copy {
    right: 1.25rem;
    bottom: 4.75rem;
    left: 1.25rem;
    max-width: none;
  }

  .film-card__copy h2 {
    white-space: normal;
  }

  .film-card__action {
    right: auto;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .featured__portfolio-link {
    margin-top: 4.5rem;
  }

  .audience {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .audience__intro {
    margin-bottom: 5rem;
  }

  .audience-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .audience-card {
    min-height: 32rem;
  }

  .promise {
    min-height: 28rem;
  }

  .promise__ghost {
    font-size: 4.5rem;
  }

  .closing {
    min-height: 75dvh;
  }

  .closing::before {
    background-position: 58% center;
  }

  .about-header {
    padding: 0;
  }

  .about-nav .nav-toggle {
    color: var(--ink);
  }

  .about-nav .nav-toggle[aria-expanded="true"] {
    color: var(--white);
  }

  .about-nav .nav-toggle[aria-expanded="true"] .nav-toggle__line {
    background: var(--white);
  }

  .about-nav .nav-links {
    color: var(--white);
  }

  .about-hero {
    width: calc(100% - 2.5rem);
    min-height: 74dvh;
    margin-top: 0.75rem;
  }

  .about-hero h1 {
    right: 1rem;
    left: 1rem;
    font-size: clamp(1.55rem, 6vw, 2.2rem);
  }

  .about-intro {
    min-height: auto;
  }

  .about-copy h2,
  .about-cta h2 {
    font-size: 2rem;
  }

  .founder {
    grid-template-columns: 1fr;
    gap: 3rem;
    width: calc(100% - 2.5rem);
  }

  .founder__portrait {
    width: min(100%, 26rem);
    margin-inline: auto;
  }

  .founder__portrait img {
    height: min(116vw, 31rem);
  }

  .founder__statement {
    justify-items: center;
    text-align: center;
  }

  .founder__signature {
    justify-items: center;
  }

  .about-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 18rem 7rem 12rem 16rem;
    gap: 0.5rem;
    width: calc(100% - 2.5rem);
  }

  .gallery-tile--suite {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .gallery-tile--detail {
    grid-column: 2;
    grid-row: 2;
  }

  .gallery-tile--strip {
    grid-column: 1;
    grid-row: 2;
  }

  .gallery-tile--crew {
    grid-column: 1;
    grid-row: 3;
  }

  .gallery-tile--view {
    grid-column: 2;
    grid-row: 3;
  }

  .gallery-tile--vertical {
    grid-column: 1 / 3;
    grid-row: 4;
  }

  .about-cta {
    min-height: 34rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .infinite-reel__frame:first-child,
  .services-process__frame:first-child {
    opacity: 1;
    transform: none;
  }

  .infinite-reel__frame:not(:first-child),
  .services-process__frame:not(:first-child) {
    display: none;
  }

  .about-hero img,
  .services-hero {
    animation: none;
  }

  .audience-card img,
  .services-image-pair img,
  .services-offer__image img,
  .about-gallery img,
  .portfolio-project img,
  .button,
  .play-button {
    transition-duration: 140ms;
    transition-property: color, background-color, border-color, opacity, filter;
  }

  .button:hover,
  .button:active,
  .play-button:hover,
  .audience-card:hover img,
  .services-image-pair figure:hover img,
  .services-offer__image:hover img,
  .portfolio-project:hover img {
    transform: none;
  }

  .nav-links,
  .nav-toggle__line {
    transition-duration: 140ms;
  }
}

/* Site-wide display typography follows the homepage system. */
.about-hero h1,
.about-copy h2,
.about-cta h2,
.founder__signature span,
.services-hero h1,
.services-promise__ghost,
.services-offer__copy h2,
.services-cta h2 {
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
}

.about-hero h1,
.services-hero h1 {
  font-size: clamp(2rem, 5vw, 4.75rem);
}

.about-copy h2,
.about-cta h2,
.services-offer__copy h2,
.services-cta h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.founder__signature span {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .about-hero h1,
  .services-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .about-copy h2,
  .about-cta h2,
  .services-offer__copy h2,
  .services-cta h2 {
    font-size: 2.25rem;
  }
}

/* Keep Services-specific film placement after shared component rules. */
.services-process .services-film {
  width: min(82%, 56rem);
  margin: 2.5rem auto 0;
}

@media (max-width: 767px) {
  .services-process .services-film {
    width: 100%;
    margin-top: 2.5rem;
  }
}

/* Portfolio page */
.portfolio-page {
  background: var(--paper);
  color: var(--ink);
}

.portfolio-nav {
  color: var(--ink);
  text-shadow: none;
}

.portfolio-nav .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.portfolio-header {
  min-height: clamp(36rem, 54vw, 50rem);
}

.portfolio-intro {
  position: relative;
  display: grid;
  min-height: clamp(28rem, 44vw, 40rem);
  padding: 4rem 1.5rem 7rem;
  overflow: hidden;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.portfolio-intro__ghost {
  position: absolute;
  top: 45%;
  left: 50%;
  width: max-content;
  margin: 0;
  color: rgb(32 32 34 / 0.045);
  font-family: var(--display);
  font-size: clamp(4.5rem, 11vw, 10rem);
  font-weight: 400;
  line-height: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.portfolio-intro h1 {
  position: relative;
  max-width: 60rem;
  margin: 0 0 3.5rem;
  color: var(--quiet-graphite, #4e4e50);
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.portfolio-intro > p:last-child {
  position: relative;
  max-width: 62ch;
  margin: 0;
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.7;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.75rem);
  width: min(88%, 76rem);
  margin: 0 auto;
  padding-bottom: clamp(8rem, 14vw, 13rem);
}

.portfolio-project {
  position: relative;
  min-width: 0;
  aspect-ratio: 0.94;
  overflow: hidden;
  background: var(--feature-charcoal, #303034);
  color: var(--white);
  text-decoration: none;
}

.portfolio-project img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 800ms var(--ease-out), transform 800ms var(--ease-out);
}

/* Project detail template */
.project-page {
  background: var(--paper);
  color: var(--ink);
}

.project-hero {
  position: relative;
  min-height: min(70vw, 52rem);
  overflow: hidden;
  color: var(--white);
}

.project-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(16 16 18 / 0.34), rgb(16 16 18 / 0.18) 45%, rgb(16 16 18 / 0.36));
}

.project-nav {
  position: relative;
  z-index: 2;
}

.project-nav .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.project-hero__content {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2.25rem;
  padding: 7rem 1.5rem 3rem;
  text-align: center;
}

.project-hero h1 {
  max-width: 58rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-shadow: 0 2px 26px rgb(0 0 0 / 0.58);
}

.project-overview {
  width: min(76%, 66rem);
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 10rem) 0 clamp(5rem, 9vw, 8rem);
}

.project-overview > h2 {
  max-width: 64rem;
  margin: 0 0 clamp(4rem, 7vw, 6rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line-dark);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 500;
  line-height: 1.65;
}

.project-overview__details {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(0, 1fr);
  gap: clamp(4rem, 10vw, 9rem);
}

.project-overview__details > p,
.project-feature > p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  line-height: 1.7;
}

.project-meta {
  margin: 0;
}

.project-meta > div {
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.project-meta dt {
  font-family: var(--display);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.project-meta dd {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
}

.project-client-link {
  display: inline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.project-client-link:hover,
.project-client-link:focus-visible {
  text-decoration-thickness: 2px;
}

.project-feature {
  width: min(88%, 76rem);
  margin: 0 auto;
}

.project-film {
  width: 100%;
  min-height: clamp(28rem, 55vw, 48rem);
}

.project-feature > p {
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  width: min(68%, 58rem);
  margin: 0 auto;
  padding-top: clamp(7rem, 12vw, 11rem);
}

.project-gallery figure {
  min-width: 0;
  min-height: clamp(22rem, 36vw, 34rem);
  margin: 0;
  overflow: hidden;
}

.project-gallery__wide {
  grid-column: 1 / -1;
  min-height: clamp(23rem, 32vw, 30rem) !important;
}

.project-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-statement {
  position: relative;
  display: grid;
  min-height: clamp(22rem, 36vw, 32rem);
  overflow: hidden;
  place-items: center;
  text-align: center;
}

.project-statement > p {
  position: absolute;
  left: 50%;
  width: max-content;
  margin: 0;
  color: rgb(32 32 34 / 0.045);
  font-family: var(--display);
  font-size: clamp(4rem, 11vw, 10rem);
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

.project-statement h2 {
  position: relative;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.project-gallery--second {
  padding-top: 0;
}

.project-cta {
  display: grid;
  min-height: clamp(34rem, 52vw, 48rem);
  padding: var(--section-space) 1.5rem;
  place-items: center;
  text-align: center;
}

.project-cta h2 {
  max-width: 58rem;
  margin: 0 auto 2.25rem;
  color: var(--quiet-graphite, #4e4e50);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.project-cta p {
  margin: 0 0 3.5rem;
  color: var(--muted);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
}

@media (max-width: 767px) {
  .project-hero {
    min-height: 78dvh;
  }

  .project-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .project-overview {
    width: calc(100% - 2.5rem);
    padding-block: 6rem;
  }

  .project-overview > h2 {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }

  .project-overview__details {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .project-feature {
    width: calc(100% - 2.5rem);
  }

  .project-film {
    min-height: 24rem;
  }

  .project-gallery {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: calc(100% - 2.5rem);
    padding-top: 7rem;
  }

  .project-gallery figure,
  .project-gallery__wide {
    grid-column: 1;
    min-height: 27rem !important;
  }

  .project-statement {
    min-height: 26rem;
  }

  .project-statement > p {
    font-size: 4.5rem;
  }

  .project-statement h2 {
    max-width: 14rem;
    font-size: 2rem;
  }

  .project-gallery--second {
    padding-top: 0;
  }

  .project-cta {
    min-height: 38rem;
  }

  .project-cta h2 {
    font-size: 2.25rem;
  }
}

.portfolio-project:nth-child(1) img {
  object-position: center;
}

.portfolio-project:nth-child(4) img {
  object-position: 42% center;
}

.portfolio-project__shade {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgb(13 13 15 / 0.88));
}

.portfolio-project__copy {
  position: absolute;
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.4rem, 3vw, 2.6rem);
  left: clamp(1.25rem, 3vw, 2.5rem);
  max-width: 28rem;
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.72);
}

.portfolio-project__copy h2 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-transform: uppercase;
}

.portfolio-project__copy p {
  max-width: 38ch;
  margin: 0;
  font-size: clamp(0.78rem, 1.1vw, 0.95rem);
  line-height: 1.5;
}

.portfolio-project__button {
  margin-top: 1.25rem;
}

.portfolio-project:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.portfolio-project:hover .portfolio-project__button,
.portfolio-project:focus-visible .portfolio-project__button {
  background: var(--white);
  color: var(--ink);
  text-shadow: none;
}

.portfolio-project:hover img {
  filter: saturate(0.82) contrast(0.98);
  transform: scale(1.025);
}

.portfolio-cta {
  display: grid;
  min-height: clamp(34rem, 52vw, 48rem);
  padding: var(--section-space) 1.5rem;
  place-items: center;
  text-align: center;
}

.portfolio-cta h2 {
  margin: 0 0 2.25rem;
  color: var(--quiet-graphite, #4e4e50);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.portfolio-cta p {
  margin: 0 0 3.5rem;
  color: var(--muted);
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
}

@media (max-width: 767px) {
  .portfolio-nav {
    position: relative;
    z-index: 10;
  }

  .portfolio-nav .nav-toggle {
    display: grid;
    visibility: visible;
    opacity: 1;
    color: var(--ink);
  }

  .portfolio-nav .nav-toggle__line {
    background: currentColor;
  }

  .portfolio-page.menu-open .portfolio-nav .nav-toggle {
    color: var(--white);
  }

  .portfolio-page.menu-open .portfolio-nav,
  .portfolio-page.menu-open .portfolio-nav .wordmark,
  .portfolio-page.menu-open .portfolio-nav .nav-links,
  .portfolio-page.menu-open .portfolio-nav .nav-links a {
    color: var(--white);
  }

  .portfolio-header {
    min-height: auto;
  }

  .portfolio-intro {
    min-height: 30rem;
    padding: 5rem 1.25rem 6rem;
  }

  .portfolio-intro__ghost {
    font-size: 4.5rem;
  }

  .portfolio-intro h1 {
    margin-bottom: 2.5rem;
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    width: calc(100% - 2.5rem);
    padding-bottom: 7rem;
  }

  .portfolio-project {
    aspect-ratio: 0.88;
  }

  .portfolio-project__copy h2 {
    font-size: 1.55rem;
  }

  .portfolio-project__copy p {
    font-size: 0.84rem;
  }

  .portfolio-cta {
    min-height: 36rem;
  }

  .portfolio-cta h2 {
    font-size: 2.25rem;
  }
}

}

@layer overrides {
/* Inquiry state and compositor-only progress. */
.inquire-page [hidden] {
  display: none !important;
}

.inquire-page .inquiry__track span {
  width: 100%;
  transform: scaleX(0.16666);
  transform-origin: left;
  transition: transform 500ms var(--ease-out);
}

.inquire-page .form-step legend:focus,
.inquire-page .form-success h2:focus {
  outline: none;
}

.inquire-page .choice-list span {
  background: rgb(18 18 20 / 0.28);
  -webkit-backdrop-filter: blur(10px) saturate(0.85);
  backdrop-filter: blur(10px) saturate(0.85);
}

.inquire-page .choice-list input:checked + span {
  background: rgb(253 253 251 / 0.2);
  box-shadow: inset 0 0 0 1px rgb(253 253 251 / 0.72);
}

@media (min-width: 1024px) {
  .inquire-intro p:nth-of-type(2) {
    max-width: none;
    white-space: nowrap;
  }
}

/* A slightly open display setting keeps Italiana's fine forms from feeling compressed. */
h1,
h2,
h3,
.form-step legend {
  letter-spacing: 0.012em !important;
}

.guided-form button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

@media (pointer: coarse) {
  .button,
  .form-back,
  .video-dialog__close,
  .nav-toggle,
  .nav-links a,
  .wordmark {
    min-height: 2.75rem;
  }

  .button {
    padding-inline: 1.2rem;
  }

  .play-button {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }

  .choice-list span {
    min-height: 3.75rem;
  }
}

@media (max-width: 767px) and (orientation: landscape) and (max-height: 600px) {
  .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    gap: 0.5rem 1rem;
  }

  .hero__content {
    bottom: 2rem;
  }

  .about-hero,
  .services-hero,
  .project-hero {
    min-height: 34rem;
  }
}
}
