.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  padding-top: var(--header-height);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  top: 8%;
  left: -10vw;
  z-index: -1;
  width: 38vw;
  height: 38vw;
  border-radius: 50%;
  background: var(--pink);
  content: '';
  filter: blur(150px);
  opacity: .09;
}

.hero::after {
  position: absolute;
  right: -8vw;
  bottom: 0;
  z-index: -1;
  width: 40vw;
  height: 36vw;
  background: var(--cyan);
  content: '';
  filter: blur(170px);
  opacity: .07;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  width: 100%;
  min-height: calc(100svh - var(--header-height) - 46px);
  padding: clamp(55px, 8vh, 95px) var(--gutter) clamp(64px, 9vh, 105px);
  gap: clamp(48px, 7vw, 120px);
}

.hero-intro {
  position: relative;
  z-index: 2;
}

.hero-intro h1 {
  max-width: 690px;
  margin: 22px 0 26px;
  font: 800 clamp(58px, 7.4vw, 118px)/.85 var(--display);
  letter-spacing: clamp(-5px, -.5vw, -2.5px);
  text-wrap: balance;
}

.hero-intro h1 span {
  position: relative;
  color: var(--acid);
}

.hero-intro h1 span::after {
  position: absolute;
  right: 2%;
  bottom: -.08em;
  left: 1%;
  height: .11em;
  background: repeating-linear-gradient(90deg, var(--pink) 0 8px, transparent 8px 13px);
  content: '';
  transform: rotate(-1deg);
}

.hero-lead {
  max-width: 550px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.7;
}

.hero-intro-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 31px;
  gap: 24px;
}

.scribble-link {
  position: relative;
  padding: 10px 2px;
  color: var(--paper);
  font: 700 11px var(--mono);
  text-transform: uppercase;
}

.scribble-link::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--cyan);
  content: '';
  transform: rotate(-1.5deg);
  transition: height .2s ease;
}

.scribble-link:hover::after {
  height: 6px;
  opacity: .5;
}

.hero-coordinate {
  display: flex;
  margin-top: clamp(45px, 8vh, 95px);
  gap: 17px;
  color: #625f6e;
  font: 8px var(--pixel);
}

.featured-project {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  background: rgba(17, 17, 26, .82);
  box-shadow: 14px 14px 0 rgba(217, 255, 67, .07), -9px -9px 0 rgba(102, 223, 246, .05);
}

.featured-project::after {
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: -1;
  width: 42%;
  height: 35%;
  border-right: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
  content: '';
}

.project-window {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #11111a;
}

.project-window-bar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: rgba(9, 9, 15, .82);
  color: rgba(255, 255, 255, .74);
  font: 7px var(--pixel);
}

.project-window-bar span:last-child {
  color: var(--pink);
  letter-spacing: 3px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background: #111 center / cover no-repeat;
  filter: brightness(.8) saturate(.8) contrast(1.08);
  transform: scale(1.005);
  transition: opacity .45s ease, transform 10s ease;
}

.hero-backdrop.is-switching {
  opacity: .08;
  transform: scale(1.05);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(9, 9, 15, .72), transparent 42%),
    linear-gradient(90deg, rgba(9, 9, 15, .2), transparent 50%);
}

.project-number {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 3;
  color: var(--paper);
  font: 8px var(--pixel);
}

.pixel-cursor {
  position: absolute;
  top: 46%;
  left: 54%;
  z-index: 3;
  width: 24px;
  height: 32px;
  background: var(--acid);
  clip-path: polygon(0 0, 0 100%, 28% 76%, 46% 100%, 62% 92%, 44% 68%, 78% 68%);
  filter: drop-shadow(4px 4px 0 rgba(9, 9, 15, .65));
  transform: rotate(-9deg);
}

.pixel-cursor span {
  position: absolute;
  top: 35px;
  left: 18px;
  padding: 4px 6px;
  background: var(--pink);
  color: #09090f;
  font: 6px var(--pixel);
  transform: rotate(9deg);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(22px, 3vw, 34px);
  gap: 17px 28px;
}

.hero-content h2 {
  max-width: 610px;
  margin: 9px 0 0;
  font: 700 clamp(28px, 3.1vw, 48px)/.98 var(--display);
  letter-spacing: -1.8px;
}

.hero-content .title-meta {
  align-self: end;
  justify-content: flex-end;
}

.hero-description {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-actions .button {
  min-height: 42px;
  padding-inline: 14px;
  font-size: 9px;
}

.hero-switcher {
  position: absolute;
  top: calc(100% + 23px);
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-switcher button {
  width: 35px;
  height: 5px;
  padding: 0;
  background: #343341;
  transition: width .25s ease, background .25s ease;
}

.hero-switcher button:hover {
  background: var(--muted);
}

.hero-switcher button.is-active {
  width: 65px;
  background: var(--acid);
}

.hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46px;
  overflow: hidden;
  border-top: 1px solid #09090f;
  background: var(--acid);
  color: #09090f;
  font: 10px/46px var(--pixel);
  white-space: nowrap;
}

.hero-ticker div {
  width: max-content;
  animation: ticker 28s linear infinite;
}

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

.catalog-section,
.media-lab,
.studio-process {
  position: relative;
  padding: clamp(88px, 11vw, 155px) var(--gutter);
  scroll-margin-top: 70px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(250px, .9fr);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 70px);
  gap: 36px;
}

.section-heading h2,
.process-intro h2 {
  max-width: 760px;
  margin: 14px 0 0;
  font: 800 clamp(45px, 6.8vw, 92px)/.88 var(--display);
  letter-spacing: clamp(-4px, -.4vw, -2px);
}

.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.selected-work::before {
  position: absolute;
  top: 13%;
  right: -30px;
  color: rgba(255, 255, 255, .025);
  content: 'PLAY';
  font: 800 25vw/.7 var(--display);
  letter-spacing: -2vw;
  pointer-events: none;
}

.film-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 95px);
}

.film-card {
  position: relative;
  min-width: 0;
}

.film-card:nth-child(2) {
  margin-top: clamp(70px, 9vw, 130px);
}

.film-card-index {
  display: block;
  margin-bottom: 12px;
  color: var(--pink);
  font: 8px var(--pixel);
}

.film-card-art {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  box-shadow: 9px 9px 0 rgba(255, 91, 167, .12);
  text-align: left;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.film-card:nth-child(2) .film-card-art {
  box-shadow: 9px 9px 0 rgba(102, 223, 246, .12);
}

.film-card-art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 5, 10, .86), transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(0, 0, 0, .07) 5px 6px);
  content: '';
}

.film-card-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.8) saturate(.68) contrast(1.1);
  transition: filter .35s ease, transform .55s ease;
}

.film-card-art:hover,
.film-card-art:focus-visible {
  border-color: var(--acid);
  box-shadow: 14px 14px 0 rgba(217, 255, 67, .14);
  transform: translate(-4px, -4px);
}

.film-card-art:hover img,
.film-card-art:focus-visible img {
  filter: brightness(.95) saturate(.92) contrast(1.06);
  transform: scale(1.035);
}

.film-card-overlay {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.film-card-overlay p {
  margin: 0;
  color: var(--paper);
  font: 7px var(--pixel);
}

.play-disc {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 2px solid #09090f;
  border-radius: 0;
  place-items: center;
  background: var(--acid);
  color: #09090f;
  font-size: 13px;
  box-shadow: 5px 5px 0 var(--pink);
}

.film-card-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 22px 1px 0;
  gap: 13px 20px;
}

.film-card-copy h3 {
  margin: 0;
  font: 700 clamp(23px, 2.3vw, 33px)/1 var(--display);
  letter-spacing: -1.2px;
}

.film-card-copy .title-meta {
  justify-content: flex-end;
}

.film-card-copy > p {
  grid-column: 1 / -1;
  max-width: 630px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.film-card-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 23px;
  margin-top: 3px;
}

.text-button {
  position: relative;
  padding: 5px 0;
  background: transparent;
  color: var(--muted-strong);
  font: 700 10px var(--mono);
  text-transform: uppercase;
}

.text-button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  content: '';
}

.text-button:hover {
  color: var(--acid);
}

.text-button:hover::after {
  background: var(--acid);
}

.media-lab {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 8%, rgba(102, 223, 246, .1), transparent 23%),
    radial-gradient(circle at 12% 92%, rgba(255, 91, 167, .08), transparent 23%),
    #0d0d15;
}

.media-heading h2 {
  color: var(--acid);
}

.media-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(260px, 32vw));
  gap: clamp(12px, 1.7vw, 24px);
}

.media-still,
.pixel-art-card,
.editor-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
}

.media-still-wide {
  grid-column: 1 / 8;
  grid-row: 1;
}

.pixel-art-card {
  grid-column: 8 / -1;
  grid-row: 1;
  background: #5145d9;
}

.media-still-tall {
  grid-column: 1 / 6;
  grid-row: 2;
}

.editor-card {
  grid-column: 6 / -1;
  grid-row: 2;
}

.media-still img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.65) contrast(1.08) brightness(.75);
  transition: filter .4s ease, transform .6s ease;
}

.media-still::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 7, 12, .9), transparent 55%);
  content: '';
}

.media-still:hover img {
  filter: saturate(.95) contrast(1.04) brightness(.9);
  transform: scale(1.025);
}

.media-still figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
}

.media-still figcaption span,
.pixel-card-copy span,
.editor-card-index {
  display: block;
  margin-bottom: 8px;
  color: var(--acid);
  font: 7px var(--pixel);
}

.media-still figcaption strong {
  display: block;
  font: 700 clamp(23px, 3vw, 42px)/1 var(--display);
  letter-spacing: -1.5px;
}

.pixel-canvas {
  position: absolute;
  inset: 0 0 34%;
  overflow: hidden;
  background:
    linear-gradient(180deg, #232350 0%, #3a337f 72%, #17172b 72%);
  image-rendering: pixelated;
}

.pixel-canvas::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 26px;
  background: repeating-linear-gradient(90deg, #111123 0 18px, #d9ff43 18px 36px);
  content: '';
  opacity: .82;
}

.pixel-canvas i {
  position: absolute;
  display: block;
}

.pixel-moon {
  top: 18%;
  right: 16%;
  width: 38px;
  height: 38px;
  background: var(--acid);
  box-shadow: -8px 8px 0 #efeeb1, 8px -8px 0 rgba(217, 255, 67, .18);
}

.pixel-star {
  width: 6px;
  height: 6px;
  background: var(--paper);
  box-shadow: 6px 0 0 rgba(244, 240, 230, .35), -6px 0 0 rgba(244, 240, 230, .35), 0 6px 0 rgba(244, 240, 230, .35), 0 -6px 0 rgba(244, 240, 230, .35);
}

.pixel-star-one { top: 19%; left: 16%; }
.pixel-star-two { top: 34%; left: 39%; transform: scale(.65); }
.pixel-star-three { top: 13%; left: 56%; transform: scale(.5); }

.pixel-building {
  bottom: 25px;
  left: 13%;
  width: 55%;
  height: 42%;
  background: #10101e;
  box-shadow: 18px -16px 0 #10101e, 96px -29px 0 -8px #10101e, 142px -12px 0 #10101e;
}

.pixel-window {
  bottom: 56px;
  width: 12px;
  height: 18px;
  background: var(--pink);
  box-shadow: 22px 0 0 var(--cyan), 44px 0 0 var(--acid), 66px 0 0 var(--pink), 88px 0 0 var(--cyan);
}

.pixel-window-one { left: 18%; }
.pixel-window-two { bottom: 85px; left: 23%; transform: scale(.8); }

.pixel-door {
  bottom: 25px;
  left: 39%;
  width: 18px;
  height: 32px;
  background: #efeeb1;
}

.pixel-person {
  right: 15%;
  bottom: 26px;
  width: 9px;
  height: 27px;
  background: #09090f;
  box-shadow: 0 -8px 0 #09090f, -6px 24px 0 #09090f, 6px 24px 0 #09090f;
}

.pixel-card-copy {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
}

.pixel-card-copy span {
  color: var(--acid);
}

.pixel-card-copy h3 {
  margin: 0;
  font: 700 clamp(24px, 3.1vw, 43px)/.92 var(--display);
  letter-spacing: -1.6px;
}

.editor-card {
  display: flex;
  padding: clamp(25px, 4vw, 55px);
  flex-direction: column;
  justify-content: flex-end;
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, .045) 39px 40px),
    linear-gradient(140deg, #1d1d2a, #111119);
  transition: border-color .25s ease, background .25s ease;
}

.editor-card:hover {
  border-color: var(--pink);
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(255, 255, 255, .06) 39px 40px),
    linear-gradient(140deg, #262336, #111119);
}

.editor-card-index {
  position: absolute;
  top: 21px;
  left: 22px;
  color: var(--cyan);
}

.editor-card h3 {
  max-width: 660px;
  margin: 25px 0 13px;
  font: 700 clamp(34px, 5vw, 68px)/.9 var(--display);
  letter-spacing: -2.5px;
}

.editor-card p {
  margin: 0;
  color: var(--muted-strong);
  font: 10px var(--mono);
  text-transform: uppercase;
}

.editor-timeline {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  height: 42px;
  gap: 5px;
}

.editor-timeline i {
  display: block;
  background: var(--pink);
}

.editor-timeline i:nth-child(2n) { height: 60%; background: var(--cyan); }
.editor-timeline i:nth-child(3n) { height: 82%; background: var(--acid); }
.editor-timeline i:nth-child(4n) { height: 40%; }

.studio-process {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(430px, 1.1fr);
  gap: clamp(55px, 10vw, 150px);
}

.process-intro {
  position: sticky;
  top: 105px;
  align-self: start;
}

.process-intro > p:last-child {
  max-width: 460px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  min-height: 170px;
  align-items: start;
  padding: 30px 0;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  transition: padding .25s ease, background .25s ease;
}

.process-list li:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(255, 255, 255, .025);
}

.process-list li > span {
  color: var(--pink);
  font: 9px var(--pixel);
}

.process-list strong {
  display: block;
  color: var(--paper);
  font: 700 clamp(26px, 3vw, 40px)/1 var(--display);
  letter-spacing: -1.4px;
}

.process-list p {
  max-width: 480px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.studio-callout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(260px, .8fr);
  align-items: end;
  margin: 0 var(--gutter) clamp(80px, 10vw, 140px);
  padding: clamp(40px, 6vw, 82px);
  overflow: hidden;
  gap: 40px clamp(40px, 8vw, 120px);
  border: 1px solid var(--acid);
  background:
    linear-gradient(115deg, rgba(217, 255, 67, .12), transparent 37%),
    radial-gradient(circle at 90% 8%, rgba(255, 91, 167, .14), transparent 32%),
    var(--surface);
  box-shadow: 12px 12px 0 rgba(102, 223, 246, .16);
}

.studio-callout::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 45px, rgba(255, 255, 255, .025) 45px 46px);
  content: '';
  pointer-events: none;
}

.callout-pixel {
  position: absolute;
  top: 15px;
  right: 22px;
  color: var(--acid);
  font: 34px var(--pixel);
  transform: rotate(11deg);
}

.studio-callout h2 {
  max-width: 750px;
  margin: 14px 0 0;
  font: 800 clamp(42px, 5.6vw, 78px)/.9 var(--display);
  letter-spacing: clamp(-3.7px, -.36vw, -2px);
}

.studio-callout > div:last-child {
  position: relative;
  z-index: 1;
}

.studio-callout > div:last-child > p {
  max-width: 470px;
  margin: 0 0 27px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.7;
}

.catalog-item[hidden] {
  display: none;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(280px, .75fr) minmax(450px, 1.25fr);
    gap: 45px;
  }

  .hero-content {
    display: block;
  }

  .hero-content .title-meta,
  .hero-description,
  .hero-actions {
    margin-top: 15px;
  }

  .hero-content .title-meta,
  .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .hero-grid {
    display: block;
    padding-top: 72px;
    padding-bottom: 115px;
  }

  .hero-intro {
    max-width: 760px;
    margin-bottom: 65px;
  }

  .hero-intro h1 {
    max-width: 750px;
    font-size: clamp(65px, 13.5vw, 103px);
  }

  .hero-coordinate {
    margin-top: 42px;
  }

  .featured-project {
    max-width: 760px;
    margin-left: auto;
  }

  .film-grid {
    gap: 38px;
  }

  .film-card:nth-child(2) {
    margin-top: 55px;
  }

  .media-board {
    grid-template-rows: repeat(2, minmax(280px, 48vw));
  }

  .media-still-wide { grid-column: 1 / 8; }
  .pixel-art-card { grid-column: 8 / -1; }
  .media-still-tall { grid-column: 1 / 6; }
  .editor-card { grid-column: 6 / -1; }

  .studio-process {
    display: block;
  }

  .process-intro {
    position: static;
    margin-bottom: 55px;
  }

  .process-list {
    max-width: 760px;
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 22px;
  }

  .film-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .film-card:nth-child(2) {
    margin-top: 0;
  }

  .media-board {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .media-still-wide,
  .pixel-art-card,
  .media-still-tall,
  .editor-card {
    grid-column: 1;
    grid-row: auto;
    min-height: 360px;
  }

  .media-still-wide {
    aspect-ratio: 16 / 10;
  }

  .pixel-art-card {
    min-height: 430px;
  }

  .studio-callout {
    display: block;
  }

  .studio-callout > div:last-child {
    margin-top: 30px;
  }
}

@media (max-width: 520px) {
  .hero-grid {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .hero-intro h1 {
    margin-top: 18px;
    font-size: clamp(51px, 15.5vw, 76px);
    letter-spacing: -3.5px;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-intro-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-coordinate {
    display: none;
  }

  .featured-project {
    margin-top: 55px;
    box-shadow: 8px 8px 0 rgba(217, 255, 67, .08);
  }

  .project-window-bar {
    min-height: 25px;
    font-size: 6px;
  }

  .pixel-cursor {
    transform: scale(.8) rotate(-9deg);
  }

  .hero-content {
    padding: 20px 17px 24px;
  }

  .hero-content h2 {
    font-size: 28px;
  }

  .hero-description {
    font-size: 12px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-actions .button {
    width: 100%;
    padding-inline: 8px;
  }

  .catalog-section,
  .media-lab,
  .studio-process {
    padding-block: 82px;
  }

  .section-heading h2,
  .process-intro h2 {
    font-size: clamp(43px, 13.5vw, 63px);
  }

  .film-card-copy {
    display: block;
  }

  .film-card-copy .title-meta,
  .film-card-copy > p,
  .film-card-actions {
    justify-content: flex-start;
    margin-top: 13px;
  }

  .film-card-overlay {
    right: 13px;
    bottom: 12px;
    left: 13px;
  }

  .play-disc {
    width: 38px;
    height: 38px;
  }

  .media-still-wide,
  .media-still-tall,
  .editor-card {
    min-height: 300px;
  }

  .pixel-art-card {
    min-height: 390px;
  }

  .process-list li {
    grid-template-columns: 43px 1fr;
    min-height: 150px;
    gap: 14px;
  }

  .studio-callout {
    margin-bottom: 72px;
    padding: 32px 22px;
    box-shadow: 7px 7px 0 rgba(102, 223, 246, .16);
  }

  .studio-callout h2 {
    font-size: clamp(39px, 12vw, 56px);
  }
}

@media (max-width: 380px) {
  .hero-intro h1 {
    font-size: 48px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .film-card-actions {
    gap: 16px;
  }
}
