﻿:root {
  --bg: #030712;
  --panel: rgba(10, 15, 28, 0.72);
  --panel-strong: #071021;
  --text: #f6f4ec;
  --muted: rgba(246, 244, 236, 0.66);
  --line: rgba(246, 244, 236, 0.16);
  --blue: #1f64ff;
  --blue-deep: #123aaf;
  --blue-hot: #3d8cff;
  --lime: var(--blue);
  --amber: #ffb84d;
  --cyan: #74c9ff;
  --radius: 8px;
  --max: 1700px;
}

* {
  box-sizing: border-box;
}

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

body {
  position: relative;
  margin: 0;
  color: var(--text);
  background: #02050d;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  isolation: isolate;
}

.aurora-container {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
  background: #02050d;
}

.aurora-container canvas {
  width: 100%;
  height: 100%;
  display: block;
}

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

body::before {
  z-index: -2;
  background:
    radial-gradient(circle at 18% 16%, rgba(31, 100, 255, 0.22), transparent 30%),
    radial-gradient(circle at 72% 32%, rgba(67, 47, 187, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(2, 5, 13, 0.18), rgba(2, 5, 13, 0.82) 78%, #02050d 100%);
}

body::after {
  z-index: -1;
  opacity: 0.14;
  mix-blend-mode: screen;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 9px),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px);
  background-size: 180px 180px, 5px 5px;
}

@keyframes grainient-drift {
  0% {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0) rotate(0.001deg);
  }

  100% {
    transform: scale(1.13) translate3d(1.6%, 1.2%, 0) rotate(0.001deg);
  }
}

.opening-curtain {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(246, 244, 236, 0.92);
  background:
    radial-gradient(circle at 28% 24%, rgba(61, 140, 255, 0.62), transparent 34%),
    linear-gradient(130deg, #02040b 0%, #10389f 48%, #02040b 100%);
  pointer-events: none;
}

.opening-curtain span {
  font-size: clamp(46px, 12vw, 190px);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: 0;
  transform: scaleX(0.72);
  opacity: 0.36;
}

button,
a {
  font: inherit;
}

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

.cursor-glow {
  position: fixed;
  inset: auto auto 0 0;
  width: 180px;
  height: 180px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(31, 100, 255, 0.12), transparent 64%);
  filter: blur(18px);
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.46;
}

.site-nav {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 30;
  width: min(calc(100% - 96px), var(--max));
  height: 58px;
  display: grid;
  grid-template-columns: 210px 1fr 120px;
  align-items: center;
  gap: 18px;
  padding: 7px 8px 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(3, 7, 18, 0.62);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.brand,
.nav-links,
.contact-button,
.ghost-button,
.solid-button {
  display: inline-flex;
  align-items: center;
}

.brand {
  font-weight: 900;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 4px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #090b08;
  background: var(--lime);
  box-shadow: inset 0 -10px 22px rgba(7, 8, 6, 0.12), 0 12px 34px rgba(31, 100, 255, 0.14);
}

.brand-mark {
  display: none;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(7, 8, 6, 0.1);
}

.brand-mark svg {
  width: 23px;
  height: 23px;
  display: block;
}

.brand-word {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(1, 3, 10, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.34s ease;
}

.brand-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.brand-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: min(390px, calc(100vw - 34px));
  height: 100vh;
  padding: 28px;
  color: var(--text);
  background:
    radial-gradient(circle at 0 0, rgba(31, 100, 255, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(6, 18, 46, 0.98), rgba(1, 4, 12, 0.98));
  border-right: 1px solid rgba(116, 201, 255, 0.28);
  box-shadow: 28px 0 80px rgba(0, 0, 0, 0.42);
  transform: translateX(-104%);
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-drawer.is-open {
  transform: translateX(0);
}

.brand-drawer-close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(246, 244, 236, 0.2);
  border-radius: 999px;
  color: #f8fbff;
  background: rgba(248, 251, 255, 0.06);
  cursor: pointer;
}

.brand-drawer-kicker {
  margin: 54px 0 16px;
  color: var(--blue);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.brand-drawer h2 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(54px, 10vw, 82px);
  line-height: 0.92;
}

.brand-drawer-copy {
  margin: 22px 0 28px;
  color: rgba(246, 244, 236, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.brand-drawer-links {
  display: grid;
  gap: 10px;
}

.brand-drawer-links a,
.brand-drawer-links button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(116, 201, 255, 0.28);
  border-radius: 8px;
  color: #f8fbff;
  background: rgba(248, 251, 255, 0.04);
  cursor: pointer;
}

.brand-drawer-links a:hover,
.brand-drawer-links button:hover {
  border-color: rgba(116, 201, 255, 0.76);
  background: rgba(31, 100, 255, 0.18);
}

.dragon-shield,
.dragon-head {
  fill: #090b08;
}

.dragon-eye,
.dragon-flame {
  fill: #d71920;
}

.nav-links {
  justify-content: center;
  gap: clamp(14px, 3vw, 52px);
  color: var(--muted);
  font-size: 14px;
}

.roll-link {
  height: 24px;
  overflow: hidden;
}

.roll-link span {
  position: relative;
  display: block;
  height: 24px;
  line-height: 24px;
  transition: transform 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.roll-link span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 32px;
  color: var(--lime);
}

.roll-link:hover span {
  transform: translateY(-32px);
}

.contact-button,
.solid-button,
.ghost-button {
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  cursor: pointer;
  transition:
    color 0.34s cubic-bezier(0.2, 0.9, 0.2, 1),
    background 0.34s cubic-bezier(0.2, 0.9, 0.2, 1),
    border-color 0.34s cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 0.34s cubic-bezier(0.2, 0.9, 0.2, 1),
    transform 0.34s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.contact-button,
.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.solid-button {
  border: 0;
  color: #f8fbff;
  background: var(--lime);
  font-weight: 800;
  text-shadow: none;
  box-shadow: 0 18px 42px rgba(31, 100, 255, 0.28);
}

.contact-button:hover,
.ghost-button:hover {
  border-color: rgba(61, 140, 255, 0.92);
  color: #f8fbff;
  background: var(--blue);
  box-shadow: 0 16px 44px rgba(31, 100, 255, 0.34);
  transform: translateY(-2px);
}

.solid-button:hover {
  color: var(--blue);
  background: #f8fbff;
  box-shadow: 0 16px 44px rgba(246, 244, 236, 0.22);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  z-index: -3;
  filter: saturate(0.92) contrast(1.04);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 42%, rgba(7, 8, 6, 0.82) 100%);
}

.hero-inner {
  width: min(calc(100% - 96px), var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding-top: clamp(118px, 18vh, 190px);
  padding-bottom: 280px;
}

.eyebrow,
.section-kicker,
.panel-label {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 940px;
  margin: 0;
  color: rgba(246, 244, 236, 0.95);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(86px, 8.4vw, 168px);
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: none;
}

.hero-title span {
  color: var(--lime);
}

.hero-copy {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
  line-height: 1.55;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.9);
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.work-reel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(28px, 5vh, 56px);
  overflow: visible;
  padding: 34px 0 10px;
  --reel-offset: 0px;
}

.reel-track {
  position: relative;
  left: 50%;
  display: flex;
  gap: 24px;
  width: max-content;
  transform: translateX(calc(-50% + var(--reel-offset)));
  transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform;
}

.reel-card {
  position: relative;
  flex: 0 0 auto;
  width: 178px;
  aspect-ratio: 1 / 1.06;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  overflow: hidden;
  padding: 0;
  background: #151713;
  cursor: pointer;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  transition:
    transform 0.38s cubic-bezier(0.2, 0.9, 0.2, 1),
    border-color 0.38s ease,
    box-shadow 0.38s ease,
    filter 0.38s ease;
  will-change: transform;
}

.reel-card:hover {
  z-index: 30;
  transform: translateY(-18px) scale(1.16);
  border-color: rgba(31, 100, 255, 0.72);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52), 0 0 0 8px rgba(31, 100, 255, 0.08);
  filter: saturate(1.08);
}

.reel-card img,
.project-card img,
.portrait img,
.portrait video,
.project-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-video-shell {
  cursor: pointer;
}

.profile-hover-video {
  background: #f6f4ec;
  pointer-events: none;
}

.reel-card span {
  display: none;
}

.section {
  width: min(calc(100% - 96px), var(--max));
  margin: 0 auto;
  padding: 116px 0 40px;
  scroll-margin-top: 108px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
  grid-template-areas:
    "kicker copy"
    "title copy";
  column-gap: 72px;
  row-gap: 16px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head .section-kicker {
  grid-area: kicker;
  margin-bottom: 0;
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1;
  letter-spacing: 0.045em;
}

.section-head h2 {
  grid-area: title;
  margin: 0;
  font-size: clamp(58px, 5vw, 106px);
  line-height: 0.9;
  font-family: Impact, "Arial Black", sans-serif;
  text-align: left;
}

.section-head p:last-child {
  grid-area: copy;
  justify-self: end;
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 18px;
}

.profile-panel,
.info-panel {
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.profile-panel {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 24px;
  padding: 18px;
}

.portrait {
  min-height: 394px;
  border-radius: var(--radius);
  overflow: hidden;
}

.profile-panel > div:last-child,
.info-panel {
  padding: 28px;
}

.profile-panel h3,
.info-panel h3 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.15;
}

.profile-panel h3 span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.profile-panel p,
.info-panel li {
  color: var(--muted);
  line-height: 1.75;
}

.profile-facts {
  display: grid;
  gap: 10px;
  margin: 22px 0 2px;
}

.profile-facts div {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.profile-facts small {
  display: block;
  margin-bottom: 6px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-facts strong {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.42;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.profile-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  line-height: 1;
}

.info-panel ul {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.info-panel span {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-weight: 800;
}

.experience-grid-v2 {
  grid-template-columns: 1.18fr 0.78fr 0.78fr;
  align-items: stretch;
}

.experience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.experience-grid-v2 .border-glow-card {
  --edge-proximity: 0;
  --cursor-angle: 45deg;
  --edge-sensitivity: 26;
  --color-sensitivity: 48;
  --glow-padding: 34px;
  --cone-spread: 24;
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform: translate3d(0, 0, 0.01px);
}

.experience-grid-v2 .border-glow-card > :not(.border-glow-border):not(.border-glow-fill):not(.edge-light) {
  position: relative;
  z-index: 2;
}

.border-glow-border,
.border-glow-fill,
.edge-light {
  display: block;
  position: absolute;
  inset: 0;
  margin: 0;
  border-radius: inherit;
  color: inherit;
  font-weight: normal;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.32s ease-out;
}

.border-glow-border {
  z-index: 1;
  padding: 1px;
  background:
    conic-gradient(
      from var(--cursor-angle) at 50% 50%,
      transparent 0deg,
      transparent 42deg,
      rgba(31, 100, 255, 0.92) 72deg,
      rgba(123, 223, 255, 0.78) 104deg,
      transparent 146deg,
      transparent 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: calc((var(--edge-proximity) - var(--color-sensitivity)) / (100 - var(--color-sensitivity)));
}

.border-glow-fill {
  z-index: 0;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(31, 100, 255, 0.2), transparent 32%),
    radial-gradient(circle at 78% 8%, rgba(123, 223, 255, 0.14), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(31, 100, 255, 0.1), transparent 36%);
  mix-blend-mode: screen;
  opacity: calc(0.5 * (var(--edge-proximity) - var(--color-sensitivity)) / (100 - var(--color-sensitivity)));
}

.edge-light {
  inset: calc(var(--glow-padding) * -1);
  z-index: 1;
  mix-blend-mode: plus-lighter;
  opacity: calc((var(--edge-proximity) - var(--edge-sensitivity)) / (100 - var(--edge-sensitivity)));
  -webkit-mask-image:
    conic-gradient(from var(--cursor-angle) at 50% 50%, #000 3%, transparent 11%, transparent 89%, #000 97%);
  mask-image:
    conic-gradient(from var(--cursor-angle) at 50% 50%, #000 3%, transparent 11%, transparent 89%, #000 97%);
}

.edge-light::before {
  content: "";
  position: absolute;
  inset: var(--glow-padding);
  border-radius: inherit;
  box-shadow:
    0 0 2px rgba(31, 100, 255, 0.72),
    0 0 18px rgba(31, 100, 255, 0.32),
    0 0 42px rgba(123, 223, 255, 0.18);
}

.border-glow-card:not(:hover) .border-glow-border,
.border-glow-card:not(:hover) .border-glow-fill,
.border-glow-card:not(:hover) .edge-light {
  opacity: 0;
  transition-duration: 0.72s;
}

.experience-card p:not(.panel-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.summary-list {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.summary-list div + div {
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.24);
}

.summary-list strong,
.summary-list span {
  display: block;
}

.summary-list strong {
  color: var(--text);
  font-size: 17px;
  line-height: 1.32;
}

.summary-list span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.metric-strip {
  display: grid;
  gap: 9px;
  margin: 24px 0 22px;
}

.metric-strip span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
}

.metric-strip strong {
  color: var(--blue);
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
}

.experience-detail-button {
  align-self: flex-end;
  margin-top: auto;
}

.project-grid {
  position: relative;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: -10px 0 -22px;
  padding: 10px 2px 76px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
}

.gallery-scroll-shell {
  position: relative;
  isolation: isolate;
}

.gallery-scroll-shell::before,
.gallery-scroll-shell::after {
  display: none;
}

.gallery-scroll-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 7, 18, 0.46), transparent);
}

.gallery-scroll-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 7, 18, 0.58), transparent);
}

.gallery-control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  align-items: center;
  gap: 22px;
}

.gallery-nav {
  display: flex;
  gap: 10px;
}

.gallery-button {
  display: grid;
  place-items: center;
  width: 58px;
  height: 46px;
  border: 1px solid rgba(116, 201, 255, 0.36);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(31, 100, 255, 0.22), rgba(3, 7, 18, 0.88)),
    rgba(2, 8, 24, 0.74);
  box-shadow: inset 0 0 0 1px rgba(246, 244, 236, 0.05), 0 10px 28px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-button:hover {
  border-color: rgba(116, 201, 255, 0.9);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(31, 100, 255, 0.98), rgba(18, 58, 175, 0.9)),
    rgba(2, 8, 24, 0.86);
  box-shadow: 0 0 0 1px rgba(116, 201, 255, 0.22), 0 14px 34px rgba(31, 100, 255, 0.22);
  transform: translateY(-3px);
}

.gallery-button:disabled {
  opacity: 0.32;
  cursor: default;
  transform: none;
}

.gallery-progress {
  position: relative;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(246, 244, 236, 0.08), rgba(246, 244, 236, 0.18), rgba(246, 244, 236, 0.08));
  pointer-events: none;
}

.gallery-progress::before {
  content: "";
  position: absolute;
  inset: -6px 0;
  background-image: repeating-linear-gradient(90deg, rgba(246, 244, 236, 0.28) 0 1px, transparent 1px 24px);
  opacity: 0.18;
}

.gallery-progress span {
  display: block;
  width: var(--gallery-progress-width, 34%);
  height: 100%;
  margin-left: var(--gallery-progress-left, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(31, 100, 255, 0.86), rgba(116, 201, 255, 1));
  box-shadow: 0 0 18px rgba(31, 100, 255, 0.36);
  transition: margin-left 0.28s cubic-bezier(0.2, 0.9, 0.2, 1), width 0.28s ease;
}

.gallery-index {
  display: inline-grid;
  grid-template-columns: auto 22px auto;
  align-items: center;
  gap: 8px;
  min-width: 86px;
  color: rgba(246, 244, 236, 0.78);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.gallery-index i {
  height: 1px;
  background: rgba(246, 244, 236, 0.28);
}

.gallery-current {
  color: var(--blue);
}

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

.project-grid.is-hover-scrolling {
  scroll-snap-type: none;
}

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

.project-card {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: min(390px, calc((100% - 48px) / 3));
  height: 470px;
  overflow: hidden;
  overflow: clip;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  cursor: pointer;
  scroll-snap-align: start;
  transition:
    border-color 0.38s cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 0.38s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.project-card:hover {
  border-color: rgba(61, 140, 255, 0.86);
  box-shadow: none;
}

.project-grid.is-dragging .project-card {
  pointer-events: none;
}

#marketing .project-card {
  flex-basis: calc((100% - 48px) / 3);
  min-width: min(390px, calc((100% - 48px) / 3));
  height: auto;
  aspect-ratio: 4 / 3;
}

#creative .project-card {
  height: 470px;
}

#marketing .project-card-complete {
  flex-basis: calc((100% - 48px) / 3);
  min-width: min(390px, calc((100% - 48px) / 3));
}

.project-card-complete {
  background:
    radial-gradient(circle at 50% 20%, rgba(31, 100, 255, 0.18), transparent 38%),
    linear-gradient(135deg, #061a3f 0%, #020813 58%, #050604 100%);
}

.project-card-complete img {
  object-fit: cover;
  background: transparent;
  transform: none;
  transform-origin: center;
}

.project-card[data-project-id="valorant-event"] img,
.project-card[data-project-id="elephant-opening"] img,
.project-card[data-project-id="winter-camp"] img {
  object-position: top center;
}

.project-card[data-project-id="golden-spatula"] img,
.project-card[data-project-id="super-symbol"] img {
  object-position: center center;
}

.project-card[data-project-id="neo-myth"] img,
.project-card[data-project-id="venow-girl-group"] img,
.project-card[data-project-id="mayday-card"] img {
  transform: none;
  object-position: center center;
}

.project-card[data-project-id="neo-myth"]:hover img,
.project-card[data-project-id="venow-girl-group"]:hover img,
.project-card[data-project-id="mayday-card"]:hover img {
  transform: scale(1.035);
}

.project-card-complete::after {
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.86) 100%);
}

.tall-grid .project-card {
  height: 620px;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.82) 100%);
}

.project-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  -webkit-user-drag: none;
  user-select: none;
  transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.2, 1), filter 0.7s;
}

.project-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.project-card-complete:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

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

.project-meta small {
  color: var(--lime);
  font-weight: 800;
  text-transform: uppercase;
}

.project-meta h3 {
  margin: 9px 0 0;
  color: var(--text);
  font-size: 30px;
  line-height: 1.12;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.78);
}

.personal-bar {
  position: sticky;
  bottom: 18px;
  z-index: 25;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(calc(100% - 96px), var(--max));
  margin: 80px auto 24px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 11, 9, 0.72);
  backdrop-filter: blur(20px);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

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

.bar-identity,
.bar-contacts {
  display: flex;
  align-items: center;
}

.bar-identity {
  min-width: 0;
  gap: 16px;
}

.bar-identity span {
  color: var(--muted);
}

.bar-contacts {
  justify-content: flex-end;
  gap: 18px;
}

.bar-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  white-space: nowrap;
  transition: color 0.24s ease;
}

.bar-contacts a:hover {
  color: var(--text);
}

.contact-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(116, 201, 255, 0.5);
  border-radius: 999px;
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(31, 100, 255, 0.22);
}

.contact-icon svg {
  width: 17px;
  height: 17px;
}

dialog {
  width: min(760px, calc(100% - 40px));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 34px;
  color: var(--text);
  background: rgba(12, 14, 12, 0.94);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.58);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
}

.close-dialog {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.contact-dialog h2,
.project-dialog h2 {
  margin: 0 0 14px;
  font-size: 48px;
  line-height: 1;
}

.contact-dialog p,
.project-dialog p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-dialog .section-kicker,
.project-dialog .section-kicker {
  color: var(--blue);
}

.contact-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: stretch;
  margin-top: 26px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(61, 140, 255, 0.62);
  border-radius: var(--radius);
  color: #f8fbff;
  background:
    linear-gradient(180deg, rgba(31, 100, 255, 0.12), rgba(31, 100, 255, 0.04)),
    rgba(248, 251, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(248, 251, 255, 0.04);
  transition:
    transform 0.34s cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 0.34s cubic-bezier(0.2, 0.9, 0.2, 1),
    border-color 0.34s ease,
    background 0.34s ease;
}

.contact-card:hover {
  color: #f8fbff;
  border-color: rgba(116, 201, 255, 0.94);
  background:
    linear-gradient(180deg, rgba(31, 100, 255, 0.18), rgba(31, 100, 255, 0.07)),
    rgba(248, 251, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(116, 201, 255, 0.12), 0 18px 42px rgba(31, 100, 255, 0.14);
  transform: translateY(-2px);
}

.contact-card-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--blue);
  border: 1px solid rgba(116, 201, 255, 0.5);
  box-shadow: 0 10px 22px rgba(31, 100, 255, 0.22);
}

.contact-card-icon svg {
  width: 17px;
  height: 17px;
}

.contact-card small,
.contact-card strong {
  display: block;
}

.contact-card small {
  margin-bottom: 6px;
  color: var(--blue);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.contact-card strong {
  color: #f8fbff;
  font-size: 17px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.wechat-card {
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: center;
  padding: 12px;
  border: 1px solid rgba(31, 100, 255, 0.34);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(31, 100, 255, 0.12);
  transition:
    transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.34s ease,
    background 0.34s ease,
    box-shadow 0.34s ease;
}

.wechat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 201, 255, 0.9);
  background: linear-gradient(135deg, rgba(31, 100, 255, 0.18), rgba(116, 201, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(116, 201, 255, 0.14), 0 18px 42px rgba(31, 100, 255, 0.14);
}

.wechat-card img {
  width: 142px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.wechat-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.project-dialog {
  width: min(1240px, calc(100% - 48px));
}

.experience-dialog {
  width: min(1280px, calc(100% - 48px));
}

.project-detail {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 30px;
  align-items: start;
}

.experience-detail-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
}

.experience-detail-rail {
  min-height: 600px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(31, 100, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.experience-detail-rail h2 {
  margin: 0 0 20px;
  font-size: 58px;
  line-height: 0.96;
}

.experience-detail-rail p {
  color: var(--muted);
  line-height: 1.75;
}

.detail-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.detail-metric {
  min-height: 106px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(7, 8, 6, 0.34);
}

.detail-metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 32px;
  line-height: 1;
}

.detail-metric span {
  color: var(--muted);
  font-size: 14px;
}

.detail-scope {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 9px;
  min-height: 128px;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.detail-scope span {
  height: max-content;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
}

.detail-timeline {
  display: grid;
  gap: 14px;
}

.timeline-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
}

.timeline-year {
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.16;
}

.timeline-role {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 16px;
  font-weight: 900;
}

.timeline-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.timeline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.timeline-points span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.075);
  font-size: 13px;
}

.timeline-detail-button {
  margin-top: 20px;
}

.detail-page {
  min-height: 100vh;
}

.detail-main {
  width: min(calc(100% - 96px), var(--max));
  margin: 0 auto;
  padding: 132px 0 90px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  grid-template-areas:
    "back stats"
    "kicker stats"
    "title stats"
    "copy stats";
  gap: 14px 72px;
  align-items: end;
  min-height: 440px;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 100, 255, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.back-link {
  grid-area: back;
  width: max-content;
  padding: 10px 14px;
  border: 1px solid rgba(31, 100, 255, 0.78);
  border-radius: 999px;
  color: #ffffff;
  background: var(--lime);
  font-weight: 900;
  box-shadow: 0 0 24px rgba(31, 100, 255, 0.24);
}

.back-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.detail-hero .section-kicker {
  grid-area: kicker;
  margin: 34px 0 0;
  font-size: 22px;
  letter-spacing: 0.045em;
}

.detail-hero h1 {
  grid-area: title;
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(82px, 7vw, 148px);
  line-height: 0.95;
  transform-origin: left bottom;
  animation: detailTitleReveal 0.92s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}

@keyframes detailTitleReveal {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    filter: blur(2px);
    transform: translate3d(-34px, 18px, 0) scaleX(0.92);
  }

  62% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    transform: translate3d(0, 0, 0) scaleX(1);
  }
}

.nowrap-detail-title span {
  white-space: nowrap;
}

.detail-hero h1 span {
  display: block;
}

.neo-detail-hero h1 span + span {
  margin-top: clamp(10px, 1.1vw, 18px);
}

.detail-hero > p:last-of-type {
  grid-area: copy;
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.detail-stat-row {
  grid-area: stats;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail-stat-row span {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(7, 8, 6, 0.34);
  opacity: 0;
  transform: translate3d(42px, 22px, 0) scale(0.96);
  animation: statCardIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.detail-stat-row span:nth-child(1) {
  animation-delay: 0.1s;
}

.detail-stat-row span:nth-child(2) {
  animation-delay: 0.2s;
}

.detail-stat-row span:nth-child(3) {
  animation-delay: 0.3s;
}

.detail-stat-row span:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes statCardIn {
  from {
    opacity: 0;
    transform: translate3d(42px, 22px, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.detail-stat-row strong {
  display: block;
  margin-bottom: 10px;
  color: var(--lime);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.detail-stat-row strong.stat-value-enter,
.metric-strip strong.stat-value-enter {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transform: translateY(18px) scaleX(0.92);
  transform-origin: left center;
  transition:
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.65s ease,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.detail-stat-row strong.stat-value-enter.is-counted,
.metric-strip strong.stat-value-enter.is-counted {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

.resume-section {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.resume-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
  min-height: 520px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.resume-time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: var(--lime);
  background:
    linear-gradient(180deg, rgba(31, 100, 255, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.04);
}

.resume-time span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.resume-time small {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.city-card {
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  border-style: solid;
  background: rgba(7, 8, 6, 0.16);
}

.city-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.city-card::after {
  content: none;
}

.city-card span,
.city-card small {
  position: relative;
}

.city-card span {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.72), 0 1px 2px rgba(0, 0, 0, 0.88);
}

.city-card small {
  margin-top: 14px;
  color: rgba(246, 244, 236, 0.92);
  font-weight: 800;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.72), 0 1px 2px rgba(0, 0, 0, 0.88);
}

.resume-body h2 {
  margin: 0;
  font-size: clamp(38px, 3.4vw, 66px);
  line-height: 0.98;
}

.resume-role {
  margin: 12px 0 0;
  color: var(--lime);
  font-size: 18px;
  font-weight: 900;
}

.resume-block-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.resume-block-grid div {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.resume-block-grid h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.18;
}

.resume-block-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.result-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.result-band span {
  padding: 10px 13px;
  border: 1px solid rgba(31, 100, 255, 0.24);
  border-radius: 999px;
  color: var(--text);
  background: rgba(31, 100, 255, 0.08);
  font-size: 14px;
}

.nike-case-page,
.hema-case-page,
.neo-case-page,
.venow-case-page,
.mayday-case-page {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 16% 40%, rgba(31, 100, 255, 0.1), transparent 30%),
    linear-gradient(180deg, #050604 0%, #0a0b09 42%, #050604 100%);
}

.hema-case-page {
  background:
    radial-gradient(circle at 74% 16%, rgba(73, 165, 255, 0.22), transparent 30%),
    radial-gradient(circle at 15% 38%, rgba(31, 100, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #061018 0%, #081822 44%, #050604 100%);
}

.neo-case-page {
  background:
    radial-gradient(circle at 74% 18%, rgba(146, 54, 255, 0.16), transparent 30%),
    radial-gradient(circle at 18% 40%, rgba(123, 223, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #030303 0%, #08080b 45%, #040404 100%);
}

.venow-case-page {
  background:
    radial-gradient(circle at 74% 18%, rgba(166, 92, 255, 0.22), transparent 30%),
    radial-gradient(circle at 18% 42%, rgba(255, 120, 221, 0.13), transparent 28%),
    linear-gradient(180deg, #050408 0%, #120d18 45%, #050505 100%);
}

.mayday-case-page {
  background:
    radial-gradient(circle at 78% 18%, rgba(31, 100, 255, 0.16), transparent 30%),
    radial-gradient(circle at 18% 42%, rgba(255, 255, 255, 0.09), transparent 26%),
    linear-gradient(180deg, #050604 0%, #10130c 46%, #050604 100%);
}

.nike-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 4, 0.92), rgba(5, 6, 4, 0.62)),
    url("assets/nike/nike-cover.jpg") center / cover;
}

.hema-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 12, 18, 0.92), rgba(5, 18, 28, 0.54)),
    url("assets/hema/hema-1.jpg") center / cover;
}

.neo-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.94), rgba(3, 3, 4, 0.54)),
    url("assets/neo/neo-01.jpg") center / cover;
}

.venow-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 4, 8, 0.92), rgba(24, 10, 36, 0.52)),
    url("assets/venow/venow-cover.jpg") center / cover;
}

.super-symbol-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 8, 30, 0.94), rgba(3, 35, 120, 0.58)),
    url("assets/super-symbol/super-symbol-frame22-part1.webp") top center / cover;
}

.mayday-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 4, 0.92), rgba(12, 17, 8, 0.52)),
    url("assets/mayday-card/mayday-cover.jpg") center / cover;
}

.golden-spatula-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(58, 12, 6, 0.94), rgba(226, 82, 34, 0.5)),
    url("assets/golden-spatula/golden-spatula-cover-deploy.webp") center / cover;
}

.mayday-detail-hero::after {
  content: "MAYDAY";
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(86px, 10vw, 174px);
  line-height: 0.82;
  pointer-events: none;
}

.golden-spatula-detail-hero::after {
  content: "LUCKY GAME";
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(76px, 8vw, 154px);
  line-height: 0.82;
  pointer-events: none;
}

.venow-detail-hero::after {
  content: "VENOW";
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(86px, 10vw, 174px);
  line-height: 0.82;
  pointer-events: none;
}

.super-symbol-detail-hero::after {
  content: "SYMBOL";
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(86px, 10vw, 174px);
  line-height: 0.82;
  pointer-events: none;
}

.neo-detail-hero::after {
  content: "NEO MYTH";
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.07);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(76px, 8vw, 154px);
  line-height: 0.82;
  pointer-events: none;
}

.hema-detail-hero::after {
  content: "HEMA FRESH";
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(72px, 8vw, 148px);
  line-height: 0.82;
  pointer-events: none;
}

.nike-detail-hero::after {
  content: "JUST DO IT";
  position: absolute;
  right: 48px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.06);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(74px, 8vw, 160px);
  line-height: 0.8;
  pointer-events: none;
}

.valorant-detail-hero {
  background:
    linear-gradient(120deg, rgba(255, 42, 61, 0.16), rgba(7, 8, 6, 0.84) 38%, rgba(31, 100, 255, 0.06)),
    var(--panel);
}

.valorant-detail-hero::after {
  content: "VALORANT";
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.07);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(72px, 8vw, 148px);
  line-height: 0.82;
  pointer-events: none;
}

.valorant-long-card img {
  width: min(100%, 760px);
  margin: 0 auto;
  display: block;
  object-fit: contain;
  background: #0b0b0b;
}

.case-brief-strip,
.valorant-brief-strip {
  width: min(calc(100% - 96px), var(--max));
  margin: 22px auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border: 1px solid rgba(31, 100, 255, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(31, 100, 255, 0.12), rgba(64, 190, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.valorant-brief-strip {
  border-color: rgba(255, 42, 61, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 42, 61, 0.12), rgba(31, 100, 255, 0.06)),
    rgba(255, 255, 255, 0.035);
}

.case-brief-strip p,
.valorant-brief-strip p {
  margin: 0;
  color: var(--lime);
  font-weight: 900;
  text-transform: uppercase;
}

.case-brief-strip span,
.valorant-brief-strip span {
  color: var(--muted);
  font-size: 15px;
}

.valorant-page-stack {
  margin-top: 0;
}

.elephant-detail-hero {
  background:
    linear-gradient(120deg, rgba(31, 100, 255, 0.18), rgba(7, 8, 6, 0.84) 38%, rgba(31, 100, 255, 0.08)),
    var(--panel);
}

.winter-detail-hero {
  background:
    linear-gradient(120deg, rgba(62, 180, 255, 0.18), rgba(7, 8, 6, 0.84) 38%, rgba(255, 255, 255, 0.06)),
    var(--panel);
}

.elephant-detail-hero::after,
.winter-detail-hero::after {
  position: absolute;
  right: 44px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.06);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(72px, 8vw, 148px);
  line-height: 0.82;
  pointer-events: none;
}

.elephant-detail-hero::after {
  content: "ELEPHANT";
}

.winter-detail-hero::after {
  content: "WINTER";
}

.longform-real-page-stack {
  margin-top: 0;
}

.longform-real-card img {
  width: min(100%, 820px);
  margin: 0 auto;
  display: block;
  object-fit: contain;
  background: #f5f7ed;
}

.nike-detail-hero > * {
  position: relative;
  z-index: 1;
}

.hema-detail-hero > * {
  position: relative;
  z-index: 1;
}

.neo-detail-hero > * {
  position: relative;
  z-index: 1;
}

.venow-detail-hero > * {
  position: relative;
  z-index: 1;
}

.super-symbol-detail-hero > * {
  position: relative;
  z-index: 1;
}

.valorant-detail-hero > * {
  position: relative;
  z-index: 1;
}

.golden-spatula-detail-hero > * {
  position: relative;
  z-index: 1;
}

.mayday-detail-hero > * {
  position: relative;
  z-index: 1;
}

.hema-overview .nike-copy-panel,
.hema-section-head {
  background:
    linear-gradient(145deg, rgba(65, 156, 255, 0.16), rgba(255, 255, 255, 0.026)),
    rgba(5, 13, 19, 0.62);
}

.neo-overview .nike-copy-panel,
.neo-section-head {
  background:
    linear-gradient(145deg, rgba(146, 54, 255, 0.14), rgba(255, 255, 255, 0.026)),
    rgba(10, 10, 12, 0.72);
}

.neo-overview .result-band span {
  border-color: rgba(146, 54, 255, 0.62);
  background: rgba(146, 54, 255, 0.12);
}

.neo-cover-figure img {
  object-fit: cover;
}

.venow-overview .nike-copy-panel,
.venow-section-head {
  background:
    linear-gradient(145deg, rgba(166, 92, 255, 0.16), rgba(255, 255, 255, 0.026)),
    rgba(12, 8, 16, 0.72);
}

.venow-overview .result-band span {
  border-color: rgba(166, 92, 255, 0.62);
  background: rgba(166, 92, 255, 0.12);
}

.venow-cover-figure img {
  object-fit: cover;
}

.single-long-showcase {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.super-symbol-brief-strip {
  border-color: rgba(48, 130, 255, 0.42);
  background:
    linear-gradient(90deg, rgba(48, 130, 255, 0.2), rgba(31, 100, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.super-symbol-long-card {
  background:
    linear-gradient(180deg, rgba(19, 70, 210, 0.24), rgba(5, 6, 4, 0.7)),
    var(--panel);
}

.super-symbol-long-card img {
  width: min(100%, 760px);
  margin: 0 auto;
  display: block;
  background: #1244c8;
}

.golden-spatula-brief-strip {
  border-color: rgba(255, 128, 62, 0.44);
  background:
    linear-gradient(90deg, rgba(255, 98, 44, 0.2), rgba(255, 205, 91, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.golden-spatula-long-card {
  background:
    linear-gradient(180deg, rgba(255, 90, 44, 0.18), rgba(5, 6, 4, 0.72)),
    var(--panel);
}

.golden-spatula-long-card img {
  width: min(100%, 780px);
  margin: 0 auto;
  display: block;
  background: #ef5f3e;
}

.mayday-overview .nike-copy-panel,
.mayday-section-head {
  background:
    linear-gradient(145deg, rgba(31, 100, 255, 0.13), rgba(255, 255, 255, 0.026)),
    rgba(12, 15, 10, 0.72);
}

.mayday-overview .result-band span {
  border-color: rgba(31, 100, 255, 0.58);
  background: rgba(31, 100, 255, 0.1);
}

.mayday-cover-figure img {
  object-fit: cover;
}

.hema-cover-figure img {
  object-fit: cover;
}

.hema-overview .result-band span {
  border-color: rgba(73, 165, 255, 0.62);
  background: rgba(73, 165, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.nike-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.nike-copy-panel,
.nike-cover-figure,
.nike-page-card,
.nike-section-head {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.nike-copy-panel {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
}

.nike-copy-panel h2,
.nike-section-head h2 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(44px, 4.6vw, 86px);
  line-height: 0.95;
}

.nike-copy-panel p:not(.panel-label),
.nike-section-head p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.nike-cover-figure {
  min-height: 460px;
  margin: 0;
  overflow: hidden;
}

.nike-cover-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050604;
  filter: contrast(1.08) saturate(1.04);
}

.nike-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.7fr);
  grid-template-areas:
    "kicker copy"
    "title copy";
  gap: 14px 60px;
  align-items: end;
  margin-top: 70px;
  padding: 34px;
}

.nike-section-head .section-kicker {
  grid-area: kicker;
  margin: 0;
}

.nike-section-head h2 {
  grid-area: title;
}

.nike-section-head p:last-child {
  grid-area: copy;
}

.nike-page-stack {
  display: grid;
  margin-top: 22px;
  gap: 22px;
}

.nike-page-card {
  overflow: hidden;
}

.nike-page-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.nike-page-label span {
  color: var(--blue);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 36px;
  line-height: 1;
}

.nike-page-label strong {
  color: var(--text);
  font-size: 18px;
}

.nike-page-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #101010;
}

.project-detail > div:last-child {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.project-detail img {
  max-height: 72vh;
  border-radius: var(--radius);
  object-fit: contain;
  background: #050604;
}

dl {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

dt {
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
}

dd {
  margin: 5px 0 0;
  color: var(--text);
}

.detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-end;
  margin-top: auto;
  min-height: 44px;
  line-height: 1;
  padding: 0 18px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition:
    color 0.32s cubic-bezier(0.2, 0.9, 0.2, 1),
    border-color 0.32s cubic-bezier(0.2, 0.9, 0.2, 1),
    background 0.32s cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 0.32s cubic-bezier(0.2, 0.9, 0.2, 1),
    transform 0.32s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.detail-button:hover {
  border-color: rgba(61, 140, 255, 0.92);
  color: #f8fbff;
  background: var(--blue);
  box-shadow: 0 16px 42px rgba(31, 100, 255, 0.3);
  transform: translateY(-2px);
}

.detail-button:hover .detail-icon {
  color: var(--blue);
  background: #f8fbff;
}

.detail-icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  color: #090b08;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(31, 100, 255, 0.28);
}

.detail-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  display: block;
  flex: 0 0 auto;
  margin: 0;
  transform: translate(-50%, -50%);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.9, 0.2, 1);
}

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

.page-transition-layer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 50%, rgba(123, 223, 255, 0.18), transparent 34%),
    linear-gradient(100deg, #1f64ff 0%, #0835af 48%, #020716 100%);
  transform: translateX(-105%) skewX(-7deg);
  transform-origin: left center;
  opacity: 0;
}

.page-transition-layer.is-entering {
  opacity: 1;
  animation: pageReveal 0.72s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.page-transition-layer.is-leaving {
  opacity: 1;
  animation: pageCover 0.62s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

@keyframes pageCover {
  from {
    transform: translateX(-105%) skewX(-7deg);
  }

  to {
    transform: translateX(0%) skewX(0deg);
  }
}

@keyframes pageReveal {
  from {
    transform: translateX(0%) skewX(0deg);
  }

  to {
    transform: translateX(105%) skewX(-7deg);
  }
}

.motion-ready .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.motion-ready .project-card {
  transition:
    border-color 0.38s cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 0.38s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.motion-ready .project-card img {
  transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.2, 1), filter 0.7s;
}

.motion-ready .project-card:hover img {
  transform: scale(1.035);
}

.motion-ready .project-card-complete img {
  transform: none;
}

.motion-ready .project-card-complete:hover img {
  transform: scale(1.035);
}

.motion-ready .project-card[data-project-id="neo-myth"] img,
.motion-ready .project-card[data-project-id="venow-girl-group"] img,
.motion-ready .project-card[data-project-id="mayday-card"] img {
  transform: none;
}

.motion-ready .project-card[data-project-id="neo-myth"]:hover img,
.motion-ready .project-card[data-project-id="venow-girl-group"]:hover img,
.motion-ready .project-card[data-project-id="mayday-card"]:hover img {
  transform: scale(1.035);
}

.motion-ready .reel-card {
  transition:
    transform 0.38s cubic-bezier(0.2, 0.9, 0.2, 1),
    border-color 0.38s ease,
    box-shadow 0.38s ease,
    filter 0.38s ease;
}

.motion-ready .reel-card:hover {
  transform: translateY(-18px) scale(1.16);
}

.hero-title,
.section-head,
.project-card,
.profile-panel,
.info-panel,
.project-card img,
.portrait img,
.portrait video,
.reel-card {
  will-change: transform, opacity, clip-path;
}

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

  .opening-curtain {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .detail-stat-row span,
  .page-transition-layer {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1000px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .wechat-card {
    justify-items: start;
  }

  .wechat-card img {
    width: 164px;
  }

  .site-nav {
    grid-template-columns: 1fr auto;
    height: auto;
    width: min(calc(100% - 36px), var(--max));
    border-radius: 24px;
    row-gap: 4px;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 8px;
  }

  .hero-inner,
  .section,
  .personal-bar,
  .detail-main {
    width: min(calc(100% - 36px), var(--max));
  }

  .hero-title {
    font-size: 72px;
  }

  .section-head,
  .experience-grid,
  .profile-panel,
  .nike-overview,
  .nike-section-head,
  .project-grid,
  .project-detail,
  .experience-detail-layout,
  .timeline-card,
  .detail-hero,
  .resume-card,
  .resume-block-grid {
    grid-template-columns: 1fr;
  }

  .detail-hero {
    grid-template-areas:
      "back"
      "kicker"
      "title"
      "copy"
      "stats";
    min-height: auto;
    padding: 28px;
  }

  .detail-stat-row {
    grid-template-columns: 1fr;
  }

  .nike-section-head {
    grid-template-areas:
      "kicker"
      "title"
      "copy";
  }

  .project-card {
    flex-basis: min(82vw, 420px);
    min-width: min(82vw, 420px);
  }

  #marketing .project-card,
  #marketing .project-card-complete {
    flex-basis: min(82vw, 420px);
    min-width: min(82vw, 420px);
  }

  .experience-detail-rail {
    min-height: auto;
  }

  .section-head {
    grid-template-areas:
      "kicker"
      "title"
      "copy";
    row-gap: 14px;
  }

  .section-head p:last-child {
    justify-self: start;
  }

  .personal-bar {
    align-items: flex-start;
    border-radius: 22px;
    grid-template-columns: 1fr;
  }

  .bar-identity,
  .bar-contacts {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 210px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  .site-nav {
    top: 14px;
    width: min(calc(100% - 28px), var(--max));
    padding: 8px 10px 10px;
    border-radius: 20px;
    background: rgba(13, 15, 13, 0.68);
  }

  .brand-pill {
    min-height: 34px;
    padding: 0 14px;
    font-size: 15px;
  }

  .contact-button {
    min-height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }

  .nav-links {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 2px 2px;
    font-size: 12px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-inner {
    width: min(calc(100% - 36px), var(--max));
    min-height: 100svh;
    padding-top: clamp(138px, 18vh, 176px);
    padding-bottom: 178px;
  }

  .eyebrow {
    max-width: 260px;
    font-size: 12px;
    line-height: 1.25;
  }

  .hero-title {
    max-width: 360px;
    font-size: clamp(54px, 15vw, 72px);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 320px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.55;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .ghost-button,
  .solid-button {
    min-height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }

  .work-reel {
    bottom: 24px;
    overflow: hidden;
    padding: 16px 0 8px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  }

  .reel-track {
    left: 0;
    gap: 10px;
    width: 100%;
    padding: 0 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 14px;
    transform: none;
    scrollbar-width: none;
  }

  .reel-track::-webkit-scrollbar {
    display: none;
  }

  .reel-card {
    width: clamp(92px, 29vw, 112px);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
    scroll-snap-align: start;
  }

  .section {
    padding-top: 96px;
    scroll-margin-top: 210px;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head .section-kicker {
    font-size: 18px;
  }

  .section-head h2 {
    font-size: clamp(46px, 13vw, 58px);
    line-height: 0.98;
  }

  .section-head p:last-child {
    font-size: 16px;
    line-height: 1.62;
  }

  .project-grid {
    gap: 12px;
    margin-right: 0;
    padding: 8px 0 48px;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .project-card,
  #marketing .project-card,
  #marketing .project-card-complete {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .project-card {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .tall-grid .project-card,
  #creative .project-card {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .project-meta {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .project-meta h3 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1.05;
  }

  .gallery-control {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    bottom: 10px;
  }

  .gallery-nav {
    display: none;
  }

  .gallery-index {
    min-width: 66px;
    grid-template-columns: auto 16px auto;
    font-size: 16px;
  }

  .detail-main {
    width: min(calc(100% - 32px), var(--max));
    padding-top: 154px;
    padding-bottom: 64px;
  }

  .detail-hero {
    min-height: auto;
    gap: 10px;
    padding: 20px 20px 22px;
    border-radius: 8px;
  }

  .back-link {
    padding: 9px 14px;
    font-size: 15px;
  }

  .detail-hero .section-kicker {
    margin-top: 18px;
    font-size: 16px;
  }

  .detail-hero h1 {
    font-size: clamp(46px, 14vw, 64px);
    line-height: 1.04;
  }

  .nowrap-detail-title span {
    white-space: normal;
  }

  .detail-hero > p:last-of-type {
    font-size: 16px;
    line-height: 1.58;
  }

  .detail-stat-row {
    gap: 10px;
  }

  .detail-stat-row span {
    min-height: 92px;
    padding: 16px;
  }

  .detail-stat-row strong {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .nike-section-head {
    padding: 24px 22px;
  }

  .nike-copy-panel,
  .nike-cover-figure {
    min-height: auto;
  }

  .nike-copy-panel {
    padding: 24px 22px;
  }

  .nike-copy-panel h2,
  .nike-section-head h2 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1;
  }

  .nike-copy-panel p:not(.panel-label),
  .nike-section-head p:last-child {
    font-size: 16px;
    line-height: 1.62;
  }
}

