:root {
  --space: #0b0d0b;
  --space-soft: #121510;
  --ivory: #f0eadf;
  --ivory-soft: #c7c2b8;
  --muted: #858a82;
  --acid: #cfff19;
  --line: rgba(240, 234, 223, 0.18);
  --line-strong: rgba(240, 234, 223, 0.34);
  --observatory-line: rgba(240, 234, 223, 0.16);
  --observatory-line-soft: rgba(240, 234, 223, 0.075);
  --observatory-acid: rgba(207, 255, 25, 0.72);
  --serif: "Iowan Old Style", "Songti SC", "Noto Serif CJK SC", STSong, serif;
  --sans: "Avenir Next", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  --page-pad: clamp(30px, 3.45vw, 58px);
  --header-height: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  background: var(--space);
}

html.qa-mode {
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  font-family: var(--sans);
  background: var(--space);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::after {
  content: "";
  position: fixed;
  z-index: 999;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background: url("./public/assets/materials/paper-grain-small.jpg") center / 320px repeat;
  mix-blend-mode: screen;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--space);
  background: var(--acid);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-dark {
  position: relative;
  color: var(--ivory);
  background: var(--space);
  isolation: isolate;
}

.section-shell {
  padding-inline: var(--page-pad);
}

/* Shared observatory accents */
.has-observatory > .section-observatory {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.has-observatory > :not(.section-observatory) {
  position: relative;
  z-index: 1;
}

.section-observatory i {
  position: absolute;
  display: block;
  pointer-events: none;
}

.observatory-orbit {
  width: 360px;
  height: 360px;
  border: 1px solid var(--observatory-line);
  border-radius: 50%;
  animation: observatory-drift 24s ease-in-out infinite alternate;
}

.observatory-orbit::before {
  position: absolute;
  inset: 13%;
  content: "";
  border: 1px solid var(--observatory-line-soft);
  border-radius: inherit;
}

.observatory-orbit::after {
  position: absolute;
  top: 9%;
  left: 17%;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: var(--observatory-acid);
  box-shadow: 0 0 0 7px rgba(207, 255, 25, 0.055);
}

.observatory-crosshair {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(240, 234, 223, 0.22);
  border-radius: 50%;
}

.observatory-crosshair::before,
.observatory-crosshair::after {
  position: absolute;
  content: "";
  background: rgba(240, 234, 223, 0.2);
}

.observatory-crosshair::before {
  top: -13px;
  left: 50%;
  width: 1px;
  height: 58px;
}

.observatory-crosshair::after {
  top: 50%;
  left: -13px;
  width: 58px;
  height: 1px;
}

.observatory-stars {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(240, 234, 223, 0.84);
  box-shadow:
    84px 34px 0 -1px rgba(240, 234, 223, 0.7),
    168px -17px 0 -1px rgba(207, 255, 25, 0.82),
    232px 72px 0 -1px rgba(240, 234, 223, 0.46),
    314px 18px 0 -1px rgba(240, 234, 223, 0.54),
    362px 106px 0 -1px rgba(207, 255, 25, 0.62),
    124px 134px 0 -1px rgba(240, 234, 223, 0.42);
  animation: observatory-pulse 4.2s ease-in-out infinite;
}

.section-observatory[data-coordinate]::after {
  position: absolute;
  content: attr(data-coordinate);
  color: rgba(133, 138, 130, 0.52);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.section-observatory[data-observatory="profile"] .observatory-orbit {
  top: 17%;
  left: 24%;
  width: min(39vw, 560px);
  height: min(39vw, 560px);
  rotate: -13deg;
}

.section-observatory[data-observatory="profile"] .observatory-crosshair {
  top: 42%;
  left: 63%;
}

.section-observatory[data-observatory="profile"] .observatory-stars {
  top: 19%;
  left: 49%;
}

.section-observatory[data-observatory="profile"]::after {
  right: 8%;
  bottom: 5.5%;
}

.section-observatory[data-observatory="projects"] .observatory-orbit {
  top: -92px;
  right: 4%;
  width: min(43vw, 620px);
  height: 260px;
  border-right-color: rgba(207, 255, 25, 0.18);
  border-bottom-color: transparent;
  rotate: -6deg;
}

.section-observatory[data-observatory="projects"] .observatory-crosshair {
  top: 132px;
  right: 7%;
  width: 25px;
  height: 25px;
}

.section-observatory[data-observatory="projects"] .observatory-stars {
  top: 68px;
  right: 35%;
}

.section-observatory[data-observatory="competitions"] .observatory-orbit {
  top: -148px;
  right: 3%;
  width: min(38vw, 540px);
  height: 310px;
  border-left-color: transparent;
  border-bottom-color: rgba(207, 255, 25, 0.11);
  rotate: 7deg;
  opacity: 0.72;
}

.section-observatory[data-observatory="competitions"] .observatory-crosshair {
  top: 108px;
  right: 16%;
  width: 20px;
  height: 20px;
  opacity: 0.68;
}

.section-observatory[data-observatory="competitions"] .observatory-stars {
  top: 72px;
  right: 38%;
  opacity: 0.74;
  box-shadow:
    86px 30px 0 -1px rgba(240, 234, 223, 0.64),
    176px -14px 0 -1px rgba(207, 255, 25, 0.74),
    254px 62px 0 -1px rgba(240, 234, 223, 0.42);
}

.section-observatory[data-observatory="clients"] .observatory-orbit {
  top: 46%;
  left: -5%;
  width: 110%;
  height: 170px;
  border-color: transparent;
  border-top-color: rgba(240, 234, 223, 0.12);
  border-bottom-color: rgba(207, 255, 25, 0.09);
  rotate: -2deg;
  animation-duration: 28s;
}

.section-observatory[data-observatory="clients"] .observatory-orbit::before {
  inset: 24px 8%;
  border-color: transparent;
  border-top-color: rgba(240, 234, 223, 0.065);
}

.section-observatory[data-observatory="clients"] .observatory-crosshair {
  top: 55%;
  left: 23%;
  width: 18px;
  height: 18px;
  opacity: 0.74;
}

.section-observatory[data-observatory="clients"] .observatory-stars {
  top: 54%;
  left: 56%;
  opacity: 0.72;
}

.section-observatory[data-observatory="writing"] .observatory-orbit {
  top: -160px;
  right: 9%;
  width: 420px;
  height: 420px;
  opacity: 0.62;
}

.section-observatory[data-observatory="writing"] .observatory-crosshair {
  top: 116px;
  right: 28%;
  width: 22px;
  height: 22px;
}

.section-observatory[data-observatory="writing"] .observatory-stars {
  top: 72px;
  right: 33%;
}

.writing-card::before,
.event-card::before,
.notes-card::before {
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 18px;
  content: "";
  pointer-events: none;
}

.writing-card::before {
  top: 12px;
  right: 12px;
  border-top: 1px solid rgba(11, 13, 11, 0.42);
  border-right: 1px solid rgba(11, 13, 11, 0.42);
}

.event-card::before {
  top: 12px;
  left: 12px;
  border-top: 1px solid rgba(207, 255, 25, 0.72);
  border-left: 1px solid rgba(207, 255, 25, 0.72);
}

.notes-card::before {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid rgba(240, 234, 223, 0.42);
  border-bottom: 1px solid rgba(240, 234, 223, 0.42);
}

.section-observatory[data-observatory="directing"] .observatory-orbit {
  top: 38px;
  right: -70px;
  width: min(37vw, 520px);
  height: 210px;
  border-left-color: transparent;
  border-bottom-color: rgba(207, 255, 25, 0.11);
  rotate: 8deg;
}

.section-observatory[data-observatory="directing"] .observatory-crosshair {
  top: 176px;
  right: 21%;
  width: 20px;
  height: 20px;
}

.section-observatory[data-observatory="directing"] .observatory-stars {
  top: 89px;
  right: 38%;
}

.section-observatory[data-observatory="services"] {
  opacity: 0.86;
  background-image:
    linear-gradient(rgba(240, 234, 223, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 234, 223, 0.045) 1px, transparent 1px);
  background-position: right top;
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to left, #000 0 47%, transparent 88%);
  mask-image: linear-gradient(to left, #000 0 47%, transparent 88%);
}

.section-observatory[data-observatory="services"] .observatory-orbit {
  top: 8%;
  right: -7%;
  width: min(43vw, 620px);
  height: min(43vw, 620px);
  opacity: 0.72;
}

.section-observatory[data-observatory="services"] .observatory-crosshair {
  top: 25%;
  right: 29%;
  width: 8px;
  height: 8px;
  border: 0;
  background: var(--observatory-acid);
  box-shadow: 0 0 0 8px rgba(207, 255, 25, 0.04);
  animation: observatory-scan 18s ease-in-out infinite alternate;
}

.section-observatory[data-observatory="services"] .observatory-crosshair::before {
  top: -80px;
  left: 3px;
  height: 168px;
  background: linear-gradient(transparent, rgba(207, 255, 25, 0.28), transparent);
}

.section-observatory[data-observatory="services"] .observatory-crosshair::after {
  top: 3px;
  left: -84px;
  width: 176px;
  background: linear-gradient(90deg, transparent, rgba(207, 255, 25, 0.24), transparent);
}

.section-observatory[data-observatory="services"] .observatory-stars {
  top: 13%;
  right: 35%;
}

.section-observatory[data-observatory="contact"] .observatory-orbit {
  top: -62%;
  right: 4%;
  width: min(48vw, 690px);
  height: min(48vw, 690px);
  border-color: rgba(240, 234, 223, 0.12);
  border-left-color: rgba(207, 255, 25, 0.17);
  animation-duration: 27s;
}

.section-observatory[data-observatory="contact"] .observatory-orbit::before {
  inset: 18%;
}

.section-observatory[data-observatory="contact"] .observatory-crosshair {
  top: 42%;
  right: 26%;
  width: 28px;
  height: 28px;
}

.section-observatory[data-observatory="contact"] .observatory-stars {
  top: 21%;
  right: 39%;
}

@keyframes observatory-drift {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(8px, -6px, 0); }
  100% { transform: translate3d(-5px, 5px, 0); }
}

@keyframes observatory-pulse {
  0%, 100% { opacity: 0.34; transform: scale(0.82); }
  50% { opacity: 0.78; transform: scale(1); }
}

@keyframes observatory-scan {
  0% { transform: translate3d(0, 0, 0); opacity: 0.48; }
  50% { opacity: 0.94; }
  100% { transform: translate3d(0, 340px, 0); opacity: 0.58; }
}

.section-meta,
.section-kicker,
.hero-role,
.hero-index,
.project-number,
.project-title > span,
.service-number,
.service-row aside > span,
.content-card-meta,
.event-card span,
.notes-card span,
.contact-copy > span,
.marquee-note,
.site-footer {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.section-kicker,
.section-meta > span:first-child,
.hero-role,
.project-number,
.service-number,
.event-card span,
.notes-card span {
  color: var(--acid);
}

.section-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(480px, 2.2fr) minmax(300px, 1fr);
  align-items: end;
  gap: 64px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.section-heading h2 {
  margin: 26px 0 0;
  font-family: var(--serif);
  font-size: clamp(62px, 5.3vw, 90px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.section-heading > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
}

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

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page-pad);
  transition: background-color 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid rgba(240, 234, 223, 0.08);
  background: rgba(11, 13, 11, 0.88);
  backdrop-filter: blur(14px);
}

.brand {
  width: clamp(148px, 12.4vw, 208px);
  min-height: 44px;
  display: flex;
  align-items: center;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: auto;
  filter: invert(1) sepia(0.12) saturate(0.65) brightness(1.58);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 54px);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.primary-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  color: var(--ivory-soft);
  transition: color 180ms ease;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="true"] {
  color: var(--ivory);
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="true"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

/* Hero */
.hero {
  min-height: max(760px, 100svh);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(11, 13, 11, 0.32) 0%, transparent 52%);
}

.hero-astronaut {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-static-space {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.75;
  background-image:
    radial-gradient(circle, rgba(207, 255, 25, 0.6) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(240, 234, 223, 0.36) 0 1px, transparent 1.3px);
  background-position: 2px 3px, 23px 21px;
  background-size: 92px 62px, 118px 86px;
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.5));
}

.hero-static-space i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px rgba(207, 255, 25, 0.55);
}

.hero-static-space i:nth-child(1) { left: 13%; top: 23%; }
.hero-static-space i:nth-child(2) { left: 30%; top: 12%; }
.hero-static-space i:nth-child(3) { left: 54%; top: 28%; }
.hero-static-space i:nth-child(4) { left: 79%; top: 19%; }
.hero-static-space i:nth-child(5) { left: 89%; top: 58%; }
.hero-static-space i:nth-child(6) { left: 44%; top: 71%; }
.hero-static-space i:nth-child(7) { left: 20%; top: 83%; }
.hero-static-space i:nth-child(8) { left: 68%; top: 86%; }

.hero-webgl {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.hero-webgl canvas {
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: max(760px, 100svh);
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(128px, 13.8vh, 146px) var(--page-pad) 88px;
}

.hero-title {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(84px, 8.4vw, 144px);
  font-weight: 500;
  line-height: 0.79;
  letter-spacing: -0.075em;
}

.hero-title span {
  display: block;
}

.hero-title span + span {
  padding-left: 12.8vw;
}

.hero-title-maker {
  max-width: 820px;
  font-size: clamp(96px, 9.4vw, 158px);
  line-height: 0.74;
}

.hero-title-maker span + span {
  padding-left: clamp(54px, 8vw, 118px);
}

.hero-summary {
  width: min(430px, 42vw);
  margin: clamp(76px, 10vh, 104px) 0 0;
  color: var(--ivory-soft);
  font-size: 15px;
  line-height: 2;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 64px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.105em;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.button-acid {
  color: var(--space);
  border-color: var(--acid);
  background: var(--acid);
}

.button-acid:hover {
  color: var(--acid);
  background: transparent;
}

.button-ghost:hover {
  color: var(--acid);
  border-color: var(--acid);
}

.hero-role,
.hero-index {
  position: absolute;
  z-index: 5;
  bottom: 48px;
  margin: 0;
}

.hero-role {
  left: var(--page-pad);
}

.hero-index {
  right: var(--page-pad);
  color: var(--muted);
}

/* About */
.about {
  min-height: 940px;
  padding-top: 58px;
  padding-bottom: 62px;
  border-top: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(340px, 32%) 1fr;
  gap: clamp(52px, 5.2vw, 88px);
  margin-top: 42px;
}

.about-identity h2,
.clients-heading h2 {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: clamp(64px, 5.2vw, 88px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.portrait-frame {
  position: relative;
  height: 650px;
  margin: 0;
  overflow: hidden;
  background: var(--ivory);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.08);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(to top, rgba(11, 13, 11, 0.76), transparent);
}

.portrait-frame figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(240, 234, 223, 0.42);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.about-story {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-top: 104px;
}

.about-lead {
  max-width: 900px;
  margin: 0;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.about-description {
  max-width: 830px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.focus-grid li {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 16px 20px;
  border-left: 1px solid var(--line);
}

.focus-grid li:first-child {
  border-left: 0;
}

.focus-grid span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.focus-grid strong {
  font-size: 16px;
}

.about-foot {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 42px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.about-foot a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--acid);
}

/* Projects */
.projects {
  padding-top: 58px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
}

.project-row {
  display: grid;
  grid-template-columns: minmax(240px, 22%) 6% minmax(390px, 1fr) minmax(150px, 16%);
  align-items: center;
  gap: 18px;
  min-height: 165px;
  border-bottom: 1px solid var(--line);
}

.project-media {
  position: relative;
  height: 128px;
  margin: 0;
  overflow: hidden;
  background: var(--space-soft);
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, opacity 300ms ease;
}

.project-row:hover .project-media-primary,
.project-row:hover .project-media:not(.project-media-switch) img {
  transform: scale(1.035);
}

.project-media-switch {
  position: relative;
}

.project-media-switch img {
  position: absolute;
  inset: 0;
}

.project-media-secondary {
  opacity: 0;
}

.project-row:hover .project-media-secondary {
  opacity: 1;
  transform: scale(1.035);
}

.project-row:hover .project-media-primary {
  opacity: 0;
}

.project-media-phone img {
  object-fit: contain;
  object-position: center;
}

.project-row:hover .project-media-phone img {
  transform: none;
}

.project-media-comic img {
  object-position: center 42%;
}

.project-media.media-missing::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  content: attr(data-fallback);
  color: var(--ivory-soft);
  background: var(--space-soft);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.project-number {
  justify-self: center;
}

.project-title > span {
  color: var(--muted);
}

.project-title h3 {
  margin: 10px 0 0;
  font-size: clamp(22px, 2.05vw, 34px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.project-role {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.project-role strong {
  color: var(--ivory-soft);
  font-weight: 500;
}

.muse-placeholder {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: 1fr auto;
  padding: 17px;
  color: var(--acid);
  background: #1b2018;
}

.muse-placeholder > strong {
  align-self: start;
  font-family: var(--mono);
}

.muse-placeholder > span {
  position: absolute;
  top: 13px;
  right: 12px;
  padding: 5px 7px;
  color: var(--ivory);
  border: 1px solid var(--line-strong);
  background: var(--space);
  font-family: var(--mono);
  font-size: 7px;
}

.muse-placeholder i {
  grid-column: 2;
  grid-row: 1 / 3;
  background-image:
    linear-gradient(var(--line-strong) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-strong) 1px, transparent 1px);
  background-size: 18px 18px;
  border: 1px solid var(--line-strong);
}

.muse-placeholder small {
  align-self: end;
  color: var(--ivory-soft);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.08em;
}

.more-projects {
  margin-top: 92px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.more-projects-heading {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 540px);
  align-items: end;
  gap: 64px;
  padding-bottom: 32px;
}

.more-projects-heading h3 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(36px, 3.3vw, 56px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.more-projects-heading > p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.more-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.more-project-grid > li {
  min-width: 0;
}

.more-project-card {
  min-height: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-strong);
}

.more-project-media {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line-strong);
  background: var(--space-soft);
}

.more-project-media::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(240, 234, 223, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 234, 223, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
}

.more-project-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.03);
  transition: transform 500ms ease, filter 300ms ease;
}

.more-project-media-portrait img {
  inset: 7% 7% auto auto;
  width: auto;
  height: 126%;
  object-fit: contain;
  transform: rotate(1.4deg);
  box-shadow: -13px 16px 0 rgba(7, 9, 8, 0.2);
}

.more-project-media-ai {
  background: linear-gradient(145deg, #071b2e 0 33%, #0a8bc9 33% 100%);
}

.more-project-media-breathing {
  background: linear-gradient(145deg, #0d2d3b 0 34%, #8edbd3 34% 100%);
}

.more-project-media-breathing img {
  right: 5%;
  height: 128%;
}

.more-project-media-green {
  background: linear-gradient(145deg, #0b2823 0 34%, #18a88e 34% 100%);
}

.more-project-media-green img {
  right: 6%;
  height: 124%;
}

.more-project-media-ailu {
  background: linear-gradient(145deg, #11231c 0 36%, #b99572 36% 100%);
}

.more-project-media-ailu img {
  right: 6%;
  height: 128%;
}

.more-project-media-sujiang {
  background: linear-gradient(145deg, #211638 0 35%, #8f4aff 35% 100%);
}

.more-project-media-sujiang img {
  right: 5%;
  height: 126%;
}

.more-project-media-weicai {
  background: linear-gradient(145deg, #0d2f2a 0 35%, #42ae9c 35% 100%);
}

.more-project-media-weicai img {
  right: 6%;
  height: 126%;
}

.more-project-media-sports {
  background: linear-gradient(145deg, #0b3431 0 35%, #16bcb4 35% 100%);
}

.more-project-media-sports img {
  right: 6%;
  height: 126%;
}

.more-project-media-landscape::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 9, 8, 0.05), rgba(7, 9, 8, 0.48));
}

.more-project-art-mark {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  color: var(--ivory);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.more-project-card:hover .more-project-media img {
  filter: saturate(1) contrast(1.02);
}

.more-project-card:hover .more-project-media-landscape img {
  transform: scale(1.035);
}

.more-project-card:hover .more-project-media-portrait img {
  transform: translateY(-1.5%) rotate(0deg) scale(1.018);
}

.more-project-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 15px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.more-project-meta span:first-child {
  color: var(--acid);
}

.more-project-card h4 {
  margin: 13px 0 0;
  font-size: clamp(21px, 1.55vw, 27px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
  transition: color 220ms ease;
}

.more-project-card > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.72;
}

.more-project-card:hover h4 {
  color: var(--acid);
}

.more-project-media.media-missing::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 24px;
  content: attr(data-fallback);
  color: var(--ivory-soft);
  background: var(--space-soft);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

/* Competitions */
.competitions {
  padding-top: 76px;
  padding-bottom: 92px;
  border-top: 1px solid var(--line);
}

.competitions-heading {
  padding-bottom: 34px;
}

.competitions-heading h2 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(58px, 5vw, 82px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.competition-filmstrip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--line-strong);
}

.competition-frame {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  isolation: isolate;
  background: var(--space-soft);
}

.competition-media {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: var(--space-soft);
}

.competition-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.06) brightness(0.84);
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

.competition-media-coze img {
  object-position: 65% center;
}

.competition-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 9, 8, 0.03) 28%, rgba(7, 9, 8, 0.2) 54%, rgba(7, 9, 8, 0.93) 100%),
    linear-gradient(90deg, rgba(7, 9, 8, 0.08), transparent 42%);
}

.competition-copy {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 15px;
  left: 16px;
  pointer-events: none;
}

.competition-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(240, 234, 223, 0.62);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.competition-copy h3 {
  max-width: 24ch;
  margin: 9px 0 0;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.competition-copy p {
  margin: 7px 0 0;
  color: var(--acid);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 220ms ease, text-shadow 220ms ease;
}

.competition-frame:hover .competition-media img {
  transform: scale(1.045);
  filter: saturate(0.95) contrast(1.04) brightness(0.9);
}

.competition-frame:hover .competition-copy p {
  color: #deff6a;
  text-shadow: 0 0 18px rgba(207, 255, 25, 0.28);
}

.competition-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: rgba(240, 234, 223, 0.62);
  background-color: #101310;
  background-image:
    linear-gradient(rgba(240, 234, 223, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 234, 223, 0.11) 1px, transparent 1px);
  background-size: 22px 22px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-align: center;
}

.competition-placeholder::before,
.competition-placeholder::after {
  position: absolute;
  content: "";
  background: rgba(207, 255, 25, 0.42);
}

.competition-placeholder::before {
  top: 17px;
  right: 17px;
  width: 1px;
  height: 36px;
}

.competition-placeholder::after {
  top: 34px;
  right: 0;
  width: 36px;
  height: 1px;
}

.competition-placeholder strong {
  color: var(--acid);
  font-size: 9px;
  font-weight: 600;
}

.competition-media.media-missing::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  content: attr(data-fallback);
  color: var(--ivory-soft);
  background-color: var(--space-soft);
  background-image:
    linear-gradient(rgba(240, 234, 223, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 234, 223, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

/* Clients and content */
.clients-content {
  padding-top: 58px;
  border-top: 1px solid var(--line);
}

.clients-heading h2 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.logo-marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.logo-marquee:hover .logo-track,
.logo-marquee:focus .logo-track,
.logo-marquee:focus-within .logo-track {
  animation-play-state: paused;
}

.logo-set {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.client-mark {
  position: relative;
  width: 274px;
  height: 118px;
  display: flex;
  flex: 0 0 274px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 22px 30px;
  color: var(--ivory);
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
  border-right: 1px solid rgba(240, 234, 223, 0.06);
  isolation: isolate;
}

.client-mark::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--acid);
  opacity: 0;
  scale: 0 1;
  transition: opacity 220ms ease, scale 280ms ease;
  transform-origin: center;
}

.client-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 206px;
  max-height: 66px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: grayscale(1) invert(0.96) contrast(1.12);
  opacity: 0.82;
  transition: filter 240ms ease, opacity 220ms ease, transform 280ms ease;
}

.client-mark:hover img,
.logo-marquee:focus .client-mark img,
.logo-marquee:focus-within .client-mark img {
  filter: grayscale(1) invert(0.92) sepia(1) saturate(7) hue-rotate(27deg) brightness(1.24) contrast(1.04);
  opacity: 1;
  transform: translateY(-1px);
}

.client-mark:hover::after,
.logo-marquee:focus .client-mark::after,
.logo-marquee:focus-within .client-mark::after {
  opacity: 0.8;
  scale: 1 1;
}

.client-sujiang img {
  width: 132px;
  height: 92px;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.client-zju img {
  width: 72px;
  height: 72px;
  max-width: none;
  max-height: none;
}

.client-transsion img {
  width: 186px;
  height: 54px;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.client-singcham img {
  max-width: 178px;
  max-height: 74px;
}

.client-ant img {
  width: 194px;
  height: 64px;
  max-width: none;
  max-height: none;
}

.client-hcpda img {
  width: 214px;
  height: 56px;
  max-width: none;
  max-height: none;
  mix-blend-mode: screen;
  filter: grayscale(1) contrast(2) brightness(0.62);
  opacity: 0.84;
}

.client-hcpda:hover img,
.logo-marquee:focus .client-hcpda img,
.logo-marquee:focus-within .client-hcpda img {
  filter: grayscale(1) contrast(2) brightness(0.72) sepia(1) saturate(5) hue-rotate(28deg);
}

.client-comservice img {
  width: 116px;
  height: 88px;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.client-serif {
  font-family: var(--serif);
  font-style: italic;
}

.marquee-note {
  margin-top: 18px;
  color: var(--muted);
  text-align: right;
}

.content-field {
  padding-top: 54px;
  padding-bottom: 56px;
  border-top: 1px solid var(--line);
}

.content-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.23fr 0.89fr;
  gap: 14px;
  margin-top: 26px;
}

.content-grid > [hidden] {
  display: none !important;
}

.content-grid-event-only {
  grid-template-columns: 1fr;
}

.content-grid-event-only .event-card {
  min-height: 320px;
}

.content-grid-event-only .event-card > div {
  right: 30px;
  bottom: 32px;
  left: 30px;
}

.content-grid-event-only .event-card h3 {
  max-width: 18ch;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1.08;
}

.writing-card,
.event-card,
.notes-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.writing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px 28px;
  color: var(--space);
  background: var(--ivory);
}

.content-card-meta {
  display: flex;
  justify-content: space-between;
  color: #646760;
}

.writing-card h3,
.event-card h3,
.notes-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.writing-card p {
  margin: 22px 0 0;
  color: #696c65;
  font-size: 13px;
  line-height: 1.7;
}

.event-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55) brightness(0.72);
  transition: transform 500ms ease, filter 500ms ease;
}

.event-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.82) brightness(0.78);
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(to top, rgba(11, 13, 11, 0.9), transparent);
}

.event-card > div,
.notes-card > div {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 26px;
  left: 22px;
}

.event-card h3,
.notes-card h3 {
  margin-top: 12px;
}

.notes-card {
  border: 1px solid var(--line-strong);
  background: var(--space-soft);
}

.notes-card svg {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  fill: none;
  stroke: rgba(240, 234, 223, 0.17);
  stroke-width: 1;
}

.notes-card svg ellipse:first-child {
  stroke: rgba(207, 255, 25, 0.58);
}

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

.article-card {
  position: relative;
  min-height: 292px;
  overflow: hidden;
}

.article-card > a {
  position: relative;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px 26px 22px;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  transition: border-color 240ms ease, background-color 240ms ease;
}

.article-card > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--acid);
  scale: 0 1;
  transition: scale 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: left;
}

.article-card-light > a {
  color: var(--space);
  border-color: rgba(11, 13, 11, 0.1);
  background:
    radial-gradient(circle at 84% 16%, rgba(207, 255, 25, 0.26), transparent 23%),
    var(--ivory);
}

.article-card-dark > a {
  color: var(--ivory);
  border-color: var(--line-strong);
  background-color: var(--space-soft);
  background-image:
    linear-gradient(rgba(240, 234, 223, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 234, 223, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(207, 255, 25, 0.1), transparent 25%);
  background-size: 24px 24px, 24px 24px, auto;
}

.article-card-top,
.article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.article-card-light .article-card-top,
.article-card-light .article-card-footer {
  color: rgba(11, 13, 11, 0.58);
}

.article-card-dark .article-card-top,
.article-card-dark .article-card-footer {
  color: var(--muted);
}

.article-arrow {
  color: var(--acid);
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: transform 260ms ease;
}

.article-card-light .article-arrow {
  color: var(--space);
}

.article-card-copy {
  max-width: 30ch;
  margin: 48px 0;
}

.article-source {
  display: block;
  margin-bottom: 15px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card-light .article-source {
  color: #475019;
}

.article-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.article-card > a:hover,
.article-card > a:focus-visible {
  border-color: rgba(207, 255, 25, 0.8);
}

.article-card > a:hover::after,
.article-card > a:focus-visible::after {
  scale: 1 1;
}

.article-card > a:hover .article-arrow,
.article-card > a:focus-visible .article-arrow {
  transform: translate(4px, -4px);
}

.article-card > a:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: -4px;
}

/* Directing and image work */
.directing {
  padding-top: 58px;
  padding-bottom: 82px;
  border-top: 1px solid var(--line);
}

.directing-heading {
  margin-top: 42px;
}

.directing-grid {
  width: 100%;
  max-width: 1900px;
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  gap: 14px;
  margin: 26px auto 0;
}

.directing-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #10130f;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.directing-card-feature {
  grid-column: 1 / span 8;
  grid-row: 1 / span 2;
}

.directing-card-casio {
  grid-column: 9 / -1;
  grid-row: 1;
}

.directing-card-blue {
  grid-column: 9 / span 3;
  grid-row: 2;
}

.directing-card-teahouse {
  grid-column: 12 / -1;
  grid-row: 2;
}

.directing-card > a {
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.directing-card:hover,
.directing-card:focus-within {
  border-color: rgba(207, 255, 25, 0.72);
  background: #141812;
}

.directing-card > a:focus-visible {
  outline-offset: -3px;
}

.directing-media {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(207, 255, 25, 0.08), transparent 45%),
    var(--space-soft);
}

.directing-card-feature .directing-media {
  min-height: 460px;
  flex: 1 1 auto;
  aspect-ratio: auto;
}

.directing-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(11, 13, 11, 0.18), transparent 36%),
    linear-gradient(to top, rgba(11, 13, 11, 0.36), transparent 34%);
}

.directing-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.42) contrast(1.04) brightness(0.72);
  transform: scale(1.001);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 500ms ease;
}

.directing-card-feature .directing-media img {
  object-position: 50% 48%;
  filter: saturate(0.56) contrast(1.03) brightness(0.76);
}

.directing-card-casio .directing-media img {
  object-position: 58% 55%;
}

.directing-card-blue .directing-media img {
  object-position: 62% 52%;
}

.directing-card-teahouse .directing-media img {
  object-position: 50% 50%;
}

.directing-card:hover .directing-media img,
.directing-card:focus-within .directing-media img {
  filter: saturate(0.94) contrast(1.02) brightness(0.84);
  transform: scale(1.035);
}

.directing-index,
.directing-duration,
.directing-type,
.directing-credit,
.directing-footer {
  font-family: var(--mono);
  text-transform: uppercase;
}

.directing-index,
.directing-duration {
  position: absolute;
  z-index: 2;
  top: 14px;
  padding: 7px 9px;
  color: var(--ivory);
  border: 1px solid rgba(240, 234, 223, 0.3);
  background: rgba(11, 13, 11, 0.64);
  backdrop-filter: blur(7px);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.directing-index {
  left: 14px;
}

.directing-duration {
  right: 14px;
}

.directing-arrow {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--space);
  border-radius: 50%;
  background: var(--acid);
  font-size: 19px;
  transition: transform 220ms ease;
}

.directing-card:hover .directing-arrow,
.directing-card:focus-within .directing-arrow {
  transform: translate(3px, -3px) rotate(4deg);
}

.directing-info {
  min-height: 136px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 20px 22px 22px;
  border-top: 1px solid var(--line);
}

.directing-card-feature .directing-info {
  min-height: 160px;
  padding: 24px 28px 28px;
}

.directing-type {
  color: var(--muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.directing-info h3 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(22px, 1.8vw, 31px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.directing-card-feature .directing-info h3 {
  font-size: clamp(38px, 3.4vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.directing-card-blue .directing-info,
.directing-card-teahouse .directing-info {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
  padding: 18px;
}

.directing-card-blue .directing-info h3,
.directing-card-teahouse .directing-info h3 {
  font-size: clamp(19px, 1.45vw, 24px);
}

.directing-credit {
  min-width: max-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  text-align: right;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.directing-card-blue .directing-credit,
.directing-card-teahouse .directing-credit {
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  text-align: left;
}

.directing-credit strong {
  color: var(--ivory-soft);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.directing-media.media-missing {
  display: grid;
  place-items: center;
}

.directing-media.media-missing::before {
  content: attr(data-fallback);
  position: relative;
  z-index: 2;
  max-width: 80%;
  color: var(--ivory-soft);
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 44px);
  line-height: 1.05;
  text-align: center;
}

.directing-footer {
  width: 100%;
  max-width: 1900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 22px auto 0;
  padding-top: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.directing-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--acid);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.directing-footer a span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 180ms ease;
}

.directing-footer a:hover span,
.directing-footer a:focus-visible span {
  transform: translate(3px, -3px);
}

/* Services */
.services {
  padding-top: 58px;
  padding-bottom: 28px;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 5% 18% minmax(500px, 1fr) 18%;
  gap: 26px;
  padding: 26px 0 44px;
  border-bottom: 1px solid var(--line);
}

.service-row > h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.service-body > p {
  margin: 0 0 22px;
  color: var(--ivory-soft);
  font-size: 14px;
  line-height: 1.7;
}

.service-body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-body li {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 13px 14px;
  border: 1px solid var(--line-strong);
}

.service-body li strong {
  font-size: 12px;
  font-weight: 600;
}

.service-body li span,
.service-row aside p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.service-row aside {
  min-height: 72px;
  padding: 15px 0 0 16px;
  border-left: 1px solid var(--acid);
}

.service-row aside > span {
  color: var(--ivory-soft);
}

.service-row aside p {
  margin-top: 14px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: end;
  gap: 60px;
  padding: 110px var(--page-pad) 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-copy > span {
  color: var(--acid);
}

.contact-copy h2 {
  max-width: 1060px;
  margin: 24px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.contact-channel {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: var(--space);
  background: var(--acid);
}

.contact-channel span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.contact-channel strong {
  font-family: var(--serif);
  font-size: 34px;
}

.site-footer {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 32px var(--page-pad) 12px;
  color: var(--muted);
}

.footer-brand {
  width: 160px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.site-footer span:nth-child(2) {
  justify-self: center;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Laptop */
@media (max-width: 1180px) {
  :root {
    --page-pad: 32px;
  }

  .hero-title {
    font-size: clamp(76px, 9vw, 112px);
  }

  .hero-title span + span {
    padding-left: 9vw;
  }

  .hero-title-maker {
    max-width: 760px;
    font-size: clamp(80px, 10vw, 116px);
    line-height: 0.74;
  }

  .hero-title-maker span + span {
    padding-left: clamp(44px, 7vw, 82px);
  }

  .about-grid {
    grid-template-columns: 36% 1fr;
    gap: 42px;
  }

  .about-story {
    padding-top: 80px;
  }

  .portrait-frame {
    height: 580px;
  }

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

  .focus-grid li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .focus-grid li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .project-row {
    grid-template-columns: 250px 44px 1fr 150px;
  }

  .service-row {
    grid-template-columns: 42px 170px 1fr;
  }

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

  .directing-card-feature,
  .directing-card-casio,
  .directing-card-blue,
  .directing-card-teahouse {
    grid-column: auto;
    grid-row: auto;
  }

  .directing-card-feature {
    grid-column: 1 / -1;
  }

  .directing-card-feature .directing-media {
    min-height: 0;
    flex: 0 0 auto;
    aspect-ratio: 16 / 8.5;
  }

  .directing-card-blue .directing-info,
  .directing-card-teahouse .directing-info {
    min-height: 136px;
  }

  .service-row aside {
    grid-column: 3;
    padding-top: 0;
  }

  .section-observatory[data-observatory="profile"] .observatory-orbit {
    left: 19%;
  }

  .section-observatory[data-observatory="profile"] .observatory-crosshair {
    left: 60%;
  }

  .section-observatory[data-observatory="competitions"] .observatory-orbit {
    right: -3%;
  }

  .section-observatory[data-observatory="contact"] .observatory-orbit {
    right: -5%;
  }
}

@media (max-width: 1040px) {
  .more-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 14px;
  }

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

  .section-observatory .observatory-stars {
    opacity: 0.56;
    box-shadow:
      76px 32px 0 -1px rgba(240, 234, 223, 0.62),
      154px -12px 0 -1px rgba(207, 255, 25, 0.72),
      224px 68px 0 -1px rgba(240, 234, 223, 0.42),
      292px 20px 0 -1px rgba(240, 234, 223, 0.46);
  }

  .section-observatory[data-observatory="services"] {
    background-size: 72px 72px;
  }
}

/* Narrow tablet */
@media (max-width: 920px) and (min-width: 761px) {
  .section-heading {
    display: block;
    padding-bottom: 32px;
  }

  .section-heading > p {
    margin-top: 24px;
  }

  .more-projects-heading {
    display: block;
  }

  .more-projects-heading > p {
    margin-top: 22px;
  }

  .directing-card-casio .directing-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
  }

  .directing-card-casio .directing-credit {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
  }

  .section-observatory[data-observatory="projects"] .observatory-orbit {
    top: -36px;
    right: -8%;
    height: 210px;
  }

  .section-observatory[data-observatory="projects"] .observatory-stars,
  .section-observatory[data-observatory="directing"] .observatory-stars {
    top: 26px;
    right: 18%;
  }

  .section-observatory[data-observatory="writing"] .observatory-orbit {
    right: -13%;
  }
}

/* Mobile */
@media (max-width: 760px) {
  :root {
    --page-pad: 17px;
    --header-height: 70px;
  }

  body::after {
    opacity: 0.04;
  }

  .site-header {
    height: var(--header-height);
  }

  .site-header.menu-open {
    height: 100svh;
    align-items: flex-start;
    padding-top: 13px;
    background: rgba(11, 13, 11, 0.99);
    backdrop-filter: none;
  }

  .site-header.menu-open .brand {
    position: relative;
    z-index: 2;
  }

  .brand {
    width: 126px;
  }

  .menu-toggle {
    z-index: 2;
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 0;
    color: var(--ivory);
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .primary-nav {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 96px 26px 40px;
    overflow-y: auto;
    background: rgba(11, 13, 11, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .primary-nav a {
    width: 100%;
    padding: 12px 0;
    font-family: var(--serif);
    font-size: 36px;
    border-bottom: 1px solid var(--line);
  }

  .site-header.menu-open .primary-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .no-js .site-header {
    position: absolute;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    padding-block: 13px;
    background: var(--space);
  }

  .no-js .menu-toggle {
    display: none;
  }

  .no-js .primary-nav {
    position: static;
    width: 100%;
    flex-direction: row;
    gap: 18px;
    padding: 8px 0 0;
    overflow-x: auto;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .no-js .primary-nav a {
    width: auto;
    min-width: max-content;
    min-height: 36px;
    padding: 6px 0;
    border: 0;
    font-family: var(--mono);
    font-size: 9px;
  }

  .section-heading {
    display: block;
    padding-bottom: 28px;
  }

  .section-heading h2 {
    margin-top: 17px;
    font-size: 52px;
  }

  .section-heading > p {
    margin-top: 24px;
    font-size: 12px;
  }

  .hero {
    min-height: max(760px, 100svh);
    border-radius: 0 0 22px 22px;
  }

  .hero::after {
    background: linear-gradient(to bottom, rgba(11, 13, 11, 0.1), transparent 56%);
  }

  .hero-astronaut {
    object-fit: cover;
    object-position: center;
  }

  .hero-static-space {
    opacity: 0.5;
    background-size: 112px 78px, 138px 96px;
  }

  .hero-content {
    min-height: max(760px, 100svh);
    padding-top: 142px;
    padding-bottom: 72px;
  }

  .hero-title {
    max-width: 356px;
    font-size: clamp(52px, 14.5vw, 57px);
    line-height: 0.72;
    letter-spacing: -0.075em;
  }

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

  .hero-title span + span {
    padding-left: 30px;
  }

  .hero-title-maker {
    max-width: 100%;
    font-size: clamp(60px, 16.5vw, 66px);
    line-height: 0.74;
  }

  .hero-title-maker span + span {
    padding-left: 30px;
  }

  .hero-summary {
    width: 220px;
    margin-top: 70px;
    font-size: 12px;
    line-height: 1.75;
  }

  .hero-actions {
    display: none;
  }

  .hero-role {
    bottom: 22px;
    font-size: 7px;
  }

  .hero-index {
    display: none;
  }

  .about,
  .projects,
  .competitions,
  .clients-content,
  .directing,
  .services {
    padding-top: 48px;
  }

  .about {
    min-height: 0;
    padding-bottom: 50px;
  }

  .about-grid {
    display: block;
    margin-top: 28px;
  }

  .about-identity h2,
  .competitions-heading h2,
  .clients-heading h2 {
    font-size: 54px;
  }

  .portrait-frame {
    width: min(100%, 520px);
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .about-story {
    padding-top: 38px;
  }

  .about-lead {
    font-size: 26px;
  }

  .about-description {
    margin-top: 22px;
    font-size: 13px;
  }

  .focus-grid {
    margin-top: 42px;
    grid-template-columns: repeat(2, 1fr);
  }

  .focus-grid li {
    min-height: 94px;
    padding: 18px 12px 15px;
  }

  .about-foot {
    display: block;
    margin-top: 28px;
    line-height: 2;
  }

  .about-foot a {
    display: block;
    margin-top: 8px;
  }

  .project-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
  }

  .project-row {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 10px;
    min-height: 0;
    padding-bottom: 18px;
    border: 1px solid var(--line-strong);
  }

  .project-media {
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 17px;
  }

  .project-media-secondary {
    display: none;
  }

  .project-number {
    grid-column: 1;
    grid-row: 2 / 4;
    align-self: start;
    justify-self: center;
    margin-top: 2px;
  }

  .project-title {
    grid-column: 2;
  }

  .project-title h3 {
    margin-top: 7px;
    font-size: 20px;
  }

  .project-role {
    grid-column: 2;
    margin-top: 12px;
    font-size: 10px;
  }

  .more-projects {
    margin-top: 62px;
    padding-top: 28px;
  }

  .more-projects-heading {
    display: block;
    padding-bottom: 26px;
  }

  .more-projects-heading h3 {
    font-size: 38px;
  }

  .more-projects-heading > p {
    margin-top: 20px;
  }

  .more-project-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .more-project-card {
    padding-bottom: 20px;
  }

  .more-project-card h4 {
    font-size: 24px;
  }

  .more-project-card > p {
    max-width: 540px;
    font-size: 12px;
  }

  .competitions {
    padding-bottom: 58px;
  }

  .competitions-heading {
    padding-bottom: 26px;
  }

  .competitions-heading h2 {
    margin-top: 15px;
  }

  .competition-filmstrip {
    grid-template-columns: 1fr;
  }

  .competition-copy {
    right: 15px;
    bottom: 14px;
    left: 15px;
  }

  .competition-copy h3 {
    font-size: 21px;
  }

  .section-observatory[data-observatory="competitions"] .observatory-orbit {
    top: -76px;
    right: -78px;
    width: 260px;
    height: 160px;
  }

  .section-observatory[data-observatory="competitions"] .observatory-stars {
    top: 38px;
    right: 43%;
  }

  .muse-placeholder {
    grid-template-columns: 1fr 1.35fr;
  }

  .clients-heading h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .client-mark {
    width: 190px;
    height: 82px;
    flex-basis: 190px;
    padding: 18px 24px;
    font-size: 22px;
  }

  .client-mark img {
    max-width: 140px;
    max-height: 36px;
  }

  .client-sujiang img {
    width: 102px;
    height: 68px;
    max-width: none;
    max-height: none;
  }

  .client-zju img {
    width: 56px;
    height: 56px;
    max-width: none;
    max-height: none;
  }

  .client-transsion img {
    width: 146px;
    height: 42px;
    max-width: none;
    max-height: none;
  }

  .client-singcham img {
    max-width: 140px;
    max-height: 56px;
  }

  .client-ant img {
    width: 146px;
    height: 48px;
    max-width: none;
    max-height: none;
  }

  .client-hcpda img {
    width: 156px;
    height: 40px;
    max-width: none;
    max-height: none;
  }

  .client-comservice img {
    width: 88px;
    height: 66px;
    max-width: none;
    max-height: none;
  }

  .marquee-note {
    font-size: 7px;
  }

  .content-field {
    padding-top: 60px;
    padding-bottom: 52px;
  }

  .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .writing-card,
  .event-card,
  .notes-card {
    min-height: 290px;
  }

  .content-grid-event-only .event-card {
    min-height: 280px;
  }

  .content-grid-event-only .event-card > div {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .content-grid-event-only .event-card h3 {
    font-size: 32px;
  }

  .article-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  .article-card {
    min-height: 258px;
  }

  .article-card > a {
    padding: 20px 20px 19px;
  }

  .article-card-copy {
    margin: 38px 0;
  }

  .article-card h3 {
    font-size: 32px;
    line-height: 1.12;
  }

  .article-card-top,
  .article-card-footer {
    font-size: 8px;
  }

  .directing {
    padding-bottom: 56px;
  }

  .directing-heading {
    margin-top: 30px;
  }

  .directing-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .directing-card-feature {
    grid-column: auto;
  }

  .directing-card-feature .directing-media,
  .directing-media {
    min-height: 0;
    flex: 0 0 auto;
    aspect-ratio: 16 / 9;
  }

  .directing-info,
  .directing-card-feature .directing-info,
  .directing-card-blue .directing-info,
  .directing-card-teahouse .directing-info {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
    padding: 17px;
  }

  .directing-card-feature .directing-info h3 {
    font-size: 31px;
  }

  .directing-card-blue .directing-info h3,
  .directing-card-teahouse .directing-info h3 {
    font-size: 22px;
  }

  .directing-card-blue .directing-credit,
  .directing-card-teahouse .directing-credit {
    min-width: max-content;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    text-align: right;
  }

  .directing-index,
  .directing-duration {
    top: 10px;
    padding: 6px 7px;
    font-size: 7px;
  }

  .directing-index {
    left: 10px;
  }

  .directing-duration {
    right: 10px;
  }

  .directing-arrow {
    right: 11px;
    bottom: 11px;
    width: 36px;
    height: 36px;
    font-size: 17px;
  }

  .directing-footer {
    display: block;
    margin-top: 18px;
    padding-top: 16px;
  }

  .directing-footer a {
    display: inline-block;
    margin-top: 14px;
  }

  .services-heading {
    padding-bottom: 24px;
  }

  .service-row {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0 0;
    padding: 23px 0;
  }

  .service-number {
    grid-column: 1;
    grid-row: 1;
    padding-top: 3px;
  }

  .service-row > h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 23px;
  }

  .service-body {
    grid-column: 2;
    margin-top: 19px;
  }

  .service-body > p {
    font-size: 11px;
  }

  .service-body ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-body li {
    min-height: 58px;
    padding: 10px 11px;
  }

  .service-body li strong {
    font-size: 9px;
  }

  .service-body li span {
    display: block;
  }

  .service-row aside {
    grid-column: 2;
    margin-top: 17px;
    min-height: 0;
  }

  .contact {
    display: block;
    padding: 76px var(--page-pad) 44px;
  }

  .contact-copy h2 {
    font-size: 42px;
    line-height: 1.1;
  }

  .contact-channel {
    min-height: 92px;
    margin-top: 40px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding-top: 26px;
    font-size: 7px;
  }

  .footer-brand {
    width: 126px;
  }

  .site-footer span:nth-child(2) {
    display: none;
  }

  .section-observatory[data-coordinate]::after,
  .section-observatory .observatory-crosshair {
    display: none;
  }

  .section-observatory .observatory-stars {
    width: 3px;
    height: 3px;
    opacity: 0.58;
    box-shadow:
      62px 24px 0 -1px rgba(240, 234, 223, 0.62),
      132px -9px 0 -1px rgba(207, 255, 25, 0.72);
  }

  .section-observatory[data-observatory="profile"] .observatory-orbit {
    top: 13%;
    left: 39%;
    width: min(68vw, 250px);
    height: min(68vw, 250px);
  }

  .section-observatory[data-observatory="profile"] .observatory-stars {
    top: 9%;
    left: 52%;
  }

  .section-observatory[data-observatory="projects"] .observatory-orbit {
    top: -28px;
    right: -54px;
    width: min(70vw, 270px);
    height: 142px;
  }

  .section-observatory[data-observatory="projects"] .observatory-stars {
    top: 28px;
    right: 40%;
  }

  .section-observatory[data-observatory="clients"] .observatory-orbit,
  .section-observatory[data-observatory="services"] .observatory-crosshair {
    display: none;
  }

  .section-observatory[data-observatory="clients"] .observatory-stars {
    top: 43%;
    left: 57%;
  }

  .section-observatory[data-observatory="writing"] .observatory-orbit {
    top: -96px;
    right: -80px;
    width: 260px;
    height: 260px;
  }

  .section-observatory[data-observatory="writing"] .observatory-stars {
    top: 32px;
    right: 39%;
  }

  .writing-card::before,
  .event-card::before,
  .notes-card::before {
    width: 14px;
    height: 14px;
  }

  .section-observatory[data-observatory="directing"] .observatory-orbit {
    top: 22px;
    right: -70px;
    width: 250px;
    height: 128px;
  }

  .section-observatory[data-observatory="directing"] .observatory-stars {
    top: 34px;
    right: 42%;
  }

  .section-observatory[data-observatory="services"] {
    background-image: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .section-observatory[data-observatory="services"] .observatory-orbit {
    top: 3%;
    right: -86px;
    width: 250px;
    height: 250px;
  }

  .section-observatory[data-observatory="services"] .observatory-stars {
    top: 6%;
    right: 43%;
  }

  .section-observatory[data-observatory="contact"] .observatory-orbit {
    top: -24%;
    right: -74px;
    width: 280px;
    height: 280px;
  }

  .section-observatory[data-observatory="contact"] .observatory-stars {
    top: 17%;
    right: 46%;
  }
}

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

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

  .logo-track {
    animation: none;
  }

  .logo-marquee {
    overflow-x: auto;
  }

  .logo-set.marquee-clone {
    display: none;
  }

  .directing-card:hover .directing-media img,
  .directing-card:focus-within .directing-media img,
  .directing-card:hover .directing-arrow,
  .directing-card:focus-within .directing-arrow,
  .directing-footer a:hover span,
  .directing-footer a:focus-visible span {
    transform: none;
  }

  .more-project-card:hover .more-project-media img {
    transform: none;
  }

  .competition-frame:hover .competition-media img {
    transform: none;
  }

  .section-observatory,
  .section-observatory i,
  .section-observatory::before,
  .section-observatory::after,
  .writing-card::before,
  .event-card::before,
  .notes-card::before {
    animation: none !important;
  }
}

.qa-mode .logo-track {
  animation: none;
}

.qa-mode .section-observatory,
.qa-mode .section-observatory i {
  animation: none;
}

.qa-mode .competition-frame:hover .competition-media img {
  transform: none;
}
