@font-face {
  font-family: "Proxima Nova";
  src: url("./assets/fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --focus: rgba(255, 255, 255, 0.92);
  --home-ui-active: #e0e0e0;
  --home-ui-muted: #8a8a93;
  --highlight-stroke: 1.35px;
  --focus-stroke: 1.5px;
}

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

[hidden] {
  display: none !important;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scrollbar-gutter: stable;
}

body {
  background: #040405;
  color: #f3f3f3;
  font-family: "Proxima Nova", sans-serif;
  overflow-x: hidden;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.site-shell {
  width: 100%;
}

.page-frame {
  position: relative;
  width: 100%;
  --nav-visual-height: 9.172222%;
  --nav-hit-height: 9.62963%;
}

.page-frame[data-section="work"],
.page-frame[data-section="about"] {
  width: min(100%, calc(100vh * 1920 / 1080));
  margin-inline: auto;
  aspect-ratio: 1920 / 1080;
}

.page-frame[data-page="home"] {
  width: min(100%, calc(100vh * 1920 / 1080));
  margin-inline: auto;
  aspect-ratio: 1920 / 1080;
}

.home-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-scene[hidden],
.page-scene[hidden],
.page-master[hidden] {
  display: none;
}

.home-scene__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.home-scene__layer--text {
  clip-path: inset(var(--nav-visual-height) 0 0 0);
}

.home-scene__layer--nav-text {
  clip-path: inset(0 0 calc(100% - var(--nav-visual-height)) 0);
}

.home-scene__layer--play {
  opacity: 0.5;
  transition: opacity 100ms linear;
}

.page-frame[data-page="home"][data-home-reel-hover="true"] .home-scene__layer--play {
  opacity: 1;
}

.page-master {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.page-scene {
  position: relative;
  z-index: 1;
}

.page-scene__base {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.page-scene__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.interaction-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.interaction-layer--nav {
  z-index: 20;
  inset: 0 0 auto;
  height: var(--nav-hit-height);
  overflow: visible;
}

.interaction-layer--content {
  z-index: 10;
}

.nav-hit,
.row-hit,
.variables-hit,
.content-hit,
.about-link-hit {
  position: absolute;
  background: rgba(255, 255, 255, 0.001);
  cursor: pointer;
  pointer-events: auto;
}

.nav-hit,
.row-hit,
.variables-hit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.row-hit {
  z-index: 1;
}

.nav-hit,
.variables-hit {
  z-index: 2;
}

.nav-hit::before,
.row-hit::before,
.variables-hit::before,
.content-hit::before,
.about-link-hit::before {
  position: absolute;
  inset: 0;
  border: var(--highlight-stroke) solid transparent;
  border-radius: clamp(8px, 0.72vw, 18px);
  content: "";
  transition: border-color 100ms linear, background-color 100ms linear;
}

.nav-hit:hover::before,
.nav-hit:focus-visible::before,
.row-hit:hover::before,
.row-hit:focus-visible::before,
.variables-hit:hover::before,
.variables-hit:focus-visible::before,
.content-hit:hover::before,
.content-hit:focus-visible::before,
.about-link-hit:hover::before,
.about-link-hit:focus-visible::before {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
}

.nav-hit:focus-visible,
.row-hit:focus-visible,
.variables-hit:focus-visible,
.content-hit:focus-visible,
.about-link-hit:focus-visible,
.modal button:focus-visible,
.whats-new-panel button:focus-visible {
  outline: var(--focus-stroke) solid var(--focus);
  outline-offset: 2px;
}

.nav-hit {
  font-size: clamp(0.76rem, 0.85vw, 0.94rem);
  letter-spacing: 0.01em;
}

.row-hit,
.variables-hit {
  font-size: clamp(0.62rem, 0.7vw, 0.78rem);
  letter-spacing: 0.008em;
}

.variables-hit {
  justify-content: flex-start;
  padding-inline: clamp(0.28rem, 0.38vw, 0.48rem);
  color: var(--home-ui-muted);
  background: #212126;
}

.row-hits {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.row-hits[hidden] {
  display: none;
}

.page-frame[data-page="home"][data-strip="work"][data-variables-open="false"] .row-hits--work,
.page-frame[data-page="home"][data-strip="about"][data-variables-open="false"] .row-hits--about,
.page-frame[data-page="home"][data-variables-open="true"] .row-hits--variables,
.page-frame[data-section="work"]:not([data-page="home"]) .row-hits--work,
.page-frame[data-section="about"]:not([data-page="home"]) .row-hits--about {
  opacity: 1;
}

.row-bridge {
  position: absolute;
  background: transparent;
  pointer-events: auto;
  z-index: 0;
}

.page-frame:not([data-page="home"]) .row-bridge {
  pointer-events: none;
}

.page-frame[data-page="home"] .nav-hit[data-disabled="true"] {
  pointer-events: none;
  opacity: 0.42;
}

.nav-hit[data-inert="true"],
.row-hit[data-inert="true"] {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}

.row-hit--work-design {
  left: 12.55%;
  width: 9.5%;
}

.row-hit--work-cgi {
  left: 24.95%;
  width: 14%;
}

.row-hit--work-product {
  left: 37.78%;
  width: 10%;
}

.row-hit--work-pharma {
  left: 50.52%;
  width: 9%;
}

.row-hit--work-beauty {
  left: 62.78%;
  width: 8%;
}

.row-hit--work-entertainment {
  left: 75.55%;
  width: 20%;
}

.row-hit--work-case {
  left: 87.2%;
  width: 12%;
}

.row-hit--work-reel {
  left: 96.8%;
  width: 6%;
}

.row-hit--about-bio {
  left: 64.78%;
  width: 12%;
}

.row-hit--about-info {
  left: 76.35%;
  width: 14%;
}

.row-hit--about-whats {
  left: 89.45%;
  width: 12%;
}

.row-hit--variables-design {
  left: 11.12%;
  width: 7%;
}

.row-hit--variables-cgi {
  left: 16.1%;
  width: 9%;
}

.row-hit--variables-product {
  left: 23.18%;
  width: 7%;
}

.row-hit--variables-pharma {
  left: 28.4%;
  width: 7%;
}

.row-hit--variables-beauty {
  left: 33.56%;
  width: 6%;
}

.row-hit--variables-entertainment {
  left: 40.35%;
  width: 12%;
}

.row-hit--variables-case {
  left: 49.02%;
  width: 9%;
}

.row-hit--variables-reel {
  left: 56.67%;
  width: 5%;
}

.row-hit--variables-bio {
  left: 60.65%;
  width: 9%;
}

.row-hit--variables-info {
  left: 67.75%;
  width: 10%;
}

.row-hit--variables-whats {
  left: 75.3%;
  width: 10%;
}

.home-card-hit--beauty {
  left: 3.9773%;
  top: 14.101%;
  width: 30.6591%;
  height: 29.9798%;
}

.home-card-hit--product {
  left: 3.9773%;
  top: 49.9394%;
  width: 30.6591%;
  height: 29.9798%;
}

.home-card-hit--cgi {
  left: 4.1591%;
  top: 85.8182%;
  width: 30.3182%;
  height: 11.2323%;
}

.home-card-hit--reel {
  left: 37.5682%;
  top: 14.0606%;
  width: 24.7955%;
  height: 82.6667%;
}

.home-card-hit--pharma {
  left: 65.2727%;
  top: 14.0606%;
  width: 30.8636%;
  height: 30.0606%;
}

.home-card-hit--consumer {
  left: 65.2727%;
  top: 49.9394%;
  width: 30.8636%;
  height: 29.9798%;
}

.home-card-hit--case-studies {
  left: 65.2955%;
  top: 85.8182%;
  width: 14.4545%;
  height: 11.2323%;
}

.home-card-hit--design {
  left: 81.75%;
  top: 85.8182%;
  width: 14.4545%;
  height: 11.2323%;
}

.gallery-hit,
.about-link-hit {
  position: absolute;
  border-radius: clamp(10px, 0.72vw, 18px);
}

.gallery-hit {
  overflow: hidden;
}

.gallery-hit__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(3rem, 4vw, 4.9rem);
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: opacity 100ms linear;
  pointer-events: none;
}

.gallery-hit--video:hover .gallery-hit__play-icon,
.gallery-hit--video:focus-visible .gallery-hit__play-icon {
  opacity: 1;
}

.whats-new-panel {
  position: absolute;
  left: 3.2%;
  top: 9.35%;
  width: 93.5%;
  height: 86.2%;
  z-index: 16;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(0.85rem, 1.15vw, 1.05rem);
  padding: clamp(1rem, 1.5vw, 1.4rem) clamp(1rem, 1.85vw, 1.65rem);
  color: #f3f3f3;
  pointer-events: auto;
  overflow: hidden;
}

.whats-new-panel[hidden] {
  display: none;
}

.whats-new-panel__header {
  display: grid;
  gap: 0.25rem;
}

.whats-new-panel__eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.68rem, 0.72vw, 0.82rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.whats-new-panel__title {
  margin: 0;
  font-size: clamp(1.25rem, 1.65vw, 1.8rem);
  font-weight: 400;
  line-height: 1.08;
}

.whats-new-panel__intro {
  max-width: 58rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.84rem, 0.9vw, 1rem);
  line-height: 1.45;
}

.whats-new-journal {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(0.8rem, 1vw, 1rem);
}

.whats-new-feature {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.9fr);
  gap: clamp(0.9rem, 1.15vw, 1.2rem);
  padding: clamp(0.9rem, 1.15vw, 1.15rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(14px, 1vw, 22px);
  background: linear-gradient(180deg, rgba(58, 58, 63, 0.4), rgba(19, 19, 22, 0.62));
  overflow: hidden;
}

.whats-new-feature__media,
.whats-new-card__thumb {
  display: block;
  overflow: hidden;
  border-radius: clamp(10px, 0.85vw, 18px);
  background: #0d0d0f;
  cursor: pointer;
}

.whats-new-feature__media {
  min-height: 0;
}

.whats-new-feature__media img,
.whats-new-card__thumb img,
.whats-new-reader__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whats-new-feature__content {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 0.38rem;
  align-content: start;
  min-height: 0;
}

.whats-new-feature__label,
.whats-new-reader__kicker {
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(0.68rem, 0.72vw, 0.82rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.whats-new-feature__date,
.whats-new-card__date,
.whats-new-reader__date {
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.74rem, 0.8vw, 0.9rem);
  line-height: 1.35;
}

.whats-new-feature__title,
.whats-new-reader__title {
  margin: 0;
  font-size: clamp(1.3rem, 1.7vw, 1.92rem);
  font-weight: 400;
  line-height: 1.05;
}

.whats-new-feature__intro,
.whats-new-reader__intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.9rem, 0.96vw, 1rem);
  line-height: 1.5;
}

.whats-new-feature__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.82rem, 0.9vw, 0.96rem);
  line-height: 1.5;
}

.whats-new-feature__action,
.whats-new-card__open,
.whats-new-reader__close {
  justify-self: start;
  padding: 0.44rem 0.84rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  transition: border-color 100ms linear, background-color 100ms linear;
}

.whats-new-feature__action:hover,
.whats-new-card__open:hover,
.whats-new-reader__close:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
}

.whats-new-stack {
  min-height: 0;
  overflow: auto;
  padding-right: 0.35rem;
  display: grid;
  gap: clamp(0.7rem, 0.9vw, 0.9rem);
  align-content: start;
}

.whats-new-card {
  display: grid;
  grid-template-columns: clamp(9rem, 14vw, 12rem) minmax(0, 1fr) auto;
  gap: clamp(0.75rem, 1vw, 1rem);
  align-items: start;
  padding: clamp(0.75rem, 1vw, 1rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(12px, 0.9vw, 18px);
  background: rgba(19, 19, 22, 0.58);
}

.whats-new-card--text-only {
  grid-template-columns: minmax(0, 1fr) auto;
}

.whats-new-card__thumb {
  align-self: stretch;
  aspect-ratio: 16 / 9;
}

.whats-new-card__content {
  display: grid;
  gap: 0.28rem;
  align-content: start;
  text-align: left;
  cursor: pointer;
}

.whats-new-card__title {
  font-size: clamp(0.98rem, 1.02vw, 1.12rem);
  line-height: 1.3;
}

.whats-new-card__excerpt {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.8rem, 0.88vw, 0.95rem);
  line-height: 1.48;
}

.whats-new-card__open {
  align-self: center;
}

.whats-new-reader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(0.8rem, 1vw, 1rem);
  padding: clamp(1rem, 1.45vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(14px, 1vw, 22px);
  background: linear-gradient(180deg, rgba(45, 45, 49, 0.96), rgba(10, 10, 12, 0.98));
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.4);
}

.whats-new-reader__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.whats-new-reader__scroll {
  min-height: 0;
  overflow: auto;
  padding-right: 0.35rem;
  display: grid;
  gap: clamp(0.9rem, 1.1vw, 1.1rem);
}

.whats-new-reader__hero {
  overflow: hidden;
  border-radius: clamp(12px, 0.9vw, 18px);
  background: #0d0d0f;
  aspect-ratio: 16 / 6.8;
}

.whats-new-reader__meta {
  display: grid;
  gap: 0.45rem;
  max-width: 52rem;
}

.whats-new-reader__body {
  display: grid;
  gap: 1rem;
  max-width: 52rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.85rem, 0.94vw, 1rem);
  line-height: 1.68;
}

.whats-new-reader__body p,
.whats-new-reader__body ul,
.whats-new-reader__body blockquote {
  margin: 0;
}

.whats-new-reader__body ul {
  padding-left: 1.15rem;
}

.whats-new-reader__body blockquote {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
}

.whats-new-reader__body cite {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.whats-new-panel__loading {
  min-height: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(14px, 1vw, 22px);
  background: rgba(18, 18, 21, 0.58);
  color: rgba(255, 255, 255, 0.68);
}

.modal-root {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
}

.modal-root.is-open {
  pointer-events: auto;
}

.modal {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.96);
}

.modal__dialog {
  position: relative;
  width: min(95vw, 1660px);
  max-height: 95vh;
  overflow: visible;
}

.modal__shell {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1080;
  overflow: visible;
}

.modal__template-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.modal__template-layer--background {
  z-index: 0;
}

.modal__template-layer--stage {
  z-index: 3;
}

.modal__template-layer--arrows {
  z-index: 4;
}

.modal__slideshow-stage {
  position: absolute;
  left: 5.739583%;
  top: 7.37037%;
  width: 88.578125%;
  height: 85.564815%;
  overflow: hidden;
  background: #000;
  z-index: 1;
  border-radius: 1.716581% / 3.159831%;
}

.modal__slideshow-safe {
  position: absolute;
  left: 0.8%;
  top: 4.8%;
  width: 98.4%;
  height: 89%;
  z-index: 2;
  background: transparent;
}

.modal__slideshow-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  background: #000;
  border-radius: inherit;
}

.modal__slideshow-meta {
  position: absolute;
  left: 5.739583%;
  right: 5.739583%;
  bottom: 2.037037%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 5;
  pointer-events: none;
}

.modal__slideshow-pill {
  min-height: 32px;
  padding: 0 12px;
  border: 1.35px solid rgba(224, 224, 224, 0.78);
  border-radius: 999px;
  background: rgba(18, 18, 20, 0.78);
  color: #e0e0e0;
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.76rem, 0.95vw, 0.96rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modal__template-control {
  position: absolute;
  background: rgba(255, 255, 255, 0.001);
  cursor: pointer;
  z-index: 5;
}

.modal__template-control--close {
  top: 0;
  right: 0;
  width: 6.2%;
  height: 7.2%;
}

.modal__template-control--prev,
.modal__template-control--next {
  top: 40.8%;
  width: 5.4%;
  height: 12%;
}

.modal__template-control--prev {
  left: 0;
}

.modal__template-control--next {
  right: 0;
}

.modal__video-shell {
  position: relative;
  width: min(94vw, var(--modal-shell-width, 94vw));
  height: min(88vh, var(--modal-shell-height, 88vh));
  background: transparent;
  overflow: visible;
}

.modal__video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.modal__video-player {
  opacity: 0;
  transition: opacity 120ms linear;
}

.modal__video-player.is-ready {
  opacity: 1;
}

.modal__close-round {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(45%, -45%);
  z-index: 6;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(18, 18, 20, 0.82);
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
}

.modal__close-round--slideshow {
  top: 7.37037%;
  right: 5.682292%;
  transform: translate(48%, -52%);
}

.modal__close-round:hover,
.modal__close-round:focus-visible {
  background: rgba(26, 26, 30, 0.95);
}

.modal__repeat {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 2vh, 1.5rem);
  transform: translateX(-50%);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(18, 18, 20, 0.82);
  color: #f3f3f3;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.modal__repeat[hidden] {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .modal__video-shell {
    width: min(96vw, var(--modal-shell-width, 96vw));
    height: min(82vh, var(--modal-shell-height, 82vh));
  }

  .whats-new-feature {
    grid-template-columns: 1fr;
  }

  .whats-new-card,
  .whats-new-card--text-only {
    grid-template-columns: 1fr;
  }

  .whats-new-card__thumb {
    max-width: 18rem;
  }

  .whats-new-card__open {
    justify-self: start;
  }

  .whats-new-reader__hero {
    aspect-ratio: 16 / 8.4;
  }
}
