/*
 * 壹帧映迹 — Cinematic art direction layer
 * Loaded after site.css so the stable layout remains intact while the visual
 * language can evolve independently. No external fonts, images or services.
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../assets/fonts/fontawesome-webfont.woff2") format("woff2");
}

:root {
  --black: #030405;
  --ink: #080a0d;
  --panel: #0e1115;
  --panel-2: #15191f;
  --paper: #e8e3d9;
  --paper-2: #dcd6ca;
  --white: #f6f2ea;
  --text: #ece8df;
  --text-soft: #aaa69e;
  --text-faint: #716f6a;
  --dark-text: #111316;
  --dark-soft: #595955;
  --line: rgba(238, 233, 224, 0.12);
  --line-strong: rgba(238, 233, 224, 0.25);
  --dark-line: rgba(17, 19, 22, 0.18);
  --gold: #cda35a;
  --gold-bright: #e6c37b;
  --gold-soft: #e8d5a8;
  --cyan: #77d1cd;
  --cyan-deep: #2d9995;
  --font-sans: "Inter", Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-display: "Inter", Arial, sans-serif;
  --font-editorial: "Inter", Arial, sans-serif;
  --frame-inset: clamp(14px, 1.8vw, 28px);
  --section-space: clamp(104px, 12vw, 164px);
  --ease-cinema: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scrollbar-color: var(--gold) #090b0e;
}

body {
  position: relative;
  background:
    radial-gradient(circle at 78% 8%, rgba(205, 163, 90, 0.035), transparent 24rem),
    var(--black);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 390;
  pointer-events: none;
}

body::before {
  opacity: 0.028;
  background-image:
    repeating-radial-gradient(circle at 17% 29%, transparent 0, #fff 0.45px, transparent 0.8px, transparent 3px),
    repeating-radial-gradient(circle at 73% 61%, transparent 0, #fff 0.35px, transparent 0.7px, transparent 4px);
  background-size: 8px 8px, 11px 11px;
  mix-blend-mode: screen;
}

body::after {
  opacity: 0.022;
  background: repeating-linear-gradient(90deg, transparent 0 19vw, rgba(255, 255, 255, 0.1) 19vw calc(19vw + 1px), transparent calc(19vw + 1px) 41vw);
  mix-blend-mode: screen;
}

::selection {
  color: #080706;
  background: var(--gold-bright);
}

.shell {
  width: min(calc(100% - (var(--gutter) * 2)), 1240px);
}

.page-progress {
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
}

.page-progress span {
  box-shadow: 0 0 18px rgba(230, 195, 123, 0.42);
}

/* Header — production slate, not generic SaaS chrome */
.site-header {
  height: 86px;
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(230, 195, 123, 0.52) 22%, rgba(119, 209, 205, 0.32) 76%, transparent);
  transition: opacity 280ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgba(3, 4, 5, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(22px) saturate(0.8);
  backdrop-filter: blur(22px) saturate(0.8);
}

.site-header.is-scrolled::after,
.site-header.is-menu-open::after {
  opacity: 1;
}

.site-header.is-scrolled {
  height: 70px;
}

.brand {
  gap: 14px;
}

.brand-frame {
  width: 43px;
  height: 43px;
  color: var(--gold-bright);
  border-color: rgba(230, 195, 123, 0.45);
  background: rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.018);
}

.brand-frame > span::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-radius: 50%;
  background: #d15445;
  box-shadow: 0 0 8px rgba(209, 84, 69, 0.8);
  vertical-align: 2px;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.brand-copy small {
  color: #8e8a82;
  letter-spacing: 0.15em;
}

.main-nav {
  gap: clamp(12px, 1.65vw, 24px);
}

.main-nav > a {
  color: #96928b;
  font: 500 11px/1 var(--font-sans);
  letter-spacing: 0.08em;
}

.main-nav > a::after {
  height: 1px;
  background: var(--gold-bright);
  box-shadow: 0 0 9px rgba(230, 195, 123, 0.38);
}

.main-nav .nav-action {
  min-height: 42px;
  padding: 0 20px;
  color: var(--gold-bright);
  border-color: rgba(230, 195, 123, 0.52);
  border-radius: 1px;
  background: rgba(230, 195, 123, 0.035);
}

.main-nav .nav-action:hover {
  color: #080706;
  background: var(--gold-bright);
}

/* Typography and cinematic section grammar */
.section {
  isolation: isolate;
}

.section::after {
  content: "";
  position: absolute;
  inset: 28px var(--frame-inset);
  z-index: -1;
  border-inline: 1px solid rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.section--paper {
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(17, 19, 22, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.46), transparent 30rem),
    radial-gradient(circle at 88% 92%, rgba(100, 76, 43, 0.07), transparent 36rem);
  background-size: 100% 32px, auto, auto;
}

.section--paper::before {
  content: "YIZHEN YIJI · PRODUCTION DOSSIER";
  position: absolute;
  top: 38px;
  left: var(--frame-inset);
  color: rgba(17, 19, 22, 0.34);
  font: 500 8px/1 var(--font-mono);
  letter-spacing: 0.18em;
}

.section--paper::after {
  border-color: rgba(17, 19, 22, 0.055);
}

.section-heading h2,
.efficiency-intro h3,
.showreel-copy h3,
.service-lane h3,
.contact-copy h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.section-heading h2 {
  font-size: clamp(50px, 6.2vw, 84px);
  line-height: 1.02;
}

.eyebrow {
  min-height: 24px;
  letter-spacing: 0.16em;
}

.eyebrow span::before {
  width: 38px;
  background: linear-gradient(90deg, currentColor 0 55%, transparent 55% 66%, currentColor 66% 72%, transparent 72% 83%, currentColor 83%);
}

.section-lead {
  font-family: var(--font-editorial);
  font-size: 18px;
  line-height: 1.9;
}

.button {
  min-height: 52px;
  padding: 0 23px;
  border-radius: 1px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button--gold {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  box-shadow: 0 12px 42px -24px rgba(230, 195, 123, 0.8);
}

.button--glass {
  background: rgba(4, 5, 6, 0.32);
  border-color: rgba(246, 242, 234, 0.24);
}

/* Hero — a widescreen title sequence */
.hero {
  min-height: 940px;
  height: max(940px, 100svh);
  background: #020303;
}

.hero::before {
  content: "";
  position: absolute;
  inset: calc(var(--header-height) + 16px) var(--frame-inset) 22px;
  z-index: 4;
  border: 1px solid rgba(246, 242, 234, 0.12);
  background:
    linear-gradient(var(--gold-bright), var(--gold-bright)) left -1px top -1px / 44px 1px no-repeat,
    linear-gradient(var(--gold-bright), var(--gold-bright)) left -1px top -1px / 1px 44px no-repeat,
    linear-gradient(var(--gold-bright), var(--gold-bright)) right -1px bottom -1px / 44px 1px no-repeat,
    linear-gradient(var(--gold-bright), var(--gold-bright)) right -1px bottom -1px / 1px 44px no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(#020303 0 3.5%, transparent 9% 91%, #020303 96.5% 100%),
    radial-gradient(ellipse at center, transparent 28%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.hero-video {
  object-position: 58% center;
  filter: saturate(0.52) contrast(1.2) brightness(0.78) sepia(0.06);
  transform: scale(1.035);
  animation: cinema-drift 22s var(--ease-cinema) infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 3, 3, 0.98) 0%, rgba(2, 3, 3, 0.78) 42%, rgba(2, 3, 3, 0.2) 74%, rgba(2, 3, 3, 0.5) 100%),
    linear-gradient(180deg, rgba(2, 3, 3, 0.55) 0%, transparent 34%, rgba(2, 3, 3, 0.9) 100%);
}

.hero-grain {
  z-index: 3;
  opacity: 0.17;
  background-image:
    repeating-radial-gradient(circle at 18% 32%, transparent 0, rgba(255, 255, 255, 0.14) 0.5px, transparent 1px, transparent 4px),
    repeating-linear-gradient(0deg, transparent 0, rgba(255, 255, 255, 0.025) 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px, 100% 5px;
}

.hero-inner {
  z-index: 5;
  width: min(calc(100% - (var(--gutter) * 2)), 1240px);
  padding-top: calc(var(--header-height) + 130px);
  padding-bottom: 132px;
  grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.4fr);
  gap: clamp(54px, 8vw, 110px);
}

.hero-copy {
  max-width: 900px;
}

.hero-copy::after {
  content: "GENERATIVE IMAGE · HUMAN DIRECTION · GLOBAL RELEASE";
  display: block;
  width: fit-content;
  margin-top: 26px;
  padding-top: 15px;
  color: rgba(246, 242, 234, 0.45);
  border-top: 1px solid rgba(246, 242, 234, 0.18);
  font: 500 8px/1 var(--font-mono);
  letter-spacing: 0.18em;
}

.hero-copy h1 {
  max-width: 880px;
  margin-bottom: 34px;
  font-family: var(--font-display);
  font-size: clamp(68px, 8.8vw, 128px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-shadow: 0 6px 42px rgba(0, 0, 0, 0.52);
}

.hero-copy h1 em {
  display: inline-block;
  color: var(--gold-bright);
  font-family: var(--font-sans);
  font-size: 0.76em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-shadow: 0 0 30px rgba(230, 195, 123, 0.2);
}

.hero-lead {
  max-width: 650px;
  color: rgba(246, 242, 234, 0.7);
  font-family: var(--font-editorial);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.9;
}

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

.hero-meta {
  margin-bottom: 52px;
  padding: 24px 0 0 24px;
  border-top: 1px solid var(--line-strong);
  border-left-color: rgba(230, 195, 123, 0.5);
}

.frame-counter strong {
  font-size: 54px;
}

.frame-counter__line {
  background: repeating-linear-gradient(90deg, var(--gold) 0 30px, transparent 30px 36px, var(--line) 36px 58px);
}

.hero-hud {
  position: absolute;
  top: calc(var(--header-height) + 32px);
  right: calc(var(--frame-inset) + 16px);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(246, 242, 234, 0.48);
  font: 500 8px/1 var(--font-mono);
  letter-spacing: 0.14em;
}

.hero-hud span {
  padding-left: 18px;
  border-left: 1px solid rgba(246, 242, 234, 0.16);
}

.hero-hud span:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-hud__rec {
  color: rgba(246, 242, 234, 0.76);
}

.hero-hud__rec i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #d15445;
  box-shadow: 0 0 8px rgba(209, 84, 69, 0.7);
  animation: rec-pulse 1.8s ease-in-out infinite;
}

.video-toggle {
  right: calc(var(--frame-inset) + 16px);
  bottom: 38px;
  z-index: 7;
  padding: 0 12px;
  border: 1px solid rgba(246, 242, 234, 0.16);
  background: rgba(2, 3, 3, 0.28);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.scroll-cue {
  z-index: 7;
  bottom: 36px;
}

/* Physical film strip divider */
.film-strip {
  color: var(--gold-bright);
  background: #090a0b;
  border-color: rgba(230, 195, 123, 0.28);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.45);
}

.film-strip::before,
.film-strip::after {
  height: 7px;
  opacity: 0.72;
  background: repeating-linear-gradient(90deg, rgba(230, 195, 123, 0.68) 0 13px, transparent 13px 25px);
}

.film-strip__track {
  min-height: 78px;
  padding: 20px 36px;
  color: #cfb273;
  font-weight: 500;
  letter-spacing: 0.17em;
}

.film-strip__track i {
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  background: transparent;
}

/* Selective local icon layer — inherited from the parent site's icon family */
.cinema-icon {
  position: relative;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 1px;
  font-family: "FontAwesome";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.cinema-icon::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 12px;
  height: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  opacity: 0.42;
}

.icon-film::before { content: "\f008"; }
.icon-magic::before { content: "\f0d0"; }
.icon-users::before { content: "\f0c0"; }
.icon-globe::before { content: "\f0ac"; }
.icon-play-circle::before { content: "\f144"; }
.icon-pencil::before { content: "\f040"; }
.icon-briefcase::before { content: "\f0b1"; }
.icon-graduation::before { content: "\f19d"; }

/* About — screenplay paper and frame indexing */
.intro {
  padding-top: calc(var(--section-space) + 30px);
}

.intro .section-heading h2 {
  font-size: clamp(54px, 6.7vw, 92px);
}

.intro-statement {
  padding: 34px 0 34px 34px;
  border-left-color: rgba(17, 19, 22, 0.34);
}

.intro-statement p {
  font-family: var(--font-editorial);
}

.intro-statement p:first-child {
  font-size: 24px;
  line-height: 1.75;
}

.capability-grid {
  position: relative;
  border-top: 2px solid var(--dark-text);
  border-bottom-color: rgba(17, 19, 22, 0.28);
  background: rgba(255, 255, 255, 0.14);
}

.capability-grid::before {
  content: "01 / CAPABILITY REEL";
  position: absolute;
  top: -26px;
  right: 0;
  color: rgba(17, 19, 22, 0.44);
  font: 500 8px/1 var(--font-mono);
  letter-spacing: 0.14em;
}

.capability-item {
  position: relative;
  min-height: 330px;
  padding: 28px;
  gap: 0;
  overflow: hidden;
}

.capability-item > div:last-child {
  margin-top: auto;
}

.capability-item .cinema-icon {
  width: 48px;
  height: 48px;
  margin-top: 40px;
  color: rgba(17, 19, 22, 0.46);
  border-color: rgba(17, 19, 22, 0.22);
  font-size: 18px;
  transition: color 220ms ease, border-color 220ms ease, transform 220ms var(--ease-cinema);
}

.capability-item::after {
  content: "+";
  position: absolute;
  right: 12px;
  bottom: 6px;
  color: rgba(17, 19, 22, 0.26);
  font: 400 20px/1 var(--font-mono);
}

.capability-item:hover {
  background: #0b0d10;
  box-shadow: inset 0 3px 0 var(--gold);
}

.capability-item:hover .cinema-icon {
  color: var(--gold-bright);
  border-color: rgba(230, 195, 123, 0.48);
  transform: translateY(-3px);
}

.capability-item h3 {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
}

/* Business matrix — call sheet / scene breakdown */
.business {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(205, 163, 90, 0.075), transparent 34rem),
    #080a0d;
}

.business::before,
.platform::before,
.technology::before,
.global::before {
  position: absolute;
  top: 32px;
  right: var(--frame-inset);
  color: rgba(255, 255, 255, 0.035);
  font: 500 clamp(86px, 15vw, 220px)/0.8 var(--font-mono);
  letter-spacing: -0.1em;
  pointer-events: none;
}

.business::before { content: "02"; }
.platform::before { content: "04"; }
.technology::before { content: "05"; }
.global::before { content: "06"; }

.business-matrix {
  border-top: 2px solid rgba(230, 195, 123, 0.68);
  border-left-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 38px 90px -66px rgba(0, 0, 0, 0.95);
}

.matrix-axis {
  min-height: 92px;
  background: rgba(255, 255, 255, 0.018);
}

.matrix-label {
  background: #060708;
}

.matrix-cell {
  min-height: 236px;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.012);
}

.matrix-cell::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.matrix-cell:hover {
  background: #15191e;
  box-shadow: inset 0 -2px 0 currentColor;
}

.matrix-cell h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.25vw, 32px);
  font-weight: 600;
}

/* Production — production cards, timecode metrics and cinema screen */
.track-grid {
  gap: 14px;
  border: 0;
}

.track-card {
  min-height: 430px;
  padding: 30px;
  border: 1px solid rgba(17, 19, 22, 0.22);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 18px 55px -48px rgba(17, 19, 22, 0.52);
}

.track-card:last-child {
  border-right: 1px solid rgba(17, 19, 22, 0.22);
}

.track-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 28px 70px -46px rgba(17, 19, 22, 0.55);
}

.track-card--feature,
.track-card--feature:hover {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(205, 163, 90, 0.11), transparent 42%),
    #0a0c0f;
  border-color: #0a0c0f;
}

.track-card__top span {
  font-size: 40px;
  letter-spacing: -0.08em;
}

.track-card .cinema-icon {
  width: 50px;
  height: 50px;
  margin-top: 34px;
  color: rgba(17, 19, 22, 0.46);
  border-color: rgba(17, 19, 22, 0.22);
  font-size: 19px;
}

.track-card--feature .cinema-icon {
  color: var(--gold-bright);
  border-color: rgba(230, 195, 123, 0.42);
}

.track-card h3 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
}

.metric-grid {
  border: 1px solid var(--dark-text);
  background: #0c0e11;
}

.metric {
  min-height: 270px;
  color: var(--text);
  border-right-color: rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
}

.metric strong {
  color: var(--gold-bright);
  font-family: var(--font-mono);
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 400;
}

.metric span {
  color: var(--text-soft);
}

.comparison-table {
  margin-top: 34px;
  border-top: 2px solid var(--dark-text);
  background: rgba(255, 255, 255, 0.14);
}

.comparison-table > div {
  min-height: 72px;
}

.showreel {
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.55fr);
  gap: 0;
  padding: 12px;
  color: var(--text);
  border: 1px solid rgba(17, 19, 22, 0.62);
  background: #060708;
  box-shadow: 0 44px 100px -52px rgba(0, 0, 0, 0.86);
}

.showreel-media {
  box-shadow: none;
}

.showreel-media::before {
  padding-top: 48%;
}

.showreel-media::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(var(--gold), var(--gold)) left top / 28px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) left top / 1px 28px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right bottom / 28px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right bottom / 1px 28px no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.showreel-stamp {
  top: 24px;
  left: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(3, 4, 5, 0.68);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.showreel-copy {
  align-self: stretch;
  padding: clamp(34px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(255, 255, 255, 0.025) 31px 32px),
    #0b0d10;
}

.showreel-copy h3 {
  color: var(--white);
}

.showreel-copy > p:not(.eyebrow) {
  color: var(--text-soft);
}

.showreel-steps {
  color: var(--text-soft);
}

.showreel-steps i {
  background: rgba(230, 195, 123, 0.32);
}

.works-heading {
  border-bottom: 2px solid var(--dark-text);
}

.works-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.work-card,
.work-card:first-child {
  min-height: 0;
  aspect-ratio: 2 / 3;
  background: #080a0d;
  box-shadow: 0 24px 60px -48px rgba(0, 0, 0, 0.82);
}

.work-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.74);
  font: 500 10px/1 var(--font-mono);
  letter-spacing: 0.12em;
  text-shadow: 0 1px 8px #000;
}

.work-card:nth-child(1)::before { content: "FRAME 01"; }
.work-card:nth-child(2)::before { content: "FRAME 02"; }
.work-card:nth-child(3)::before { content: "FRAME 03"; }

.work-card img {
  filter: saturate(0.62) contrast(1.08) brightness(0.9);
}

.work-card:hover img {
  transform: scale(1.045);
  filter: saturate(0.9) contrast(1.04) brightness(0.96);
}

.work-card figcaption {
  padding: 100px 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(transparent, rgba(3, 4, 5, 0.96));
}
