@font-face {
  font-family: "OPPO Sans Portfolio";
  src: url("./fonts/OPPOSans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "OPPO Sans Portfolio";
  src: url("./fonts/OPPOSans-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "OPPO Sans Portfolio";
  src: url("./fonts/OPPOSans-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "OPPO Sans Variable";
  src: url("./fonts/OPPO Sans 4.0.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
}

:root {
  color-scheme: light;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}

body {
  color: #000000;
  font-family: "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
}

body.is-detail {
  overflow-y: auto;
  background: #ffffff;
}

button,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

.intro,
.catalog,
.showcase,
.project {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.intro {
  --intro-unit: min(1vw, 1.7777778vh);
  display: grid;
  place-items: center;
  background: #ffffff;
}

.catalog,
.showcase,
.project {
  background: #000000;
}

.intro-artwork {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  visibility: hidden;
}

.kinetic-overlay,
.start-button-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100vw, calc(100vh * 1.7777778));
  height: min(100vh, calc(100vw * 0.5625));
  container-type: inline-size;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.kinetic-overlay {
  z-index: 2;
}

.start-button-layer {
  z-index: 3;
}

.kinetic-line {
  position: absolute;
  left: 50%;
  display: flex;
  width: max-content;
  height: calc(var(--intro-unit) * 6.19);
  align-items: center;
  justify-content: center;
  padding: 0 0.18em;
  color: #000000;
  font-family: "OPPO Sans Variable", "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
  font-size: calc(var(--intro-unit) * 5.21406);
  font-weight: 500;
  font-kerning: normal;
  font-optical-sizing: auto;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: auto;
  will-change: transform, opacity;
}

.kinetic-overlay:not(.is-ready) .kinetic-line {
  pointer-events: none;
}

.kinetic-line--maggie {
  top: 33.3213%;
}

.kinetic-line--work {
  top: 43.5185%;
}

.kinetic-line--portfolio {
  top: 52.6046%;
}

.kinetic-letter {
  --kinetic-weight: 500;
  display: inline-block;
  font-variation-settings: "wght" var(--kinetic-weight);
  line-height: 0.86;
  transform-origin: 50% 65%;
  will-change: transform;
}

.interactive-start {
  position: absolute;
  top: 72.63%;
  left: 50%;
  width: calc(var(--intro-unit) * 11.15833);
  height: calc(var(--intro-unit) * 2.93646);
  padding: 0;
  overflow: hidden;
  color: #000000;
  font: 700 calc(var(--intro-unit) * 2.29167) / 1 "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
  letter-spacing: 0;
  background: #ffffff;
  border: calc(var(--intro-unit) * 0.11042) solid #000000;
  border-radius: 999px;
  opacity: 0;
  outline: none;
  pointer-events: none;
  cursor: pointer;
  will-change: transform, opacity;
}

.start-button-layer.is-ready .interactive-start {
  pointer-events: auto;
  opacity: 1;
}

.interactive-start__front,
.interactive-start__reveal {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--intro-unit) * 0.42);
}

.interactive-start__front > span:last-child,
.interactive-start__reveal,
.interactive-start__dot {
  transition: transform 300ms ease, opacity 300ms ease;
}

.interactive-start__dot {
  position: absolute;
  top: 50%;
  left: calc(var(--intro-unit) * 0.9);
  width: calc(var(--intro-unit) * 0.42);
  height: calc(var(--intro-unit) * 0.42);
  flex: 0 0 auto;
  background: #000000;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%);
}

.interactive-start__reveal {
  z-index: 1;
  color: #ffffff;
  opacity: 0;
  transform: translateX(calc(var(--intro-unit) * 2.5));
}

.interactive-start__reveal svg {
  width: calc(var(--intro-unit) * 1.05);
  height: calc(var(--intro-unit) * 1.05);
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interactive-start:is(:hover, :focus-visible) .interactive-start__dot,
.interactive-start.is-active .interactive-start__dot {
  opacity: 1;
  transform: translateY(-50%) scale(100.8);
}

.interactive-start:is(:hover, :focus-visible) .interactive-start__front > span:last-child,
.interactive-start.is-active .interactive-start__front > span:last-child {
  opacity: 0;
  transform: translateX(calc(var(--intro-unit) * 2.5));
}

.interactive-start:is(:hover, :focus-visible) .interactive-start__reveal,
.interactive-start.is-active .interactive-start__reveal {
  opacity: 1;
  transform: translateX(calc(var(--intro-unit) * -0.35));
}

.interactive-start:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #000000;
}

.catalog-artwork {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.catalog-row {
  cursor: pointer;
  outline: none;
}

.catalog-row__hit {
  fill: transparent;
  pointer-events: all;
}

.catalog-row text {
  fill: #b3b3b3;
  font-family: OPPOSans-Bold-GBpc-EUC-H, "OPPO Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.catalog-row__title {
  font-size: 133.29px;
}

.catalog-row__meta {
  font-size: 18px;
}

.catalog-studio {
  pointer-events: none;
}

.catalog-studio text {
  fill: #b3b3b3;
  font-family: OPPOSans-Bold-GBpc-EUC-H, "OPPO Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.catalog-studio__guard {
  fill: transparent;
  pointer-events: all;
}

.catalog-studio text {
  pointer-events: all;
}

.catalog-row:focus-visible text {
  fill: #ffffff;
}

.about-glass {
  position: absolute;
  inset: 0 50% 0 0;
  z-index: 8;
  background: rgba(128, 128, 128, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  -webkit-backdrop-filter: blur(11px) saturate(78%);
  backdrop-filter: blur(11px) saturate(78%);
}

.about-drawer {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 9;
  width: 50%;
  height: 100%;
  overflow: hidden;
  color: #b3b3b3;
  background: #1a1a1a;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  container-type: inline-size;
}

.catalog.is-about-open .about-glass,
.catalog.is-about-open .about-drawer {
  visibility: visible;
  pointer-events: auto;
}

.catalog.is-about-open .about-glass {
  opacity: 1;
}

.catalog.is-about-open .about-drawer {
  opacity: 1;
  transform: translateX(0);
}

.about-drawer__scroll {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #555555 #1a1a1a;
}

.about-drawer__header {
  position: relative;
  display: flex;
  min-height: 22.9cqw;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5.7cqw 5.7cqw 0;
}

.about-drawer__close {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: 500 1.875cqw/1.2 "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
  cursor: pointer;
}

.about-drawer__close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}

.about-drawer__studio {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1.3cqw;
  font-size: 1.875cqw;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.about-hover-text {
  color: #b3b3b3;
  transition: color 240ms ease;
}

.about-drawer__intro {
  margin: 0 5.7cqw;
  font-size: 2.5cqw;
  font-weight: 500;
  line-height: 1.2833;
}

.about-drawer__intro p {
  margin: 0;
}

.about-drawer__portrait {
  width: 63.8%;
  margin: 5.15cqw 5.7cqw 0 auto;
}

.about-drawer__portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.about-career {
  margin: 9.3cqw 5.7cqw 0;
  font-size: 2.5cqw;
  font-weight: 500;
  line-height: 1.28;
}

.about-career__title {
  margin: 0;
  padding: 0 0 1.2cqw;
  border-bottom: 1px solid #6d6d6d;
  font: inherit;
}

.about-career__row {
  display: grid;
  grid-template-columns: 46.5% 53.5%;
  min-height: 24.9cqw;
  padding: 4.45cqw 0 3.4cqw;
  border-bottom: 1px solid #4a4a4a;
}

.about-career__row h4,
.about-career__row p {
  margin: 0;
  font: inherit;
}

.about-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 4.8cqw 0 6.2cqw;
  font-size: 2.5cqw;
  font-weight: 500;
  line-height: 1;
}

.about-contact img {
  display: block;
  width: 31.7cqw;
  height: 31.7cqw;
  border-radius: 5px;
  object-fit: cover;
}

.about-contact figcaption {
  margin-top: 2.25cqw;
}

.showcase {
  overflow: hidden;
}

.showcase__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100vw, calc(100vh * 1.7777778));
  height: min(100vh, calc(100vw * 0.5625));
  overflow: hidden;
  container-type: inline-size;
  transform: translate(-50%, -50%);
}

.showcase-menu {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  display: block;
  width: 100%;
  height: 3.75cqw;
  overflow: hidden;
  clip-path: inset(0);
}

.showcase-menu__hit {
  fill: transparent;
  pointer-events: all;
  cursor: pointer;
}

.showcase-menu__base,
.showcase-menu__hover {
  pointer-events: none;
}

.showcase-menu__hover {
  opacity: 0;
}

.showcase-menu__item:is(:hover, :focus-visible) .showcase-menu__hover {
  opacity: 1;
}

.showcase-heading {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.showcase-heading__artwork {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.art-director-heading__title,
.art-director-heading__meta,
.art-director-detail-layout__title,
.art-director-detail-layout__meta,
.art-director-detail-layout__number,
.art-director-detail-layout__label,
.ai-visual-heading__title,
.ai-visual-heading__meta,
.ai-visual-detail-layout__title,
.ai-visual-detail-layout__meta,
.ai-visual-detail-layout__number,
.ai-visual-detail-layout__label,
.marketing-detail-layout__title,
.marketing-detail-layout__meta,
.marketing-detail-layout__number,
.marketing-detail-layout__label {
  fill: #b3b3b3;
  font-family: "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
  font-weight: 700;
}

.art-director-heading__title,
.art-director-detail-layout__title,
.ai-visual-heading__title,
.ai-visual-detail-layout__title,
.marketing-detail-layout__title {
  font-size: 133.29px;
}

.art-director-heading__meta,
.art-director-detail-layout__meta,
.ai-visual-heading__meta,
.ai-visual-detail-layout__meta,
.marketing-detail-layout__meta {
  font-size: 18px;
}

.art-director-detail-layout__number,
.art-director-detail-layout__label,
.ai-visual-detail-layout__number,
.ai-visual-detail-layout__label,
.marketing-detail-layout__number,
.marketing-detail-layout__label {
  font-size: 14.11px;
}

.showcase__viewport {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.showcase__track {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: max-content;
  height: 100%;
}

.showcase__group {
  position: relative;
  width: 100cqw;
  height: 56.25cqw;
  flex: 0 0 100cqw;
}

.showcase-item {
  position: absolute;
  color: #b3b3b3;
  font-family: OPPOSans-Bold-GBpc-EUC-H, "OPPO Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.87396cqw;
  font-weight: 700;
  line-height: 1;
}

.showcase-item--01 {
  top: 42.70981%;
  left: 2.58854%;
  width: 23.42969cqw;
  --card-top: 2.16219cqw;
  --card-height: 10.91406cqw;
  --label-top: 13.7599cqw;
}

.showcase-item--02 {
  top: 38.415%;
  left: 29.79635%;
  width: 9.30469cqw;
  --card-top: 2.09417cqw;
  --card-left: 0.0375cqw;
  --card-height: 16.05469cqw;
  --label-top: 18.72188cqw;
}

.showcase-item--03 {
  top: 42.70981%;
  left: 43.38385%;
  width: 14.375cqw;
  --card-top: 2.16427cqw;
  --card-height: 10.75729cqw;
  --label-top: 13.73958cqw;
}

.showcase-item--04 {
  top: 42.41502%;
  left: 62.01589%;
  width: 21.80469cqw;
  --card-top: 2.16281cqw;
  --card-height: 10.90234cqw;
  --label-top: 14.09408cqw;
}

.showcase-item--05 {
  top: 39.87597%;
  left: 88.33125%;
  width: 9.07888cqw;
  --card-top: 2.15026cqw;
  --card-height: 13.78366cqw;
  --label-top: 17.03397cqw;
}

.brand-showcase-item--01 {
  top: 39.95426%;
  left: 2.58854%;
  width: 37.5cqw;
  --card-top: 2.16427cqw;
  --card-height: 21.09375cqw;
  --label-top: 23.68333cqw;
}

.brand-showcase-item--02 {
  top: 39.95426%;
  left: 43.34635%;
  width: 37cqw;
  --card-top: 2.16427cqw;
  --card-height: 20.8125cqw;
  --label-top: 23.68333cqw;
}

.new-media-showcase-item--01 {
  top: 35.445%;
  left: 2.58854%;
  width: 15.625cqw;
  --card-top: 2.16427cqw;
  --card-height: 26.625cqw;
  --label-top: 29.475cqw;
}

.new-media-showcase-item--02 {
  top: 38.53759%;
  left: 26.12448%;
  width: 15.625cqw;
  --card-top: 2.16427cqw;
  --card-height: 23.14583cqw;
  --label-top: 25.99583cqw;
}

.new-media-showcase-item--03 {
  top: 39.345%;
  left: 49.6599%;
  width: 15.45729cqw;
  --card-top: 2.16427cqw;
  --card-height: 22.01969cqw;
  --label-top: 25.0875cqw;
}

.new-media-showcase-item--04 {
  top: 39.34514%;
  left: 73.1956%;
  width: 15.625cqw;
  --card-top: 2.16427cqw;
  --card-height: 20.83333cqw;
  --label-top: 23.68361cqw;
}

.art-director-showcase-item--01,
.art-director-showcase-item--02,
.art-director-showcase-item--03,
.art-director-showcase-item--04 {
  top: 39.3287%;
  --card-top: 2.16458cqw;
  --label-top: 24.46458cqw;
}

.art-director-showcase .showcase-item {
  font-family: "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
}

.art-director-showcase-item--01 {
  left: 2.58854%;
  width: 14.58333cqw;
  --card-height: 21.875cqw;
}

.art-director-showcase-item--02 {
  left: 29.39323%;
  width: 14.33333cqw;
  --card-height: 21.5cqw;
}

.art-director-showcase-item--03 {
  left: 56.19766%;
  width: 14.41667cqw;
  --card-height: 21.625cqw;
}

.art-director-showcase-item--04 {
  left: 83.00225%;
  width: 14.42388cqw;
  --card-height: 21.625cqw;
}

.marketing-showcase .showcase-item {
  top: 38.43704%;
  font-family: "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
  --card-top: 1.85cqw;
  --label-top: 26.15cqw;
}

.marketing-showcase-item--01 {
  left: 2.58854%;
  width: 15.625cqw;
  --card-height: 23.42969cqw;
}

.marketing-showcase-item--02 {
  left: 28.03594%;
  width: 17.5cqw;
  --card-height: 23.31875cqw;
}

.marketing-showcase-item--03 {
  left: 55.43808%;
  width: 16.543cqw;
  --card-height: 23.39635cqw;
}

.ai-visual-showcase .showcase-item {
  top: 38.43704%;
  font-family: "OPPO Sans Portfolio", "OPPO Sans", sans-serif;
  --card-top: 1.85cqw;
  --card-height: 22.91667cqw;
  --label-top: 26.15cqw;
}

.ai-visual-showcase-item--01 {
  left: 2.58854%;
  width: 18.33333cqw;
}

.ai-visual-showcase-item--02 {
  left: 40.62813%;
  width: 18.33333cqw;
}

.ai-visual-showcase-item--03 {
  left: 78.66771%;
  width: 18.74167cqw;
  --card-height: 23.42917cqw;
}

.showcase-item__number,
.showcase-item__label {
  position: absolute;
  left: 0;
  display: block;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 280ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 340ms;
}

.showcase-item__number {
  top: calc(var(--card-top) - 30px - 1em);
  transform: translateY(7px);
}

.showcase-item__label {
  top: calc(var(--card-top) + var(--card-height) + 15px);
  margin: 0;
  transform: translateY(-7px);
}

.showcase-card {
  position: absolute;
  top: var(--card-top);
  left: var(--card-left, 0);
  display: block;
  width: 100%;
  height: var(--card-height);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #0b0c0a;
  outline: none;
  cursor: pointer;
}

.showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.showcase-item:is(:hover, :focus-within) .showcase-item__number,
.showcase-item:is(:hover, :focus-within) .showcase-item__label {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.showcase-card:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 6px;
}

.showcase-detail-layout {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.showcase-detail-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.showcase-detail-nav__item {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.showcase-detail-nav__item--01 {
  top: 29.10463%;
  left: 3.64583%;
  width: 40.57083%;
  height: 16.79167%;
}

.showcase-detail-nav__item--02 {
  top: 25.31667%;
  left: 49.79375%;
  width: 16.11458%;
  height: 24.73611%;
}

.showcase-detail-nav__item--03 {
  top: 29.31389%;
  left: 71.71667%;
  width: 25.02083%;
  height: 16.64815%;
}

.showcase-detail-nav__item--04 {
  top: 62.61111%;
  left: 3.64583%;
  width: 37.5%;
  height: 16.66667%;
}

.showcase-detail-nav__item--05 {
  top: 60.42685%;
  left: 49.98125%;
  width: 15.72917%;
  height: 21.2037%;
}

.brand-detail-nav__item--01 {
  top: 30.19537%;
  left: 3.64583%;
  width: 41.66667%;
  height: 20.83333%;
}

.brand-detail-nav__item--02 {
  top: 60.77685%;
  left: 52.03438%;
  width: 44%;
  height: 22%;
}

.new-media-detail-nav__item--01 {
  top: 34.63704%;
  left: 2.59987%;
  width: 17.27058%;
  height: 36.68333%;
}

.new-media-detail-nav__item--02 {
  top: 36.59352%;
  left: 27.59431%;
  width: 17.82767%;
  height: 32.91852%;
}

.new-media-detail-nav__item--03 {
  top: 37.06852%;
  left: 52.99951%;
  width: 18.56458%;
  height: 32.93333%;
}

.new-media-detail-nav__item--04 {
  top: 37.84769%;
  left: 78.86345%;
  width: 18.53802%;
  height: 30.81019%;
}

.new-media-detail-nav {
  width: 70.11563%;
}

.art-director-detail-nav__item--01,
.art-director-detail-nav__item--02,
.art-director-detail-nav__item--03,
.art-director-detail-nav__item--04 {
  top: 38.49722%;
  overflow: hidden;
}

.art-director-detail-nav__item--01 {
  left: 3.65729%;
  width: 16.66667%;
  height: 22.22222%;
}

.art-director-detail-nav__item--02 {
  left: 28.39479%;
  width: 17.2%;
  height: 22.93333%;
}

.art-director-detail-nav__item--03 {
  left: 53.13229%;
  width: 16.66667%;
  height: 22.22222%;
}

.art-director-detail-nav__item--04 {
  left: 77.86875%;
  width: 16.675%;
  height: 22.22222%;
}

.art-director-detail-nav__item--01 img,
.art-director-detail-nav__item--02 img,
.art-director-detail-nav__item--03 img,
.art-director-detail-nav__item--04 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ai-visual-detail-nav__item--01,
.ai-visual-detail-nav__item--02,
.ai-visual-detail-nav__item--03 {
  top: 38.49722%;
  width: 20%;
  height: 22.22222%;
  overflow: hidden;
}

.ai-visual-detail-nav__item--01 {
  left: 3.65729%;
}

.ai-visual-detail-nav__item--02 {
  left: 39.09896%;
}

.ai-visual-detail-nav__item--03 {
  left: 74.53958%;
}

.ai-visual-detail-nav img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.marketing-detail-nav {
  width: 66.34635%;
}

.marketing-detail-nav__item--01 {
  top: 36.90185%;
  left: 2.74758%;
  width: 21.98061%;
  height: 38.87593%;
}

.marketing-detail-nav__item--02 {
  top: 36.90185%;
  left: 37.11976%;
  width: 24.49268%;
  height: 38.49444%;
}

.marketing-detail-nav__item--03 {
  top: 36.90185%;
  left: 74.08643%;
  width: 23.07631%;
  height: 38.49444%;
}

.showcase-detail-nav__item:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}

.detail-drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  width: 50%;
  height: 100%;
  overflow: hidden;
  color: #b3b3b3;
  background: #1a1a1a;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
}

.showcase.is-detail-open .showcase-detail-layout,
.showcase.is-detail-open .showcase-detail-nav,
.showcase.is-detail-open .detail-drawer {
  opacity: 1;
  visibility: visible;
}

.showcase.is-detail-open .showcase-detail-nav,
.showcase.is-detail-open .detail-drawer {
  pointer-events: auto;
}

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

.detail-drawer__scroll {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #555555 #1a1a1a;
}

.detail-drawer__close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 3.75cqw;
  margin: 0;
  padding: 1.14583cqw 1.30208cqw 0 1.82292cqw;
  border: 0;
  border-radius: 0;
  color: #b3b3b3;
  background: linear-gradient(#1a1a1a 72%, rgba(26, 26, 26, 0));
  font-family: OPPOSans-Bold-GBpc-EUC-H, "OPPO Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease;
}

.detail-drawer__close:is(:hover, :focus-visible) {
  color: #ffffff;
}

.detail-drawer__close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -5px;
}

.detail-drawer__title {
  margin: 1.04167cqw 1.30208cqw 0 1.82292cqw;
  color: #b3b3b3;
  font-family: OPPOSans-Bold-GBpc-EUC-H, "OPPO Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875cqw;
  font-weight: 700;
  line-height: 1;
}

.detail-drawer__image {
  display: block;
  width: calc(100% - 3.125cqw);
  max-width: none;
  height: auto;
  margin: 2.34375cqw 1.30208cqw 0 1.82292cqw;
}

.detail-drawer__image[hidden] {
  display: none;
}

.detail-drawer__pages {
  width: calc(100% - 3.125cqw);
  margin: 2.34375cqw 1.30208cqw 0 1.82292cqw;
}

.new-media-detail-drawer__pages {
  width: 26.04167cqw;
}

.new-media-detail-drawer {
  width: 29.88438%;
}

.marketing-detail-drawer {
  width: 33.65365%;
}

.marketing-detail-drawer__close {
  padding-right: 1.67172cqw;
  padding-left: 1.66422cqw;
}

.marketing-detail-drawer__title {
  margin-right: 1.67172cqw;
  margin-left: 1.66422cqw;
}

.marketing-detail-drawer__pages {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 25px;
  width: calc(100% - 3.33594cqw);
  margin-right: 1.67172cqw;
  margin-left: 1.66422cqw;
}

.art-director-detail-drawer__pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  column-gap: 0.64833cqw;
  row-gap: 0.67708cqw;
}

.ai-visual-detail-drawer__pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
  margin-top: 2.46094cqw;
}

.ai-visual-detail-drawer__pages img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.detail-drawer__pages img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

.detail {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background: #ffffff;
}

.detail-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #ffffff;
}

.detail-menu {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  background: #ffffff;
}

.detail-menu__base,
.detail-menu__hover {
  pointer-events: none;
}

.detail-menu__hover {
  opacity: 0;
}

.detail-menu__hit {
  fill: transparent;
  pointer-events: all;
  cursor: pointer;
}

.detail-menu__item:is(:hover, :focus-visible) .detail-menu__hover {
  opacity: 1;
}

.detail-content {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 3.75vw);
  align-items: flex-start;
  justify-content: center;
  background: #ffffff;
}

.detail-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.detail-image[hidden] {
  display: none;
}

.catalog[hidden],
.showcase[hidden],
.detail[hidden],
.project[hidden],
.intro[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-site-nav,
.mobile-catalog {
  display: none;
}

@media (max-width: 820px), (max-height: 520px) and (pointer: coarse) {
  html,
  body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    overflow: hidden;
    overscroll-behavior: none;
    -webkit-text-size-adjust: 100%;
  }

  body {
    background: #000000;
  }

  .intro {
    --intro-unit: 1vw;
    min-height: 100svh;
    min-height: 100dvh;
  }

  .intro-artwork {
    width: 178vw;
    max-width: none;
  }

  .kinetic-overlay,
  .start-button-layer {
    width: 100vw;
    height: 100svh;
    height: 100dvh;
  }

  .kinetic-line {
    height: 18vw;
    padding: 0 0.08em;
    font-size: clamp(64px, 21vw, 92px);
    line-height: 0.86;
  }

  .kinetic-line--maggie {
    top: 28%;
  }

  .kinetic-line--work {
    top: 40%;
  }

  .kinetic-line--portfolio {
    top: 52%;
  }

  .interactive-start {
    top: 76%;
    width: 154px;
    height: 48px;
    border-width: 2px;
    font-size: 30px;
  }

  .interactive-start__front,
  .interactive-start__reveal {
    gap: 8px;
  }

  .interactive-start__dot {
    left: 14px;
    width: 7px;
    height: 7px;
  }

  .interactive-start__reveal svg {
    width: 17px;
    height: 17px;
  }

  .catalog,
  .showcase {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #000000;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  .catalog-artwork {
    display: none;
  }

  .mobile-catalog {
    display: flex;
    min-height: 100svh;
    min-height: 100dvh;
    flex-direction: column;
    padding: max(22px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));
    color: #b3b3b3;
  }

  .mobile-catalog__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-catalog__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    color: inherit;
    text-decoration: none;
    transition: color 220ms ease;
    touch-action: manipulation;
  }

  .mobile-catalog__item:active,
  .mobile-catalog__item:focus-visible {
    color: #ffffff;
  }

  .mobile-catalog__title {
    min-width: 0;
    font-size: clamp(46px, 15.2vw, 70px);
    font-weight: 700;
    letter-spacing: -0.018em;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-catalog__item[href="#e-commerce"] .mobile-catalog__title {
    font-size: 12.7vw;
  }

  .mobile-catalog__item[href="#new-media"] .mobile-catalog__title {
    font-size: 13.3vw;
  }

  .mobile-catalog__item[href="#art-director"] .mobile-catalog__title {
    font-size: 11.7vw;
  }

  .mobile-catalog__item[href="#marketing"] .mobile-catalog__title {
    font-size: 13.8vw;
  }

  .mobile-catalog__meta {
    max-width: 54px;
    padding: 0 0 0.42em 9px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    text-align: right;
  }

  .mobile-catalog__studio {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 4px;
    margin: auto 0 0;
    padding-top: 52px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
  }

  .mobile-site-nav {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    width: 100%;
    gap: 24px;
    padding: max(14px, env(safe-area-inset-top)) 18px 13px;
    overflow-x: auto;
    color: #777777;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  .mobile-site-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-site-nav a {
    flex: 0 0 auto;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease;
  }

  .mobile-site-nav a[aria-current="page"],
  .mobile-site-nav a:active,
  .mobile-site-nav a:focus-visible {
    color: #ffffff;
  }

  .showcase__canvas {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: visible;
    transform: none;
  }

  .showcase-menu,
  .showcase-heading__artwork {
    display: none;
  }

  .showcase-heading {
    position: relative;
    inset: auto;
    z-index: 2;
    display: flex;
    min-height: 180px;
    align-items: flex-end;
    padding: 50px 18px 34px;
    color: #b3b3b3;
  }

  .showcase-heading > .visually-hidden {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .showcase-heading > h2.visually-hidden {
    max-width: calc(100% - 62px);
    font-size: 15vw;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 0.94;
    white-space: nowrap;
  }

  #ecommerce .showcase-heading h2 {
    font-size: 12.9vw;
  }

  #brand .showcase-heading h2 {
    font-size: 21vw;
  }

  #ai-visual .showcase-heading h2 {
    font-size: 17.2vw;
  }

  #new-media .showcase-heading h2 {
    font-size: 14.8vw;
  }

  #art-director .showcase-heading h2 {
    font-size: 12.2vw;
  }

  #marketing .showcase-heading h2 {
    font-size: 14.7vw;
  }

  .showcase-heading > span {
    position: absolute !important;
    right: 18px;
    bottom: 34px;
    max-width: 42px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    text-align: right;
  }

  .showcase__viewport,
  .showcase__track,
  .showcase__group {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .showcase__track {
    display: block;
    transform: none;
  }

  .showcase__group {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 18px 18px 110px;
  }

  .showcase-item,
  .marketing-showcase .showcase-item,
  .ai-visual-showcase .showcase-item,
  .art-director-showcase-item--01,
  .art-director-showcase-item--02,
  .art-director-showcase-item--03,
  .art-director-showcase-item--04 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    align-self: flex-start;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1;
    --card-top: 0;
    --card-left: 0;
    --card-height: auto;
    --label-top: auto;
    content-visibility: auto;
    contain-intrinsic-size: auto 420px;
  }

  .showcase-item:nth-child(even) {
    width: 76%;
    align-self: flex-end;
  }

  .showcase-item--02,
  .showcase-item--05 {
    width: 62%;
  }

  .showcase-item--03 {
    width: 82%;
  }

  .brand-showcase-item--01 {
    width: 100%;
  }

  .brand-showcase-item--02 {
    width: 88%;
  }

  .new-media-showcase .showcase-item,
  .art-director-showcase .showcase-item,
  .marketing-showcase .showcase-item {
    width: 76%;
  }

  .new-media-showcase .showcase-item:nth-child(even),
  .art-director-showcase .showcase-item:nth-child(even),
  .marketing-showcase .showcase-item:nth-child(even) {
    align-self: flex-end;
  }

  .ai-visual-showcase .showcase-item {
    width: 84%;
  }

  .showcase-item__number,
  .showcase-item__label {
    position: static;
    display: block;
    color: #b3b3b3;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: color 200ms ease;
  }

  .showcase-item__number {
    margin-bottom: 30px;
  }

  .showcase-item__label {
    margin-top: 15px;
  }

  .showcase-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 44px;
    overflow: visible;
    background: transparent;
    touch-action: manipulation;
  }

  .showcase-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .showcase-item:focus-within .showcase-item__number,
  .showcase-item:focus-within .showcase-item__label,
  .showcase-item:active .showcase-item__number,
  .showcase-item:active .showcase-item__label {
    color: #ffffff;
  }

  .showcase-detail-layout,
  .showcase-detail-nav {
    display: none !important;
  }

  .showcase.is-detail-open {
    overflow: hidden;
  }

  .detail-drawer,
  .new-media-detail-drawer,
  .marketing-detail-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    width: 100%;
    height: 100svh;
    height: 100dvh;
    background: #1a1a1a;
  }

  .detail-drawer__scroll {
    padding-bottom: max(30px, env(safe-area-inset-bottom));
  }

  .detail-drawer__close,
  .marketing-detail-drawer__close {
    height: auto;
    min-height: 58px;
    padding: max(18px, env(safe-area-inset-top)) 18px 12px;
    background: linear-gradient(#1a1a1a 74%, rgba(26, 26, 26, 0));
    font-size: 15px;
  }

  .detail-drawer__title,
  .marketing-detail-drawer__title {
    margin: 18px 18px 0;
    font-size: 25px;
    line-height: 1.05;
  }

  .detail-drawer__image,
  .detail-drawer__pages,
  .new-media-detail-drawer__pages,
  .marketing-detail-drawer__pages {
    width: calc(100% - 36px);
    margin: 30px 18px 0;
  }

  .marketing-detail-drawer__pages {
    row-gap: 25px;
  }

  .art-director-detail-drawer__pages,
  .ai-visual-detail-drawer__pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ai-visual-detail-drawer__pages {
    margin-top: 30px;
  }

  .about-glass {
    display: none;
  }

  .about-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    width: 100%;
    height: 100svh;
    height: 100dvh;
  }

  .about-drawer__header {
    min-height: 126px;
    padding: max(22px, env(safe-area-inset-top)) 18px 0;
  }

  .about-drawer__close {
    min-width: 48px;
    min-height: 44px;
    font-size: 15px;
    text-align: left;
  }

  .about-drawer__studio {
    gap: 5px;
    font-size: 11px;
  }

  .about-drawer__intro {
    margin: 0 18px;
    font-size: 15px;
    line-height: 1.42;
  }

  .about-drawer__portrait {
    width: calc(100% - 36px);
    margin: 42px 18px 0;
  }

  .about-career {
    margin: 58px 18px 0;
    font-size: 14px;
    line-height: 1.38;
  }

  .about-career__title {
    padding-bottom: 12px;
  }

  .about-career__row {
    grid-template-columns: 34% 66%;
    min-height: 0;
    padding: 28px 0;
    column-gap: 10px;
  }

  .about-contact {
    margin: 42px 0 max(44px, env(safe-area-inset-bottom));
    font-size: 15px;
  }

  .about-contact img {
    width: 184px;
    height: 184px;
  }

  .about-contact figcaption {
    margin-top: 14px;
  }

  body.is-detail {
    overflow-y: auto;
    background: #ffffff;
  }

  .detail-header {
    line-height: normal;
  }

  .detail-menu {
    display: none;
  }

  .mobile-site-nav--detail {
    color: #8a8a8a;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }

  .mobile-site-nav--detail a[aria-current="page"],
  .mobile-site-nav--detail a:active,
  .mobile-site-nav--detail a:focus-visible {
    color: #000000;
  }

  .detail-content {
    min-height: calc(100vh - 44px);
  }
}

@media (max-height: 520px) and (orientation: landscape) and (pointer: coarse) {
  .kinetic-line {
    height: 18vh;
    font-size: clamp(48px, 18vh, 76px);
  }

  .kinetic-line--maggie {
    top: 23%;
  }

  .kinetic-line--work {
    top: 43%;
  }

  .kinetic-line--portfolio {
    top: 63%;
  }

  .interactive-start {
    top: 88%;
    width: 132px;
    height: 40px;
    font-size: 25px;
  }

  .mobile-catalog__title,
  .mobile-catalog__item[href="#e-commerce"] .mobile-catalog__title,
  .mobile-catalog__item[href="#new-media"] .mobile-catalog__title,
  .mobile-catalog__item[href="#art-director"] .mobile-catalog__title,
  .mobile-catalog__item[href="#marketing"] .mobile-catalog__title {
    font-size: clamp(40px, 12vh, 58px);
  }

  .showcase-heading h2,
  #brand .showcase-heading h2,
  #ai-visual .showcase-heading h2,
  #new-media .showcase-heading h2,
  #art-director .showcase-heading h2,
  #marketing .showcase-heading h2 {
    font-size: clamp(50px, 15vh, 76px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .title-line,
  .start-visual,
  .catalog-row,
  .catalog-row text {
    will-change: auto;
  }

  .kinetic-line {
    pointer-events: none;
  }

  .interactive-start__front > span:last-child,
  .interactive-start__reveal,
  .interactive-start__dot {
    transition-duration: 0ms;
  }

  .showcase__viewport {
    cursor: default;
  }

  .showcase__track,
  .showcase-item__number,
  .showcase-item__label {
    will-change: auto;
  }

  .showcase-item__number,
  .showcase-item__label {
    transition-duration: 0ms;
  }

  .about-hover-text {
    transition-duration: 0ms;
  }
}
