:root {
  --bg: #000000;
  --fg: #f0f0f0;
  --red: #f0f0f0;
  --red-soft: #bdbdbd;
  --muted: rgba(255, 255, 255, 0.45);
  --ghost: rgba(255, 255, 255, 0.2);
  --line: rgba(255, 255, 255, 0.12);
  --sans: "Source Han Sans SC", "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Heiti SC", Arial, sans-serif;
  --heavy: "Source Han Sans SC", "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Heiti SC", Arial, sans-serif;
  --display-serif: "Bodoni 72", Didot, "Times New Roman", Georgia, serif;
  --cursor-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath d='M7 7L19 19M19 7L7 19' fill='none' stroke='%23000000' stroke-width='7' stroke-linecap='square'/%3E%3Cpath d='M7 7L19 19M19 7L7 19' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='square'/%3E%3C/svg%3E") 13 13, crosshair;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  max-width: 100vw;
  min-height: 100%;
  scrollbar-width: none;
  overflow-x: clip;
  background: var(--bg);
  scroll-behavior: auto;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  width: 100%;
  max-width: 100vw;
  min-height: 100%;
  overflow-x: clip;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

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

button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

@media (hover: hover) and (pointer: fine) {
  html,
  body,
  body * {
    cursor: var(--cursor-x) !important;
  }
}

.intro-bg {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--bg);
}

.transition-panel {
  position: fixed;
  inset: 0;
  z-index: 10002;
  pointer-events: none;
}

.t-panel-red,
.t-panel-dark {
  position: absolute;
  inset: 0;
  transform: translateY(100%);
  will-change: transform;
}

.t-panel-red {
  background: var(--red);
}

.t-panel-dark {
  background: var(--bg);
}

.name-layer {
  position: fixed;
  inset: 0;
  z-index: 10005;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.preloader-content {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: clamp(0.28rem, 1.4vw, 1.6rem);
  will-change: transform;
}

.name-logo,
.name-first,
.name-last,
.name-dot {
  color: var(--fg);
  line-height: 0.88;
  white-space: nowrap;
}

.name-logo {
  font-family: var(--sans);
  font-size: clamp(2.2rem, 8vw, 9rem);
  font-weight: 500;
  letter-spacing: 0;
}

.name-first {
  display: none;
}

.name-last {
  font-family: var(--display-serif);
  font-size: clamp(2.45rem, 8.7vw, 9.8rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.name-logo {
  margin-right: 0;
}

.name-last {
  margin-left: 0;
}

.name-dot {
  align-self: flex-end;
  margin-left: clamp(0.1rem, 0.5vw, 0.5rem);
  font-family: var(--sans);
  font-size: clamp(1.15rem, 3.1vw, 3.2rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transform: translateY(-0.06em);
}

.scroll-wrap {
  position: relative;
  height: 400vh;
}

.hero {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  background: var(--bg);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem;
  pointer-events: none;
}

.hero-content * {
  pointer-events: auto;
}

.hero-tagline {
  position: absolute;
  top: 3rem;
  left: 3rem;
  max-width: 32rem;
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--fg);
  mix-blend-mode: difference;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
}

.accent-script {
  display: block;
  margin-top: 0.18rem;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 700;
}

.hero-logo {
  position: absolute;
  top: calc(3.4rem - clamp(2.05rem, 2.45vw, 3.08rem));
  right: 3rem;
  width: clamp(10rem, 12vw, 15rem);
  height: auto;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  will-change: opacity, clip-path;
}

.hero-line {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: calc(3rem + 2.8rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  transform-origin: left center;
  mix-blend-mode: difference;
  opacity: 0;
}

.hero-bar {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  mix-blend-mode: difference;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
}

.hero-bar-center {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transform: translateX(-50%);
}

.hero-bar-right {
  display: flex;
  gap: 2rem;
}

.sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 1rem;
  user-select: none;
}

.chr-hover {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: inherit;
  cursor: default;
  text-decoration: none;
}

a.chr-hover,
button.chr-hover {
  cursor: pointer;
}

.ch-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.2;
}

.ch-top,
.ch-bot {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  transition-delay: calc(var(--i) * 28ms);
}

.ch-bot {
  position: absolute;
  top: 100%;
  left: 0;
}

.chr-hover:hover .ch-top,
.chr-hover:hover .ch-bot {
  transform: translateY(-100%);
}

.static-version .ch-top,
.static-version .ch-bot {
  transition: none;
}

.static-version:hover .ch-top,
.static-version:hover .ch-bot {
  transform: none;
}

.reveal-image-wrap {
  position: fixed;
  inset: 0;
  z-index: 10004;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.reveal-seq {
  position: absolute;
  width: min(62vw, 52rem, calc(100vw - 3rem), calc((100vh - 3rem) * 16 / 9));
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  transform: scale(0);
  will-change: transform;
}

.reveal-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 2;
  pointer-events: none;
}

.reveal-corner::before,
.reveal-corner::after {
  content: "";
  position: absolute;
  background: var(--fg);
}

.reveal-corner::before {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}

.reveal-corner::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}

.reveal-corner.tl {
  top: 2rem;
  left: 2rem;
}

.reveal-corner.tr {
  top: 2rem;
  right: 2rem;
}

.reveal-corner.bl {
  bottom: 2rem;
  left: 2rem;
}

.reveal-corner.br {
  right: 2rem;
  bottom: 2rem;
}

.section-after {
  position: relative;
  z-index: 20010;
  min-height: 100vh;
  background: var(--bg);
}

.section-after::before {
  content: "";
  position: absolute;
  top: -30vh;
  left: 0;
  right: 0;
  z-index: 3;
  height: 30vh;
  background: linear-gradient(to top, var(--bg), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.about {
  position: relative;
  min-height: 100vh;
  padding: 45vh 4rem 80vh;
  overflow: hidden;
}

.about-copy {
  position: relative;
  z-index: 20;
}

.about-text,
.about-version {
  width: 66.6%;
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(1.8rem, 3.6vw, 3.4rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.about-text {
  white-space: pre-line;
}

.about-sub {
  width: 30%;
  margin-top: 12vh;
  margin-left: 20%;
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.8vw, 1.65rem);
  line-height: 1.6;
}

.skills-contact .ch-top,
.skills-contact .ch-bot {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
}

.about-version {
  margin-top: 16vh;
  text-align: right;
}

.word {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
}

.about-photo-wrap {
  position: absolute;
  top: 35vh;
  right: 0;
  z-index: 5;
  margin: 0;
}

.about-photo {
  display: block;
  width: min(44vw, 940px);
  height: clamp(46rem, 92vh, 980px);
  border-radius: 180px 0 0 180px;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  filter: blur(20px);
  will-change: transform, filter, opacity;
}

.fluid-line-svg {
  position: absolute;
  top: -30vh;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: calc(100% + 100vh);
  overflow: visible;
  pointer-events: none;
}

.fluid-line {
  fill: none;
  stroke: #8a8a8a;
  stroke-width: 46;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.14;
}

.projects {
  position: relative;
  z-index: 20010;
  min-height: 128vh;
  padding: 12vh 0 28vh;
  background: var(--bg);
  overflow: hidden;
}

.projects-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 49vw) minmax(0, 51vw);
  align-items: flex-start;
  min-height: 112vh;
}

.projects-copy {
  position: absolute;
  top: clamp(2rem, 7vh, 5rem);
  left: clamp(2rem, 5vw, 5.5rem);
  z-index: 12;
  width: min(28vw, 26rem);
  color: var(--fg);
  pointer-events: none;
}

.projects-kicker {
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--sans);
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.projects-heading {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--sans);
  font-size: clamp(2.4rem, 5.4vw, 6.6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.projects-note {
  width: min(24vw, 23rem);
  margin-top: clamp(1rem, 2.4vh, 1.6rem);
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--sans);
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  font-weight: 600;
  line-height: 1.7;
}

.projects-list {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding: 27vh clamp(2rem, 5vw, 5.5rem) 5vh;
}

.proj-item {
  position: relative;
  display: grid;
  width: min(43vw, 760px);
  min-height: clamp(7.8rem, 14vh, 10.5rem);
  grid-template-columns: 3.2rem minmax(0, 1fr) auto;
  gap: 0.8rem 1.2rem;
  align-items: center;
  padding: 1.1rem 1.1rem 1.1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  transition:
    color 0.42s ease,
    border-color 0.42s ease,
    transform 0.42s ease;
}

.proj-item > * {
  position: relative;
  z-index: 1;
}

.proj-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.04);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.55s cubic-bezier(0.77, 0, 0.175, 1);
}

.proj-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 3.2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1);
}

.proj-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.proj-item:last-child {
  border-bottom-color: transparent;
}

.proj-item:last-child.active,
.proj-item:last-child:hover {
  border-bottom-color: transparent;
}

.proj-item:last-child::after {
  display: none;
}

.proj-item.active,
.proj-item:hover {
  color: var(--fg);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(0.35rem);
}

.proj-item.active::before,
.proj-item:hover::before {
  clip-path: inset(0 0 0 0);
}

.proj-item.active::after,
.proj-item:hover::after {
  transform: scaleX(1);
}

.proj-index {
  display: inline-flex;
  width: 2.3rem;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.38);
  font-size: clamp(0.68rem, 0.86vw, 0.82rem);
  font-weight: 800;
  line-height: 1;
  transition: color 0.42s ease, background 0.42s ease;
}

.proj-item.active .proj-index,
.proj-item:hover .proj-index {
  background: var(--fg);
  color: var(--bg);
}

.proj-name {
  display: block;
  color: inherit;
  font-size: clamp(1.8rem, 3.45vw, 4.7rem);
  font-weight: 600;
  line-height: 1;
}

.proj-meta {
  justify-self: end;
  color: rgba(255, 255, 255, 0.34);
  font-size: clamp(0.66rem, 0.86vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.42s ease;
}

.proj-desc {
  grid-column: 2 / 3;
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: clamp(0.75rem, 0.88vw, 0.92rem);
  font-weight: 650;
  line-height: 1.62;
  opacity: 0;
  transform: translateY(-0.25rem);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.proj-item.active .proj-desc,
.proj-item:hover .proj-desc {
  opacity: 1;
  transform: translateY(0);
}

.proj-item.active .proj-meta,
.proj-item:hover .proj-meta {
  color: rgba(255, 255, 255, 0.72);
}

.proj-item-media {
  display: none;
}

.proj-open {
  grid-column: 3;
  justify-self: end;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.68rem, 0.86vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.proj-item.active .proj-open,
.proj-item:hover .proj-open {
  opacity: 1;
  transform: translateY(0);
}

.proj-preview {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30005;
  display: flex;
  width: 51%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vh, 1.6rem);
  padding: 9vh clamp(2rem, 4vw, 5rem) 7vh 0;
  perspective: 800px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.proj-preview.visible {
  opacity: 1;
  pointer-events: auto;
}

.proj-preview-kicker {
  width: min(38vw, 700px);
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--sans);
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.proj-card {
  position: relative;
  width: min(38vw, 700px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101010;
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.38);
  transform-style: preserve-3d;
  will-change: transform;
}

.proj-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.proj-card img {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: cover;
  cursor: none;
  transform: scale(1.015);
  transition: transform 0.65s ease;
}

.proj-preview.visible .proj-card img {
  transform: scale(1.04);
}

.proj-preview-meta {
  display: grid;
  width: min(38vw, 700px);
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: 0.3rem 1rem;
  align-items: start;
  color: var(--fg);
  font-family: var(--sans);
}

.proj-preview-count {
  grid-row: 1 / 5;
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.proj-preview-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
}

.proj-preview-desc {
  max-width: 34rem;
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(0.78rem, 0.96vw, 0.94rem);
  font-weight: 650;
  line-height: 1.7;
}

.proj-preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.55rem;
}

.proj-preview-tags span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.34rem 0.62rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.proj-preview-cta {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proj-cursor {
  display: none;
}

.circle-gallery {
  position: relative;
  z-index: 20001;
  height: 340vh;
  overflow: hidden;
  margin-top: -1px;
  background: var(--bg);
}

.circle-gallery-pin {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg);
}

.circle-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
}

.x-rotor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 1180px);
  aspect-ratio: 1;
  will-change: transform;
}

.x-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.1);
  font-family: var(--heavy);
  font-size: clamp(13rem, 32vw, 30rem);
  font-weight: 900;
  line-height: 0.72;
  user-select: none;
  will-change: transform, opacity;
}

.x-text-ray {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: min(112vw, 1440px);
  height: clamp(2.2rem, 4vw, 4.6rem);
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.32);
  white-space: nowrap;
  will-change: transform;
}

.x-text-ray::before,
.x-text-ray::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 18vw;
  pointer-events: none;
}

.x-text-ray::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}

.x-text-ray::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

.x-text-ray span {
  display: inline-block;
  min-width: max-content;
  padding-right: 4rem;
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.65vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  will-change: transform;
}

.cg-phrase {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: min(72vw, 760px);
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  will-change: opacity, transform;
}

.skills {
  position: relative;
  z-index: 30010;
  min-height: 100vh;
  padding-bottom: 30vh;
  background: var(--bg);
}

.skills-inner {
  position: relative;
  z-index: 30013;
  display: flex;
  min-height: 100vh;
  align-items: flex-start;
}

.skills-left {
  position: sticky;
  top: 0;
  display: flex;
  width: 60%;
  height: 100vh;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15vh 4rem 0 8rem;
}

.skills-subtitle {
  margin-bottom: 2.5rem;
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.2;
}

.skills-text {
  max-width: 100%;
  color: var(--fg);
  font-family: var(--heavy);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.skills-separator {
  width: 100%;
  height: 1px;
  margin: 3rem 0;
  background: rgba(255, 255, 255, 0.15);
}

.skills-arrow {
  color: var(--red);
  font-family: var(--sans);
  font-size: clamp(8rem, 14vw, 12rem);
  font-weight: 800;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  will-change: transform;
}

.skills-right {
  width: 40%;
  flex-shrink: 0;
  padding: 15vh 4rem 50vh 2rem;
}

.skill-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.skill-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 0;
  cursor: pointer;
  user-select: none;
}

.skill-header-title {
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(2rem, 2.8vw, 2.6rem);
  font-weight: 500;
  line-height: 1.1;
}

.skill-header-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.skill-header-icon::before,
.skill-header-icon::after {
  content: "";
  position: absolute;
  background: var(--fg);
  transition: transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}

.skill-header-icon::before {
  top: 50%;
  left: 3px;
  right: 3px;
  height: 1px;
  transform: translateY(-50%);
}

.skill-header-icon::after {
  top: 3px;
  bottom: 3px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
}

.skill-group.open .skill-header-icon::after {
  transform: translateX(-50%) rotate(90deg);
}

.skill-body {
  height: 0;
  overflow: hidden;
}

.skill-body-inner {
  padding: 0 0 1.6rem;
  list-style: none;
}

.skill-body-inner li {
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 2.2;
}

.awards {
  position: relative;
  z-index: 30010;
  margin-top: -15vh;
  padding: 0 4rem 45vh;
  background: var(--bg);
}

.awards-title {
  margin-bottom: 2rem;
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 400;
}

.awards-list {
  display: flex;
  flex-direction: column;
}

.award-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr 0.8fr;
  gap: 1rem;
  align-items: center;
  padding: 2rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.3);
  font-family: var(--sans);
  font-size: clamp(1rem, 2vw, 1.5rem);
  cursor: none;
  transition: color 0.4s ease;
}

.award-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.award-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--fg);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.award-item.active-award {
  color: var(--bg);
}

.award-item.active-award::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.award-date {
  text-align: right;
}

.award-site,
.award-prize {
  text-align: center;
}

.process {
  position: relative;
  z-index: 30012;
  padding: 0 4rem 36vh;
  background: var(--bg);
}

.process-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.process-kicker {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--sans);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-title {
  margin-bottom: 3rem;
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.process-list li {
  position: relative;
  display: flex;
  min-height: 10rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li::after {
  content: "→";
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.22);
  font-size: 1rem;
}

.process-list li:last-child::after {
  content: "";
}

.process-list span {
  color: rgba(255, 255, 255, 0.36);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.process-list strong {
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 500;
  line-height: 1.25;
}

.award-cursor {
  position: fixed;
  z-index: 99999;
  width: 250px;
  height: auto;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.8);
  will-change: transform, opacity;
}

.contact {
  position: relative;
  z-index: 30015;
  min-height: 130vh;
  background: var(--fg);
  overflow: hidden;
}

.contact-pin {
  position: sticky;
  top: 0;
  z-index: 30017;
  height: 100vh;
  overflow: hidden;
  background: var(--bg);
}

.contact-bg {
  position: fixed;
  inset: 0;
  z-index: 5;
  display: none;
  background: var(--fg);
  pointer-events: none;
}

.contact-blob-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30012;
  display: flex;
  height: 0;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.contact-blob {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300vmax;
  height: 300vmax;
  border-radius: 50%;
  background: var(--fg);
  transform: translate(-50%, 50%) scale(0);
  will-change: transform;
}

.contact-title {
  position: absolute;
  top: clamp(3rem, 8vh, 6rem);
  left: clamp(2.5rem, 6vw, 7rem);
  z-index: 6;
  width: min(62vw, 900px);
  color: var(--bg);
  font-family: var(--heavy);
  font-size: clamp(3.6rem, 6.2vw, 7rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: normal;
  pointer-events: none;
  will-change: transform;
}

.contact-frame {
  position: absolute;
  top: clamp(5rem, 13vh, 8rem);
  right: clamp(3rem, 7vw, 8rem);
  left: auto;
  z-index: 4;
  width: min(30vw, 430px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: transform, filter;
}

.contact-frame-2 {
  top: auto;
  right: clamp(3rem, 7vw, 8rem);
  bottom: clamp(4rem, 9vh, 7rem);
  left: auto;
  z-index: 3;
  width: min(22vw, 320px);
  aspect-ratio: 4 / 3;
}

.contact-frame-img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}

.frame-corner {
  position: absolute;
  z-index: 5;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.frame-corner::before,
.frame-corner::after {
  content: "";
  position: absolute;
  background: var(--fg);
}

.frame-corner::before {
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.frame-corner::after {
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.frame-corner.tl {
  top: 8px;
  left: 8px;
}

.frame-corner.tr {
  top: 8px;
  right: 8px;
}

.frame-corner.bl {
  bottom: 8px;
  left: 8px;
}

.frame-corner.br {
  right: 8px;
  bottom: 8px;
}

.contact-dispo {
  position: absolute;
  z-index: 6;
  left: clamp(2.5rem, 6vw, 7rem);
  width: min(53vw, 760px);
  color: var(--bg);
  text-align: left;
  pointer-events: none;
  will-change: transform, opacity;
}

#contact-dispo {
  top: clamp(13rem, 25vh, 18rem);
}

.contact-dispo-2 {
  top: clamp(18.5rem, 36vh, 25rem);
}

.contact-dispo p {
  color: var(--bg);
  font-family: var(--sans);
  font-size: clamp(0.98rem, 1.15vw, 1.18rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

.contact-reason-lead p {
  font-size: clamp(1.25rem, 1.85vw, 1.72rem);
  font-weight: 800;
  line-height: 1.42;
}

.contact-reason-copy {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.contact-title {
  top: clamp(2rem, 5vh, 4rem);
  left: clamp(1.8rem, 3.5vw, 4rem);
  width: min(86vw, 78rem);
  color: #0a0a0a;
  font-family: var(--sans);
  font-size: clamp(4.2rem, 8.4vw, 9.4rem);
  font-weight: 800;
  line-height: 0.92;
  text-transform: none;
}

.contact-title-main {
  display: block;
}

.contact-title-note {
  position: absolute;
  bottom: -0.9rem;
  color: #0a0a0a;
  font-size: clamp(0.45rem, 0.7vw, 0.72rem);
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.contact-title-note-a {
  left: 1.1rem;
}

.contact-title-note-b {
  left: 30%;
}

.contact-star {
  position: absolute;
  top: clamp(2.6rem, 7vh, 5.5rem);
  right: clamp(2rem, 4vw, 4.5rem);
  z-index: 7;
  color: #0a0a0a;
  font-family: var(--sans);
  font-size: clamp(2.5rem, 4.6vw, 5.2rem);
  font-weight: 900;
  line-height: 1;
}

#contact-dispo {
  top: clamp(14.5rem, 33vh, 25rem);
  right: auto;
  left: clamp(20.5rem, 25.6vw, 33rem);
  width: min(64vw, 78rem);
  text-align: left;
}

.contact-reason-lead p {
  max-width: 75rem;
  color: #0a0a0a;
  font-size: clamp(1.55rem, 2.55vw, 3.15rem);
  font-weight: 800;
  line-height: 1.22;
  text-transform: none;
}

.contact-reason-lead p span {
  display: block;
}

.contact-reason-lead p .why-line-mobile {
  display: none;
}

.contact-reason-lead p::after {
  content: none;
}

.contact-tone {
  color: #0a0a0a;
}

.contact-inline-chip {
  display: inline-flex;
  width: clamp(3.7rem, 6vw, 6.8rem);
  height: 0.72em;
  margin: 0 0.18em;
  overflow: hidden;
  border-radius: 999px;
  vertical-align: -0.08em;
}

.contact-inline-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.contact-frame {
  top: auto;
  right: auto;
  bottom: clamp(5rem, 13vh, 8.5rem);
  left: clamp(1.8rem, 3.5vw, 4rem);
  width: clamp(12rem, 19vw, 18rem);
  aspect-ratio: 2.05 / 1;
  border-radius: clamp(1rem, 1.7vw, 1.55rem);
}

.contact-frame .frame-corner {
  display: none;
}

.contact-frame-img {
  height: 100%;
  object-position: center 43%;
}

.contact-dispo-2 {
  top: clamp(24rem, 47vh, 37rem);
  right: auto;
  bottom: auto;
  left: clamp(20.5rem, 25.6vw, 33rem);
  display: flex;
  width: min(56vw, 58rem);
  flex-direction: column;
  gap: 0.78rem;
  align-items: flex-start;
  transform: none;
}

.contact-pill {
  width: 100%;
  aspect-ratio: 2.05 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(1rem, 1.7vw, 1.55rem);
}

.contact-pill-secondary {
  position: absolute;
  bottom: clamp(5rem, 13vh, 8.5rem);
  left: clamp(20rem, 26vw, 34rem);
  z-index: 4;
  width: clamp(12rem, 19vw, 18rem);
  pointer-events: none;
}

.contact-pill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.contact-reason-copy p {
  max-width: none;
  color: #0a0a0a;
  font-size: clamp(0.86rem, 1.02vw, 1.08rem);
  font-weight: 700;
  line-height: 1.48;
  text-align: left;
}

.contact-dispo::before {
  display: none;
  margin-bottom: 0.85rem;
  color: rgba(10, 10, 10, 0.48);
  font-family: var(--sans);
  font-size: clamp(0.68rem, 0.82vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#contact-dispo::before {
  content: none;
}

.contact-dispo-2::before {
  content: none;
}

.contact {
  background: var(--bg);
}

.contact-bg,
.contact-blob {
  background: var(--bg);
}

.why-display-word {
  position: absolute;
  top: clamp(-2rem, -3vh, -1rem);
  left: clamp(1.8rem, 3.2vw, 3.8rem);
  z-index: 2;
  color: rgba(240, 240, 240, 0.075);
  font-family: var(--sans);
  font-size: clamp(6.8rem, 12.5vw, 14rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0;
  pointer-events: none;
}

.why-caption {
  position: absolute;
  z-index: 5;
  color: rgba(240, 240, 240, 0.62);
  font-family: var(--sans);
  font-size: clamp(0.62rem, 0.78vw, 0.86rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  pointer-events: none;
}

.why-caption-a {
  top: clamp(16.5rem, 29vh, 23.5rem);
  left: clamp(18rem, 28vw, 34rem);
  width: 12rem;
}

.why-caption-b {
  top: clamp(7.2rem, 18vh, 11.8rem);
  right: clamp(15rem, 26vw, 32rem);
  width: 11rem;
}

.why-dot {
  position: absolute;
  top: clamp(12.8rem, 22.5vh, 17rem);
  left: clamp(31rem, 43vw, 50rem);
  z-index: 5;
  width: clamp(0.55rem, 0.82vw, 0.86rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(240, 240, 240, 0.82);
  pointer-events: none;
}

.contact-title {
  top: clamp(2.2rem, 5.2vh, 4rem);
  left: clamp(2rem, 3.6vw, 4rem);
  width: min(28vw, 28rem);
  color: rgba(240, 240, 240, 0.94);
  font-size: clamp(1.3rem, 1.72vw, 2.15rem);
  line-height: 1.04;
}

.contact-title-note {
  bottom: -1.2rem;
  color: rgba(240, 240, 240, 0.58);
  font-size: clamp(0.46rem, 0.52vw, 0.62rem);
}

.contact-title-note-a {
  left: 0.1rem;
}

.contact-title-note-b {
  left: clamp(6rem, 12vw, 13rem);
}

.contact-star {
  top: clamp(2rem, 4.5vh, 3.5rem);
  right: clamp(2rem, 3.2vw, 3.8rem);
  color: rgba(240, 240, 240, 0.94);
  font-size: clamp(2.05rem, 3.35vw, 4.1rem);
}

#contact-dispo {
  top: auto;
  right: clamp(3rem, 8vw, 9rem);
  bottom: clamp(4.8rem, 8.5vh, 7.2rem);
  left: auto;
  width: min(50vw, 57rem);
  text-align: left;
  translate: 0 0;
}

.contact-reason-lead p {
  max-width: none;
  color: rgba(240, 240, 240, 0.86);
  font-size: clamp(2.55rem, 4.35vw, 5.55rem);
  font-weight: 900;
  line-height: 1.04;
}

.contact-dispo-2 {
  top: clamp(17.5rem, 43vh, 29rem);
  bottom: auto;
  left: clamp(18rem, 31vw, 39rem);
  width: min(31vw, 36rem);
  gap: 0.62rem;
  translate: 0 0;
}

.contact-dispo-2::after {
  content: "";
  display: block;
  width: min(22rem, 70%);
  height: 1px;
  margin-top: 0.7rem;
  background: rgba(240, 240, 240, 0.64);
}

.contact-reason-copy p {
  color: rgba(240, 240, 240, 0.82);
  font-size: clamp(0.76rem, 0.82vw, 0.9rem);
  font-weight: 700;
  line-height: 1.74;
}

.contact-frame {
  top: clamp(8.5rem, 17vh, 13rem);
  right: clamp(5rem, 9vw, 11rem);
  bottom: auto;
  left: auto;
  z-index: 1;
  width: min(16vw, 20rem);
  aspect-ratio: 1 / 1;
  opacity: 0.12;
  filter: grayscale(1) contrast(0.9) brightness(0.5);
}

.contact-pill-secondary {
  bottom: clamp(6rem, 11vh, 9rem);
  left: clamp(2.2rem, 3.6vw, 4rem);
  z-index: 1;
  width: min(16vw, 19rem);
  aspect-ratio: 1 / 1;
  opacity: 0.15;
  filter: grayscale(1) contrast(0.9) brightness(0.56);
}

.contact-bottom {
  position: absolute;
  bottom: clamp(3rem, 7vh, 5rem);
  left: clamp(2.5rem, 6vw, 7rem);
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: flex-start;
}

.contact-socials {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
  clip-path: inset(0 0 100% 0);
}

.contact-link .ch-top,
.contact-link .ch-bot {
  color: var(--bg);
  font-family: var(--sans);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.contact-mail {
  color: var(--bg);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  clip-path: inset(0 0 100% 0);
  transition: opacity 0.3s ease;
}

.contact-mail:hover {
  opacity: 0.4;
}

.footer-transition {
  position: relative;
  z-index: 20007;
  height: 55vh;
  pointer-events: none;
}

.footer {
  position: fixed;
  inset: 0;
  z-index: 30018;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
  background: var(--bg);
}

.footer-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  padding: clamp(1.35rem, 2vw, 2rem) clamp(1.6rem, 2.4vw, 2.6rem);
}

.footer-top-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-follow {
  gap: 0.55rem;
  min-width: min(22vw, 20rem);
  align-items: flex-start;
}

.footer-follow-label {
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.62);
}

.footer-follow-link {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 0.12em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--fg);
  transition: opacity 0.25s ease, border-color 0.25s ease;
}

.footer-follow-link:hover,
.footer-follow-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  opacity: 0.62;
}

.footer-follow-mail {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.66);
  transition: opacity 0.25s ease;
}

.footer-follow-mail:hover,
.footer-follow-mail:focus-visible {
  opacity: 0.58;
}

.footer-top-col .ch-top,
.footer-top-col .ch-bot {
  color: var(--fg);
}

.footer-follow-label .ch-top,
.footer-follow-label .ch-bot {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.72rem, 0.92vw, 0.9rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: none;
}

.footer-follow-link .ch-top,
.footer-follow-link .ch-bot {
  font-size: clamp(0.95rem, 1.28vw, 1.28rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: none;
}

.footer-follow-mail .ch-top,
.footer-follow-mail .ch-bot {
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.footer-top-col .footer-mail .ch-top,
.footer-top-col .footer-mail .ch-bot,
.footer-top-col .footer-date .ch-top,
.footer-top-col .footer-date .ch-bot {
  text-transform: none;
}

.footer-name {
  position: absolute;
  right: -2.2vw;
  bottom: clamp(1.4rem, 4.6vh, 4rem);
  left: clamp(0.9rem, 1.6vw, 1.8rem);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
  white-space: normal;
  pointer-events: none;
}

.footer-name-lin,
.footer-name-ye,
.footer-name-dot,
.footer-name-cta,
.footer-name-line {
  color: var(--fg);
  font-size: 11.6vw;
  line-height: 0.8;
}

.footer-name-cta,
.footer-name-line {
  font-family: var(--sans);
  color: rgba(240, 240, 240, 0.78);
  font-size: clamp(5.6rem, 11.4vw, 13.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
}

.footer-name-line {
  display: block;
  white-space: nowrap;
}

.footer-bounce-char {
  display: inline-block;
  animation: footer-char-jelly-wave 1.72s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation-delay: var(--bounce-delay, 0ms);
  color: rgba(240, 240, 240, 0.78);
  transform-origin: 50% 88%;
  will-change: transform;
}

@keyframes footer-char-jelly-wave {
  0%,
  64%,
  100% {
    color: rgba(240, 240, 240, 0.78);
    transform: translateY(0) rotate(0deg) scaleX(1) scaleY(1);
  }

  8% {
    color: rgba(240, 240, 240, 0.86);
    transform: translateY(0.045em) rotate(var(--bounce-reverse-rotate, -1.7deg)) scaleX(1.08) scaleY(0.88);
  }

  17% {
    color: rgba(240, 240, 240, 0.96);
    transform: translateY(-0.28em) rotate(var(--bounce-rotate, 2.8deg)) scaleX(0.9) scaleY(1.24);
  }

  29% {
    color: rgba(240, 240, 240, 0.9);
    transform: translateY(0.055em) rotate(var(--bounce-reverse-rotate, -1.7deg)) scaleX(1.16) scaleY(0.78);
  }

  40% {
    transform: translateY(-0.11em) rotate(var(--bounce-soft-rotate, 1deg)) scaleX(0.96) scaleY(1.12);
  }

  51% {
    transform: translateY(0.025em) rotate(0deg) scaleX(1.06) scaleY(0.92);
  }

  59% {
    transform: translateY(0) rotate(0deg) scaleX(1) scaleY(1);
  }
}

.footer-name-line-b {
  margin-left: clamp(4.2rem, 18vw, 22rem);
}

.footer-name-lin {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0;
}

.footer-name-ye,
.footer-name-dot {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.footer-name-dot {
  color: var(--red);
}

.page-fade {
  position: fixed;
  inset: 0;
  z-index: 30012;
  background: var(--bg);
  opacity: 0;
  pointer-events: none;
}

.flying-title {
  position: fixed;
  z-index: 30035;
  color: var(--fg);
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
}

.project-detail {
  position: fixed;
  inset: 0;
  z-index: 30015;
  overflow: hidden;
  background: #eeeeec;
  color: #070707;
  opacity: 0;
  pointer-events: none;
}

.project-detail.active {
  pointer-events: auto;
}

.detail-back {
  position: absolute;
  top: clamp(1.25rem, 2.4vw, 1.8rem);
  left: clamp(1.2rem, 2.4vw, 1.8rem);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 6rem;
  min-height: 2.75rem;
  padding: 0 0.7rem;
  background: transparent;
  color: rgba(7, 7, 7, 0.68);
  cursor: pointer;
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.detail-back:hover,
.detail-back:focus-visible {
  color: #070707;
}

.detail-info {
  position: absolute;
  top: clamp(2.6rem, 5.5vh, 4rem);
  left: 50%;
  z-index: 5;
  display: flex;
  width: min(31rem, 44vw);
  height: auto;
  align-items: center;
  flex-direction: column;
  padding: 0;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.detail-title-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.7rem;
  opacity: 0;
}

.detail-title {
  color: #070707;
  font-family: var(--sans);
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
  white-space: nowrap;
}

.detail-year {
  color: #070707;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.detail-desc {
  max-width: 23rem;
  margin-top: 2rem;
  color: rgba(7, 7, 7, 0.48);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.8;
  opacity: 0;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
  opacity: 0;
}

.detail-tag {
  padding: 0.4em 0.8em;
  border: 1px solid rgba(7, 7, 7, 0.18);
  border-radius: 50px;
  color: rgba(7, 7, 7, 0.48);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-detail.workshow-mode .detail-desc,
.project-detail.workshow-mode .detail-tags {
  display: none;
}

.detail-gallery-wrap {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.detail-thumbs {
  position: absolute;
  top: clamp(11.7rem, 23vh, 15rem);
  right: 0;
  left: 0;
  width: 100%;
  height: clamp(20rem, 43vh, 34rem);
  overflow: hidden;
}

.detail-thumbs-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  padding-inline: max(1.25rem, calc(50vw - clamp(10rem, 18.5vw, 20rem)));
  will-change: transform;
}

.project-detail.full-project-mode .detail-thumbs {
  width: 100%;
}

.project-detail.full-project-mode .detail-thumbs-inner {
  flex-direction: row;
}

.detail-project-card {
  position: relative;
  display: block;
  flex: 0 0 clamp(20rem, 37vw, 40rem);
  width: clamp(20rem, 37vw, 40rem);
  cursor: pointer;
  opacity: 0.32;
  text-align: left;
  transform-origin: center center;
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease;
  will-change: transform;
}

.detail-project-card.media-ratio-portrait {
  flex-basis: clamp(12rem, 21vw, 23rem);
  width: clamp(12rem, 21vw, 23rem);
}

.detail-project-card.active {
  z-index: 3;
  opacity: 0.98;
  transform: translateY(-1.2vh) scale(1.2);
}

.detail-project-card:not(.active):hover,
.detail-project-card:not(.active):focus-visible {
  opacity: 0.72;
  z-index: 2;
  transform: translateY(-0.6vh) scale(1.03);
}

.detail-project-index {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(7, 7, 7, 0.34);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.detail-project-frame {
  position: relative;
  display: block;
  overflow: hidden;
  background: #d9d9d6;
}

.detail-project-card .detail-project-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #d9d9d6;
  filter: grayscale(1) saturate(0) contrast(0.92) brightness(1.1);
  object-fit: cover;
  opacity: 0.74;
  cursor: inherit;
  transition: filter 0.45s ease, opacity 0.45s ease, transform 0.65s ease;
}

.detail-project-card .detail-project-cover.media-ratio-portrait,
.detail-project-card.media-ratio-portrait .detail-project-cover {
  aspect-ratio: 3 / 4;
}

.detail-project-card:hover .detail-project-cover,
.detail-project-card:focus-visible .detail-project-cover,
.detail-project-card.active .detail-project-cover {
  filter: grayscale(0.85) saturate(0.45) contrast(0.98) brightness(1);
  opacity: 0.94;
  transform: scale(1.018);
}

.detail-project-card.active .detail-project-cover {
  filter: none;
  opacity: 1;
}

.detail-view-pill {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  min-width: 3.2rem;
  height: 1.9rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 7, 7, 0.82);
  background: rgba(238, 238, 236, 0.92);
  color: #070707;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.32s ease, background 0.32s ease;
}

.detail-project-card:hover .detail-view-pill,
.detail-project-card:focus-visible .detail-view-pill,
.detail-project-card.active .detail-view-pill {
  opacity: 1;
}

.detail-project-card.active .detail-project-title {
  color: #070707;
}

.detail-project-title {
  display: block;
  margin-top: 0.6rem;
  color: rgba(7, 7, 7, 0.54);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.detail-selected {
  position: absolute;
  bottom: clamp(3.8rem, 6vh, 4.8rem);
  left: 50%;
  z-index: 5;
  display: block;
  width: min(32rem, 46vw);
  padding: 0;
  color: rgba(7, 7, 7, 0.56);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.detail-active-case {
  display: grid;
  justify-items: center;
  gap: 0.32rem;
}

.detail-active-case strong {
  color: #070707;
  font-size: 1.05rem;
  font-weight: 900;
}

.detail-footer-copy {
  position: absolute;
  bottom: clamp(1.8rem, 4.5vh, 3rem);
  left: 50%;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(7, 7, 7, 0.42);
  font-family: var(--sans);
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.detail-counter {
  position: absolute;
  right: clamp(1.4rem, 2.6vw, 2rem);
  bottom: clamp(6.5rem, 15vh, 9rem);
  z-index: 7;
  display: flex;
  gap: 0.2rem;
  color: rgba(7, 7, 7, 0.54);
  font-family: var(--sans);
  font-size: clamp(0.66rem, 0.9vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.immersive-viewer {
  position: fixed;
  inset: 0;
  z-index: 30080;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #f4f4f2;
  color: #070707;
  opacity: 0;
  pointer-events: none;
  scrollbar-width: none;
  transition: opacity 0.28s ease;
}

.immersive-viewer::-webkit-scrollbar {
  display: none;
}

.immersive-viewer.active {
  opacity: 1;
  pointer-events: auto;
}

.immersive-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  height: 6.2rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem clamp(1rem, 2vw, 1.8rem);
  border-bottom: 1px solid rgba(7, 7, 7, 0.1);
  background: rgba(244, 244, 242, 0.94);
  backdrop-filter: blur(14px);
  pointer-events: none;
}

.immersive-close {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #070707;
  font-family: var(--sans);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}

.immersive-close:hover,
.immersive-close:focus-visible {
  opacity: 0.52;
}

.immersive-title {
  max-width: min(42vw, 28rem);
  overflow: hidden;
  color: rgba(7, 7, 7, 0.68);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.immersive-stage {
  min-height: 100vh;
  padding-top: 6.2rem;
}

.immersive-stage.single-media {
  box-sizing: border-box;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 6.2rem 0 2rem;
}

.immersive-stage .immersive-media {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.immersive-stage img.immersive-media {
  width: min(100vw, 1480px);
}

.immersive-stage video.immersive-media,
.immersive-stage img.immersive-media.media-ratio-portrait {
  width: min(78vw, 36rem);
  max-height: calc(100vh - 9.2rem);
  aspect-ratio: 3 / 4;
  background: #070707;
  object-fit: contain;
}

.immersive-stage img.immersive-media.media-ratio-portrait {
  object-fit: cover;
}

.immersive-stage .immersive-media + .immersive-media {
  margin-top: 1rem;
}

.scroll-timeline {
  position: fixed;
  top: 50%;
  right: 2rem;
  z-index: 30015;
  display: flex;
  height: 80vh;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}

.scroll-timeline.visible {
  opacity: 1;
}

.st-label {
  position: absolute;
  right: calc(100% + 14px);
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  white-space: nowrap;
}

.st-bar {
  position: relative;
  display: flex;
  width: 2px;
  height: 100%;
  flex-direction: column;
  gap: 6px;
}

.st-seg {
  position: relative;
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  pointer-events: auto;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.st-seg:hover {
  transform: scaleX(3);
}

.st-seg::before {
  content: "";
  position: absolute;
  inset: 0 -10px;
}

.st-seg-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--fg);
}

.scroll-pct {
  position: fixed;
  top: 50%;
  left: 2rem;
  z-index: 30015;
  color: var(--fg);
  font-family: var(--sans);
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}

.scroll-pct.visible {
  opacity: 1;
}

@media (max-width: 768px) {
  .preloader-content {
    gap: clamp(0.14rem, 1.2vw, 0.45rem);
  }

  .name-logo {
    font-size: clamp(1.6rem, 11vw, 3.2rem);
  }

  .name-last {
    font-size: clamp(1.8rem, 11.5vw, 3.45rem);
  }

  .name-dot {
    font-size: clamp(0.8rem, 4.2vw, 1.25rem);
  }

  .hero-content {
    padding: 1.5rem;
  }

  .hero-tagline {
    top: 1.5rem;
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
    font-size: 0.78rem;
  }

  .hero-logo {
    top: 5.25rem;
    right: 1.5rem;
    width: min(42vw, 10rem);
  }

  .hero-line {
    left: 1.5rem;
    right: 1.5rem;
    bottom: calc(1.5rem + 2.8rem);
  }

  .hero-bar {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .hero-bar-left,
  .hero-bar-right {
    display: flex;
  }

  .hero-bar-center {
    position: absolute;
    gap: 0.55rem;
    transform: translateX(-50%);
  }

  .hero-bar-right {
    gap: 0.7rem;
  }

  .hero-bar .ch-top,
  .hero-bar .ch-bot {
    font-size: clamp(0.52rem, 2.2vw, 0.7rem);
  }

  .hero-bar .sep {
    font-size: 0.68rem;
  }

  .reveal-corner {
    display: none;
  }

  .reveal-seq {
    width: min(82vw, 26rem, calc(100vw - 2rem), calc((100vh - 2rem) * 16 / 9));
  }

  .about {
    padding: 12vh 1.5rem 20vh;
  }

  .about-text,
  .about-sub,
  .about-version {
    width: 100%;
    margin-left: 0;
  }

  .about-sub {
    margin-top: 5vh;
  }

  .about-version {
    margin-top: 8vh;
  }

  .about-photo-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 6vh;
  }

  .about-photo {
    width: 100%;
    height: min(112vw, 36rem);
    border-radius: 140px 140px 0 0;
  }

  .projects {
    z-index: 30030;
    padding: 35vh 0 10vh;
  }

  .projects-inner {
    flex-direction: row;
    min-height: 100vh;
  }

  .projects-list {
    position: sticky;
    top: 0;
    width: 54%;
    height: 100vh;
    padding: 0 0 0 1.5rem;
  }

  .proj-item {
    width: min(48vw, 18rem);
    font-size: clamp(1.35rem, 6vw, 2.3rem);
    white-space: normal;
  }

  .proj-preview {
    display: flex !important;
    width: 46%;
    align-items: center;
    justify-content: center;
    perspective: none;
  }

  .proj-card {
    width: min(38vw, 12rem);
    transform: none !important;
    will-change: auto;
  }

  .proj-card img {
    filter: none;
    opacity: 1;
    transform: none !important;
  }

  .proj-cursor {
    display: none !important;
  }

  .circle-gallery {
    display: block;
    height: 280vh;
  }

  .x-rotor {
    width: min(155vw, 40rem);
  }

  .x-mark {
    font-size: clamp(10rem, 58vw, 18rem);
  }

  .x-text-ray {
    width: 170vw;
    height: clamp(2rem, 9vw, 3.2rem);
  }

  .x-text-ray span {
    font-size: clamp(0.72rem, 3.4vw, 1.1rem);
  }

  .cg-phrase {
    width: min(88vw, 26rem);
    font-size: clamp(1.75rem, 8vw, 2.65rem);
    line-height: 1.24;
  }

  .skills-inner {
    flex-direction: column;
  }

  .skills-left {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8vh 1.5rem 3vh;
  }

  .skills-right {
    width: 100%;
    padding: 0 1.5rem 15vh;
  }

  .skills-arrow {
    font-size: clamp(4rem, 20vw, 7rem);
  }

  .awards {
    padding: 0 1.5rem 10vh;
  }

  .award-item {
    grid-template-columns: 1.3fr 1.5fr 1fr;
    font-size: clamp(0.7rem, 3vw, 1rem);
  }

  .award-date {
    display: none;
  }

  .process {
    padding: 0 1.5rem 12vh;
  }

  .process-title {
    margin-bottom: 1.5rem;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: 6.2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .process-list li::after {
    top: auto;
    right: 1.25rem;
    bottom: 1.25rem;
    transform: rotate(90deg);
  }

  .contact-title {
    top: 7%;
    left: 6%;
    width: 58%;
    font-size: clamp(2.15rem, 8.6vw, 3.35rem);
    line-height: 1.06;
    text-align: left;
    transform: none !important;
  }

  .contact-frame {
    top: 8.5%;
    right: 6%;
    display: block !important;
    width: min(23vw, 6.8rem);
  }

  .contact-dispo {
    left: 6% !important;
    width: 88%;
    text-align: left;
    transform: none !important;
  }

  #contact-dispo {
    top: 29%;
  }

  #contact-dispo-2 {
    top: 39%;
  }

  .contact-dispo p {
    font-size: clamp(0.82rem, 3.35vw, 0.98rem);
    line-height: 1.55;
    text-align: left;
  }

  .contact-reason-lead p {
    font-size: clamp(1rem, 4vw, 1.15rem);
    line-height: 1.45;
  }

  .contact-reason-copy {
    gap: 0.7rem;
  }

  .contact-title {
    top: 5%;
    left: 6%;
    width: 88%;
    color: #0a0a0a;
    font-size: clamp(2.7rem, 13vw, 5rem);
    font-weight: 800;
    line-height: 0.95;
  }

  .contact-title-note {
    bottom: -0.55rem;
    font-size: 0.52rem;
  }

  .contact-title-note-a {
    left: 0.35rem;
  }

  .contact-title-note-b {
    left: 38%;
  }

  .contact-star {
    top: 6.5%;
    right: 6%;
    font-size: clamp(2.2rem, 11vw, 4rem);
  }

  #contact-dispo {
    top: 26%;
    right: 6%;
    left: 6% !important;
    width: auto;
  }

  .contact-reason-lead p {
    max-width: none;
    color: #0a0a0a;
    font-size: clamp(1.15rem, 5vw, 1.8rem);
    font-weight: 800;
    line-height: 1.22;
  }

  .contact-inline-chip {
    width: clamp(3.1rem, 16vw, 4.7rem);
  }

  .contact-frame {
    top: auto;
    right: auto;
    bottom: 28%;
    left: 6%;
    width: min(42vw, 10rem);
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
  }

  #contact-dispo-2 {
    top: 47%;
    right: auto;
    bottom: auto;
    left: 6% !important;
    display: flex;
    width: 88%;
    flex-direction: column;
    gap: 0.75rem;
    transform: none !important;
  }

  .contact-pill-secondary {
    bottom: 28%;
    left: 51%;
    display: block;
    width: min(42vw, 10rem);
    aspect-ratio: 1 / 1;
  }

  .contact-reason-copy p {
    max-width: none;
    color: rgba(240, 240, 240, 0.82);
    font-size: clamp(0.82rem, 3.45vw, 1rem);
    line-height: 1.48;
    text-align: left;
  }

  .contact,
  .contact-bg,
  .contact-blob {
    background: var(--bg);
  }

  .why-display-word,
  .why-caption,
  .why-dot {
    display: none;
  }

  .contact-title {
    top: 5%;
    left: 6%;
    width: 66%;
    color: rgba(240, 240, 240, 0.94);
    font-size: clamp(1.55rem, 7.3vw, 2.7rem);
    line-height: 1;
  }

  .contact-title-note {
    color: rgba(240, 240, 240, 0.58);
  }

  .contact-title-note-b {
    left: 44%;
  }

  .contact-star {
    color: rgba(240, 240, 240, 0.94);
  }

  #contact-dispo {
    top: 26%;
    left: 6% !important;
    width: 88%;
    translate: 0 0;
  }

  .contact-reason-lead p {
    color: rgba(240, 240, 240, 0.86);
    font-size: clamp(2.2rem, 11.5vw, 4rem);
    line-height: 0.98;
  }

  #contact-dispo-2 {
    top: auto;
    bottom: 17%;
    left: 6% !important;
    width: 82%;
    translate: 0 0;
  }

  .contact-dispo-2::after {
    content: "";
    display: block;
    width: 62%;
    height: 1px;
    margin-top: 0.7rem;
    background: rgba(240, 240, 240, 0.64);
  }

  .contact-frame {
    top: auto;
    right: 6%;
    bottom: 6%;
    left: auto;
    opacity: 0.2;
    filter: grayscale(1) contrast(0.9) brightness(0.54);
  }

  .contact-bottom {
    left: 50%;
    width: 100%;
    align-items: center;
    transform: translateX(-50%) !important;
  }

  .contact-socials {
    align-items: center;
  }

  #contact-dispo-2 {
    top: 56%;
    right: auto;
    bottom: auto;
    left: 6% !important;
    width: min(52vw, 12.8rem);
  }

  .contact-reason-copy p {
    font-size: clamp(0.72rem, 3.05vw, 0.88rem);
    line-height: 1.52;
  }

  .contact-dispo-2::after {
    width: 100%;
  }

  .contact-frame {
    top: 52%;
    right: 6%;
    bottom: auto;
    left: auto;
    width: min(32vw, 7.8rem);
  }

  .contact-pill-secondary {
    top: 70%;
    right: 6%;
    bottom: auto;
    left: auto;
    width: min(32vw, 7.8rem);
    opacity: 0.18;
    filter: grayscale(1) contrast(0.9) brightness(0.54);
  }

  .project-detail {
    overflow: hidden;
  }

  .detail-info {
    top: 4.2rem;
    left: 50%;
    width: min(92vw, 24rem);
    transform: translateX(-50%);
  }

  .detail-title-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }

  .detail-title {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .detail-desc {
    max-width: 22rem;
    margin-top: 1rem;
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .detail-tags {
    margin-top: 0.8rem;
  }

  .detail-gallery-wrap {
    width: 100%;
    height: 100%;
  }

  .detail-back {
    top: 1.4rem;
    left: 1.25rem;
  }

  .detail-thumbs {
    top: 13.5rem;
    height: 34vh;
  }

  .detail-thumbs-inner {
    gap: 2rem;
    padding-inline: max(1.25rem, calc(50vw - min(39vw, 11rem)));
  }

  .detail-project-card,
  .detail-project-card:nth-child(2n) {
    flex-basis: min(78vw, 22rem);
    width: min(78vw, 22rem);
    will-change: auto;
  }

  .detail-project-card.media-ratio-portrait,
  .detail-project-card.media-ratio-portrait:nth-child(2n) {
    flex-basis: min(58vw, 16rem);
    width: min(58vw, 16rem);
  }

  .detail-project-card.active {
    opacity: 1;
    transform: none;
  }

  .detail-project-card .detail-project-cover,
  .detail-project-card:hover .detail-project-cover,
  .detail-project-card:focus-visible .detail-project-cover,
  .detail-project-card.active .detail-project-cover {
    filter: none;
    opacity: 1;
    transform: none;
  }

  .detail-view-pill {
    opacity: 1;
  }

  .detail-selected {
    bottom: 4.7rem;
    left: 50%;
    width: min(92vw, 24rem);
    font-size: 0.82rem;
    transform: translateX(-50%);
  }

  .detail-footer-copy {
    bottom: 1.4rem;
    width: 100%;
    font-size: 0.62rem;
  }

  .detail-counter {
    right: 1.25rem;
    bottom: 5.9rem;
  }

  .immersive-topbar {
    height: 4.2rem;
    padding: 1rem;
  }

  .immersive-close {
    font-size: 0.8rem;
  }

  .immersive-title {
    max-width: 62vw;
    font-size: 0.75rem;
  }

  .immersive-stage {
    padding-top: 4.2rem;
  }

  .scroll-timeline,
  .scroll-pct {
    display: none;
  }

  .footer-top {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 1.4rem 1.3rem;
  }

  .footer-top-col {
    position: static;
    gap: 0.45rem;
  }

  .footer-top-col:nth-child(1) {
    width: auto;
    align-items: flex-start;
    text-align: left;
    transform: none;
  }

  .footer-follow {
    min-width: 0;
  }

  .footer-follow-label {
    font-size: 0.92rem;
  }

  .footer-follow-link {
    font-size: clamp(0.82rem, 3.6vw, 1.05rem);
  }

  .footer-follow-mail {
    font-size: 0.66rem;
  }

  .footer-top-col:nth-child(2) {
    align-items: flex-end;
    text-align: right;
  }

  .footer-top-col:nth-child(3) {
    align-items: flex-start;
    text-align: left;
  }

  .footer-name-lin,
  .footer-name-ye,
  .footer-name-dot {
    font-size: 16vw;
  }

  .footer-name-cta {
    font-size: clamp(1.8rem, 7.2vw, 3rem);
    line-height: 1.02;
    white-space: normal;
  }

  .footer-name-line {
    max-width: calc(100vw - 2.6rem);
    font-size: clamp(2.35rem, 11.5vw, 2.8rem);
    line-height: 0.92;
    white-space: nowrap;
  }

  .footer-name-line-b {
    margin-left: clamp(1.1rem, 7.5vw, 2.2rem);
  }

  .footer-name {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 7.2rem);
    padding: 0 1.4rem;
    white-space: normal;
  }

  .hero-line {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 5.65rem);
  }

  .hero-bar {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    row-gap: 0.5rem;
    align-items: end;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 1.15rem);
  }

  .hero-bar-left {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-bar-center {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: 0.42rem;
    transform: none;
  }

  .hero-bar-right {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-end;
    gap: clamp(0.55rem, 3.1vw, 0.9rem);
  }

  .hero-bar .ch-top,
  .hero-bar .ch-bot {
    font-size: clamp(0.48rem, 2.05vw, 0.66rem);
    line-height: 1.1;
  }

  .hero-bar .sep {
    font-size: 0.58rem;
  }

  .about {
    min-height: 112vh;
    padding: 9vh 1.5rem 24vh;
  }

  .about-copy {
    max-width: none;
  }

  .about-text,
  .about-sub,
  .about-version {
    margin-left: 0;
  }

  .about-text {
    width: 100%;
    font-size: clamp(1.92rem, 9.2vw, 2.85rem);
    font-weight: 700;
    line-height: 1.32;
  }

  .about-sub {
    width: min(62vw, 15.5rem);
    margin-top: 7vh;
    font-size: clamp(0.9rem, 3.7vw, 1.04rem);
    line-height: 1.58;
  }

  .about-photo-wrap {
    position: absolute;
    top: 62vh;
    right: 5vw;
    width: min(56vw, 17rem);
    margin: 0;
  }

  .about-photo {
    width: 100%;
    height: min(54vh, 28rem);
    border-radius: 5.8rem 0 0 5.8rem;
    object-position: center top;
    opacity: 1;
    filter: none;
  }

  .why-line-desktop {
    display: none !important;
  }

  .contact-reason-lead p .why-line-mobile,
  .contact-reason-lead p .why-line-mobile span {
    display: block;
  }

  .contact-title {
    width: 74%;
  }

  #contact-dispo {
    top: 27%;
    left: 6% !important;
    width: 92%;
  }

  .contact-reason-lead p {
    font-size: clamp(2.25rem, 10.15vw, 2.7rem);
    line-height: 1.03;
    letter-spacing: 0;
  }

  #contact-dispo-2 {
    top: 56.5%;
    width: min(53vw, 13rem);
  }

  /* Mobile readability pass: preserve the desktop composition without forcing desktop density. */
  .hero-tagline {
    max-width: min(72vw, 18rem);
    font-size: clamp(0.68rem, 2.65vw, 0.78rem);
    line-height: 1.45;
  }

  .about {
    min-height: 106vh;
    padding: 12vh 1.35rem 22vh;
  }

  .about-text {
    width: min(88vw, 22rem);
    font-size: clamp(1.48rem, 6.65vw, 2.05rem);
    font-weight: 700;
    line-height: 1.32;
  }

  .about-sub {
    width: min(56vw, 14rem);
    margin-top: 6vh;
    font-size: clamp(0.82rem, 3.25vw, 0.98rem);
    line-height: 1.62;
  }

  .about-photo-wrap {
    position: absolute;
    top: 58vh;
    right: 0;
    width: min(50vw, 16rem);
    margin: 0;
  }

  .about-photo {
    height: min(48vh, 25rem);
    border-radius: 5.4rem 0 0 5.4rem;
  }

  .projects {
    padding: 20vh 0 12vh;
  }

  .projects-list {
    width: 52%;
    padding-left: 1.2rem;
  }

  .proj-item {
    width: min(44vw, 14rem);
    padding: 0.52em 0;
    font-size: clamp(1.45rem, 6.7vw, 2.15rem);
    line-height: 1.18;
    white-space: normal;
  }

  .proj-preview {
    width: 48%;
    padding-right: 0.65rem;
  }

  .proj-card {
    width: min(45vw, 14.5rem);
    transform: translateZ(0) !important;
    will-change: auto;
  }

  .proj-card img {
    image-rendering: auto;
    transform: translateZ(0) !important;
  }

  .circle-gallery {
    height: 240vh;
  }

  .cg-phrase {
    font-size: clamp(1.45rem, 6.9vw, 2.2rem);
    line-height: 1.22;
  }

  .skills {
    padding-bottom: 18vh;
  }

  .skills-inner {
    flex-direction: row;
    min-height: 100vh;
  }

  .skills-left {
    position: sticky;
    top: 0;
    width: 52%;
    height: 100vh;
    flex-shrink: 0;
    padding: 12vh 0.8rem 0 1.25rem;
  }

  .skills-right {
    width: 48%;
    flex-shrink: 0;
    padding: 12vh 1.05rem 24vh 0.25rem;
  }

  .skills-subtitle {
    margin-bottom: 1.2rem;
    font-size: clamp(0.7rem, 2.65vw, 0.84rem);
  }

  .skills-text {
    font-size: clamp(0.92rem, 4.45vw, 1.34rem);
    line-height: 1.08;
  }

  .skills-separator {
    margin: 1.45rem 0;
  }

  .skills-contact .ch-top,
  .skills-contact .ch-bot {
    font-size: clamp(0.58rem, 2.45vw, 0.72rem);
  }

  .skills-arrow {
    margin-top: 0.7rem;
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .skill-header {
    padding: 0.98rem 0;
  }

  .skill-header-title {
    font-size: clamp(1rem, 4.55vw, 1.38rem);
    line-height: 1.1;
  }

  .skill-header-icon {
    width: 16px;
    height: 16px;
  }

  .skill-body-inner {
    padding: 0 0 0.95rem;
  }

  .skill-body-inner li {
    font-size: clamp(0.68rem, 2.75vw, 0.84rem);
    line-height: 1.78;
  }

  .awards {
    margin-top: -8vh;
    padding: 0 1.25rem 20vh;
  }

  .awards-title {
    margin-bottom: 1.15rem;
    font-size: clamp(1.9rem, 9.2vw, 2.65rem);
  }

  .award-item {
    grid-template-columns: 1fr 1fr 1.18fr 0.34fr;
    gap: 0.38rem;
    min-height: 5.4rem;
    padding: 0.95rem 0.1rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: clamp(0.54rem, 2.35vw, 0.72rem);
    line-height: 1.42;
    cursor: default;
  }

  .award-date {
    display: block;
  }

  .award-item::before {
    display: block;
    transition-duration: 0.42s;
  }

  .award-item.active-award,
  .award-item.touch-award {
    color: #050505;
  }

  .award-item.active-award::before,
  .award-item.touch-award::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .award-site,
  .award-prize {
    text-align: center;
  }

  .award-date {
    color: rgba(255, 255, 255, 0.48);
    text-align: right;
  }

  .award-item.active-award .award-date,
  .award-item.touch-award .award-date {
    color: #050505;
  }

  .process {
    position: relative;
    z-index: 30020;
    padding: 0 1.25rem 22vh;
  }

  .process-title {
    margin-bottom: 1.35rem;
    font-size: clamp(1.78rem, 8.2vw, 2.45rem);
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-list li {
    min-height: 6.9rem;
    padding: 0.9rem 0.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .process-list li:nth-child(3n) {
    border-right: 0;
  }

  .process-list li:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .process-list li::after {
    top: 0.72rem;
    right: 0.65rem;
    bottom: auto;
    transform: none;
  }

  .process-list span {
    font-size: 0.58rem;
  }

  .process-list strong {
    font-size: clamp(0.78rem, 3.35vw, 1rem);
    line-height: 1.22;
  }

  .contact {
    min-height: 122vh;
  }

  .contact,
  .contact-bg,
  .contact-blob,
  .contact-pin {
    background: var(--bg);
  }

  .why-display-word,
  .why-caption,
  .why-dot {
    display: block;
  }

  .why-display-word {
    top: -0.65rem;
    left: 4.5%;
    color: rgba(240, 240, 240, 0.07);
    font-size: clamp(5.2rem, 30vw, 7.8rem);
  }

  .why-caption {
    color: rgba(240, 240, 240, 0.58);
    font-size: clamp(0.54rem, 2.2vw, 0.68rem);
  }

  .why-caption-a {
    top: 34%;
    left: 28%;
    width: 8rem;
  }

  .why-caption-b {
    top: 28%;
    right: 23%;
    width: 7.5rem;
  }

  .why-dot {
    top: 32%;
    left: 43%;
    width: 0.44rem;
  }

  .why-line-desktop {
    display: block !important;
  }

  .contact-reason-lead p .why-line-mobile,
  .contact-reason-lead p .why-line-mobile span {
    display: none !important;
  }

  .contact-title {
    top: 5%;
    left: 5.5%;
    width: 47%;
    color: rgba(240, 240, 240, 0.94);
    font-size: clamp(1.05rem, 4.6vw, 1.48rem);
    line-height: 1.04;
  }

  .contact-title-note {
    bottom: -0.7rem;
    color: rgba(240, 240, 240, 0.58);
    font-size: 0.44rem;
  }

  .contact-title-note-a {
    left: 0.05rem;
  }

  .contact-title-note-b {
    left: 36%;
  }

  .contact-star {
    top: 5%;
    right: 6%;
    color: rgba(240, 240, 240, 0.94);
    font-size: clamp(2rem, 9vw, 3rem);
  }

  #contact-dispo {
    top: 13.5%;
    right: auto;
    bottom: auto;
    left: 5.5% !important;
    width: min(82vw, 22rem);
    transform: none !important;
    translate: 0 0;
  }

  .contact-reason-lead p {
    color: rgba(240, 240, 240, 0.9);
    font-size: clamp(1.18rem, 5.9vw, 1.78rem);
    font-weight: 900;
    line-height: 1.08;
  }

  .contact-dispo-2,
  #contact-dispo-2 {
    top: 43%;
    right: auto;
    bottom: auto;
    left: 7% !important;
    display: flex;
    width: min(53vw, 16rem);
    flex-direction: column;
    gap: 0.52rem;
    transform: none !important;
    translate: 0 0;
  }

  .contact-reason-copy p {
    color: rgba(240, 240, 240, 0.82);
    font-size: clamp(0.62rem, 2.55vw, 0.78rem);
    line-height: 1.58;
    text-align: left;
  }

  .contact-dispo-2::after {
    width: min(12rem, 90%);
    margin-top: 0.52rem;
  }

  .contact-frame {
    top: 43%;
    right: 6%;
    bottom: auto;
    left: auto;
    display: block !important;
    width: min(30vw, 8.5rem);
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
    opacity: 0.18;
    filter: grayscale(1) contrast(0.9) brightness(0.56);
  }

  .contact-pill-secondary {
    top: auto;
    right: auto;
    bottom: 10%;
    left: 6%;
    display: block;
    width: min(24vw, 7rem);
    aspect-ratio: 1 / 1;
    opacity: 0.15;
    filter: grayscale(1) contrast(0.9) brightness(0.54);
  }

  /* Mobile smoothness pass: tighten scrolling rhythm and add touch feedback. */
  .hero,
  .about,
  .projects,
  .circle-gallery,
  .skills,
  .awards,
  .process,
  .contact,
  .contact-info {
    isolation: isolate;
  }

  .intro-bg,
  .t-panel-red,
  .t-panel-dark {
    background: var(--bg);
  }

  .hero-logo {
    top: 1.5rem;
    right: 1.5rem;
  }

  .hero-bar-left {
    grid-row: 2;
    align-self: end;
  }

  .hero-bar-right {
    align-self: end;
  }

  .about-photo {
    opacity: 0.86;
    filter: blur(12px) grayscale(1) contrast(0.96) brightness(0.82);
  }

  .circle-gallery {
    height: 220vh;
  }

  .projects {
    min-height: auto;
    padding: 12vh 1.25rem 10vh;
  }

  .fluid-line-svg {
    top: -18vh;
    opacity: 0.28;
  }

  .fluid-line {
    stroke-width: 40;
    opacity: 0.16;
  }

  .projects-inner {
    display: block;
    min-height: auto;
  }

  .projects-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 2.2rem;
  }

  .projects-kicker {
    margin-bottom: 0.62rem;
    font-size: 0.66rem;
  }

  .projects-heading {
    font-size: clamp(2.45rem, 14vw, 4.2rem);
    line-height: 0.92;
  }

  .projects-note {
    width: min(86vw, 22rem);
    margin-top: 1rem;
    font-size: clamp(0.76rem, 3.15vw, 0.9rem);
    line-height: 1.65;
  }

  .projects-list {
    position: relative;
    top: auto;
    display: grid;
    width: 100%;
    height: auto;
    gap: 1rem;
    padding: 0;
  }

  .proj-item {
    display: grid;
    width: 100%;
    min-height: 0;
    grid-template-columns: 2.55rem minmax(0, 1fr);
    gap: 0.75rem 0.9rem;
    padding: 0.86rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.62);
    transform: none;
  }

  .proj-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proj-item::before {
    background: var(--fg);
  }

  .proj-item::after {
    right: 0.86rem;
    left: 0.86rem;
    background: rgba(5, 5, 5, 0.3);
  }

  .proj-item.active,
  .proj-item:active {
    color: #050505;
    transform: none;
  }

  .proj-item.active .proj-index,
  .proj-item:active .proj-index {
    border-color: #050505;
    background: var(--bg);
    color: var(--fg);
  }

  .proj-index {
    width: 2.25rem;
    border-color: currentColor;
    color: inherit;
    font-size: 0.68rem;
  }

  .proj-name {
    align-self: center;
    font-size: clamp(1.48rem, 7.2vw, 2.2rem);
    line-height: 1.02;
  }

  .proj-meta {
    grid-column: 1 / -1;
    justify-self: start;
    color: currentColor;
    font-size: 0.62rem;
    opacity: 0.72;
  }

  .proj-desc {
    grid-column: 1 / -1;
    max-width: none;
    color: currentColor;
    font-size: clamp(0.76rem, 3.1vw, 0.92rem);
    line-height: 1.6;
    opacity: 0.76;
    transform: none;
  }

  .proj-item.active .proj-desc,
  .proj-item:active .proj-desc {
    opacity: 0.86;
  }

  .proj-item.active .proj-meta,
  .proj-item:active .proj-meta {
    color: currentColor;
    opacity: 0.72;
  }

  .proj-item-media {
    grid-column: 1 / -1;
    display: block;
    aspect-ratio: 16 / 9;
    margin: 0.1rem 0 0;
    overflow: hidden;
    background: #111;
  }

  .proj-item-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    filter: grayscale(0.35) contrast(0.92) brightness(0.82);
    transform: scale(1.02);
    transition:
      opacity 0.45s ease,
      filter 0.45s ease,
      transform 0.65s ease;
  }

  .proj-item.active .proj-item-media img,
  .proj-item:active .proj-item-media img {
    opacity: 1;
    filter: none;
    transform: scale(1.065);
  }

  .proj-open {
    grid-column: 1 / -1;
    justify-self: start;
    color: currentColor;
    font-size: 0.66rem;
    opacity: 0.68;
    transform: none;
  }

  .proj-preview {
    display: none !important;
  }

  .proj-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #101010;
    box-shadow: 0 1.1rem 3rem rgba(0, 0, 0, 0.32);
  }

  .proj-item,
  .skill-header,
  .detail-back,
  .detail-project-card,
  .immersive-close,
  .footer-follow-link,
  .skills-contact,
  .hero-bar a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
    touch-action: manipulation;
  }

  .skill-header,
  .detail-back,
  .detail-project-card {
    transition:
      color 0.22s ease,
      opacity 0.22s ease,
      transform 0.22s ease,
      border-color 0.22s ease;
  }

  .skill-header:active,
  .detail-back:active,
  .detail-project-card:active {
    opacity: 0.82;
    transform: translateX(0.18rem);
  }

  .skill-header {
    min-height: 3.25rem;
  }

  .skill-body-inner {
    padding-bottom: 1.1rem;
  }

  .awards {
    margin-top: -4vh;
    padding-bottom: 16vh;
  }

  .award-item {
    border-color: rgba(255, 255, 255, 0.13);
  }

  .process {
    padding-bottom: 7vh;
    background: var(--bg);
  }

  .contact {
    min-height: 110vh;
    margin-top: -1px;
    background: var(--bg);
  }

  .contact-pin {
    min-height: 100svh;
    background: var(--bg);
  }

  .why-display-word {
    top: -0.2rem;
    left: 5%;
    color: rgba(240, 240, 240, 0.055);
    font-size: clamp(5.6rem, 32vw, 8rem);
  }

  .contact-title {
    top: 5.8%;
    left: 6%;
    width: 62%;
    font-size: clamp(1.25rem, 5.7vw, 1.8rem);
  }

  .contact-title-note {
    bottom: -0.72rem;
  }

  .contact-star {
    top: 5.8%;
    right: 6%;
  }

  #contact-dispo {
    top: 15%;
    left: 6% !important;
    width: min(82vw, 22rem);
  }

  .contact-reason-lead p {
    color: rgba(240, 240, 240, 0.92);
    font-size: clamp(1.5rem, 6.95vw, 2.1rem);
    line-height: 1.05;
  }

  .why-caption-a {
    top: 37.8%;
    left: 6%;
    width: auto;
  }

  .why-caption-b {
    top: 37.8%;
    right: 6%;
    width: auto;
    text-align: right;
  }

  .why-dot {
    top: 38.8%;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-dispo-2,
  #contact-dispo-2 {
    top: 52.5%;
    left: 6% !important;
    width: min(52vw, 13.5rem);
    gap: 0.58rem;
  }

  .contact-frame {
    top: 52.5%;
    right: 6%;
    width: min(36vw, 9.6rem);
    opacity: 0.32;
    filter: grayscale(1) contrast(0.95) brightness(0.68);
  }

  .contact-pill-secondary {
    display: none;
  }

  .contact-title,
  #contact-dispo,
  #contact-dispo-2,
  .contact-frame,
  .contact-pill-secondary {
    backface-visibility: hidden;
    will-change: transform, opacity;
  }

  .contact-reason-lead p {
    text-wrap: balance;
  }

  .contact-reason-copy p {
    text-wrap: pretty;
  }

  .about-photo,
  .proj-card img,
  .contact-frame img,
  .contact-pill img,
  .detail-project-cover {
    -webkit-user-drag: none;
    backface-visibility: hidden;
  }

  .detail-thumbs-inner {
    scroll-snap-type: x proximity;
  }

  .detail-project-card {
    scroll-snap-align: center;
  }
}

@media (hover: none) and (pointer: coarse) {
  .word {
    filter: none;
  }
}

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