:root {
  --ink: #08090b;
  --panel: #111317;
  --paper: #e8e3d9;
  --muted: #98938b;
  --red: #e04432;
  --line: #292b2f;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Playfair Display", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--paper);
  color: var(--ink);
  font: 600 0.75rem var(--mono);
  text-decoration: none;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #ff7564;
  outline-offset: 4px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  text-decoration: none;
  font: 600 0.82rem var(--mono);
  letter-spacing: 0.14em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 0.72rem;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.site-header nav a {
  color: #c8c4bb;
  text-decoration: none;
  font: 400 0.72rem var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.site-header nav a:hover {
  color: white;
}
.nav-cta {
  border: 1px solid #5a5b5d;
  padding: 0.72rem 1rem;
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--paper);
  font: 500 0.75rem var(--mono);
  padding: 0.6rem 0.8rem;
}
.hero {
  min-height: 100vh;
  padding: 150px 7vw 70px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 6vw;
  align-items: center;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  border: 1px solid #1b1d20;
  border-radius: 50%;
  right: -9vw;
  top: 13vh;
}
.hero-number,
.scroll-note,
.eyebrow {
  font: 400 0.7rem var(--mono);
  letter-spacing: 0.2em;
  color: var(--red);
  text-transform: uppercase;
}
.availability {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.25rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid #34363a;
  color: #999b9f;
  font: 400 0.66rem var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d38a;
  box-shadow: 0 0 10px #67d38a;
}
.hero-number {
  position: absolute;
  left: 4vw;
  top: 130px;
  writing-mode: vertical-rl;
}
.eyebrow {
  margin: 0 0 1.7rem;
}
.hero h1,
.section-heading h2,
.about h2,
.contact h2 {
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  margin: 0;
  font-weight: 600;
}
.hero h1 em,
.section-heading h2 em,
.about h2 em,
.contact h2 em {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--red);
}
.hero-intro {
  font-size: 1.12rem;
  line-height: 1.8;
  color: #b9b5ae;
  max-width: 620px;
  margin: 2.5rem 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.button {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.35rem;
  font: 600 0.78rem var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.button-primary {
  background: var(--red);
  color: white;
}
.button-primary:hover {
  background: #fa513e;
}
.text-link {
  color: var(--paper);
  text-decoration: none;
  font: 500 0.77rem var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-frame {
  aspect-ratio: 4/5;
  border: 1px solid #303237;
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(
    circle at 50% 45%,
    #24262a 0,
    #111317 40%,
    #090a0c 74%
  );
  overflow: hidden;
}
.hero-portrait {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  z-index: 1;
}
.hero-frame:has(.hero-portrait):before,
.hero-frame:has(.hero-portrait):after {
  opacity: 0.18;
  z-index: 2;
}
.hero-frame-label {
  position: absolute !important;
  left: 1.15rem;
  bottom: 1rem;
  z-index: 3 !important;
  color: white !important;
  font: 500 0.68rem var(--mono) !important;
  letter-spacing: 0.14em !important;
  mix-blend-mode: normal !important;
}
.hero-frame .rec,
.hero-frame .timecode,
.hero-frame .frame-corner {
  z-index: 3;
}
.hero-frame:before,
.hero-frame:after {
  content: "";
  position: absolute;
  background: #303237;
}
.hero-frame:before {
  height: 1px;
  width: 100%;
  top: 50%;
}
.hero-frame:after {
  width: 1px;
  height: 100%;
  left: 50%;
}
.hero-frame > p {
  position: relative;
  z-index: 2;
  text-align: center;
  font: 500 clamp(2.2rem, 4vw, 4.7rem)/0.83 var(--mono);
  letter-spacing: -0.09em;
  margin: 0;
  color: #d9d4ca;
  mix-blend-mode: difference;
}
.aperture {
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid #4a4b4d;
  border-radius: 50%;
  animation: rotate 35s linear infinite;
}
.aperture span {
  position: absolute;
  width: 48%;
  height: 1px;
  background: #3d3e41;
  left: 50%;
  top: 50%;
  transform-origin: left;
}
.aperture span:nth-child(2) {
  transform: rotate(60deg);
}
.aperture span:nth-child(3) {
  transform: rotate(120deg);
}
.aperture span:nth-child(4) {
  transform: rotate(180deg);
}
.aperture span:nth-child(5) {
  transform: rotate(240deg);
}
.aperture span:nth-child(6) {
  transform: rotate(300deg);
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.rec,
.timecode {
  position: absolute;
  font: 400 0.65rem var(--mono);
  letter-spacing: 0.1em;
}
.rec {
  top: 18px;
  left: 20px;
}
.rec i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  margin-right: 6px;
}
.timecode {
  bottom: 18px;
  right: 20px;
}
.frame-corner {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 2;
}
.top-left {
  top: 12px;
  left: 12px;
  border-top: 2px solid var(--paper);
  border-left: 2px solid var(--paper);
}
.top-right {
  top: 12px;
  right: 12px;
  border-top: 2px solid var(--paper);
  border-right: 2px solid var(--paper);
}
.bottom-left {
  bottom: 12px;
  left: 12px;
  border-bottom: 2px solid var(--paper);
  border-left: 2px solid var(--paper);
}
.bottom-right {
  bottom: 12px;
  right: 12px;
  border-bottom: 2px solid var(--paper);
  border-right: 2px solid var(--paper);
}
.scroll-note {
  position: absolute;
  bottom: 32px;
  left: 7vw;
  color: #5f6062;
}
.creative-ticker {
  overflow: hidden;
  border-top: 1px solid #4d170f;
  border-bottom: 1px solid #4d170f;
  background: var(--red);
  color: white;
  transform: rotate(-1deg) scale(1.02);
}
.creative-ticker > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0.85rem 0;
  animation: ticker 28s linear infinite;
  font: 500 0.73rem var(--mono);
  letter-spacing: 0.15em;
}
.creative-ticker b {
  color: #50160f;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #0c0d0f;
  padding: 0 7vw;
}
.proof-strip div {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 2.2rem 2vw;
  border-right: 1px solid var(--line);
}
.proof-strip div:first-child {
  border-left: 1px solid var(--line);
}
.proof-strip strong {
  font: 500 2.2rem var(--mono);
  color: var(--red);
}
.proof-strip span {
  color: #9b9c9e;
  font: 400 0.68rem/1.5 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.services,
.photo-focus,
.photo-gallery,
.process,
.work,
.about,
.contact {
  padding: 130px 7vw;
}
.process {
  background: #0c0d0f;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 7vw;
  align-items: start;
}
.process-heading h2 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin: 0;
}
.process-heading h2 em {
  color: var(--red);
  font-family: var(--serif);
}
.process-steps {
  border-top: 1px solid var(--line);
}
.process-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}
.process-steps span {
  color: var(--red);
  font: 400 0.66rem var(--mono);
}
.process-steps h3 {
  margin: 0;
  font-size: 1.2rem;
}
.process-steps p {
  grid-column: 2;
  margin: 0.35rem 0 0;
  color: var(--muted);
}
.process > .button {
  grid-column: 2;
  justify-self: start;
}
.services {
  background: var(--paper);
  color: var(--ink);
}
.section-heading {
  margin-bottom: 5rem;
}
.section-heading h2,
.about h2,
.contact h2 {
  font-size: clamp(3.3rem, 6vw, 6.5rem);
}
.service-list {
  border-top: 1px solid #b7b2a9;
}
.service-list article {
  display: grid;
  grid-template-columns: 55px 1fr 55px;
  align-items: start;
  gap: 1.5rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid #b7b2a9;
  transition: padding 0.25s;
}
.service-list article:hover {
  padding-left: 1rem;
}
.service-list .featured-service {
  background: #dcd6ca;
  margin: 0 -2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}
.service-list .featured-service:hover {
  padding-left: 3vw;
}
.service-list article > span {
  font: 400 0.7rem var(--mono);
  color: var(--red);
  padding-top: 0.55rem;
}
.service-list h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.service-list p {
  color: #5b5853;
  max-width: 680px;
  margin: 0;
}
.service-list b {
  font: 400 1.3rem var(--mono);
  color: #aaa69e;
  border: 1px solid #c4bfb7;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
}
.photo-focus {
  background: var(--red);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: center;
  color: white;
}
.photo-focus .eyebrow {
  color: #2b0e0a;
}
.photo-focus h2 {
  font-size: clamp(3.3rem, 6vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  margin: 0;
}
.photo-focus h2 em {
  font-family: var(--serif);
  color: #240b08;
}
.photo-focus-copy > p:not(.eyebrow) {
  max-width: 730px;
}
.photo-focus .photo-lead {
  font-size: 1.35rem;
  line-height: 1.55;
  font-weight: 600;
  margin: 2rem 0;
}
.photo-focus .button-primary {
  background: #101114;
  margin-top: 1.5rem;
}
.photo-focus .button-primary:hover {
  background: #282a2e;
}
.photo-use-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.photo-use-cases span {
  border: 1px solid #ff8273;
  padding: 0.5rem 0.7rem;
  color: #ffe0dc;
  font: 400 0.65rem var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.photo-promise {
  border-top: 1px solid #ff8273;
}
.photo-promise div {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ff8273;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 1rem;
}
.photo-promise span {
  font: 400 0.68rem var(--mono);
  color: #40110c;
}
.photo-promise strong {
  font-size: 1.15rem;
}
.photo-promise p {
  grid-column: 2;
  color: #ffd9d3;
  margin: 0.35rem 0 0;
}
.photo-gallery {
  background: #08090b;
}
.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
  margin-bottom: 4rem;
}
.gallery-heading h2 {
  font-size: clamp(3rem, 5.5vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin: 0;
}
.gallery-heading h2 em {
  font-family: var(--serif);
  color: var(--red);
}
.gallery-heading > p {
  color: var(--muted);
  max-width: 430px;
}
.photo-carousel {
  max-width: 1400px;
  margin: 0 auto;
}
.slides {
  height: clamp(360px, 58vw, 820px);
  background: #050506;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}
.slide {
  width: 100%;
  height: 100%;
  margin: 0;
}
.slide[hidden] {
  display: none;
}
.slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.25rem 0;
}
.carousel-controls p {
  min-width: 86px;
  margin: 0;
  text-align: center;
  color: var(--muted);
  font: 400 0.73rem var(--mono);
  letter-spacing: 0.12em;
}
.current-slide {
  color: var(--paper);
}
.carousel-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #4b4d51;
  background: transparent;
  color: var(--paper);
  font-size: 1.2rem;
  cursor: pointer;
}
.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: var(--red);
  border-color: var(--red);
}
.carousel-thumbs {
  display: grid;
  grid-template-columns: repeat(11, minmax(72px, 1fr));
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.75rem;
}
.carousel-thumbs button {
  min-width: 72px;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: #050506;
  border: 2px solid transparent;
  opacity: 0.5;
  cursor: pointer;
}
.carousel-thumbs button.active,
.carousel-thumbs button:hover,
.carousel-thumbs button:focus-visible {
  border-color: var(--red);
  opacity: 1;
}
.carousel-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.work {
  background: #0c0d0f;
}
.horizontal {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
}
.horizontal > p {
  color: var(--muted);
  max-width: 430px;
}
.work-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1rem;
}
.project-category {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  border-top: 1px solid var(--line);
  padding: 3rem 0 5rem;
  gap: 5vw;
}
.film-category {
  border-top-color: #4b2622;
}
.category-heading > span {
  font: 400 0.68rem var(--mono);
  letter-spacing: 0.15em;
  color: var(--red);
}
.category-heading h3 {
  font-size: 2.5rem;
  margin: 0.8rem 0;
}
.category-heading p {
  color: var(--muted);
  max-width: 310px;
}
.project-rows {
  border-top: 1px solid #393b3f;
}
.project-rows article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #393b3f;
  padding: 1.35rem 0;
}
.project-rows article > span {
  font: 400 0.68rem var(--mono);
  color: #686a6e;
}
.project-rows h4 {
  font-size: 1.3rem;
  margin: 0;
}
.project-rows h4 a {
  color: var(--paper);
  text-decoration-color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.project-rows h4 a:hover {
  color: white;
}
.project-rows p {
  font: 400 0.68rem var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  text-align: right;
}
.project-rows .upcoming h4::after {
  content: "UPCOMING";
  font: 500 0.57rem var(--mono);
  color: white;
  background: var(--red);
  padding: 0.3rem 0.45rem;
  margin-left: 0.8rem;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
.project-rows cite {
  text-transform: none;
}
.work-cta {
  padding: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: var(--red);
}
.work-cta p {
  font: 500 2.2rem/0.95 var(--mono);
  letter-spacing: -0.08em;
  margin: 0;
}
.work-cta a {
  color: white;
  text-decoration: none;
  font: 500 0.75rem var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.project {
  background: var(--panel);
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.project-featured {
  grid-row: span 2;
}
.project-art {
  flex: 1;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
.project-copy {
  padding: 1.5rem;
}
.project-copy p {
  font: 400 0.65rem var(--mono);
  color: var(--red);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.project-copy h3 {
  font-size: 1.65rem;
  margin: 0.4rem 0;
}
.project-copy span {
  color: var(--muted);
}
.crow {
  background: radial-gradient(circle at 60% 40%, #3b1615, #131315 50%, #08090b);
}
.crow span {
  position: absolute;
  font: 600 17vw/0.8 var(--serif);
  color: #d6d0c5;
  opacity: 0.08;
}
.crow span:first-child {
  left: 7%;
  top: 7%;
}
.crow span:nth-child(2) {
  right: 3%;
  bottom: 0;
}
.crow i {
  position: absolute;
  width: 36%;
  height: 62%;
  border: 2px solid var(--red);
  transform: rotate(35deg);
  top: 18%;
  left: 34%;
  box-shadow: 0 0 60px #b12b1d66;
}
.glimpse {
  background: linear-gradient(140deg, #10252d, #090a0c);
}
.glimpse div {
  width: 40%;
  height: 70%;
  background: linear-gradient(90deg, #d8c2a1, #4a6067);
  position: absolute;
  left: 29%;
  top: 15%;
  filter: blur(14px);
  opacity: 0.8;
}
.glimpse i {
  position: absolute;
  inset: 10%;
  border: 1px solid #8aa3a8;
}
.nocturnal {
  background: linear-gradient(#090a0c, #1b121b);
}
.nocturnal i {
  position: absolute;
  width: 32%;
  height: 115%;
  top: -5%;
  background: #d4d0c8;
  opacity: 0.07;
  transform: rotate(18deg);
}
.nocturnal i:nth-child(2) {
  left: 34%;
}
.nocturnal i:nth-child(3) {
  left: 68%;
}
.project-statement {
  padding: 2rem;
  justify-content: space-between;
  background: var(--red);
  min-height: 240px;
}
.project-statement p {
  font: 500 2.2rem/0.95 var(--mono);
  letter-spacing: -0.08em;
  margin: 0;
}
.project-statement a {
  color: white;
  text-decoration: none;
  font: 500 0.75rem var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.about {
  background: var(--paper);
  color: var(--ink);
}
.about-card {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
  align-items: center;
}
.portrait-photo {
  aspect-ratio: 16 / 10;
  margin: 0;
  background: #111317;
  position: relative;
  overflow: hidden;
}
.portrait-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.portrait-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(8, 9, 11, 0.78));
  pointer-events: none;
}
.portrait-photo figcaption {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font: 400 0.68rem var(--mono);
  letter-spacing: 0.14em;
}
.portrait-placeholder {
  aspect-ratio: 4/5;
  background: linear-gradient(155deg, #14161a, #41444a);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.portrait-placeholder:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 85%;
  border-radius: 50% 50% 10% 10%;
  background: linear-gradient(135deg, #272a30, #090a0c);
  bottom: -18%;
  filter: drop-shadow(0 0 20px #000);
}
.portrait-placeholder span {
  z-index: 2;
  font: 600 20vw/0.8 var(--serif);
  color: #fff;
  opacity: 0.06;
  transform: rotate(-90deg);
}
.portrait-placeholder i {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: var(--red);
  font: 400 0.7rem var(--mono);
  letter-spacing: 0.18em;
}
.about-copy > p:not(.eyebrow) {
  color: #5b5853;
  max-width: 700px;
  font-size: 1.05rem;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}
.skill-tags span {
  border: 1px solid #bdb8b0;
  padding: 0.55rem 0.75rem;
  font: 400 0.68rem var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact {
  text-align: center;
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact h2 {
  max-width: 1100px;
}
.contact > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
  margin: 2rem 0;
}
.email {
  color: var(--paper);
  font-size: clamp(1rem, 2.2vw, 2rem);
  text-underline-offset: 8px;
}
.contact-meta {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  color: #68696c;
  font: 400 0.68rem var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 2rem 4vw;
  border-top: 1px solid var(--line);
  color: #717276;
  font: 400 0.65rem var(--mono);
  letter-spacing: 0.1em;
}
footer a {
  color: #8e8f91;
  text-decoration: none;
}
.floating-inquiry {
  position: fixed;
  z-index: 8;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 0.1rem;
  background: var(--red);
  color: white;
  text-decoration: none;
  font: 600 0.68rem var(--mono);
  letter-spacing: 0.08em;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.32);
  transition: transform 0.25s, background 0.25s;
}
.floating-inquiry b {
  font-size: 1.05rem;
}
.floating-inquiry:hover,
.floating-inquiry:focus-visible {
  transform: rotate(7deg) scale(1.07);
  background: #fb513e;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 850px) {
  .site-header {
    height: 72px;
  }
  .menu-toggle {
    display: block;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #0c0d0f;
    border-bottom: 1px solid var(--line);
    padding: 1.5rem 4vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 120px 6vw 70px;
  }
  .hero-number {
    display: none;
  }
  .hero-frame {
    width: min(78vw, 470px);
    justify-self: center;
  }
  .scroll-note {
    display: none;
  }
  .proof-strip {
    grid-template-columns: 1fr;
  }
  .proof-strip div,
  .proof-strip div:first-child {
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .services,
  .photo-focus,
  .photo-gallery,
  .process,
  .work,
  .about,
  .contact {
    padding: 90px 6vw;
  }
  .photo-focus,
  .process,
  .project-category {
    grid-template-columns: 1fr;
  }
  .process > .button {
    grid-column: auto;
  }
  .gallery-heading {
    display: block;
  }
  .gallery-heading > p {
    margin-top: 2rem;
  }
  .slides {
    height: min(60vw, 520px);
  }
  .work-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
  .horizontal {
    display: block;
  }
  .horizontal > p {
    margin-top: 2rem;
  }
  .work-grid {
    grid-template-columns: 1fr;
  }
  .project-featured {
    grid-row: auto;
  }
  .about-card {
    grid-template-columns: 1fr;
  }
  .portrait-placeholder {
    max-width: 500px;
    width: 100%;
    justify-self: center;
  }
  .portrait-photo {
    max-width: 500px;
    width: 100%;
    justify-self: center;
  }
  .contact-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: 3.2rem;
  }
  .service-list article {
    grid-template-columns: 35px 1fr;
  }
  .service-list article > b {
    display: none;
  }
  .service-list h3 {
    font-size: 1.55rem;
  }
  .project-rows article {
    grid-template-columns: 28px 1fr;
  }
  .project-rows p {
    grid-column: 2;
    text-align: left;
  }
  .slides {
    height: 54vw;
    min-height: 230px;
  }
  .project-art {
    min-height: 220px;
  }
  .contact .email {
    font-size: 0.87rem;
  }
  .floating-inquiry {
    width: auto;
    height: auto;
    right: 0.8rem;
    bottom: 0.8rem;
    border-radius: 0;
    padding: 0.75rem 0.9rem;
  }
  .floating-inquiry b {
    display: none;
  }
  .site-header {
    padding: 0 5vw;
  }
  footer {
    gap: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .aperture {
    animation: none;
  }
  .creative-ticker > div {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Projects page */
.projects-page {
  background: #08090b;
}
.projects-header {
  position: absolute;
}
.projects-hero {
  min-height: 82vh;
  padding: 170px 7vw 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.projects-hero::before {
  content: "IN PRODUCTION";
  position: absolute;
  right: -2vw;
  bottom: -0.08em;
  color: #ffffff08;
  font: 600 clamp(5rem, 16vw, 15rem)/0.75 var(--mono);
  letter-spacing: -0.09em;
  white-space: nowrap;
}
.projects-hero h1 {
  font-size: clamp(4rem, 8.5vw, 9rem);
  line-height: 0.86;
  letter-spacing: -0.06em;
  margin: 0;
  max-width: 1100px;
}
.projects-hero h1 em,
.latest-release h2,
.opportunities h2 em {
  font-family: var(--serif);
  color: var(--red);
}
.projects-hero > p:not(.eyebrow) {
  max-width: 670px;
  color: #aaa7a0;
  font-size: 1.08rem;
  margin: 2.2rem 0;
}
.slate-mark {
  position: absolute;
  right: 7vw;
  top: 46%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.3rem 1rem;
  border: 1px solid #34363a;
  padding: 1.1rem;
  transform: rotate(4deg);
}
.slate-mark span {
  font: 400 0.58rem var(--mono);
  color: var(--muted);
  letter-spacing: 0.12em;
}
.slate-mark b {
  font: 500 1.4rem var(--mono);
}
.latest-release {
  padding: 120px 7vw;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  align-items: center;
}
.release-type {
  font: 400 0.67rem var(--mono);
  letter-spacing: 0.13em;
  color: #77716a;
}
.latest-release h2 {
  font-size: clamp(4.5rem, 9vw, 9rem);
  line-height: 0.82;
  margin: 1.2rem 0 2rem;
}
.release-copy > p:not(.eyebrow) {
  color: #5c5852;
  max-width: 520px;
  margin-bottom: 2rem;
}
.release-poster {
  min-height: 440px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #09090a;
  color: white;
  text-decoration: none;
  border: 1px solid #3a2625;
}
.release-poster > img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  display: block;
  object-fit: contain;
}
.release-poster::before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid #ffffff30;
}
.release-poster span {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font: 400 0.67rem/1.2 var(--mono);
  letter-spacing: 0.14em;
  color: var(--red);
}
.release-poster i {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff88;
  font-style: normal;
  padding-left: 5px;
  transition: transform 0.25s, background 0.25s;
}
.release-poster:hover i {
  transform: scale(1.12);
  background: var(--red);
}
.current-projects {
  padding: 130px 7vw;
}
.production-list {
  border-top: 1px solid var(--line);
}
.production-card {
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
}
.production-card.has-art {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.production-art {
  height: clamp(320px, 38vw, 520px);
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050506;
  border: 1px solid #2d2f33;
}
.production-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.production-art-wide {
  height: clamp(240px, 27vw, 390px);
}
.production-body {
  min-width: 0;
}
.production-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}
.production-top span {
  color: var(--red);
  font: 400 0.64rem var(--mono);
  letter-spacing: 0.13em;
}
.production-top h3 {
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  margin: 0.5rem 0;
}
.production-body > p {
  color: var(--muted);
  max-width: 680px;
}
.status-badge {
  border: 1px solid #4c4e52;
  padding: 0.55rem 0.7rem;
  color: var(--paper);
  font: 500 0.62rem var(--mono);
  letter-spacing: 0.09em;
}
.open-project .status-badge {
  border-color: var(--red);
  color: var(--red);
}
.production-progress {
  margin-top: 2.4rem;
}
.progress-line {
  height: 3px;
  background: #2c2e31;
  margin: 0 0 0.85rem;
}
.progress-line i {
  display: block;
  height: 100%;
  background: var(--red);
}
.stage-2 .progress-line i { width: 16.66%; }
.stage-3 .progress-line i { width: 33.33%; }
.stage-6 .progress-line i { width: 83.33%; }
.production-progress ol {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.production-progress li {
  color: #5f6063;
  font: 400 0.6rem var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.production-progress li.current {
  color: var(--paper);
}
.audition-link {
  display: inline-block;
  margin-top: 1.8rem;
  color: var(--red);
  text-decoration: none;
  font: 500 0.7rem var(--mono);
  letter-spacing: 0.1em;
}
.opportunities {
  padding: 130px 7vw;
  background: var(--red);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  color: white;
}
.opportunities .eyebrow {
  color: #3b0c08;
}
.opportunities h2 {
  font-size: clamp(3.3rem, 6vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  margin: 0;
}
.opportunities h2 em {
  color: #280b08;
}
.opportunity-copy > p {
  color: #ffe0db;
  font-size: 1.05rem;
}
.opportunity-copy ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  border-top: 1px solid #ff8172;
}
.opportunity-copy li {
  padding: 1rem 0;
  border-bottom: 1px solid #ff8172;
}
.opportunity-copy li span {
  display: inline-block;
  width: 40px;
  color: #4d120c;
  font: 400 0.65rem var(--mono);
}
.opportunities .button-primary {
  background: #101114;
}
@media (max-width: 850px) {
  .slate-mark { display: none; }
  .latest-release,
  .opportunities { grid-template-columns: 1fr; }
  .release-poster { min-height: 340px; }
  .production-card.has-art { grid-template-columns: 1fr; gap: 2rem; }
  .production-art,
  .production-art-wide { height: min(72vh, 620px); }
  .production-progress { overflow-x: auto; padding-bottom: 0.5rem; }
  .production-progress ol,
  .progress-line { min-width: 680px; }
}
@media (max-width: 520px) {
  .projects-hero { padding: 135px 6vw 80px; }
  .latest-release,
  .current-projects,
  .opportunities { padding: 85px 6vw; }
  .production-top { flex-direction: column; }
  .production-art,
  .production-art-wide { height: min(66vh, 500px); }
}
