:root {
  --bg: oklch(7% 0.012 255);
  --bg-deep: oklch(3.8% 0.008 255);
  --ink: oklch(94% 0.012 85);
  --muted: oklch(75% 0.018 85);
  --faint: oklch(54% 0.014 85);
  --cyan: oklch(80% 0.045 82);
  --blue: oklch(48% 0.025 85);
  --violet: oklch(42% 0.022 85);
  --signal: oklch(68% 0.07 62);
  --line: oklch(30% 0.015 85 / 0.72);
  --line-soft: oklch(22% 0.012 85 / 0.62);
  --panel: oklch(11% 0.012 85 / 0.86);
  --panel-solid: oklch(11% 0.012 85);
  --radius: 8px;
  --max-width: 1180px;
  --home-wide-width: 1880px;
  --home-gutter: clamp(18px, 2.35vw, 48px);
  --case-media-width: 2040px;
  --case-page-pad: clamp(12px, 1.6vw, 32px);
  --case-media-gap: 56px;
  --case-caption-gap: 18px;
  --case-caption-group-gap: 72px;
  --case-visible-media-width: min(var(--case-media-width), calc((100svh - 112px) * 16 / 9), calc(100vw - (var(--case-page-pad) * 2)));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 0, oklch(32% 0.08 30 / 0.16), transparent 28rem),
    radial-gradient(circle at 8% 18%, oklch(38% 0.07 80 / 0.1), transparent 30rem),
    linear-gradient(180deg, var(--bg-deep), var(--bg) 42rem, #050505);
  color: var(--ink);
  font-family:
    "Helvetica Neue", Arial, "PingFang SC",
    "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.menu-open {
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
}

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

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

button {
  font: inherit;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 13em;
  font-size: clamp(2.45rem, 6.8vw, 5.55rem);
  font-weight: 820;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 780;
}

h3 {
  font-size: 1.35rem;
  font-weight: 760;
}

p {
  text-wrap: pretty;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 0 clamp(20px, 3vw, 56px);
  color: var(--ink);
  pointer-events: none;
  background: linear-gradient(180deg, rgb(5 5 5 / 0.78), rgb(5 5 5 / 0));
  backdrop-filter: blur(10px);
}

.brand,
.nav-links,
.top-actions,
.menu-panel {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 0.82rem;
  font-weight: 780;
  text-transform: uppercase;
}

.brand-symbol {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  position: relative;
}

.brand-x {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  opacity: 0.96;
  filter: drop-shadow(0 7px 12px rgb(0 0 0 / 0.58));
}

.brand-text {
  color: oklch(88% 0.015 85);
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: oklch(76% 0.018 85);
  font-size: 0.9rem;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.top-actions {
  display: inline-flex;
  justify-content: end;
  gap: 0;
}

.hud-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 112px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid oklch(40% 0.018 85 / 0.72);
  border-radius: 999px;
  color: oklch(88% 0.018 85);
  background: rgb(13 13 13 / 0.78);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.hud-button:hover,
.hud-button:focus-visible {
  color: white;
  background: rgb(28 28 28 / 0.92);
}

.hud-button-light {
  color: #050505;
  background: oklch(84% 0.035 82);
}

.hud-button-light:hover,
.hud-button-light:focus-visible {
  color: var(--bg-deep);
  background: white;
}

.menu-panel {
  position: absolute;
  top: 72px;
  right: clamp(20px, 3vw, 56px);
  display: grid;
  width: min(280px, calc(100vw - 40px));
  padding: 10px;
  border: 1px solid oklch(38% 0.018 85 / 0.76);
  border-radius: var(--radius);
  background: rgb(10 10 10 / 0.96);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

body.menu-open .menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-panel a {
  min-height: 44px;
  padding: 10px 12px;
  color: var(--muted);
}

.menu-panel a:hover,
.menu-panel a:focus-visible {
  color: var(--ink);
  background: oklch(18% 0.014 85 / 0.78);
}

.showcase {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 54px);
  overflow: hidden;
  padding: 112px var(--home-gutter) 30px;
  background: #050505;
  isolation: isolate;
}

.showcase-media,
.showcase-video,
.showcase-image,
.showcase-vignette {
  position: absolute;
  inset: 0;
}

.showcase-media {
  z-index: -3;
  background: #050505;
}

.showcase-video,
.showcase-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.018);
  filter: saturate(0.82) contrast(1.06) brightness(0.78);
  transition:
    opacity 520ms ease,
    transform 960ms cubic-bezier(0.16, 1, 0.3, 1);
}

.showcase-video.is-visible,
.showcase-image.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.showcase-video.is-entering,
.showcase-image.is-entering {
  z-index: 2;
}

.showcase-vignette {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 0.9) 0%, rgb(0 0 0 / 0.62) 34%, rgb(0 0 0 / 0.2) 70%, rgb(0 0 0 / 0.68) 100%),
    linear-gradient(0deg, rgb(5 5 5 / 0.96) 0%, rgb(5 5 5 / 0.48) 24%, rgb(5 5 5 / 0.18) 58%, rgb(5 5 5 / 0.62) 100%);
}

.showcase-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
  width: min(var(--home-wide-width), 100%);
  margin: auto auto 0;
}

.showcase-current {
  grid-column: 2;
  align-self: end;
  justify-self: end;
  width: min(330px, 100%);
  padding: 0 0 0 clamp(14px, 2vw, 24px);
  border-left: 1px solid oklch(50% 0.022 82 / 0.36);
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.5);
}

.showcase-current > p:first-child {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 840;
}

.showcase-current h2 {
  font-size: clamp(1.25rem, 1.9vw, 1.9rem);
  font-weight: 780;
  line-height: 1.08;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.title-with-corner-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  flex-wrap: wrap;
}

.title-badge-anchor {
  position: relative;
  display: inline-block;
  padding-right: 1.52em;
  line-height: 1;
}

.title-corner-badge {
  position: absolute;
  top: -0.56em;
  right: 0;
  display: inline-flex;
  align-items: center;
  min-height: 1.32em;
  padding: 0 0.32em;
  border: 1px solid oklch(66% 0.035 82 / 0.6);
  border-radius: 999px;
  color: var(--cyan);
  background: rgb(5 5 5 / 0.54);
  font-size: 0.42em;
  font-weight: 860;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: none;
  text-transform: none;
}

.showcase-current .title-badge-anchor {
  padding-right: 1.58em;
}

.showcase-current .title-corner-badge {
  top: -0.48em;
  font-size: 0.36em;
}

.showcase-current p:not(:first-child) {
  margin: 12px 0 0;
  color: oklch(78% 0.016 85);
  font-size: 0.88rem;
  line-height: 1.58;
}

.showcase-awards {
  --showcase-award-width: clamp(82px, 6.4vw, 116px);
  --showcase-award-height: clamp(52px, 4vw, 68px);
  display: grid;
  grid-template-columns: repeat(2, var(--showcase-award-width));
  align-items: start;
  gap: 8px;
  margin-top: 16px;
}

.showcase-awards[hidden] {
  display: none;
}

.showcase-awards img {
  width: var(--showcase-award-width);
  height: var(--showcase-award-height);
  padding: 5px;
  object-fit: contain;
  border-radius: 6px;
  background: rgb(255 255 255 / 0.94);
  filter: drop-shadow(0 8px 12px rgb(0 0 0 / 0.36));
}

.showcase-awards .award-logo-red-dot,
.showcase-awards .award-logo-good,
.showcase-awards .award-logo-idea,
.showcase-awards .award-logo-if {
  width: var(--showcase-award-width);
  height: var(--showcase-award-height);
}

.showcase-awards .award-logo-muse-gold,
.showcase-awards .award-logo-muse-platinum,
.showcase-awards .award-logo-adesign {
  width: var(--showcase-award-width);
  height: var(--showcase-award-height);
  padding: 4px 17px;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid oklch(68% 0.04 82 / 0.72);
  border-radius: 999px;
  color: #070707;
  background: oklch(82% 0.045 82);
  font-size: 0.88rem;
  font-weight: 820;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.primary-link:hover,
.primary-link:focus-visible {
  background: oklch(88% 0.035 82);
  transform: translateY(-1px);
}

.project-rail-wrap {
  --project-card-width: clamp(232px, 18vw, 318px);
  --project-card-height: calc(var(--project-card-width) * 0.5625);
  position: relative;
  width: min(var(--home-wide-width), 100%);
  margin: 0 auto;
  padding-top: 2px;
}

.rail-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 14px;
}

.rail-heading span,
.rail-heading strong {
  display: block;
}

.rail-heading span {
  color: oklch(72% 0.018 85);
  font-size: 0.78rem;
  font-weight: 780;
}

.rail-heading strong {
  margin-top: 3px;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.36rem);
}

.rail-tools {
  position: absolute;
  z-index: 6;
  top: calc(100% + 14px + (var(--project-card-height) / 2));
  left: -18px;
  right: -18px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.rail-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid oklch(46% 0.022 85 / 0.72);
  border-radius: 50%;
  color: var(--ink);
  background: rgb(7 7 7 / 0.58);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  pointer-events: auto;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.rail-button::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.rail-button[data-showcase-prev]::before {
  transform: translateX(2px) rotate(-135deg);
}

.rail-button[data-showcase-next]::before {
  transform: translateX(-2px) rotate(45deg);
}

.rail-button:hover,
.rail-button:focus-visible {
  border-color: oklch(66% 0.035 82 / 0.7);
  background: rgb(22 22 22 / 0.78);
  transform: translateY(-1px);
}

.project-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 0 0;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.project-rail.is-pointer-active {
  scroll-behavior: auto;
}

.project-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.project-rail::-webkit-scrollbar {
  display: none;
}

.project-poster {
  position: relative;
  flex: 0 0 var(--project-card-width);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid oklch(42% 0.018 85 / 0.76);
  border-radius: var(--radius);
  background: #0b0b0b;
  scroll-snap-align: start;
  transition:
    border-color 180ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease;
  -webkit-user-drag: none;
}

.project-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.16), transparent 30%),
    linear-gradient(0deg, rgb(0 0 0 / 0.88), rgb(0 0 0 / 0.16) 58%, transparent);
  pointer-events: none;
}

.project-poster:hover,
.project-poster:focus-visible,
.project-poster.is-active {
  border-color: oklch(70% 0.045 82 / 0.82);
  transform: translateY(-4px);
}

.project-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.06);
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-user-drag: none;
}

.project-poster-contain > img {
  object-fit: contain;
  padding: clamp(8px, 1vw, 14px);
  background: #070707;
}

.project-poster:hover > img,
.project-poster:focus-visible > img,
.project-poster.is-active > img {
  transform: scale(1.035);
}

.project-rail.is-pointer-active .project-poster {
  transition:
    border-color 120ms ease,
    opacity 120ms ease;
}

.project-rail.is-pointer-active .project-poster:hover {
  border-color: oklch(42% 0.018 85 / 0.76);
  transform: none;
}

.project-rail.is-pointer-active .project-poster:hover > img {
  transform: none;
}

.project-rail.is-pointer-active .project-poster.is-active {
  border-color: oklch(70% 0.045 82 / 0.82);
  transform: translateY(-4px);
}

.project-rail.is-pointer-active .project-poster.is-active > img {
  transform: scale(1.035);
}

.poster-number {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid oklch(78% 0.026 85 / 0.36);
  border-radius: 6px;
  background: rgb(0 0 0 / 0.78);
  color: oklch(96% 0.014 85);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 860;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.34);
}

.poster-meta {
  position: absolute;
  z-index: 2;
  left: 12px;
  right: 12px;
  bottom: 12px;
}

.poster-meta strong,
.poster-meta small {
  display: block;
}

.poster-meta strong {
  color: white;
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  line-height: 1.15;
}

.poster-meta .title-with-corner-badge {
  row-gap: 0;
}

.poster-meta .title-corner-badge {
  top: -0.48em;
}

.poster-meta small {
  margin-top: 6px;
  color: oklch(76% 0.018 85);
  font-size: 0.72rem;
  line-height: 1.28;
}

.poster-awards {
  --poster-award-width: clamp(54px, 3.5vw, 62px);
  --poster-award-height: clamp(36px, 2.5vw, 42px);
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: grid;
  grid-template-columns: repeat(2, var(--poster-award-width));
  justify-items: stretch;
  align-items: start;
  gap: 6px;
  max-width: calc((var(--poster-award-width) * 2) + 6px);
}

.poster-awards img {
  display: block;
  width: var(--poster-award-width);
  height: var(--poster-award-height);
  padding: 4px;
  object-fit: contain;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.94);
  filter: drop-shadow(0 5px 9px rgb(0 0 0 / 0.34));
}

.poster-awards .award-logo-red-dot,
.poster-awards .award-logo-good,
.poster-awards .award-logo-idea,
.poster-awards .award-logo-if {
  width: var(--poster-award-width);
  height: var(--poster-award-height);
}

.poster-awards .award-logo-muse-gold,
.poster-awards .award-logo-muse-platinum,
.poster-awards .award-logo-adesign {
  width: var(--poster-award-width);
  height: var(--poster-award-height);
  padding: 3px 12px;
}

.poster-awards-four {
  grid-template-columns: repeat(2, var(--poster-award-width));
  align-items: start;
  justify-items: stretch;
  gap: 6px;
  max-width: calc((var(--poster-award-width) * 2) + 6px);
}

.poster-awards-single {
  grid-template-columns: var(--poster-award-width);
  max-width: var(--poster-award-width);
}

.poster-awards .award-logo-cmf {
  width: var(--poster-award-width);
  height: var(--poster-award-height);
  padding: 4px 6px;
}

.poster-awards-four .award-logo-good,
.poster-awards-four .award-logo-if {
  width: var(--poster-award-width);
  height: var(--poster-award-height);
}

.poster-awards-four .award-logo-muse-platinum,
.poster-awards-four .award-logo-adesign {
  width: var(--poster-award-width);
  height: var(--poster-award-height);
  padding: 3px 12px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 120px clamp(20px, 3vw, 56px) 96px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 34%, oklch(64% 0.23 220 / 0.34), transparent 16rem),
    radial-gradient(circle at 51% 46%, oklch(49% 0.25 255 / 0.3), transparent 28rem),
    linear-gradient(180deg, oklch(8% 0.07 260), oklch(5% 0.05 265) 62%, oklch(4% 0.035 260));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(oklch(70% 0.16 228 / 0.12) 1px, transparent 1px),
    linear-gradient(90deg, oklch(70% 0.16 228 / 0.1) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(180deg, black, transparent 64%);
}

.hero-frame {
  position: absolute;
  inset: 36px 26px 28px;
  z-index: 4;
  border: 1px solid oklch(48% 0.1 238 / 0.24);
  pointer-events: none;
}

.hero-frame::before,
.hero-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: oklch(62% 0.13 224 / 0.18);
}

.hero-frame::before {
  top: 74px;
}

.hero-frame::after {
  bottom: 68px;
}

.frame-corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border-color: oklch(68% 0.17 224 / 0.28);
}

.frame-corner-tl {
  top: -1px;
  left: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.frame-corner-tr {
  top: -1px;
  right: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.frame-corner-bl {
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.frame-corner-br {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.starfield {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    radial-gradient(circle, oklch(92% 0.08 235 / 0.78) 0 1px, transparent 1.4px),
    radial-gradient(circle, oklch(70% 0.2 235 / 0.58) 0 1px, transparent 1.6px);
  background-size: 74px 74px, 118px 118px;
  background-position: 0 0, 32px 48px;
  opacity: 0.36;
  animation: driftStars 28s linear infinite;
}

.terrain {
  position: absolute;
  z-index: -2;
  bottom: 21%;
  width: 45vw;
  height: 42vh;
  background:
    linear-gradient(135deg, oklch(5% 0.05 260) 0 34%, oklch(38% 0.2 235 / 0.58) 72%, transparent 73%),
    radial-gradient(circle at 64% 70%, oklch(68% 0.25 222 / 0.48), transparent 32%);
  filter: blur(0.2px);
  opacity: 0.88;
}

.terrain-left {
  left: -8vw;
  clip-path: polygon(0 72%, 12% 58%, 24% 66%, 40% 50%, 58% 61%, 82% 90%, 100% 100%, 0 100%);
}

.terrain-right {
  right: -6vw;
  transform: scaleX(-1);
  clip-path: polygon(0 72%, 12% 58%, 24% 66%, 40% 50%, 58% 61%, 82% 90%, 100% 100%, 0 100%);
}

.horizon-grid {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background:
    radial-gradient(ellipse at 50% 10%, oklch(69% 0.25 224 / 0.36), transparent 42%),
    repeating-linear-gradient(0deg, oklch(58% 0.22 226 / 0.18) 0 1px, transparent 1px 15px),
    repeating-linear-gradient(90deg, oklch(58% 0.22 226 / 0.12) 0 1px, transparent 1px 64px);
  transform-origin: center bottom;
  transform: perspective(520px) rotateX(63deg) translateY(18%);
  opacity: 0.9;
}

.hero-values {
  position: absolute;
  z-index: 6;
  left: clamp(26px, 4vw, 74px);
  top: 43%;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: oklch(58% 0.014 85 / 0.52);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.hero-values li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-values li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: transparent;
}

.hero-values .is-active {
  color: var(--cyan);
}

.hero-values .is-active::before {
  background: var(--cyan);
}

.artifact-stage {
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 50%;
  width: min(640px, 58vw);
  height: min(480px, 56vh);
  transform: translateX(-50%);
  pointer-events: none;
}

.artifact-stage::before {
  content: "";
  position: absolute;
  inset: 12% 3% 2%;
  background: radial-gradient(circle, oklch(77% 0.2 211 / 0.48), transparent 58%);
  filter: blur(42px);
}

.artifact-ghost {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: 78%;
  max-width: 560px;
  transform: translateX(-50%);
  opacity: 0.22;
  mix-blend-mode: screen;
  filter: saturate(0.55) hue-rotate(9deg) contrast(1.12);
  mask-image: linear-gradient(180deg, transparent, black 20%, black 72%, transparent);
}

.artifact-core {
  position: absolute;
  top: 3%;
  left: 50%;
  width: clamp(190px, 22vw, 330px);
  aspect-ratio: 1;
  transform: translateX(-50%) rotateX(58deg) rotateZ(45deg);
  transform-style: preserve-3d;
  animation: breatheCore 7s ease-in-out infinite;
}

.cube-face {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, oklch(82% 0.21 199 / 0.92), oklch(54% 0.24 235 / 0.78)),
    linear-gradient(90deg, transparent 0 42%, oklch(96% 0.07 196 / 0.14) 42% 44%, transparent 44%);
  border: 1px solid oklch(89% 0.11 203 / 0.42);
}

.cube-front {
  transform: translateZ(78px);
}

.cube-side {
  transform: rotateY(90deg) translateZ(78px);
  filter: brightness(0.82);
}

.cube-top {
  transform: rotateX(90deg) translateZ(78px);
  filter: brightness(1.18);
}

.cube-line {
  position: absolute;
  background: oklch(94% 0.08 200 / 0.24);
}

.cube-line-a {
  width: 42%;
  height: 1px;
  top: 26%;
  left: 42%;
}

.cube-line-b {
  width: 1px;
  height: 40%;
  top: 8%;
  left: 58%;
}

.cube-line-c {
  width: 30%;
  height: 1px;
  right: 12%;
  bottom: 18%;
}

.artifact-base {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: min(720px, 90%);
  height: 18px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, oklch(74% 0.23 224 / 0.42), transparent 65%);
}

.hero-content {
  position: relative;
  z-index: 5;
  display: grid;
  justify-items: center;
  width: min(780px, 92vw);
  margin-top: 32vh;
  text-align: center;
}

.hero-label {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.9rem;
  font-weight: 820;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 670px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 26px;
  border: 1px solid oklch(48% 0.022 85 / 0.68);
  color: var(--ink);
  background: oklch(14% 0.014 85 / 0.82);
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
  font-size: 0.86rem;
  font-weight: 840;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  color: white;
  background: oklch(21% 0.018 85 / 0.94);
  transform: translateY(-2px);
}

.hero-status {
  position: absolute;
  z-index: 6;
  left: 26px;
  right: 26px;
  bottom: 28px;
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(260px, 1.1fr) minmax(170px, 0.7fr);
  min-height: 68px;
  border-top: 1px solid oklch(40% 0.018 85 / 0.32);
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.status-cell {
  display: flex;
  align-items: center;
  padding: 0 32px;
  border-left: 1px solid oklch(40% 0.018 85 / 0.28);
}

.status-right {
  justify-content: flex-end;
  border-right: 1px solid oklch(40% 0.018 85 / 0.28);
}

.status-center {
  justify-content: center;
  gap: 22px;
  color: var(--muted);
}

.signal-bars {
  position: relative;
  width: 22px;
  height: 16px;
  margin-right: 12px;
}

.signal-bars::before,
.signal-bars::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  background: var(--muted);
}

.signal-bars::before {
  left: 2px;
  height: 7px;
}

.signal-bars::after {
  left: 9px;
  height: 12px;
  box-shadow: 7px -4px 0 var(--muted);
}

.section {
  padding: clamp(68px, 9vw, 112px) var(--home-gutter);
  border-bottom: 1px solid var(--line-soft);
}

.section-inner {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.intro {
  padding-top: 42px;
  padding-bottom: 48px;
  background: oklch(7% 0.012 85);
}

.intro-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
}

.intro-label,
.section-label {
  margin: 0;
  color: var(--cyan);
  font-size: 0.92rem;
  font-weight: 820;
}

.intro-statement {
  margin: 0;
  max-width: 850px;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.35;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-note {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

.filter-control {
  display: inline-flex;
  min-width: 330px;
  padding: 4px;
  border: 1px solid oklch(36% 0.018 85 / 0.72);
  border-radius: var(--radius);
  background: oklch(9% 0.012 85 / 0.92);
}

.filter-button {
  flex: 1;
  min-height: 40px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active {
  background: oklch(18% 0.018 85 / 0.86);
  color: var(--ink);
}

.work-section {
  padding-left: clamp(14px, 2.2vw, 32px);
  padding-right: clamp(14px, 2.2vw, 32px);
}

.showcase {
  order: 1;
}

.profile-section {
  order: 2;
}

.method-section {
  order: 3;
}

.contact-section {
  order: 4;
}

.work-section .section-inner {
  width: min(1720px, 100%);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.project-card {
  position: relative;
  grid-column: span 6;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid oklch(34% 0.018 85 / 0.72);
  border-radius: var(--radius);
  background: var(--panel-solid);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.project-card:hover {
  transform: translateY(-3px);
  border-color: oklch(62% 0.038 82 / 0.72);
}

.project-card-large {
  grid-column: span 12;
  grid-template-columns: 1fr;
  min-height: clamp(720px, 88svh, 980px);
}

.project-card-wide {
  grid-column: span 12;
  grid-template-columns: 1fr;
}

.project-card.is-hidden {
  display: none;
}

.project-media {
  position: relative;
  order: 2;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: oklch(5% 0.012 85);
}

.project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid oklch(92% 0.04 240 / 0.05);
  pointer-events: none;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  transition: transform 520ms ease;
}

.project-card:hover .project-media img {
  transform: scale(1.025);
}

.project-card-large::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, oklch(5% 0.04 255 / 0.92) 0%, oklch(5% 0.04 255 / 0.62) 30%, transparent 58%),
    linear-gradient(0deg, oklch(4% 0.03 255 / 0.2), transparent 42%);
  pointer-events: none;
}

.project-card-large .project-media {
  position: absolute;
  inset: 0;
  order: initial;
  aspect-ratio: auto;
}

.project-card-large .project-media img {
  height: 100%;
  object-position: center;
}

.project-card-large .project-content {
  position: relative;
  z-index: 2;
  justify-self: center;
  align-self: start;
  width: min(760px, calc(100% - 48px));
  min-height: 0;
  padding: clamp(44px, 7vh, 78px) 0 0;
}

.project-card-large .project-content p:not(.project-index) {
  max-width: 48ch;
}

.project-awards {
  position: absolute;
  z-index: 3;
  top: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: min(560px, calc(100% - 36px));
}

.project-award {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 8px 14px 8px 10px;
  border: 1px solid oklch(68% 0.055 78 / 0.66);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, oklch(15% 0.018 85 / 0.88), oklch(7% 0.012 85 / 0.88)),
    #080808;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 860;
  box-shadow: 0 0 24px oklch(70% 0.06 78 / 0.16);
}

.project-award-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 900;
}

.project-award-red {
  border-color: oklch(62% 0.23 29 / 0.78);
}

.project-award-red .project-award-icon {
  border-radius: 50%;
  background: oklch(58% 0.24 29);
  box-shadow:
    inset 0 0 0 5px oklch(58% 0.24 29),
    inset 0 0 0 7px oklch(95% 0.025 29 / 0.92),
    0 0 16px oklch(58% 0.24 29 / 0.58);
}

.project-award-gold .project-award-icon {
  color: oklch(18% 0.045 78);
  background: linear-gradient(135deg, oklch(86% 0.07 86), oklch(64% 0.09 73));
  clip-path: polygon(50% 0, 92% 22%, 92% 78%, 50% 100%, 8% 78%, 8% 22%);
}

.project-media-tall {
  aspect-ratio: 16 / 10;
}

.project-media-tall img {
  object-position: top center;
}

.project-content {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 252px;
  padding: 34px 28px 26px;
  text-align: center;
}

.project-index {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 820;
}

.project-content p:not(.project-index) {
  margin: 18px 0 0;
  max-width: 58ch;
  color: var(--muted);
}

.tag-list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding-top: 0;
}

.tag-list span {
  border: 1px solid oklch(42% 0.018 85 / 0.58);
  border-radius: 999px;
  padding: 7px 11px;
  color: oklch(78% 0.016 85);
  background: rgb(10 10 10 / 0.54);
  font-size: 0.76rem;
  white-space: nowrap;
}

.project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 22px;
  color: var(--cyan);
  font-weight: 780;
}

.project-link:hover,
.project-link:focus-visible {
  color: white;
}

.detail-page {
  background: #050505;
}

.case-page {
  background: #050505;
}

.case-hero {
  min-height: 100svh;
  display: grid;
  align-content: start;
  gap: clamp(18px, 2.4vw, 32px);
  padding: 76px var(--case-page-pad) 34px;
  background:
    radial-gradient(circle at 48% 34%, oklch(28% 0.012 85 / 0.62), transparent 32rem),
    linear-gradient(180deg, #080808, #050505);
}

.case-hero-copy {
  order: 1;
  display: grid;
  justify-items: center;
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.case-hero-copy h1 {
  max-width: 12em;
  font-size: clamp(1.95rem, 3.55vw, 3.3rem);
  line-height: 0.96;
  text-transform: none;
}

.case-hero-copy p:not(.detail-eyebrow) {
  max-width: 690px;
  margin: 8px 0 0;
  color: oklch(80% 0.016 85);
  font-size: clamp(0.88rem, 1.08vw, 1rem);
  line-height: 1.36;
}

.award-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  justify-content: center;
  width: min(1240px, calc(100vw - 96px));
  gap: 16px;
  margin-top: 26px;
}

.award-strip-four {
  width: min(1240px, calc(100vw - 96px));
}

.award-badge {
  --detail-award-logo-width: 104px;
  --detail-award-logo-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 106px;
  padding: 14px 18px;
  border: 1px solid oklch(46% 0.025 85 / 0.74);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, oklch(18% 0.018 85 / 0.9), oklch(8% 0.012 85 / 0.9)),
    #090909;
  color: var(--ink);
  text-align: left;
}

.award-badge > span {
  min-width: 0;
}

.award-badge strong,
.award-badge small {
  display: block;
  line-height: 1.1;
}

.award-badge strong {
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 860;
}

.award-badge small {
  margin-top: 5px;
  color: oklch(75% 0.018 85);
  font-size: 0.76rem;
  font-weight: 760;
}

.award-logo-card img {
  flex: 0 0 var(--detail-award-logo-width);
  width: var(--detail-award-logo-width);
  height: var(--detail-award-logo-height);
  padding: 6px;
  object-fit: contain;
  border-radius: 6px;
  background: rgb(255 255 255 / 0.94);
  filter: drop-shadow(0 8px 12px rgb(0 0 0 / 0.3));
}

.award-red-dot img,
.award-good-design img,
.award-if-design img {
  width: var(--detail-award-logo-width);
  height: var(--detail-award-logo-height);
}

.award-muse,
.award-muse-platinum {
  border-color: oklch(68% 0.075 82 / 0.62);
}

.award-muse img,
.award-muse-platinum img {
  width: var(--detail-award-logo-width);
  height: var(--detail-award-logo-height);
  padding: 5px 26px;
}

.award-strip-single {
  width: min(620px, calc(100vw - 96px));
}

.case-awards-after-hero {
  display: grid;
  justify-items: center;
  padding: 0 var(--case-page-pad) clamp(38px, 5vw, 76px);
  background: #050505;
}

.case-awards-after-hero .award-strip {
  margin-top: 0;
}

.award-cmf {
  border-color: oklch(60% 0.17 30 / 0.62);
}

.award-cmf img {
  width: var(--detail-award-logo-width);
  height: var(--detail-award-logo-height);
  padding: 7px 16px;
}

.award-adesign-silver {
  border-color: oklch(58% 0.13 29 / 0.62);
}

.award-adesign-silver img {
  width: var(--detail-award-logo-width);
  height: var(--detail-award-logo-height);
  padding: 5px 26px;
}

.case-hero-media,
.case-hero-image {
  order: 2;
  width: var(--case-visible-media-width);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.case-hero-image img,
.case-image-band img,
.case-gallery img,
.case-split-media img {
  width: 100%;
  object-fit: contain;
  background: #050505;
}

.case-hero-image img {
  height: 100%;
  min-height: 0;
  max-height: none;
  border-radius: 0;
}

.case-hero-media {
  overflow: hidden;
  border: 1px solid oklch(26% 0.012 85);
  background: black;
}

.case-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  background: black;
}

.case-overview {
  background: #080808;
}

.case-overview.detail-section,
.detail-overview.detail-section {
  padding-right: var(--case-page-pad);
  padding-left: var(--case-page-pad);
}

.fridge-case .case-overview.detail-section {
  padding-top: clamp(36px, 4.8vw, 68px);
  padding-bottom: clamp(44px, 5.5vw, 72px);
  border-top: 0;
}

.case-intro-row {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.36fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: end;
}

.case-intro-row h2 {
  max-width: 860px;
  margin-top: 12px;
}

.fridge-case .case-intro-row h2 {
  max-width: 720px;
  font-size: clamp(2.05rem, 3.05vw, 3.05rem);
  line-height: 1.08;
  font-weight: 800;
}

.case-intro-row > p {
  margin: 0;
  color: oklch(73% 0.016 85);
  font-size: 1.05rem;
}

.case-overview-visual {
  width: var(--case-visible-media-width);
  aspect-ratio: 16 / 9;
  margin: 0 auto var(--case-media-gap);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: #050505;
}

.section-inner > .case-overview-visual {
  margin: var(--case-media-gap) calc((100% - var(--case-visible-media-width)) / 2);
}

.case-overview-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #050505;
}

.imported-case .case-overview-visual img,
.detail-overview .case-overview-visual img {
  object-fit: contain;
}

.case-overview-visual + .case-feature-grid,
.case-overview-visual + .highlight-grid {
  margin-top: 0;
}

.case-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(38px, 6vw, 70px);
  background: oklch(24% 0.012 85);
}

.case-feature-grid article {
  min-height: 300px;
  padding: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 18% 0, oklch(34% 0.035 82 / 0.18), transparent 16rem),
    #0c0c0c;
}

.case-feature-grid span {
  display: block;
  margin-bottom: 76px;
  color: var(--cyan);
  font-weight: 820;
}

.case-feature-grid p {
  margin: 16px 0 0;
  color: oklch(72% 0.016 85);
}

.case-image-band {
  position: relative;
  padding: 0 var(--case-page-pad);
  background: #050505;
}

.case-image-band img {
  width: var(--case-visible-media-width);
  aspect-ratio: 16 / 9;
  height: calc(var(--case-visible-media-width) * 9 / 16);
  min-height: 0;
  max-height: none;
  object-fit: cover;
  margin: 0 auto;
  object-position: center;
}

.case-media-caption {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(14px, 1.6vw, 28px);
  width: var(--case-visible-media-width);
  margin: 0;
  padding: clamp(42px, 5.6vw, 96px) clamp(18px, 2.25vw, 44px) clamp(18px, 2vw, 32px);
  isolation: isolate;
  color: oklch(84% 0.014 85);
  pointer-events: none;
}

.case-media-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      oklch(0% 0 0 / 0) 0%,
      oklch(0% 0 0 / 0.22) 38%,
      oklch(0% 0 0 / 0.78) 100%
    );
}

.case-media-caption span {
  position: absolute;
  left: clamp(18px, 2.25vw, 44px);
  bottom: clamp(18px, 2vw, 32px);
  z-index: 1;
  color: oklch(78% 0.11 68);
  font-size: 0.75rem;
  font-weight: 860;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px oklch(0% 0 0 / 0.92), 0 0 18px oklch(0% 0 0 / 0.72);
  text-transform: uppercase;
  white-space: nowrap;
}

.case-media-caption p {
  position: relative;
  z-index: 1;
  max-width: min(820px, 68%);
  margin: 0;
  color: oklch(96% 0.008 85);
  font-size: clamp(0.82rem, 0.86vw, 0.96rem);
  font-weight: 680;
  line-height: 1.58;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 6px oklch(0% 0 0 / 0.96), 0 0 18px oklch(0% 0 0 / 0.78);
  white-space: nowrap;
}

.case-image-band-tight {
  padding-top: 0;
}

.case-image-band + .case-image-band {
  padding-top: var(--case-caption-group-gap);
}

.case-image-band:last-child {
  padding-bottom: var(--case-media-gap);
}

.case-image-band:last-child .case-media-caption {
  bottom: var(--case-media-gap);
}

.case-image-band-document img {
  min-height: 0;
  max-height: none;
  object-fit: contain;
}

.imported-case .case-hero-image img,
.imported-case .case-image-band img {
  min-height: 0;
  max-height: none;
  object-fit: cover;
}

.wine-416-case .case-image-band img {
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 46%, oklch(18% 0.012 85 / 0.84), #050505 66%),
    #050505;
}

.chuxue-kettle-case .case-hero-image,
.chuxue-kettle-case .case-image-band {
  overflow: hidden;
}

.chuxue-kettle-case .case-hero-image img,
.chuxue-kettle-case .case-image-band img {
  transform: scale(1.035);
  transform-origin: center;
}

.case-template-fixed .case-hero {
  min-height: 100svh;
  display: grid;
  align-content: start;
  gap: clamp(18px, 2.4vw, 32px);
  padding: 76px var(--case-page-pad) 34px;
}

.case-template-fixed .case-hero-media,
.case-template-fixed .case-hero-image {
  order: 2;
  width: var(--case-visible-media-width);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.case-template-fixed .case-hero-copy {
  order: 1;
  display: grid;
  justify-items: center;
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.case-template-fixed .case-hero-image img,
.case-template-fixed .case-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  background: #050505;
}

.case-template-fixed .case-overview.detail-section {
  padding-right: var(--case-page-pad);
  padding-left: var(--case-page-pad);
}

.case-template-fixed .case-image-band {
  position: relative;
  padding-right: var(--case-page-pad);
  padding-left: var(--case-page-pad);
  background: #050505;
}

.case-template-fixed .case-image-band + .case-image-band {
  padding-top: var(--case-caption-group-gap);
}

.case-template-fixed .case-image-band img {
  display: block;
  width: var(--case-visible-media-width);
  aspect-ratio: 16 / 9;
  height: calc(var(--case-visible-media-width) * 9 / 16);
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}

.case-template-fixed .case-media-caption {
  left: 50%;
  width: var(--case-visible-media-width);
}

.case-template-fixed.wine-416-case .case-image-band img {
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 46%, oklch(18% 0.012 85 / 0.84), #050505 66%),
    #050505;
}

.case-template-fixed.chuxue-kettle-case .case-hero-image,
.case-template-fixed.chuxue-kettle-case .case-image-band {
  overflow: hidden;
}

.case-template-fixed.chuxue-kettle-case .case-hero-image img,
.case-template-fixed.chuxue-kettle-case .case-image-band img {
  transform: scale(1.045);
  transform-origin: center;
}

.chuxue-kettle-case .chuxue-white-caption .case-media-caption {
  background: transparent;
  color: oklch(28% 0.012 85);
  text-shadow: none;
}

.chuxue-kettle-case .chuxue-white-caption::after {
  content: none;
}

.chuxue-kettle-case .chuxue-white-caption .case-media-caption::before {
  content: none;
}

.chuxue-kettle-case .chuxue-white-caption .case-media-caption span {
  color: oklch(48% 0.09 72);
  text-shadow: none;
}

.chuxue-kettle-case .chuxue-white-caption .case-media-caption p {
  color: oklch(21% 0.012 85);
  font-weight: 720;
  text-shadow: none;
}

.case-statement {
  background: #070707;
}

.detail-section.case-system-block {
  padding-top: clamp(44px, 5.5vw, 72px);
  padding-right: var(--case-page-pad);
  padding-bottom: var(--case-caption-group-gap);
  padding-left: var(--case-page-pad);
}

.case-system-block .section-inner {
  width: var(--case-visible-media-width);
  max-width: var(--case-visible-media-width);
}

.case-statement h2 {
  max-width: 920px;
  margin-top: 12px;
}

.case-statement p:not(.section-label) {
  max-width: 720px;
  color: oklch(73% 0.016 85);
  font-size: 1.08rem;
}

.case-statement .case-media-caption p {
  max-width: 820px;
  color: inherit;
  font-size: clamp(0.82rem, 0.86vw, 0.96rem);
  line-height: 1.58;
}

.case-system-visual {
  position: relative;
  margin: 0;
  background: #050505;
}

.case-system-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #050505;
}

.case-system-caption {
  flex-wrap: wrap;
  align-items: baseline;
}

.case-system-notes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  flex: 0 0 min(820px, 68%);
  margin-top: 14px;
  background: transparent;
}

.case-system-notes span {
  display: block;
  min-height: 38px;
  padding: 10px clamp(12px, 1.1vw, 18px);
  border: 1px solid oklch(42% 0.016 85 / 0.34);
  color: oklch(82% 0.016 85);
  background: oklch(7% 0.008 85 / 0.68);
  font-size: 0.76rem;
  font-weight: 720;
}

.detail-hero {
  min-height: 100svh;
  padding: 122px clamp(18px, 3vw, 56px) 52px;
  display: grid;
  align-content: start;
  gap: 42px;
  background:
    radial-gradient(circle at 50% 26%, oklch(36% 0.04 82 / 0.18), transparent 30rem),
    linear-gradient(180deg, #090909, #050505);
}

.detail-heading {
  display: grid;
  justify-items: center;
  width: min(940px, 100%);
  margin: 0 auto;
  text-align: center;
}

.detail-eyebrow {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 820;
}

.detail-heading p:not(.detail-eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
  color: var(--cyan);
  font-size: 0.9rem;
  font-weight: 780;
}

.detail-actions a:hover,
.detail-actions a:focus-visible {
  color: white;
}

.video-shell {
  width: min(var(--case-media-width), calc((100svh - 112px) * 16 / 9), 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid oklch(45% 0.018 85 / 0.56);
  border-radius: 10px;
  background: black;
}

.project-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  background: black;
}

.detail-section {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 3vw, 56px);
  border-top: 1px solid var(--line-soft);
}

.detail-overview h2 {
  max-width: 900px;
  margin-top: 10px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.highlight-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  background: oklch(10% 0.012 85 / 0.82);
}

.highlight-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--signal);
  font-weight: 820;
}

.highlight-grid p {
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 340px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.method-section {
  background:
    radial-gradient(circle at 100% 0, oklch(34% 0.055 82 / 0.12), transparent 28rem),
    #080808;
}

.method-section .section-inner {
  width: min(var(--home-wide-width), 100%);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.method-item {
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-item span {
  display: block;
  margin-bottom: 68px;
  color: var(--signal);
  font-size: 0.88rem;
  font-weight: 820;
}

.method-item p {
  margin: 16px 0 0;
  color: var(--muted);
}

.profile-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
  gap: clamp(42px, 6.5vw, 92px);
  align-items: start;
}

.profile-section .section-inner,
.contact-section .section-inner {
  width: min(var(--home-wide-width), 100%);
}

.profile-sidebar,
.profile-copy {
  min-width: 0;
}

.profile-sidebar {
  display: grid;
  gap: 18px;
}

.profile-title-block {
  margin-bottom: 14px;
}

.profile-portrait-slot {
  position: relative;
  aspect-ratio: 1 / 0.96;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.035), transparent 42%),
    radial-gradient(circle at 24% 14%, oklch(48% 0.04 82 / 0.11), transparent 13rem),
    rgb(5 5 5 / 0.74);
}

.profile-portrait-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.profile-intro-panel {
  padding: 18px 0 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.profile-lead {
  margin: 0;
  max-width: 56ch;
  color: var(--ink);
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.58;
}

.profile-kicker {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  font-weight: 860;
  line-height: 1.32;
}

.profile-statement {
  max-width: 10em;
  margin: 0 0 16px;
  font-size: clamp(1.52rem, 1.95vw, 2.28rem);
  font-weight: 820;
  line-height: 1.1;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.profile-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid oklch(44% 0.022 85 / 0.72);
  border-radius: 999px;
  color: oklch(84% 0.02 85);
  background: rgb(7 7 7 / 0.42);
  font-size: 0.8rem;
}

.profile-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.profile-summary div {
  min-height: 106px;
  padding: 20px 22px 18px 0;
}

.profile-summary div:nth-child(2) {
  padding-left: clamp(46px, 5vw, 96px);
}

.profile-summary div:nth-child(3) {
  padding-right: 0;
  text-align: right;
}

.profile-summary strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.8vw, 2.65rem);
  line-height: 1;
}

.profile-summary span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
}

.resume-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.2vw, 30px);
  margin-top: 34px;
  align-items: start;
}

.resume-main {
  display: grid;
  grid-template-columns: minmax(210px, 0.25fr) minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
}

.resume-side {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 18px;
  min-width: 0;
}

.resume-block {
  min-width: 0;
}

.resume-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.resume-heading span {
  color: var(--cyan);
  font-size: 1.12rem;
  font-weight: 840;
  letter-spacing: 0.08em;
}

.resume-heading small {
  color: var(--faint);
  font-size: 0.76rem;
  white-space: nowrap;
}

.award-heading {
  align-items: center;
}

.award-total {
  display: grid;
  justify-items: end;
  gap: 2px;
  min-width: 126px;
  padding: 10px 14px;
  border: 1px solid oklch(68% 0.055 82 / 0.72);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, oklch(16% 0.022 78 / 0.82), oklch(8% 0.014 85 / 0.9)),
    #080808;
}

.award-total b {
  color: var(--ink);
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1;
}

.award-total small {
  color: var(--cyan);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.award-note {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgb(12 12 12 / 0.54);
}

.award-note strong {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.award-note p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.resume-card,
.timeline-list {
  margin-top: 16px;
}

.resume-card {
  min-height: 178px;
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgb(7 7 7 / 0.64);
}

.education-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 220px;
}

.education-entry {
  display: block;
  min-width: 0;
}

.education-entry + .education-entry {
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}

.resume-card h4,
.resume-item-header h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1.14rem;
  font-weight: 780;
  line-height: 1.25;
}

.resume-card p,
.resume-item-header span {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.timeline-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  min-height: 286px;
  padding: 20px;
  background: rgb(7 7 7 / 0.74);
}

.timeline-item time {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--signal);
  font-size: 0.82rem;
  font-weight: 860;
  letter-spacing: 0.04em;
}

.timeline-body ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-body li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.timeline-body li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 1px;
  background: var(--cyan);
}

.awards-block,
.tools-block {
  padding: 18px 20px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgb(7 7 7 / 0.58);
}

.award-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  gap: 0;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.award-list li {
  position: relative;
  z-index: 0;
  display: block;
  padding: 6px 0;
  overflow: visible;
  border-bottom: 1px solid var(--line-soft);
}

.award-item-body {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 5px 0;
  transform-origin: center;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: zoom-in;
  will-change: transform;
}

.award-list li:hover,
.award-list li:focus-visible,
.award-list li:focus-within,
.award-list li.is-award-expanded {
  z-index: 3;
}

.award-list:has(li:nth-child(odd):hover) li:nth-child(even),
.award-list:has(li:nth-child(odd):focus-visible) li:nth-child(even),
.award-list:has(li:nth-child(odd):focus-within) li:nth-child(even),
.award-list:has(li:nth-child(odd).is-award-expanded) li:nth-child(even),
.award-list:has(li:nth-child(even):hover) li:nth-child(odd),
.award-list:has(li:nth-child(even):focus-visible) li:nth-child(odd),
.award-list:has(li:nth-child(even):focus-within) li:nth-child(odd),
.award-list:has(li:nth-child(even).is-award-expanded) li:nth-child(odd) {
  z-index: 4;
}

.award-list li:last-child {
  border-bottom: 0;
}

.award-list li:hover .award-item-body,
.award-list li:focus-visible .award-item-body,
.award-list li:focus-within .award-item-body,
.award-list li.is-award-expanded .award-item-body {
  z-index: 3;
  background: oklch(11% 0.014 85 / 0.96);
  box-shadow: 0 8px 14px oklch(0% 0 0 / 0.44);
  transform: scale(1.12);
}

.award-list li.is-award-expanded {
  cursor: zoom-out;
}

.award-list li:active .award-item-body {
  z-index: 4;
  transform: scale(1.16);
}

.award-list strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 780;
  line-height: 1.35;
}

.award-list li:nth-child(odd) strong {
  padding-right: clamp(64px, 7vw, 132px);
}

.award-name {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.award-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid oklch(34% 0.025 85 / 0.72);
  border-radius: 8px;
  background: oklch(10% 0.018 85 / 0.72);
  transition:
    border-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.award-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.award-icon-red-dot,
.award-icon-gmark,
.award-icon-goldenpin {
  border-color: transparent;
  background: transparent;
}

.award-icon-red-dot,
.award-icon-gmark {
  border-radius: 50%;
}

.award-list strong em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid oklch(68% 0.055 82 / 0.68);
  border-radius: 999px;
  color: var(--cyan);
  background: oklch(14% 0.02 82 / 0.74);
  font-style: normal;
  font-size: 0.76rem;
  line-height: 1;
  white-space: nowrap;
  transition:
    border-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.award-list li:hover .award-icon,
.award-list li:focus-visible .award-icon,
.award-list li:focus-within .award-icon,
.award-list li.is-award-expanded .award-icon,
.award-list li:hover strong em,
.award-list li:focus-visible strong em,
.award-list li:focus-within strong em,
.award-list li.is-award-expanded strong em {
  transform: scale(1.12);
}

.award-list li:hover .award-icon,
.award-list li:focus-visible .award-icon,
.award-list li:focus-within .award-icon,
.award-list li.is-award-expanded .award-icon {
  border-color: oklch(72% 0.06 82 / 0.72);
}

.award-list li:hover strong em,
.award-list li:focus-visible strong em,
.award-list li:focus-within strong em,
.award-list li.is-award-expanded strong em {
  border-color: oklch(80% 0.08 82 / 0.9);
  color: oklch(90% 0.04 82);
  background: oklch(20% 0.032 82 / 0.88);
}

.award-list span {
  color: var(--faint);
  font-size: 0.86rem;
  line-height: 1.45;
}

.tools-block {
  margin-top: 0;
}

.tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.tool-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid oklch(44% 0.022 85 / 0.72);
  border-radius: 999px;
  color: oklch(84% 0.02 85);
  background: rgb(0 0 0 / 0.26);
  font-size: 0.84rem;
}

.profile-list {
  display: grid;
  gap: 0;
  margin: 38px 0 0;
  border-top: 1px solid var(--line);
}

.profile-list div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.profile-list dt {
  color: var(--cyan);
  font-weight: 820;
}

.profile-list dd {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  background:
    radial-gradient(circle at 10% 10%, oklch(42% 0.05 82 / 0.12), transparent 24rem),
    #060606;
}

.contact-panel {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.contact-panel p {
  margin: 0 0 26px;
  max-width: 520px;
  color: var(--muted);
  font-size: 1.1rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 10px 10px 0;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid oklch(40% 0.018 85 / 0.72);
  border-radius: var(--radius);
  color: var(--ink);
  background: oklch(10% 0.014 85 / 0.72);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: var(--signal);
  opacity: 0.92;
  flex: 0 0 auto;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-link:hover,
.contact-link:focus-visible {
  background: oklch(17% 0.018 85 / 0.9);
  border-color: var(--cyan);
}

.contact-link:hover .contact-icon,
.contact-link:focus-visible .contact-icon {
  color: var(--cyan);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 3vw, 56px);
  color: var(--faint);
  font-size: 0.86rem;
  background: oklch(4% 0.012 85);
}

@keyframes driftStars {
  from {
    background-position: 0 0, 32px 48px;
  }

  to {
    background-position: 74px 74px, 150px 166px;
  }
}

@keyframes breatheCore {
  0%,
  100% {
    transform: translateX(-50%) rotateX(58deg) rotateZ(45deg) translateY(0);
  }

  50% {
    transform: translateX(-50%) rotateX(58deg) rotateZ(45deg) translateY(-10px);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .award-list li:hover,
  .award-list li:focus-within,
  .award-list li.is-award-expanded,
  .award-list li:active,
  .award-list li:hover .award-icon,
  .award-list li:focus-within .award-icon,
  .award-list li.is-award-expanded .award-icon,
  .award-list li:hover strong em,
  .award-list li:focus-within strong em,
  .award-list li.is-award-expanded strong em {
    transform: none;
  }
}

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

  .nav-links {
    display: none;
  }

  .showcase {
    min-height: 100svh;
    padding-top: 104px;
  }

  .showcase-main {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .showcase-current {
    justify-self: start;
    width: min(620px, 100%);
    padding-left: 0;
    border-left: 0;
  }

  .artifact-stage {
    width: min(620px, 72vw);
  }

  .hero-values {
    opacity: 0.72;
  }

  .project-card,
  .project-card-large,
  .project-card-wide {
    grid-column: span 12;
    grid-template-columns: 1fr;
  }

  .project-card-large {
    min-height: 78svh;
  }

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

  .highlight-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .case-intro-row,
  .case-feature-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img:first-child {
    grid-row: auto;
  }

  .intro-grid,
  .section-heading,
  .profile-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .profile-section .section-inner,
  .contact-section .section-inner {
    width: min(var(--max-width), 100%);
  }

  .profile-portrait-slot {
    aspect-ratio: 4 / 4.7;
  }

  .resume-layout,
  .resume-main,
  .resume-side {
    grid-template-columns: 1fr;
  }

  .timeline-list,
  .award-list {
    grid-template-columns: 1fr;
  }

  .award-list li:nth-child(odd) strong {
    padding-right: 0;
  }

  .section-heading {
    display: grid;
  }

  .filter-control {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --case-media-gap: 32px;
    --case-caption-gap: 14px;
    --case-caption-group-gap: 48px;
  }

  .site-header {
    min-height: 74px;
    padding: 14px 16px;
    gap: 10px;
  }

  .brand-text {
    display: none;
  }

  .top-actions {
    gap: 6px;
    min-width: 0;
  }

  .hud-button {
    min-width: 82px;
    min-height: 44px;
    padding: 0 10px;
    font-size: 0.76rem;
  }

  .detail-page .top-actions {
    display: none;
  }

  .menu-panel {
    top: 66px;
    right: 16px;
  }

  .showcase {
    min-height: 100svh;
    padding: 96px 16px 22px;
  }

  .showcase-vignette {
    background:
      linear-gradient(90deg, rgb(0 0 0 / 0.84), rgb(0 0 0 / 0.46)),
      linear-gradient(0deg, rgb(5 5 5 / 0.98) 0%, rgb(5 5 5 / 0.55) 36%, rgb(5 5 5 / 0.3) 100%);
  }

  .showcase-current h2 {
    font-size: clamp(1.26rem, 6vw, 1.42rem);
  }

  .showcase-awards {
    --showcase-award-width: 96px;
    --showcase-award-height: 58px;
    grid-template-columns: repeat(2, var(--showcase-award-width));
    gap: 10px;
  }

  .showcase-awards .award-logo-red-dot,
  .showcase-awards .award-logo-good,
  .showcase-awards .award-logo-if {
    width: var(--showcase-award-width);
    height: var(--showcase-award-height);
  }

  .showcase-awards .award-logo-muse-gold,
  .showcase-awards .award-logo-muse-platinum,
  .showcase-awards .award-logo-adesign {
    width: var(--showcase-award-width);
    height: var(--showcase-award-height);
    padding: 4px 16px;
  }

  .rail-heading {
    align-items: center;
  }

  .project-rail-wrap {
    --project-card-width: min(72vw, 286px);
  }

  .rail-tools {
    left: 0;
    right: 0;
  }

  .project-rail {
    gap: 10px;
    padding-bottom: 0;
  }

  .poster-awards {
    --poster-award-width: 48px;
    --poster-award-height: 32px;
    gap: 5px;
    max-width: calc((var(--poster-award-width) * 2) + 5px);
  }

  .poster-awards .award-logo-red-dot,
  .poster-awards .award-logo-good,
  .poster-awards .award-logo-if {
    width: var(--poster-award-width);
    height: var(--poster-award-height);
  }

  .poster-awards .award-logo-muse-gold,
  .poster-awards .award-logo-muse-platinum,
  .poster-awards .award-logo-adesign {
    width: var(--poster-award-width);
    height: var(--poster-award-height);
    padding: 2px 10px;
  }

  .poster-awards-four .award-logo-good,
  .poster-awards-four .award-logo-if {
    width: var(--poster-award-width);
    height: var(--poster-award-height);
  }

  .poster-awards-four .award-logo-muse-platinum,
  .poster-awards-four .award-logo-adesign {
    width: var(--poster-award-width);
    height: var(--poster-award-height);
    padding: 2px 10px;
  }

  .hero {
    min-height: 100svh;
    padding: 96px 18px 104px;
  }

  .hero-frame {
    inset: 84px 10px 22px;
  }

  .hero-frame::before {
    top: 0;
  }

  .hero-frame::after {
    bottom: 62px;
  }

  .hero-values {
    display: none;
  }

  .terrain {
    bottom: 32%;
    width: 70vw;
    height: 28vh;
  }

  .artifact-stage {
    top: 17%;
    width: 92vw;
    height: 44vh;
  }

  .artifact-core {
    width: clamp(150px, 48vw, 230px);
  }

  .cube-front {
    transform: translateZ(54px);
  }

  .cube-side {
    transform: rotateY(90deg) translateZ(54px);
  }

  .cube-top {
    transform: rotateX(90deg) translateZ(54px);
  }

  .artifact-ghost {
    width: 92%;
    opacity: 0.18;
  }

  .hero-content {
    margin-top: 28vh;
  }

  h1 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-status {
    left: 10px;
    right: 10px;
    bottom: 22px;
    grid-template-columns: 1fr 1fr;
    min-height: 62px;
    font-size: 0.68rem;
  }

  .status-cell {
    padding: 0 14px;
  }

  .status-center {
    display: none;
  }

  .section {
    padding: 64px 18px;
  }

  .intro {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .filter-control {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .filter-button {
    font-size: 0.84rem;
  }

  .project-content,
  .method-item {
    padding: 22px;
  }

  .project-content {
    min-height: 290px;
  }

  .project-card-large {
    min-height: 650px;
  }

  .project-card-large .project-content {
    width: min(100% - 32px, 620px);
    padding-top: 38px;
  }

  .profile-summary {
    grid-template-columns: 1fr;
  }

  .profile-summary div {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .profile-summary div:nth-child(3) {
    text-align: left;
  }

  .profile-summary div:last-child {
    border-bottom: 0;
  }

  .resume-heading {
    display: grid;
    gap: 4px;
  }

  .timeline-item {
    min-height: auto;
  }

  .project-awards {
    top: 14px;
    right: 14px;
    left: 14px;
    justify-content: center;
  }

  .project-award {
    min-height: 40px;
    font-size: 0.74rem;
  }

  .project-index {
    margin-bottom: 34px;
  }

  .method-grid,
  .profile-list div {
    grid-template-columns: 1fr;
  }

  .method-item {
    min-height: 230px;
  }

  .method-item span {
    margin-bottom: 46px;
  }

  .contact-panel {
    padding-left: 0;
    border-left: 0;
  }

  .site-footer {
    padding: 22px 18px;
  }

  .case-hero {
    padding-top: 82px;
  }

  .case-hero-copy h1 {
    max-width: 8em;
    font-size: clamp(1.86rem, 8.9vw, 2.34rem);
    overflow-wrap: anywhere;
  }

  .case-hero-copy p:not(.detail-eyebrow) {
    width: min(100%, 34ch);
    font-size: 0.92rem;
  }

  .case-hero-image img,
  .case-video,
  .case-overview-visual img,
  .case-image-band img {
    min-height: 0;
  }

  .case-feature-grid article {
    min-height: 240px;
  }

  .case-feature-grid span {
    margin-bottom: 46px;
  }

  .case-system-notes {
    display: none;
  }

  .case-media-caption {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    padding: 26px 14px 12px;
    text-align: center;
  }

  .case-media-caption p {
    max-width: none;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .case-statement .case-media-caption p {
    max-width: none;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .case-media-caption span {
    position: static;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.62rem;
  }

  .award-badge {
    --detail-award-logo-width: 96px;
    --detail-award-logo-height: 54px;
    width: min(100%, 340px);
  }

  .award-strip,
  .award-strip-four {
    grid-template-columns: 1fr;
  }

  .award-red-dot img,
  .award-good-design img,
  .award-if-design img {
    width: var(--detail-award-logo-width);
    height: var(--detail-award-logo-height);
  }

  .award-muse img,
  .award-muse-platinum img,
  .award-adesign-silver img {
    width: var(--detail-award-logo-width);
    height: var(--detail-award-logo-height);
    padding: 5px 24px;
  }

}
