:root {
  color-scheme: light;
  --ink: #10100e;
  --paper: #e9e1cf;
  --paper-light: #f3ecdc;
  --red: #d13a27;
  --red-deep: #9f2a1c;
  --gold: #bd9a55;
  --line: rgba(16, 16, 14, 0.28);
  --serif: "Times New Roman", "Songti SC", STSong, SimSun, serif;
  --sans: Arial, "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

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

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 70px;
  padding: 10px 28px;
  color: #fffaf0;
  mix-blend-mode: difference;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-self: start;
}

.brand-symbol {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 12px;
}

.brand-copy small {
  margin-top: 4px;
  font-size: 8px;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-header nav a,
.header-index {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-index {
  justify-self: end;
}

.art-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #725b3f;
  color: #fff9e8;
}

.hero-image,
.hero-wash,
.hero-grid,
.touch-grid,
.hero-canvas {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -6;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: sepia(0.42) saturate(1.08) contrast(1.05);
  transform: scale(1.05);
}

.hero-wash {
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(25, 15, 9, 0.58), transparent 43%, rgba(25, 14, 8, 0.18)),
    linear-gradient(0deg, rgba(23, 12, 7, 0.58), transparent 42%, rgba(17, 9, 5, 0.28));
}

.hero-grid {
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.85%, rgba(255, 245, 220, 0.22) 50%, transparent 50.15%),
    linear-gradient(0deg, transparent 49.85%, rgba(255, 245, 220, 0.18) 50%, transparent 50.15%);
  background-size: 25vw 100%, 100% 25vh;
}

.hero-canvas {
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.8;
  mix-blend-mode: screen;
}

.touch-grid {
  z-index: 9;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.9;
}

.collage {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 248, 225, 0.72);
  box-shadow: 0 15px 60px rgba(33, 15, 7, 0.22);
  overflow: visible;
  will-change: transform;
}

.collage img {
  height: 100%;
  object-fit: cover;
  filter: sepia(0.24) saturate(1.1) contrast(1.08);
}

.portrait-collage {
  top: 7%;
  left: 38%;
  width: min(25vw, 390px);
  height: min(55vh, 560px);
  transform: rotate(-1.2deg);
}

.commercial-collage {
  top: 12%;
  right: 7%;
  width: min(18vw, 280px);
  height: min(29vh, 280px);
  transform: rotate(2deg);
}

.material-collage {
  left: 8%;
  bottom: 7%;
  width: min(18vw, 270px);
  height: min(25vh, 250px);
  transform: rotate(-2.4deg);
}

.object-label {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: calc(100% + 8px);
  width: max-content;
  padding: 4px 6px;
  border: 1px solid rgba(255, 248, 225, 0.7);
  color: #fff8e4;
  font-size: 8px;
  font-weight: 700;
  background: rgba(22, 12, 7, 0.42);
  backdrop-filter: blur(8px);
}

.commercial-collage .object-label {
  left: auto;
  right: calc(100% + 8px);
}

.hero-copy-block {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 7.5%;
  width: min(720px, 50vw);
  transform: translateX(-10%);
}

.hero-utility {
  position: absolute;
  right: calc(100% + 46px);
  bottom: 16px;
  width: 210px;
  color: rgba(255, 249, 232, 0.82);
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.hero-copy-block h1 {
  font-family: var(--serif);
  font-size: clamp(62px, 7.6vw, 124px);
  font-weight: 400;
  line-height: 0.82;
  text-align: center;
  text-shadow: 0 2px 22px rgba(30, 14, 7, 0.34);
}

.hero-copy-block h1 .hero-line {
  display: block;
}

.hero-copy-block h1 .hero-italic {
  margin-left: 8%;
  font-style: italic;
}

.hero-intro {
  width: min(520px, 80%);
  margin: 24px auto 0;
  color: rgba(255, 249, 232, 0.9);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.hero-coordinate {
  position: absolute;
  z-index: 10;
  color: rgba(255, 250, 235, 0.78);
  font-size: 8px;
  font-weight: 700;
}

.coordinate-a {
  top: 18%;
  left: 2.5%;
  writing-mode: vertical-rl;
}

.coordinate-b {
  top: 12%;
  left: 57%;
}

.hero-scroll {
  position: absolute;
  z-index: 12;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 248, 225, 0.88);
  font-size: 8px;
  font-weight: 700;
}

.hero-scroll i {
  display: block;
  width: 58px;
  height: 1px;
  background: currentColor;
}

.manifesto-section {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 180px 24px 120px;
  overflow: hidden;
  background: var(--red);
  color: #fff8e8;
  text-align: center;
}

.torn-edge {
  position: absolute;
  z-index: 3;
  top: -86px;
  left: -3%;
  width: 106%;
  height: 180px;
  background: url("./assets/portfolio/hero-environment-hq.webp") center 72% / cover;
  filter: sepia(0.45) saturate(0.9) contrast(1.04);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 43%,
    96% 50%,
    91% 40%,
    86% 55%,
    80% 44%,
    75% 59%,
    69% 46%,
    64% 60%,
    57% 48%,
    51% 64%,
    45% 50%,
    39% 63%,
    32% 49%,
    26% 61%,
    20% 47%,
    14% 58%,
    8% 46%,
    0 58%
  );
}

.manifesto-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 34px;
  font-style: italic;
}

.manifesto-overline {
  font-size: 10px;
  font-weight: 700;
}

.manifesto-section h2 {
  max-width: 1040px;
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 108px);
  font-weight: 400;
  line-height: 0.93;
}

.manifesto-section h2 span {
  display: block;
  font-style: italic;
}

.manifesto-copy {
  max-width: 590px;
  margin-top: 38px;
  font-size: 13px;
  line-height: 1.75;
}

.manifesto-signature {
  margin-top: 44px;
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
}

.case-dossier {
  position: relative;
  width: min(1180px, calc(100vw - 48px));
  margin: 76px auto 0;
  color: #fff8e8;
  text-align: left;
}

.case-dossier-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  padding: 0 10px;
}

.case-dossier-head p {
  margin: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.case-dossier-head span {
  max-width: 430px;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
  color: rgba(255, 248, 232, 0.78);
}

.case-dossier-rail {
  position: relative;
  padding: 52px 30px 72px;
  overflow: visible;
  border: 1px solid rgba(255, 248, 232, 0.32);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.13), transparent 26%),
    linear-gradient(180deg, rgba(118, 13, 8, 0.48), rgba(71, 6, 4, 0.32)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 248, 232, 0.08) 0 1px,
      transparent 1px 118px
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 232, 0.22),
    inset 0 -28px 55px rgba(76, 4, 3, 0.3),
    0 34px 95px rgba(78, 4, 2, 0.24);
  perspective: 1200px;
}

.case-dossier-rail::before,
.case-dossier-rail::after {
  position: absolute;
  right: 28px;
  left: 28px;
  content: "";
  pointer-events: none;
}

.case-dossier-rail::before {
  bottom: 44px;
  height: 16px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 248, 232, 0.5), transparent),
    rgba(57, 3, 2, 0.5);
  filter: blur(0.2px);
}

.case-dossier-rail::after {
  bottom: 24px;
  height: 1px;
  background: rgba(255, 248, 232, 0.36);
}

.case-dossier-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(118px, 1fr));
  gap: clamp(14px, 2vw, 28px);
  align-items: end;
}

.case-card {
  position: relative;
  isolation: isolate;
  aspect-ratio: 9 / 16;
  min-height: 268px;
  cursor: pointer;
  outline: none;
  transform:
    translate3d(0, var(--lift, 20px), 0)
    rotate(var(--tilt, 0deg))
    rotateX(0deg);
  transform-origin: 50% 100%;
  transition:
    transform 520ms cubic-bezier(0.2, 0.92, 0.16, 1),
    filter 420ms ease,
    z-index 0ms linear 180ms;
}

.case-card::before,
.case-card::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
  transition:
    transform 520ms cubic-bezier(0.2, 0.92, 0.16, 1),
    opacity 360ms ease;
}

.case-card::before {
  top: 12px;
  right: -13px;
  bottom: -10px;
  width: 18px;
  border: 1px solid rgba(16, 16, 14, 0.58);
  border-left: 0;
  border-radius: 0 13px 13px 0;
  background:
    linear-gradient(
      180deg,
      #fff8e8 0 16%,
      #f3cf23 16% 32%,
      #11100e 32% 38%,
      #0b55b7 38% 59%,
      #fff8e8 59% 69%,
      #11100e 69% 74%,
      #d13a27 74% 100%
    );
  box-shadow: inset 5px 0 0 rgba(0, 0, 0, 0.16);
  transform: skewY(28deg);
}

.case-card::after {
  right: 2px;
  bottom: -18px;
  left: 11px;
  height: 22px;
  border: 1px solid rgba(16, 16, 14, 0.46);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(90deg, #11100e 0 7%, #d13a27 7% 24%, #fff8e8 24% 46%, #0b55b7 46% 67%, #f3cf23 67% 84%, #11100e 84% 100%);
  opacity: 0.72;
  transform: skewX(30deg);
}

.case-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 232, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.22), rgba(255, 248, 232, 0.03)),
    #210403;
  box-shadow:
    0 22px 44px rgba(50, 3, 2, 0.34),
    0 0 0 1px rgba(16, 16, 14, 0.25);
}

.case-card-face::before {
  position: absolute;
  z-index: 4;
  inset: 9px;
  border: 1px solid rgba(255, 248, 232, 0.64);
  border-radius: 12px;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(16, 16, 14, 0.18);
}

.case-card-face::after {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 248, 232, 0.8);
  background:
    linear-gradient(90deg, #d13a27 0 48%, #11100e 48% 54%, #0b55b7 54% 100%);
  content: "";
  pointer-events: none;
}

.case-card-media {
  position: absolute;
  inset: 0;
  margin: 0;
  background: #210403;
}

.case-card-media img,
.case-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: saturate(0.72) contrast(0.92) brightness(0.78);
  transform: scale(1.05);
  transition:
    opacity 460ms ease,
    filter 460ms ease,
    transform 700ms cubic-bezier(0.2, 0.92, 0.16, 1);
}

.case-card-cover {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 24px 22px 22px;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 248, 232, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(74, 4, 3, 0.78), rgba(20, 2, 2, 0.86));
  color: #fff8e8;
  transition:
    opacity 380ms ease,
    transform 520ms cubic-bezier(0.2, 0.92, 0.16, 1);
}

.case-card-cover span,
.case-card-cover em {
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.case-card-cover strong {
  align-self: center;
  font-family: var(--serif);
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.case-card-copy {
  position: absolute;
  z-index: 6;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: #fff8e8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
  transform: translateY(16px);
  transition: transform 440ms cubic-bezier(0.2, 0.92, 0.16, 1);
}

.case-card-copy span {
  display: block;
  margin-bottom: 8px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.case-card-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 400;
  line-height: 0.88;
}

.case-card-copy p {
  max-width: 14em;
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(255, 248, 232, 0.82);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) {
  z-index: 8;
  filter: drop-shadow(0 34px 34px rgba(54, 2, 1, 0.34));
  transform: translate3d(0, -54px, 74px) rotate(0deg) rotateX(2deg) scale(1.045);
  transition:
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease,
    z-index 0ms;
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active)::before {
  transform: translate3d(4px, 5px, 0) skewY(21deg);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active)::after {
  opacity: 1;
  transform: translate3d(5px, 4px, 0) skewX(22deg);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media img,
.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media video {
  opacity: 1;
  filter: saturate(1.06) contrast(1.02) brightness(0.98);
  transform: scale(1);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-cover {
  opacity: 0.08;
  transform: translateY(-18px);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-copy {
  transform: translateY(0);
}

.tool-stream {
  position: relative;
  z-index: 4;
  min-height: 238px;
  padding: 22px 0 30px;
  overflow: hidden;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.tool-stream-meta {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 28px 17px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.4;
}

.tool-viewport {
  position: relative;
  width: 106%;
  margin-left: -3%;
  padding: 18px 0 14px;
  overflow: hidden;
  transform: rotate(-1.15deg);
}

.tool-stream-agent .tool-viewport {
  transform: rotate(1.1deg);
}

.tool-viewport::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 67px;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
}

.tool-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  will-change: transform;
}

.tool-sequence {
  display: flex;
  flex: none;
  align-items: start;
  gap: 26px;
  padding-right: 26px;
}

.tool-item {
  position: relative;
  flex: 0 0 108px;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  color: inherit;
}

.tool-icon-shell {
  position: relative;
  width: 98px;
  height: 98px;
  padding: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.tool-icon-shell::before,
.tool-icon-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.tool-icon-shell::before {
  right: calc(100% + 1px);
}

.tool-icon-shell::after {
  left: calc(100% + 1px);
}

.tool-icon-shell img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.tool-name {
  display: block;
  width: 118px;
  min-height: 28px;
  overflow: hidden;
  font-family: var(--serif);
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:
    transform 240ms ease,
    color 240ms ease;
}

.tool-item:hover {
  z-index: 8;
}

.tool-item:hover .tool-icon-shell {
  transform: translateY(-9px) scale(1.12);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.25);
}

.tool-item:hover .tool-name {
  width: max-content;
  max-width: 180px;
  padding: 4px 7px;
  overflow: visible;
  background: #eee4cf;
  color: #151411;
  transform: translateY(-3px);
}

.pre-ai-archive {
  position: relative;
  z-index: 2;
  padding: 104px 28px 132px;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(238, 228, 207, 0.96), rgba(218, 205, 176, 0.98)),
    url("./assets/noise.jpg");
  color: #151411;
}

.pre-ai-archive-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.382fr) minmax(360px, 1fr) minmax(220px, 0.618fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: end;
  max-width: 1380px;
  margin: 0 auto 62px;
}

.pre-ai-archive-head p,
.pre-ai-archive-head span,
.pre-ai-tile figcaption span {
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pre-ai-archive-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 8vw, 126px);
  font-weight: 400;
  line-height: 0.76;
}

.pre-ai-archive-head span {
  max-width: 230px;
  color: rgba(21, 20, 17, 0.72);
}

.pre-ai-grid {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(58px, 5.4vw, 78px);
  gap: clamp(10px, 1.05vw, 16px);
  max-width: 1380px;
  margin: 0 auto;
  overflow: visible;
}

.pre-ai-tile,
.pre-ai-void {
  min-width: 0;
  border: 1px solid rgba(21, 20, 17, 0.22);
}

.pre-ai-tile {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: span 2;
  grid-row: span 3;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  margin: 0;
  padding: 9px;
  overflow: visible;
  background: rgba(255, 248, 232, 0.62);
  box-shadow: 0 18px 44px rgba(37, 28, 18, 0.1);
  transform: translateZ(0);
  transition:
    transform 360ms cubic-bezier(0.2, 0.92, 0.16, 1),
    box-shadow 300ms ease,
    border-color 300ms ease,
    background 300ms ease;
}

.pre-ai-tile--wide {
  grid-column: span 5;
  grid-row: span 4;
}

.pre-ai-tile--landscape {
  grid-column: span 5;
  grid-row: span 3;
}

.pre-ai-tile--tall {
  grid-column: span 3;
  grid-row: span 5;
}

.pre-ai-tile--video {
  grid-column: span 3;
  grid-row: span 3;
  background: #151411;
  color: #eee4cf;
}

.pre-ai-tile--small {
  grid-column: span 2;
  grid-row: span 2;
}

.pre-ai-tile img,
.pre-ai-tile video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: 1 1 auto;
  object-fit: cover;
  background: #151411;
  filter: saturate(0.92) contrast(0.98);
}

.pre-ai-tile figcaption {
  display: grid;
  gap: 4px;
  min-height: 44px;
  flex: 0 0 auto;
}

.pre-ai-tile figcaption span {
  color: var(--red);
}

.pre-ai-tile--video figcaption span {
  color: #f4d32d;
}

.pre-ai-tile figcaption strong {
  font-family: var(--serif);
  font-size: clamp(15px, 1.25vw, 22px);
  font-weight: 400;
  line-height: 1;
}

.pre-ai-tile:hover,
.pre-ai-tile:focus-within {
  z-index: 12;
  border-color: rgba(209, 58, 39, 0.7);
  background: #fff8e8;
  box-shadow: 0 28px 72px rgba(34, 18, 9, 0.22);
  transform: scale(1.08);
}

.pre-ai-tile--video:hover,
.pre-ai-tile--video:focus-within {
  background: #151411;
}

.pre-ai-void {
  grid-column: span 1;
  grid-row: span 2;
  min-height: 0;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(21, 20, 17, 0.28) 49% 51%, transparent 52%),
    rgba(21, 20, 17, 0.03);
}

.pre-ai-void--line {
  grid-column: span 5;
  grid-row: span 1;
  background: rgba(21, 20, 17, 0.12);
}

.pre-ai-void--tall {
  grid-column: span 2;
  grid-row: span 3;
}

.tool-stream-aigc {
  background: #151411;
  color: #eee4cf;
}

.tool-stream-agent {
  background: var(--red);
  color: #fff8e8;
}

.tool-stream-production {
  background: #d7c9ad;
  color: #241d14;
}

.tool-stream-agent .tool-item:hover .tool-name {
  background: #fff8e8;
  color: var(--red);
}

.tool-stream-production .tool-item:hover .tool-name {
  background: #241d14;
  color: #d7c9ad;
}

.works-section {
  padding: 112px 28px 140px;
  background:
    linear-gradient(rgba(233, 225, 207, 0.93), rgba(233, 225, 207, 0.98)),
    url("./assets/noise.jpg");
}

.editorial-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(340px, 0.95fr) minmax(220px, 0.42fr);
  gap: 30px;
  align-items: end;
  max-width: 1380px;
  margin: 0 auto 86px;
}

.editorial-heading p,
.editorial-heading span,
.agent-title p,
.evidence-side > p,
.contact-footer > p {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.editorial-heading h2,
.agent-title h2,
.evidence-side h2,
.contact-footer h2 {
  font-family: var(--serif);
  font-size: clamp(70px, 10vw, 155px);
  font-weight: 400;
  line-height: 0.72;
}

.editorial-heading span {
  max-width: 250px;
  padding-bottom: 8px;
  line-height: 1.7;
}

.work-catalog {
  max-width: 1380px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.catalog-item {
  display: grid;
  grid-template-columns: 72px minmax(300px, 0.78fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.catalog-item:nth-child(even) {
  grid-template-columns: 72px minmax(280px, 0.72fr) minmax(300px, 0.78fr);
}

.catalog-item:nth-child(even) .catalog-image {
  grid-column: 3;
}

.catalog-item:nth-child(even) .catalog-copy {
  grid-column: 2;
  grid-row: 1;
}

.catalog-number {
  align-self: start;
  padding-top: 4px;
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
}

.catalog-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #bbb09b;
}

.catalog-image::before,
.catalog-image::after {
  content: "";
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 249, 232, 0.7);
  pointer-events: none;
}

.catalog-image::before {
  inset: 10%;
}

.catalog-image::after {
  top: 20%;
  right: 16%;
  width: 13%;
  height: 16%;
  background: rgba(209, 58, 39, 0.62);
  backdrop-filter: blur(4px);
}

.catalog-image img,
.catalog-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.15) saturate(0.9);
  transition: transform 900ms ease;
}

.catalog-video {
  background: #171513;
}

.catalog-item:hover .catalog-image img,
.catalog-item:hover .catalog-image video {
  transform: scale(1.06);
}

.catalog-copy p {
  color: var(--red-deep);
  font-size: 9px;
  font-weight: 700;
}

.catalog-copy h3 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 0.92;
}

.catalog-copy span {
  display: block;
  max-width: 520px;
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.75;
}

.texture-system-section {
  width: 100vw;
  margin: 42px calc(50% - 50vw) 42px;
  padding: 94px 28px 108px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.98), rgba(8, 8, 7, 0.99)),
    url("./assets/noise.jpg");
  color: #f1eadb;
  border-top: 1px solid rgba(241, 234, 219, 0.18);
  border-bottom: 1px solid rgba(241, 234, 219, 0.18);
}

.texture-system-shell {
  max-width: 1380px;
  margin: 0 auto;
}

.texture-system-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(380px, 1fr) minmax(220px, 0.48fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 56px;
}

.texture-system-head p,
.texture-system-head span {
  color: rgba(241, 234, 219, 0.68);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

.texture-system-head h3 {
  font-family: var(--serif);
  font-size: clamp(56px, 8.5vw, 132px);
  font-weight: 400;
  line-height: 0.78;
}

.texture-system-head span {
  max-width: 300px;
  padding-bottom: 10px;
}

.texture-system-stage {
  position: relative;
  min-height: 690px;
  padding: 34px 0;
}

.texture-system-stage::before,
.texture-system-stage::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: min(19vw, 240px);
  pointer-events: none;
}

.texture-system-stage::before {
  left: -1px;
  background: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0) 100%);
}

.texture-system-stage::after {
  right: -1px;
  background: linear-gradient(270deg, #050505 0%, rgba(5, 5, 5, 0) 100%);
}

.texture-system-layer {
  position: relative;
  overflow: visible;
  padding: 18px 0;
  perspective: 1200px;
}

.texture-system-layer--two {
  margin-left: -92px;
}

.texture-system-layer--three {
  margin-left: 54px;
}

.texture-system-track {
  display: flex;
  width: max-content;
  gap: clamp(22px, 3vw, 42px);
  will-change: transform;
  animation: texture-system-flow var(--texture-flow-duration, 72s) linear infinite;
}

.texture-system-layer--two .texture-system-track {
  animation-direction: reverse;
  animation-duration: 84s;
}

.texture-system-layer--three .texture-system-track {
  animation-duration: 96s;
}

.texture-system-layer:hover .texture-system-track {
  animation-play-state: paused;
}

.texture-object {
  position: relative;
  z-index: 1;
  flex: 0 0 clamp(172px, 16vw, 260px);
  margin: 0;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: transform 320ms ease, z-index 320ms ease;
}

.texture-object:hover {
  z-index: 8;
  transform: translateY(-18px) scale(1.34);
}

.texture-object-media {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.texture-object-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: contrast(1.04) saturate(0.94);
  transform: translateZ(24px);
}

.texture-object figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  color: rgba(241, 234, 219, 0.72);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.texture-object figcaption strong {
  max-width: 136px;
  color: #f1eadb;
  font-size: 10px;
  text-align: right;
}

@keyframes texture-system-flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

.agent-editorial {
  padding: 110px 28px 130px;
  overflow: hidden;
  background: #151411;
  color: #eee4cf;
}

.agent-title {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 30px;
  align-items: end;
  max-width: 1380px;
  margin: 0 auto 62px;
}

.agent-title p {
  max-width: 190px;
  color: #cfbea0;
}

.agent-title h2 {
  color: var(--red);
  font-size: clamp(86px, 13vw, 190px);
}

.agent-board {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.72fr);
  gap: 1px;
  max-width: 1380px;
  margin: 0 auto;
  background: rgba(238, 228, 207, 0.24);
  border: 1px solid rgba(238, 228, 207, 0.24);
}

.agent-board-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #191814;
}

.agent-board-image img {
  height: 100%;
  object-fit: cover;
  filter: sepia(0.2) saturate(0.78) contrast(1.1);
  transform: scale(1.04);
}

.agent-board-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(21, 20, 17, 0.74));
}

.agent-board-image span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  padding: 7px 9px;
  border: 1px solid rgba(238, 228, 207, 0.48);
  background: rgba(21, 20, 17, 0.75);
  font-size: 8px;
}

.agent-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #151411;
}

.agent-steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-content: center;
  min-height: 155px;
  padding: 22px;
  border-bottom: 1px solid rgba(238, 228, 207, 0.22);
}

.agent-steps li:last-child {
  border-bottom: 0;
}

.agent-steps b {
  color: var(--red);
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.agent-steps h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.agent-steps p {
  margin-top: 9px;
  color: #bcb09b;
  font-size: 11px;
  line-height: 1.7;
}

.agent-workflow-atlas {
  position: relative;
  z-index: 2;
  padding: 106px 28px 132px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #080807 0%, #11100e 48%, #070706 100%),
    url("./assets/noise.jpg");
  color: #eee4cf;
}

.workflow-atlas-head {
  display: grid;
  grid-template-columns: minmax(170px, 0.36fr) minmax(360px, 0.95fr) minmax(240px, 0.48fr);
  gap: 30px;
  align-items: end;
  max-width: 1380px;
  margin: 0 auto 54px;
}

.workflow-atlas-head p,
.workflow-atlas-head span {
  color: rgba(238, 228, 207, 0.72);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.6;
  text-transform: uppercase;
}

.workflow-atlas-head h2 {
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(68px, 10vw, 150px);
  font-weight: 400;
  line-height: 0.76;
}

.workflow-atlas-head span {
  max-width: 330px;
  padding-bottom: 8px;
}

.workflow-atlas-pages {
  display: grid;
  gap: 34px;
  max-width: 1380px;
  margin: 0 auto;
}

.workflow-canvas {
  position: relative;
  min-height: 760px;
  overflow: visible;
  isolation: isolate;
  border: 1px solid rgba(238, 228, 207, 0.22);
  background:
    radial-gradient(circle at 50% 50%, rgba(209, 58, 39, 0.18), transparent 28%),
    radial-gradient(circle at 1px 1px, rgba(238, 228, 207, 0.17) 1px, transparent 0),
    linear-gradient(135deg, rgba(238, 228, 207, 0.08), rgba(238, 228, 207, 0.015));
  background-size: auto, 24px 24px, auto;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.34);
}

.workflow-canvas::before,
.workflow-canvas::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.workflow-canvas::before {
  top: 50%;
  left: 4%;
  right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238, 228, 207, 0.22), transparent);
}

.workflow-canvas::after {
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(238, 228, 207, 0.18), transparent);
}

.workflow-hub {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(138px, 13vw, 190px);
  aspect-ratio: 1;
  padding: 18px;
  border: 1px solid rgba(238, 228, 207, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 248, 232, 0.14), transparent 48%),
    rgba(13, 12, 10, 0.88);
  color: #fff8e8;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.workflow-hub span,
.workflow-hub i,
.workflow-node-top,
.workflow-node-foot {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.workflow-hub strong {
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 0.94;
}

.workflow-hub i {
  color: rgba(238, 228, 207, 0.62);
  font-style: normal;
}

.workflow-node {
  position: absolute;
  z-index: 2;
  top: var(--node-y, 50%);
  left: var(--node-x, 50%);
  width: clamp(174px, 16vw, 242px);
  min-height: 152px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(238, 228, 207, 0.24);
  background:
    linear-gradient(135deg, rgba(238, 228, 207, 0.11), rgba(238, 228, 207, 0.025)),
    rgba(12, 11, 10, 0.86);
  color: #eee4cf;
  outline: none;
  transform: translate(-50%, -50%);
  transition:
    transform 280ms ease,
    border-color 240ms ease,
    background 240ms ease,
    opacity 240ms ease,
    box-shadow 240ms ease;
}

.workflow-node::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: clamp(54px, 8vw, 124px);
  height: 1px;
  background: linear-gradient(90deg, rgba(209, 58, 39, 0.78), rgba(238, 228, 207, 0));
  content: "";
  pointer-events: none;
  transform: rotate(var(--connector-angle, 0deg));
  transform-origin: 0 50%;
}

.workflow-node-top,
.workflow-node-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(238, 228, 207, 0.62);
}

.workflow-node-top b {
  color: var(--red);
  font-weight: 800;
  text-align: right;
}

.workflow-node h3 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 0.95;
}

.workflow-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-top: 16px;
}

.workflow-flow span {
  min-width: 0;
  padding-top: 6px;
  border-top: 1px solid rgba(238, 228, 207, 0.24);
  color: rgba(238, 228, 207, 0.74);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.workflow-node-foot {
  align-items: end;
  margin-top: 18px;
}

.workflow-node-foot strong {
  color: #fff8e8;
  white-space: nowrap;
}

.workflow-node-foot em {
  max-width: 132px;
  color: rgba(238, 228, 207, 0.55);
  font-style: normal;
  text-align: right;
}

.workflow-canvas:has(.workflow-node:hover) .workflow-node:not(:hover),
.workflow-canvas:has(.workflow-node:focus-visible) .workflow-node:not(:focus-visible) {
  opacity: 0.48;
}

.workflow-node:hover,
.workflow-node:focus-visible {
  z-index: 8;
  border-color: rgba(209, 58, 39, 0.92);
  background:
    linear-gradient(135deg, rgba(209, 58, 39, 0.18), rgba(238, 228, 207, 0.045)),
    rgba(16, 15, 13, 0.96);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%) scale(1.08);
}

.evidence-section {
  display: grid;
  grid-template-columns: 0.54fr minmax(0, 1.1fr);
  gap: 46px 60px;
  padding: 120px 28px 140px;
  background: var(--paper-light);
}

.evidence-side {
  align-self: center;
  padding-left: max(0px, calc((100vw - 1380px) / 2));
}

.evidence-side h2 {
  margin-top: 20px;
  color: var(--red-deep);
  font-size: clamp(68px, 8vw, 124px);
}

.evidence-side > span {
  display: block;
  max-width: 330px;
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.8;
}

.evidence-image {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #222;
}

.evidence-image img {
  height: 100%;
  object-fit: cover;
  filter: sepia(0.1) saturate(0.8) contrast(1.1);
}

.evidence-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  background: var(--red);
  color: #fff8e8;
}

.evidence-caption strong,
.evidence-caption span {
  font-size: 9px;
  line-height: 1.5;
}

.evidence-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1380px;
  width: 100%;
  margin: 20px auto 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.evidence-notes article {
  min-height: 240px;
  padding: 24px;
  background: var(--paper-light);
}

.evidence-notes article > span {
  color: var(--red-deep);
  font-size: 9px;
  font-weight: 700;
}

.evidence-notes h3 {
  margin-top: 44px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.evidence-notes p {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.7;
}

.contact-footer {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 28px 46px;
  background: var(--red);
  color: #fff8e8;
  text-align: center;
}

.contact-footer h2 {
  margin-top: 24px;
  font-size: clamp(55px, 8.4vw, 132px);
}

.contact-footer a {
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-family: var(--serif);
  font-size: clamp(17px, 2vw, 28px);
}

.footer-logo-block {
  width: min(1180px, calc(100vw - 44px));
}

.footer-logo-block--media {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 18px);
  flex-wrap: wrap;
  margin-top: clamp(26px, 4vw, 54px);
}

.media-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(62px, 7vw, 96px);
  height: 54px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: #10100e;
  transition: transform 220ms ease;
}

.media-logo img {
  display: block;
  width: 100%;
  max-width: 72px;
  height: 100%;
  max-height: 28px;
  object-fit: contain;
  filter: brightness(0);
}

.media-logo--x,
.media-logo--video {
  width: 54px;
}

.media-logo--youtube img {
  max-width: 42px;
}

.media-logo:hover {
  transform: translateY(-3px);
}

.footer-logo-block--brands {
  margin-top: clamp(34px, 5vw, 68px);
}

.footer-logo-block--brands > p {
  margin-bottom: 18px;
  color: rgba(255, 248, 232, 0.72);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px) clamp(18px, 3vw, 40px);
}

.brand-logo {
  display: grid;
  place-items: center;
  min-height: clamp(72px, 7vw, 104px);
  padding: clamp(18px, 2vw, 26px) clamp(16px, 2vw, 30px);
  overflow: hidden;
}

.brand-logo img {
  display: block;
  width: 100%;
  max-width: 78%;
  height: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.82;
  transition: transform 240ms ease, opacity 240ms ease;
}

.brand-logo--symbol img {
  max-width: 58%;
  max-height: 56px;
}

.brand-logo--wide img {
  max-width: 88%;
}

.brand-logo--fengyuzhu img {
  max-width: 92%;
  max-height: 52px;
}

.brand-logo:hover img {
  opacity: 1;
  transform: scale(1.08);
}

.footer-email {
  color: rgba(255, 248, 232, 0.9);
}

.contact-footer > span {
  margin-top: 24px;
  font-size: 8px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .brand-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .contact-footer {
    padding: 82px 16px 34px;
  }

  .footer-logo-block {
    width: 100%;
  }

  .media-logo {
    width: 58px;
    height: 48px;
    padding: 9px 12px;
  }

  .brand-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-logo {
    min-height: 66px;
    padding: 16px 14px;
  }

  .brand-logo img {
    max-height: 36px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 8px 16px;
  }

  .site-header nav {
    display: none;
  }

  .portrait-collage {
    left: 41%;
    width: 39vw;
  }

  .commercial-collage {
    right: 3%;
    width: 25vw;
  }

  .material-collage {
    left: 4%;
    width: 27vw;
  }

  .hero-copy-block {
    left: 42%;
    width: 64vw;
  }

  .hero-utility {
    display: none;
  }

  .editorial-heading,
  .agent-title,
  .evidence-section {
    grid-template-columns: 1fr;
  }

  .editorial-heading span {
    max-width: 500px;
  }

  .catalog-item,
  .catalog-item:nth-child(even) {
    grid-template-columns: 54px 1fr;
  }

  .catalog-image,
  .catalog-item:nth-child(even) .catalog-image {
    grid-column: 2;
  }

  .catalog-copy,
  .catalog-item:nth-child(even) .catalog-copy {
    grid-column: 2;
    grid-row: auto;
  }

  .agent-board {
    grid-template-columns: 1fr;
  }

  .agent-board-image {
    min-height: 460px;
  }

  .evidence-side {
    padding-left: 0;
  }

  .case-dossier {
    width: min(900px, calc(100vw - 36px));
    margin-top: 62px;
  }

  .case-dossier-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .case-dossier-head span {
    max-width: 560px;
    text-align: left;
  }

  .case-dossier-row {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    row-gap: 54px;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 56px;
  }

  .header-index {
    font-size: 8px;
  }

  .art-hero {
    min-height: 860px;
  }

  .hero-image img {
    object-position: 42% center;
  }

  .hero-grid {
    background-size: 50vw 100%, 100% 25vh;
  }

  .portrait-collage {
    top: 10%;
    left: 36%;
    width: 55vw;
    height: 44vh;
  }

  .commercial-collage {
    top: 17%;
    right: -5%;
    width: 34vw;
    height: 19vh;
  }

  .material-collage {
    left: -3%;
    bottom: 25%;
    width: 38vw;
    height: 18vh;
  }

  .object-label,
  .coordinate-b {
    display: none;
  }

  .hero-canvas {
    opacity: 0.62;
  }

  .touch-grid {
    opacity: 0.76;
  }

  .hero-copy-block {
    left: 16px;
    bottom: 10%;
    width: calc(100% - 32px);
    transform: none;
  }

  .hero-copy-block h1 {
    max-width: 100%;
    font-size: clamp(46px, 12.8vw, 58px);
    line-height: 0.9;
    text-align: left;
    overflow-wrap: normal;
  }

  .hero-copy-block h1 .hero-italic {
    margin-left: 0;
  }

  .hero-intro {
    width: 92%;
    margin: 22px 0 0;
    font-size: 13px;
    text-align: left;
  }

  .hero-scroll {
    display: none;
  }

  .manifesto-section {
    min-height: 760px;
    padding: 150px 18px 90px;
  }

  .manifesto-section h2 {
    font-size: 48px;
  }

  .case-dossier {
    width: calc(100vw - 20px);
    margin-top: 54px;
  }

  .case-dossier-head {
    padding: 0 8px;
  }

  .case-dossier-head span {
    font-size: 11px;
  }

  .case-dossier-rail {
    padding: 24px 0 46px;
    overflow: hidden;
    border-radius: 24px;
  }

  .case-dossier-rail::before {
    right: 16px;
    bottom: 38px;
    left: 16px;
  }

  .case-dossier-rail::after {
    right: 16px;
    left: 16px;
  }

  .case-dossier-row {
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 58vw);
    grid-template-columns: none;
    gap: 18px;
    align-items: end;
    padding: 54px 24px 40px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }

  .case-dossier-row::-webkit-scrollbar {
    display: none;
  }

  .case-card {
    min-height: 298px;
    scroll-snap-align: center;
  }

  .case-card:is(:hover, :focus-visible, :focus-within, .is-active) {
    transform: translate3d(0, -34px, 42px) rotate(0deg) rotateX(1deg) scale(1.035);
  }

  .tool-stream {
    min-height: 184px;
    padding-top: 15px;
  }

  .tool-stream-meta {
    padding: 0 16px 12px;
  }

  .tool-stream-meta span:last-child {
    text-align: right;
  }

  .tool-viewport {
    width: 112%;
    margin-left: -6%;
    padding-top: 13px;
  }

  .tool-viewport::before {
    top: 49px;
  }

  .tool-sequence {
    gap: 17px;
    padding-right: 17px;
  }

  .tool-item {
    flex-basis: 78px;
    gap: 7px;
  }

  .tool-icon-shell {
    width: 70px;
    height: 70px;
    padding: 4px;
  }

  .tool-name {
    width: 86px;
    min-height: 22px;
    font-size: 10px;
  }

  .works-section,
  .agent-editorial,
  .evidence-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .editorial-heading {
    gap: 18px;
    margin-bottom: 50px;
  }

  .editorial-heading h2,
  .agent-title h2 {
    font-size: 80px;
  }

  .catalog-item,
  .catalog-item:nth-child(even) {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .catalog-copy h3 {
    font-size: 42px;
  }

  .agent-board-image {
    min-height: 330px;
  }

  .agent-steps li {
    grid-template-columns: 44px 1fr;
  }

  .evidence-image {
    min-height: 360px;
  }

  .evidence-caption {
    display: block;
  }

  .evidence-caption span {
    display: block;
    margin-top: 6px;
  }

  .evidence-notes {
    grid-template-columns: 1fr;
  }

  .contact-footer h2 {
    font-size: 48px;
  }

  .contact-footer a {
    font-size: 20px;
  }
}

/* Interactive opening: scroll-scrubbed film + Mondrian pointer reveal */
.front-sequence {
  --front-progress: 0;
  position: relative;
  height: 360svh;
  background: var(--red);
  color: #fff9e8;
}

.front-stage {
  --front-exit: 0;
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--red);
  cursor: crosshair;
}

.front-media,
.front-video,
.front-mondrian-reveal,
.front-mondrian-core,
.front-pixel-canvas,
.front-grade,
.front-frame-grid {
  position: absolute;
  inset: 0;
}

.front-media {
  z-index: 0;
  overflow: hidden;
  background: #12110e;
  opacity: calc(1 - var(--front-exit));
  transition: opacity 100ms linear;
}

.front-video,
.front-mondrian-reveal,
.front-mondrian-core {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.front-video {
  z-index: 0;
}

.front-mondrian-reveal {
  z-index: 2;
  opacity: 0.92;
  mix-blend-mode: normal;
  will-change: mask-image, -webkit-mask-image;
}

.front-mondrian-core {
  z-index: 3;
  opacity: 0.72;
  mix-blend-mode: screen;
  will-change: mask-image, -webkit-mask-image;
}

.front-pixel-canvas {
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: normal;
}

.front-grade {
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.62), transparent 38%, transparent 72%, rgba(8, 8, 7, 0.25)),
    linear-gradient(0deg, rgba(7, 7, 6, 0.68), transparent 38%, rgba(7, 7, 6, 0.2));
}

.front-frame-grid {
  z-index: 3;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(255, 249, 232, 0.34) 50%, transparent 50.06%),
    linear-gradient(0deg, transparent 49.94%, rgba(255, 249, 232, 0.25) 50%, transparent 50.06%);
  background-size: 25vw 100%, 100% 25vh;
}

.front-heading {
  position: absolute;
  z-index: 9;
  left: clamp(24px, 4.6vw, 72px);
  bottom: clamp(84px, 12vh, 128px);
  width: min(920px, 73vw);
  opacity: calc(1 - var(--front-exit));
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.44);
}

.front-heading > p {
  padding-left: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.front-heading h1 {
  display: flex;
  align-items: baseline;
  gap: 0.16em;
  margin-top: 11px;
  font-family: var(--serif);
  font-size: clamp(72px, 10vw, 164px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.065em;
}

.front-heading h1 i {
  color: var(--red);
  font-size: 0.68em;
  font-weight: 400;
}

.front-heading h1 span:last-child {
  font-style: italic;
}

.front-heading .front-heading-title--plain {
  max-width: min(980px, 78vw);
  letter-spacing: 0;
}

.front-heading .front-heading-title--plain span:last-child {
  font-style: normal;
}

.front-heading-foot {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  width: min(760px, 100%);
  margin-top: 26px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 249, 232, 0.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.front-instruction {
  position: absolute;
  z-index: 10;
  top: 14%;
  left: clamp(24px, 4.6vw, 72px);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: calc(0.72 - var(--front-exit));
}

.front-mouse-icon {
  position: relative;
  width: 24px;
  height: 34px;
  border: 1px solid rgba(255, 249, 232, 0.82);
  border-radius: 15px;
}

.front-mouse-icon::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 2px;
  height: 7px;
  background: var(--red);
  transform: translateX(-50%);
}

.front-instruction div,
.front-scroll-copy {
  display: grid;
  gap: 3px;
}

.front-instruction b,
.front-scroll-copy b {
  font-size: 8px;
  letter-spacing: 0.12em;
}

.front-instruction small,
.front-scroll-copy small {
  color: rgba(255, 249, 232, 0.68);
  font-size: 9px;
}

.front-scrub-ui {
  position: absolute;
  z-index: 10;
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(30px, 5vh, 54px);
  display: grid;
  grid-template-columns: auto minmax(150px, 19vw) auto;
  align-items: end;
  gap: 16px;
  opacity: calc(1 - var(--front-exit));
}

.front-frame-count {
  display: grid;
  gap: 2px;
}

.front-frame-count span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.front-frame-count strong {
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.front-progress-track {
  position: relative;
  height: 2px;
  margin-bottom: 9px;
  overflow: hidden;
  background: rgba(255, 249, 232, 0.34);
}

.front-progress-track i {
  position: absolute;
  inset: 0;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.front-scroll-copy {
  min-width: 150px;
}

.front-crosshair {
  position: absolute;
  z-index: 8;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 249, 232, 0.55);
  pointer-events: none;
}

.front-crosshair::before,
.front-crosshair::after {
  content: "";
  position: absolute;
  background: rgba(255, 249, 232, 0.74);
}

.front-crosshair::before {
  top: 50%;
  left: -7px;
  width: 29px;
  height: 1px;
}

.front-crosshair::after {
  top: -7px;
  left: 50%;
  width: 1px;
  height: 29px;
}

.front-crosshair-a {
  top: 21%;
  right: 12%;
}

.front-crosshair-b {
  right: 31%;
  bottom: 27%;
  transform: scale(0.7);
}

.front-red-transition {
  position: absolute;
  z-index: 20;
  right: -1%;
  bottom: -1px;
  left: -1%;
  height: 48vh;
  opacity: 0;
  overflow: visible;
  background: var(--red);
  clip-path: polygon(
    0 31%,
    4% 31%,
    4% 25%,
    9% 25%,
    9% 34%,
    14% 34%,
    14% 18%,
    20% 18%,
    20% 27%,
    27% 27%,
    27% 12%,
    34% 12%,
    34% 31%,
    41% 31%,
    41% 20%,
    49% 20%,
    49% 35%,
    56% 35%,
    56% 15%,
    64% 15%,
    64% 28%,
    72% 28%,
    72% 10%,
    79% 10%,
    79% 34%,
    87% 34%,
    87% 20%,
    94% 20%,
    94% 29%,
    100% 29%,
    100% 100%,
    0 100%
  );
  will-change: transform, opacity;
}

.front-red-transition::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 249, 232, 0.52);
}

.front-red-transition::after {
  content: "SYSTEM / IMAGE / AGENT / 2026";
  position: absolute;
  right: 4vw;
  bottom: 28px;
  color: rgba(255, 249, 232, 0.76);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.front-transition-pixel {
  position: absolute;
  background: #fff9e8;
}

.pixel-a {
  top: 17%;
  left: 17%;
  width: 22px;
  height: 22px;
}

.pixel-b {
  top: 9%;
  left: 53%;
  width: 12px;
  height: 12px;
  background: #efbd13;
}

.pixel-c {
  top: 22%;
  right: 24%;
  width: 30px;
  height: 13px;
  background: #0754a8;
}

.pixel-d {
  top: 14%;
  right: 8%;
  width: 15px;
  height: 28px;
  border: 1px solid #fff9e8;
  background: transparent;
}

.front-sequence.is-interacting .front-instruction {
  opacity: 0.18;
}

.manifesto-section {
  margin-top: -1px;
}

.manifesto-section .torn-edge {
  display: none;
}

@media (max-width: 980px) {
  .front-sequence {
    height: 320svh;
  }

  .front-heading {
    width: calc(100% - 48px);
  }

  .front-heading h1 {
    flex-wrap: wrap;
    gap: 0.02em 0.14em;
    max-width: 760px;
  }

  .front-scrub-ui {
    grid-template-columns: auto minmax(110px, 24vw);
  }

  .front-scroll-copy {
    display: none;
  }
}

@media (max-width: 680px) {
  .front-sequence {
    height: 300svh;
  }

  .front-video,
  .front-mondrian-reveal,
  .front-mondrian-core {
    object-position: 56% center;
  }

  .front-frame-grid {
    background-size: 50vw 100%, 100% 25vh;
  }

  .front-heading {
    left: 16px;
    bottom: 126px;
    width: calc(100% - 32px);
  }

  .front-heading > p {
    font-size: 7px;
  }

  .front-heading h1 {
    display: block;
    margin-top: 8px;
    font-size: clamp(62px, 22vw, 88px);
    line-height: 0.76;
  }

  .front-heading h1 i {
    display: none;
  }

  .front-heading h1 span {
    display: block;
  }

  .front-heading h1 span:last-child {
    padding-left: 12%;
  }

  .front-heading .front-heading-title--plain {
    display: flex;
    max-width: min(980px, 88vw);
    letter-spacing: 0;
    line-height: 0.88;
  }

  .front-heading .front-heading-title--plain span {
    display: inline;
  }

  .front-heading .front-heading-title--plain span:last-child {
    padding-left: 0;
    font-style: normal;
  }

  .front-heading-foot {
    display: block;
    margin-top: 18px;
    font-size: 8px;
    line-height: 1.5;
  }

  .front-heading-foot span:last-child {
    display: none;
  }

  .front-instruction {
    top: 88px;
    left: 16px;
  }

  .front-scrub-ui {
    right: 16px;
    bottom: 32px;
    left: 16px;
    grid-template-columns: auto 1fr;
  }

  .front-frame-count strong {
    font-size: 15px;
  }

  .front-crosshair-b {
    display: none;
  }

  .front-red-transition {
    height: 40vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .case-card,
  .case-card:is(:hover, :focus-visible, :focus-within, .is-active) {
    transform: translate3d(0, var(--lift, 20px), 0) rotate(var(--tilt, 0deg));
  }
}

/* High-resolution, full-viewport image presentation */
.hero-image img {
  filter: none;
  transform: none;
}

.touch-grid,
.hero-canvas {
  display: none;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(18, 12, 8, 0.36), transparent 44%, rgba(18, 11, 7, 0.1)),
    linear-gradient(0deg, rgba(18, 10, 6, 0.42), transparent 46%, rgba(14, 8, 5, 0.14));
}

.collage img,
.catalog-image img,
.catalog-image video,
.agent-board-image img,
.evidence-image img {
  filter: none;
}

.works-section {
  padding: 112px 0 0;
}

.editorial-heading {
  padding-right: 28px;
  padding-left: 28px;
}

.work-catalog {
  max-width: none;
  border-top: 0;
}

.catalog-item,
.catalog-item:nth-child(even) {
  position: relative;
  display: block;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
  color: #fffaf0;
  isolation: isolate;
}

.catalog-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.62), rgba(8, 8, 7, 0.06) 66%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.72), transparent 58%);
  pointer-events: none;
}

.catalog-image,
.catalog-item:nth-child(even) .catalog-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  grid-column: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.catalog-image::before {
  inset: 28px;
}

.catalog-image::after {
  top: 32px;
  right: 32px;
  width: 72px;
  height: 72px;
}

.catalog-image img,
.catalog-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.catalog-item:hover .catalog-image img,
.catalog-item:hover .catalog-image video {
  transform: scale(1.012);
}

.catalog-number {
  position: absolute;
  z-index: 4;
  top: 32px;
  left: 32px;
  padding: 0;
  color: #fffaf0;
  font-size: 34px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.catalog-copy,
.catalog-item:nth-child(even) .catalog-copy {
  position: absolute;
  z-index: 4;
  left: clamp(28px, 6vw, 92px);
  bottom: clamp(42px, 8vh, 86px);
  grid-column: auto;
  grid-row: auto;
  max-width: min(760px, 72vw);
}

.catalog-copy p {
  display: inline-block;
  padding: 7px 9px;
  background: var(--red);
  color: #fffaf0;
}

.catalog-copy h3 {
  margin-top: 18px;
  font-size: clamp(64px, 8vw, 126px);
  line-height: 0.84;
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.38);
}

.catalog-copy span {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 250, 240, 0.92);
  font-size: 14px;
  line-height: 1.75;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.66);
}

.catalog-item.reveal {
  opacity: 1;
  transform: none;
}

.agent-board-image.reveal,
.evidence-image.reveal {
  opacity: 1;
  transform: none;
}

.agent-editorial {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.agent-title {
  padding-right: 28px;
  padding-left: 28px;
}

.agent-board {
  position: relative;
  display: block;
  max-width: none;
  min-height: 100svh;
  overflow: hidden;
  border: 0;
  background: #0b0b0a;
}

.agent-board-image {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.agent-board-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.agent-board-image::after {
  background:
    linear-gradient(90deg, transparent 42%, rgba(10, 10, 9, 0.38) 62%, rgba(10, 10, 9, 0.92)),
    linear-gradient(0deg, rgba(10, 10, 9, 0.42), transparent 36%);
}

.agent-steps {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(560px, 43vw);
  background: rgba(16, 15, 13, 0.74);
  backdrop-filter: blur(13px);
}

.agent-steps li {
  min-height: 0;
}

.evidence-section {
  display: block;
  padding: 0;
}

.evidence-side {
  min-height: 72svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px max(28px, calc((100vw - 1380px) / 2));
}

.evidence-image {
  width: 100%;
  min-height: 100svh;
}

.evidence-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.evidence-notes {
  margin: 0 auto;
}

@media (max-width: 980px) {
  .catalog-copy {
    max-width: min(700px, calc(100vw - 72px));
  }

  .agent-board {
    min-height: 0;
  }

  .agent-board-image {
    position: relative;
    min-height: 100svh;
  }

  .agent-steps {
    position: relative;
    width: 100%;
    backdrop-filter: none;
  }
}

@media (max-width: 680px) {
  .works-section,
  .agent-editorial,
  .evidence-section {
    padding-right: 0;
    padding-left: 0;
  }

  .editorial-heading,
  .agent-title {
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-item,
  .catalog-item:nth-child(even) {
    min-height: 100svh;
  }

  .catalog-item::after {
    background:
      linear-gradient(0deg, rgba(8, 8, 7, 0.88), rgba(8, 8, 7, 0.05) 76%),
      linear-gradient(90deg, rgba(8, 8, 7, 0.28), transparent 70%);
  }

  .catalog-image::before {
    inset: 16px;
  }

  .catalog-image::after {
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
  }

  .catalog-number {
    top: 20px;
    left: 20px;
    font-size: 28px;
  }

  .catalog-copy,
  .catalog-item:nth-child(even) .catalog-copy {
    left: 20px;
    right: 20px;
    bottom: 42px;
    max-width: none;
  }

  .catalog-copy h3 {
    font-size: clamp(44px, 15vw, 64px);
    line-height: 0.88;
  }

  .catalog-copy span {
    max-width: 100%;
    font-size: 12px;
  }

  .agent-board-image {
    min-height: 100svh;
  }

  .agent-board-image img {
    object-position: 35% center;
  }

  .evidence-side {
    min-height: 72svh;
    padding: 100px 16px;
  }

  .evidence-image {
    min-height: 100svh;
  }

  .evidence-image img {
    object-position: center;
  }

  .evidence-notes {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

/* Skill application system board */
.evidence-system-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  padding: 120px max(28px, calc((100vw - 1380px) / 2)) 132px;
  background:
    linear-gradient(180deg, rgba(243, 236, 220, 0.98), rgba(233, 225, 207, 0.98)),
    url("./assets/noise.jpg");
  color: #151411;
}

.evidence-system-section .evidence-side {
  position: sticky;
  top: 104px;
  align-self: start;
  min-height: 0;
  padding: 0;
}

.evidence-system-section .evidence-side > span {
  max-width: 360px;
  color: rgba(21, 20, 17, 0.72);
}

.evidence-system-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
}

.system-proof-placeholder {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(340px, 42vw, 560px);
  padding: clamp(22px, 3vw, 38px);
  overflow: hidden;
  border: 1px dashed rgba(21, 20, 17, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.76), rgba(255, 248, 232, 0.22)),
    repeating-linear-gradient(
      -45deg,
      rgba(21, 20, 17, 0.065) 0 1px,
      transparent 1px 18px
    );
}

.system-proof-placeholder::after {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(21, 20, 17, 0.24);
  content: "";
}

.system-proof-placeholder span,
.system-pipeline article > span,
.evidence-skill-slots article > span {
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.system-proof-placeholder span {
  color: var(--red-deep);
}

.system-proof-placeholder h3 {
  max-width: 720px;
  margin-top: 70px;
  font-family: var(--serif);
  font-size: clamp(44px, 6.8vw, 112px);
  font-weight: 400;
  line-height: 0.82;
}

.system-proof-placeholder p {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(21, 20, 17, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

.system-pipeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 20, 17, 0.28);
  border-left: 1px solid rgba(21, 20, 17, 0.28);
}

.system-pipeline article {
  min-height: 180px;
  padding: 18px;
  border-right: 1px solid rgba(21, 20, 17, 0.28);
  border-bottom: 1px solid rgba(21, 20, 17, 0.28);
  background: rgba(255, 248, 232, 0.42);
}

.system-pipeline article > span,
.evidence-skill-slots article > span {
  color: var(--red-deep);
}

.system-pipeline h3,
.evidence-skill-slots h3 {
  margin-top: 38px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 0.94;
}

.system-pipeline p,
.evidence-skill-slots p {
  margin-top: 14px;
  color: rgba(21, 20, 17, 0.72);
  font-size: 11px;
  line-height: 1.7;
}

.evidence-skill-slots {
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  max-width: none;
  margin: 30px 0 0;
  background: transparent;
  border: 0;
}

.evidence-skill-slots article {
  position: relative;
  min-height: 260px;
  padding: 22px;
  border: 1px dashed rgba(21, 20, 17, 0.34);
  border-left: 0;
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.72), rgba(255, 248, 232, 0.28)),
    repeating-linear-gradient(
      -45deg,
      rgba(21, 20, 17, 0.06) 0 1px,
      transparent 1px 14px
    );
}

.evidence-skill-slots article:first-child {
  border-left: 1px dashed rgba(21, 20, 17, 0.34);
}

.evidence-skill-slots article::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(21, 20, 17, 0.24);
  content: "";
}

.skillhub-showcase {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(30px, 4vw, 52px);
  padding: clamp(24px, 3vw, 42px);
  background: #12110f;
  color: #fff8e8;
}

.skillhub-showcase-head p,
.skillhub-card-copy span,
.skillhub-card b {
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.skillhub-showcase-head p {
  color: var(--red);
}

.skillhub-showcase-head h3 {
  margin-top: 54px;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.86;
}

.skillhub-showcase-head span {
  display: block;
  max-width: 360px;
  margin-top: 22px;
  color: rgba(255, 248, 232, 0.68);
  font-size: 12px;
  line-height: 1.75;
}

.skillhub-card-grid {
  display: grid;
  gap: 14px;
}

.skillhub-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  min-height: 154px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 248, 232, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.025)),
    rgba(255, 248, 232, 0.035);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.skillhub-card:hover {
  border-color: rgba(255, 248, 232, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.14), rgba(255, 248, 232, 0.04)),
    rgba(255, 248, 232, 0.045);
  transform: translateX(6px);
}

.skillhub-card-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  background: rgba(255, 248, 232, 0.08);
}

.skillhub-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skillhub-card-copy span {
  color: rgba(255, 248, 232, 0.52);
}

.skillhub-card-copy h4 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 48px);
  font-weight: 400;
  line-height: 0.92;
}

.skillhub-card-copy p {
  max-width: 680px;
  margin-top: 12px;
  color: rgba(255, 248, 232, 0.7);
  font-size: 12px;
  line-height: 1.65;
}

.skillhub-card b {
  justify-self: end;
  color: var(--red);
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .evidence-system-section {
    grid-template-columns: 1fr;
  }

  .evidence-system-section .evidence-side {
    position: relative;
    top: auto;
  }

  .system-pipeline,
  .evidence-skill-slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .skillhub-showcase {
    grid-template-columns: 1fr;
  }

  .skillhub-showcase-head h3 {
    margin-top: 28px;
  }
}

@media (max-width: 680px) {
  .evidence-system-section {
    padding: 86px 16px 92px;
  }

  .system-proof-placeholder {
    min-height: 480px;
  }

  .system-pipeline,
  .evidence-skill-slots {
    grid-template-columns: 1fr;
  }

  .evidence-skill-slots {
    width: 100%;
    margin: 22px 0 0;
  }

  .evidence-skill-slots article,
  .evidence-skill-slots article:first-child {
    min-height: 210px;
    border-left: 1px dashed rgba(21, 20, 17, 0.34);
  }

  .skillhub-showcase {
    padding: 22px 16px;
  }

  .skillhub-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
    padding: 16px;
  }

  .skillhub-card-icon {
    width: 58px;
    height: 58px;
  }

  .skillhub-card b {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* Current Agent Workflow layout: full image first, process list below */
.agent-board {
  display: block;
  max-width: none;
  min-height: 0;
  overflow: visible;
  border: 0;
  background: #0b0b0a;
}

.agent-board-image {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
}

.agent-board-image::after {
  background:
    linear-gradient(180deg, rgba(10, 10, 9, 0.08), transparent 34%),
    linear-gradient(0deg, rgba(10, 10, 9, 0.72), transparent 42%);
}

.agent-board-image img {
  width: 100%;
  height: calc(100% + 64px);
  object-fit: cover;
  object-position: center;
  transform: translateY(-64px);
}

.agent-steps {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  bottom: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  border-top: 1px solid rgba(238, 228, 207, 0.22);
  background: #151411;
  backdrop-filter: none;
}

.agent-steps li {
  min-height: 260px;
  border-right: 1px solid rgba(238, 228, 207, 0.22);
  border-bottom: 0;
  padding: clamp(22px, 2.6vw, 38px);
}

.agent-steps li:last-child {
  border-right: 0;
}

@media (max-width: 980px) {
  .agent-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agent-steps li:nth-child(2n) {
    border-right: 0;
  }

  .agent-steps li:nth-child(n + 3) {
    border-top: 1px solid rgba(238, 228, 207, 0.22);
  }
}

@media (max-width: 680px) {
  .agent-board-image {
    height: 82svh;
    min-height: 82svh;
  }

  .agent-board-image img {
    height: calc(100% + 48px);
    object-position: center;
    transform: translateY(-48px);
  }

  .agent-steps {
    grid-template-columns: 1fr;
  }

  .agent-steps li,
  .agent-steps li:nth-child(2n) {
    min-height: 0;
    border-right: 0;
    border-top: 1px solid rgba(238, 228, 207, 0.22);
  }
}

/* Full case-library bookshelf carousel */
.case-dossier {
  width: min(1260px, calc(100vw - 44px));
  margin: 80px auto 0;
  overflow: visible;
  color: #fff8e8;
  text-align: left;
}

.case-dossier-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  padding: 0 10px;
}

.case-dossier-head p {
  margin: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.case-dossier-head span {
  max-width: 520px;
  color: rgba(255, 248, 232, 0.78);
  font-size: 12px;
  line-height: 1.75;
  text-align: right;
}

.case-dossier-rail {
  position: relative;
  height: clamp(380px, 38vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 248, 232, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 10%, rgba(209, 58, 39, 0.34), transparent 34%),
    radial-gradient(circle at 78% 40%, rgba(11, 85, 183, 0.22), transparent 34%),
    linear-gradient(180deg, #15100d 0%, #080705 72%, #020202 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 232, 0.18),
    inset 0 -42px 70px rgba(0, 0, 0, 0.62),
    0 42px 100px rgba(68, 4, 2, 0.32);
  perspective: 1380px;
}

.case-dossier-depth {
  position: absolute;
  right: 30px;
  bottom: 42px;
  left: 30px;
  height: 26px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 248, 232, 0.2), transparent),
    rgba(0, 0, 0, 0.66);
  filter: blur(5px);
  pointer-events: none;
}

.case-dossier-rail::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    linear-gradient(90deg, #090706 0%, transparent 11%, transparent 88%, #090706 100%),
    linear-gradient(180deg, rgba(255, 248, 232, 0.08), transparent 30%, rgba(0, 0, 0, 0.34));
  content: "";
  pointer-events: none;
}

.case-dossier-rail::after {
  position: absolute;
  right: 32px;
  bottom: 42px;
  left: 32px;
  height: 1px;
  background: rgba(255, 248, 232, 0.28);
  content: "";
  pointer-events: none;
}

.case-dossier-row {
  position: relative;
  z-index: 2;
  display: flex;
  grid-auto-flow: unset;
  grid-auto-columns: unset;
  grid-template-columns: unset;
  align-items: flex-end;
  width: max-content;
  height: 100%;
  gap: 0;
  padding: 70px 72px;
  overflow: visible;
  transform-style: preserve-3d;
  animation: case-library-flow var(--case-flow-duration, 92s) linear infinite;
  will-change: transform;
}

.case-dossier-rail:hover .case-dossier-row,
.case-dossier.is-paused .case-dossier-row {
  animation-play-state: paused;
}

.case-dossier-foot {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 10px 0;
  color: rgba(255, 248, 232, 0.74);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

@keyframes case-library-flow {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.case-card {
  position: relative;
  z-index: 1;
  flex: 0 0 clamp(78px, 6.8vw, 106px);
  width: auto;
  height: clamp(260px, 29vw, 392px);
  min-height: 0;
  margin-right: clamp(-30px, -2.2vw, -18px);
  isolation: isolate;
  cursor: pointer;
  outline: none;
  transform:
    translate3d(0, var(--lift, 0px), 0)
    rotateY(-40deg)
    rotateZ(calc(var(--lean, 0deg) * 0.18));
  transform-origin: 18% 100%;
  transform-style: preserve-3d;
  transition:
    flex-basis 560ms cubic-bezier(0.2, 0.92, 0.16, 1),
    margin 560ms cubic-bezier(0.2, 0.92, 0.16, 1),
    filter 380ms ease,
    transform 560ms cubic-bezier(0.2, 0.92, 0.16, 1),
    z-index 0ms linear 160ms;
}

.case-card::before,
.case-card::after {
  display: none;
}

.case-book {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.case-book-pages {
  position: absolute;
  z-index: -1;
  top: 8px;
  right: calc(var(--depth, 12px) * -1);
  bottom: 9px;
  width: var(--depth, 12px);
  border: 1px solid rgba(16, 16, 14, 0.44);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background:
    repeating-linear-gradient(90deg, #fff8e8 0 2px, #d9cfbd 2px 3px),
    #efe5cf;
  box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.12);
  transform: translateZ(-8px) skewY(8deg);
}

.case-book::after {
  position: absolute;
  z-index: -2;
  right: calc(var(--depth, 12px) * -1.35);
  bottom: -16px;
  left: 10px;
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(10px);
  content: "";
}

.case-card-media {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 232, 0.74);
  border-radius: 13px;
  background: #050404;
  box-shadow:
    inset 0 0 0 1px rgba(16, 16, 14, 0.2),
    0 18px 42px rgba(0, 0, 0, 0.36);
}

.case-card-media img,
.case-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
  filter: saturate(0.86) contrast(0.98) brightness(0.74);
  transform: scale(1.06);
  transition:
    opacity 420ms ease,
    filter 420ms ease,
    transform 680ms cubic-bezier(0.2, 0.92, 0.16, 1);
}

.case-card-cover {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 17px 14px 15px;
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 26%),
    linear-gradient(180deg, rgba(16, 9, 7, 0.28), rgba(16, 5, 4, 0.78));
  color: #fff8e8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.2, 0.92, 0.16, 1);
}

.case-card-cover::before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 24px;
  border: 1px solid rgba(255, 248, 232, 0.72);
  background:
    linear-gradient(90deg, #d13a27 0 43%, #11100e 43% 52%, #0b55b7 52% 100%);
  content: "";
}

.case-card-cover span,
.case-card-cover em {
  max-width: 9em;
  overflow: hidden;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.case-card-cover strong {
  align-self: center;
  font-family: var(--serif);
  font-size: clamp(38px, 4.5vw, 70px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.case-card-spine {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  border-radius: 13px 0 0 13px;
  background:
    linear-gradient(180deg, var(--accent, #d13a27), #130807),
    repeating-linear-gradient(180deg, rgba(255, 248, 232, 0.22) 0 1px, transparent 1px 8px);
  box-shadow: inset -1px 0 0 rgba(255, 248, 232, 0.32);
  color: #fff8e8;
}

.case-card-spine span {
  transform: rotate(-90deg);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.case-card-copy {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  left: 28px;
  color: #fff8e8;
  opacity: 0.86;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.72);
  transform: translateY(12px);
  transition:
    opacity 360ms ease,
    transform 440ms cubic-bezier(0.2, 0.92, 0.16, 1);
}

.case-card-copy span {
  display: block;
  margin-bottom: 8px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-card-copy h3 {
  max-width: 8.5em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(21px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 0.92;
}

.case-card-copy p {
  max-width: 15.5em;
  margin: 10px 0 0;
  color: rgba(255, 248, 232, 0.82);
  font-size: 10px;
  line-height: 1.55;
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) {
  z-index: 40;
  flex-basis: clamp(246px, 23vw, 334px);
  margin-right: 18px;
  filter: drop-shadow(0 30px 32px rgba(0, 0, 0, 0.48));
  transform:
    translate3d(0, -36px, 96px)
    rotateY(-6deg)
    rotateZ(0deg)
    scale(1.045);
  transition:
    flex-basis 620ms cubic-bezier(0.16, 1, 0.3, 1),
    margin 620ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 380ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    z-index 0ms;
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media img,
.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media video {
  opacity: 1;
  filter: saturate(1.04) contrast(1.02) brightness(0.98);
  transform: scale(1);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-cover {
  opacity: 0.16;
  transform: translateY(-12px);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-copy {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .case-dossier {
    width: min(920px, calc(100vw - 32px));
  }

  .case-dossier-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .case-dossier-head span {
    max-width: 620px;
    text-align: left;
  }

  .case-dossier-rail {
    height: 430px;
  }

  .case-dossier-row {
    padding: 64px 70px 62px;
  }
}

@media (max-width: 680px) {
  .case-dossier {
    width: calc(100vw - 18px);
    margin-top: 54px;
  }

  .case-dossier-head {
    padding: 0 8px;
  }

  .case-dossier-head span {
    font-size: 11px;
  }

  .case-dossier-rail {
    height: 430px;
    border-radius: 24px;
  }

  .case-dossier-row {
    padding: 64px 54px 62px;
  }

  .case-card {
    flex-basis: 88px;
    height: 300px;
    margin-right: -19px;
  }

  .case-card:is(:hover, :focus-visible, :focus-within, .is-active) {
    flex-basis: 232px;
    margin-right: 14px;
    transform:
      translate3d(0, -26px, 64px)
      rotateY(-4deg)
      rotateZ(0deg)
      scale(1.035);
  }

  .case-dossier-foot {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-dossier-row {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

/* Current request refinements */
.case-dossier-head span + span,
.catalog-feature .catalog-copy span + span {
  display: none;
}

.case-dossier-past {
  margin-top: 54px;
}

.case-dossier-rail {
  height: clamp(430px, 42vw, 580px);
}

.case-dossier-row {
  padding-top: clamp(108px, 8vw, 132px);
  padding-bottom: clamp(38px, 4vw, 56px);
}

.case-card:is(:hover, :focus-visible, :focus-within, .is-active) {
  transform:
    translate3d(0, 28px, 96px)
    rotateY(-6deg)
    rotateZ(0deg)
    scale(1.045);
}

.case-dossier-past .case-dossier-rail {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 248, 232, 0.14), transparent 32%),
    radial-gradient(circle at 82% 42%, rgba(96, 80, 56, 0.32), transparent 38%),
    linear-gradient(180deg, #1e1b16 0%, #0d0b09 78%, #040302 100%);
}

.case-dossier-past .case-card {
  filter: saturate(0.78);
}

.case-card--placeholder .case-card-media {
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.12), transparent 42%),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 248, 232, 0.08) 0 1px,
      transparent 1px 12px
    ),
    #15120f;
}

.case-card-placeholder {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
  padding: 18px 14px;
  color: rgba(255, 248, 232, 0.86);
}

.case-card-placeholder span {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.case-card-placeholder i {
  align-self: center;
  justify-self: center;
  width: 54%;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 248, 232, 0.48);
  border-radius: 50%;
}

.case-card-placeholder b {
  font-size: 8px;
  letter-spacing: 0.14em;
}

.case-card--video .case-card-media {
  overflow: hidden;
}

.case-card--video .case-card-media::before,
.case-card--video .case-card-media::after {
  position: absolute;
  z-index: 6;
  top: -1px;
  width: 50.5%;
  height: 34px;
  border: 1px solid rgba(255, 248, 232, 0.66);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 248, 232, 0.68) 0 2px,
      rgba(16, 12, 10, 0.72) 2px 4px,
      transparent 4px 8px
    ),
    linear-gradient(180deg, rgba(10, 8, 7, 0.96), rgba(209, 58, 39, 0.52));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 0;
  transition:
    opacity 300ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.case-card--video .case-card-media::before {
  left: -1px;
  border-radius: 13px 0 0 0;
}

.case-card--video .case-card-media::after {
  right: -1px;
  border-radius: 0 13px 0 0;
}

.case-card--video:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media {
  overflow: visible;
  border-top-color: rgba(255, 248, 232, 0.18);
}

.case-card--video:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media::before {
  opacity: 0.88;
  transform: translate3d(-8px, -30px, 0) rotateZ(-7deg) rotateX(54deg);
}

.case-card--video:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media::after {
  opacity: 0.88;
  transform: translate3d(8px, -30px, 0) rotateZ(7deg) rotateX(54deg);
}

.case-card--video:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media video {
  background: #050404;
  object-fit: contain;
  object-position: center;
}

.case-card--video:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-cover {
  opacity: 0;
}

.catalog-feature .catalog-image {
  --style-x: 50%;
  --style-y: 50%;
  --strip-left: 46%;
  --strip-right: 54%;
}

.catalog-feature .catalog-image::before {
  z-index: 2;
  inset: 0;
  border: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 232, 0.18), transparent 16%, transparent 84%, rgba(255, 248, 232, 0.18)),
    url("./assets/portfolio/evidence-matrix-hq.webp") center / cover no-repeat;
  clip-path: polygon(
    var(--strip-left) 0,
    var(--strip-right) 0,
    var(--strip-right) 100%,
    var(--strip-left) 100%
  );
  opacity: 0;
  mix-blend-mode: normal;
  transition:
    clip-path 240ms ease,
    opacity 180ms ease;
}

.catalog-feature:hover .catalog-image::before,
.catalog-feature.is-style-active .catalog-image::before {
  opacity: 1;
}

.catalog-feature .catalog-image::after {
  top: 32px;
  right: 32px;
  width: auto;
  height: auto;
  min-width: 92px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 248, 232, 0.7);
  background: rgba(209, 58, 39, 0.86);
  color: #fffaf0;
  content: "STYLE / " attr(data-style);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.catalog-feature .catalog-image img {
  filter: sepia(0.08) saturate(0.92) contrast(1.02);
}

@media (max-width: 680px) {
  .case-dossier-past {
    margin-top: 42px;
  }

  .case-card--video:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media::before {
    transform: translate3d(-6px, -22px, 0) rotateZ(-7deg) rotateX(48deg);
  }

  .case-card--video:is(:hover, :focus-visible, :focus-within, .is-active) .case-card-media::after {
    transform: translate3d(6px, -22px, 0) rotateZ(7deg) rotateX(48deg);
  }

  .catalog-feature .catalog-image::after {
    top: 20px;
    right: 20px;
    min-width: 0;
    font-size: 8px;
  }
}

@media (max-width: 980px) {
  .texture-system-section {
    padding: 76px 18px 88px;
  }

  .texture-system-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 38px;
  }

  .texture-system-head span {
    max-width: 420px;
    padding-bottom: 0;
  }

  .texture-system-stage {
    min-height: 560px;
  }

  .texture-object {
    flex-basis: 158px;
  }

  .texture-object:hover {
    transform: translateY(-12px) scale(1.18);
  }

  .workflow-atlas-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .workflow-atlas-head span {
    max-width: 480px;
    padding-bottom: 0;
  }

  .workflow-canvas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    padding: 146px 16px 18px;
    overflow: hidden;
  }

  .workflow-canvas::before,
  .workflow-canvas::after,
  .workflow-node::before {
    display: none;
  }

  .workflow-hub {
    top: 74px;
    width: 118px;
  }

  .workflow-node {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: 0;
    transform: none;
  }

  .workflow-node:hover,
  .workflow-node:focus-visible {
    transform: translateY(-6px) scale(1.02);
  }

  .pre-ai-archive-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pre-ai-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-rows: 74px;
    gap: 12px;
  }

  .pre-ai-tile,
  .pre-ai-tile--video {
    grid-column: span 2;
  }

  .pre-ai-tile--wide,
  .pre-ai-tile--landscape {
    grid-column: span 5;
  }

  .pre-ai-tile--tall {
    grid-column: span 3;
    grid-row: span 4;
  }

  .pre-ai-void--line {
    grid-column: span 3;
  }

  .pre-ai-void--tall {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 680px) {
  .texture-system-section {
    margin: 34px calc(50% - 50vw);
    padding: 62px 14px 72px;
  }

  .texture-system-head h3 {
    font-size: 54px;
  }

  .texture-system-stage {
    min-height: 480px;
    padding: 18px 0;
  }

  .texture-system-layer {
    padding: 12px 0;
  }

  .texture-system-layer--two,
  .texture-system-layer--three {
    margin-left: 0;
  }

  .texture-system-track {
    gap: 18px;
  }

  .texture-object {
    flex-basis: 132px;
  }

  .texture-object figcaption {
    gap: 8px;
    font-size: 8px;
  }

  .agent-workflow-atlas {
    padding: 72px 16px 86px;
  }

  .workflow-atlas-head {
    margin-bottom: 32px;
  }

  .workflow-atlas-head h2 {
    font-size: 58px;
  }

  .workflow-canvas {
    grid-template-columns: 1fr;
    padding: 132px 12px 14px;
  }

  .workflow-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-node h3 {
    font-size: 28px;
  }

  .pre-ai-archive {
    padding: 72px 16px 86px;
  }

  .pre-ai-archive-head {
    gap: 14px;
    margin-bottom: 34px;
  }

  .pre-ai-archive-head h2 {
    font-size: 58px;
  }

  .pre-ai-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 76px;
    gap: 10px;
  }

  .pre-ai-tile,
  .pre-ai-tile--wide,
  .pre-ai-tile--landscape,
  .pre-ai-tile--tall,
  .pre-ai-tile--video,
  .pre-ai-tile--small {
    grid-column: span 1;
    grid-row: span 3;
    padding: 6px;
  }

  .pre-ai-tile--wide,
  .pre-ai-tile--landscape {
    grid-column: span 2;
  }

  .pre-ai-tile figcaption strong {
    font-size: 15px;
  }

  .pre-ai-tile:hover,
  .pre-ai-tile:focus-within {
    transform: scale(1.04);
  }

  .pre-ai-void,
  .pre-ai-void--line,
  .pre-ai-void--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.protected-preview,
.protected-preview body {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.protected-preview img,
.protected-preview video,
.protected-preview canvas {
  -webkit-user-drag: none;
}

.security-shield {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: grid;
  place-items: center;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 90ms linear;
}

.protected-preview[data-security-obscured] .security-shield {
  opacity: 1;
  pointer-events: auto;
}

@media print {
  body * {
    visibility: hidden !important;
  }

  body::before {
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    display: block;
    background: #000 !important;
    content: "";
    visibility: visible !important;
  }
}
