:root {
  --step--3: clamp(0.54rem, calc(0.52rem + 0.10vw), 0.69rem);
  --step--2: clamp(0.68rem, calc(0.65rem + 0.17vw), 0.91rem);
  --step--1: clamp(0.85rem, calc(0.80rem + 0.26vw), 1.22rem);
  --step-0: clamp(1.06rem, calc(0.98rem + 0.40vw), 1.63rem);
  --step-1: clamp(1.33rem, calc(1.21rem + 0.60vw), 2.17rem);
  --step-2: clamp(1.66rem, calc(1.48rem + 0.88vw), 2.89rem);
  --step-3: clamp(2.08rem, calc(1.82rem + 1.27vw), 3.85rem);
  --step-4: clamp(2.59rem, calc(2.23rem + 1.81vw), 5.13rem);
  --step-5: clamp(3.24rem, calc(2.73rem + 2.57vw), 6.84rem);
  --step-6: clamp(4.05rem, calc(3.33rem + 3.62vw), 9.12rem);
  --step-7: clamp(5.07rem, calc(4.05rem + 5.06vw), 12.15rem);
}

:root {
  --space-4xs: clamp(0.13rem, calc(0.10rem + 0.12vw), 0.19rem);
  --space-3xs: clamp(0.25rem, calc(0.22rem + 0.13vw), 0.44rem);
  --space-2xs: clamp(0.56rem, calc(0.53rem + 0.18vw), 0.81rem);
  --space-xs: clamp(0.81rem, calc(0.75rem + 0.31vw), 1.25rem);
  --space-s: clamp(1.06rem, calc(0.98rem + 0.40vw), 1.63rem);
  --space-m: clamp(1.63rem, calc(1.51rem + 0.58vw), 2.44rem);
  --space-l: clamp(2.13rem, calc(1.96rem + 0.80vw), 3.25rem);
  --space-xl: clamp(3.19rem, calc(2.95rem + 1.21vw), 4.88rem);
  --space-2xl: clamp(4.25rem, calc(3.93rem + 1.61vw), 6.50rem);
  --space-3xl: clamp(6.38rem, calc(5.89rem + 2.41vw), 9.75rem);
  --space-4xl: clamp(8.50rem, calc(7.86rem + 3.21vw), 13.00rem);
  --space-5xl: clamp(12.00rem, calc(10.83rem + 5.85vw), 15.00rem);
  --space-7xl: clamp(15.00rem, calc(14.25rem + 3.75vw), 18.75rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, calc(0.17rem + 0.40vw), 0.81rem);
  --space-2xs-xs: clamp(0.56rem, calc(0.46rem + 0.49vw), 1.25rem);
  --space-xs-s: clamp(0.81rem, calc(0.70rem + 0.58vw), 1.63rem);
  --space-s-m: clamp(1.06rem, calc(0.87rem + 0.98vw), 2.44rem);
  --space-m-l: clamp(1.63rem, calc(1.39rem + 1.16vw), 3.25rem);
  --space-l-xl: clamp(2.13rem, calc(1.73rem + 1.96vw), 4.88rem);
  --space-xl-2xl: clamp(3.19rem, calc(2.71rem + 2.37vw), 6.50rem);
  --space-2xl-3xl: clamp(4.25rem, calc(3.46rem + 3.93vw), 9.75rem);
  --space-3xl-4xl: clamp(6.38rem, calc(5.43rem + 4.73vw), 13.00rem);
  /* Custom pairs */
  --space-s-l: clamp(1.06rem, calc(0.75rem + 1.56vw), 3.25rem);
  --space-m-xl: clamp(1.63rem, calc(1.16rem + 2.32vw), 4.88rem);
  --gutter: clamp(1.06rem, calc(0.75rem + 1.56vw), 3.25rem);
}

:root {
  --color-000: hsl(240, 0%, 100%);
  --color-025: hsl(240, 24%, 96%);
  --color-050: hsl(240, 11%, 91%);
  --color-100: hsl(240, 6%, 83%);
  --color-200: hsl(240, 5%, 79%);
  --color-300: hsl(240, 3%, 69%);
  --color-400: hsl(240, 2%, 57%);
  --color-500: hsl(240, 1%, 39%);
  --color-600: hsl(240, 1%, 29%);
  --color-700: hsl(240, 2%, 23%);
  --color-800: hsl(240, 2%, 18%);
  --color-900: hsl(240, 4%, 11%);
}

:root {
  --bg-color-lighter: var(--color-700);
  --bg-color: var(--color-800);
  --text-color: var(--color-800);
  --border: var(--color-600);
  --border-light: hsl(240, 0%, 100%, 10%);
  --yellow: rgb(247, 255, 135);
  --bshadow: 0 .125rem var(--bg-color-darker);
  --bshadow-r: .125rem .125rem var(--bg-color-darker);
  --bshadow-2: .25rem .25rem var(--bg-color-darker);
  --bshadow-3: .1875rem .1875rem var(--bg-color-darker);
}

:root {
  --border-radius: .5rem;
  --main-font: "Major Mono Display", monospace;
}

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

* {
  margin: 0;
}

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

body {
  font: 600 var(--step-0)/var(--space-m) var(--main-font);
  color: var(--text-color);
  background-color: var(--color-050);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.nobullets {
  list-style: none;
  padding: 0;
}

a {
  color: var(--text-color);
  text-decoration: none;
}

::-webkit-scrollbar {
  width: var(--space-3xs-2xs);
}

::-webkit-scrollbar-track {
  background-color: var(--yellow);
}

::-webkit-scrollbar-thumb {
  background-color: var(--border);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--border-project);
}

.container {
  width: 100%;
  max-width: calc(110rem + var(--space-m-xl) + var(--space-m-xl));
  padding: var(--space-m-xl);
  margin-left: auto;
}

.section-spacing {
  margin: var(--space-l-xl) 0;
}

.section-spacing--small {
  margin: var(--space-l) 0;
}

main {
  margin-left: var(--space-3xl);
}

@font-face {
  font-family: "Major Mono Display";
  src: url("/assets/fonts/major-mono-display.woff2") format("woff2");
  font-display: swap;
}
.button {
  font-size: var(--step-0);
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  border: 1px solid var(--border);
  padding: var(--space-3xs) var(--space-2xs);
  border-radius: var(--border-radius);
  background-color: var(--bg-color-lighter);
  box-shadow: var(--bshadow-r);
  transition: transform 0.125s ease-in-out;
}
.button:hover {
  color: var(--text-color);
  transform: translateY(-0.125rem);
  box-shadow: var(--bshadow-2);
}
.button:active {
  box-shadow: none;
  transform: translateY(0.125rem);
}

.browser-button {
  padding: var(--space-3xs) var(--space-3xs);
}
.browser-button:hover {
  box-shadow: var(--bshadow-3);
}

button {
  background-color: var(--bg-color);
  padding: 0;
  border: none;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 0.5s ease;
}

.dropdown-menu.active {
  max-height: 100%;
}

.site-header {
  position: fixed;
  height: 100vh;
  width: var(--space-3xl);
  z-index: 1;
}
.site-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: fit-content;
  padding-left: 0;
  padding-right: 0;
  margin-inline: auto;
}
.site-header .site-nav {
  width: fit-content;
}
.site-header .site-nav-list {
  list-style: none;
  padding: 0;
}
.site-header .site-nav-list-item {
  position: relative;
  margin-bottom: var(--space-s);
}
.site-header .site-nav-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  height: var(--space-l);
  width: 0;
  background-color: var(--color-900);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.25s;
}
.site-header .site-nav-list-item:hover::after {
  left: 100%;
  width: var(--space-l);
  transition: 0.25s;
}
.site-header .site-nav-link {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  line-height: 1;
  font-size: var(--step--1);
  display: block;
  position: relative;
  padding: 0 0.2rem;
  background-color: var(--color-050);
  z-index: 1;
}
.site-header .contact-tab {
  display: flex;
  align-items: center;
  height: var(--space-3xl);
  background-color: var(--color-900);
  border-radius: 0 5rem 5rem 0;
  transform: translateX(calc(0px - var(--space-7xl) - var(--gutter))) translateY(-50%);
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
}
.site-header .contact-tab-email {
  font-size: var(--step--1);
  background-color: var(--color-900);
  width: var(--space-7xl);
  text-align: center;
  margin-left: var(--gutter);
}
.site-header .contact-tab-email a {
  color: var(--color-050);
  font-weight: 300;
}
.site-header .contact-tab-email a:hover {
  color: var(--yellow);
}
.site-header .contact-tab-pull {
  width: var(--space-3xl);
  height: var(--space-3xl);
  color: var(--color-050);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.site-header .contact-tab-pull::before, .site-header .contact-tab-pull::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--space-4xs);
  height: var(--space-l);
  background-color: var(--color-050);
  opacity: 0;
  transition: 0.5s;
}
.site-header .contact-tab-pull::before {
  transform: translateY(-50%) rotate(-90deg);
}
.site-header .contact-tab-pull::after {
  transform: translateY(-50%);
}
.site-header .contact-tab-pull-label {
  transform: rotate(180deg);
  font-size: var(--step--1);
  writing-mode: vertical-lr;
  color: var(--yellow);
  transition: 0.5s;
}
.site-header .contact-tab-email, .site-header .contact-tab-pull {
  transition: 0.5s;
}
.site-header .contact-tab-email.pulled {
  transform: translateX(0);
}
.site-header .contact-tab-pull.pulled::before, .site-header .contact-tab-pull.pulled::after {
  opacity: 1;
}
.site-header .contact-tab-pull.pulled::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .contact-tab-pull.pulled::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .contact-tab-pull.pulled .contact-tab-pull-label {
  opacity: 0;
}
.site-header .contact-tab.pulled {
  transform: translateX(0) translateY(-50%);
}
.site-header .site-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.site-header .site-title {
  font-size: var(--step-0);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin: auto;
}
.site-header .site-logo {
  max-width: var(--space-xl);
  margin-top: var(--space-xs);
}

.work {
  margin-bottom: var(--space-l-xl);
}
@media (min-width: 48rem) {
  .work .container {
    columns: 2;
    column-gap: var(--space-s);
  }
}
@media (min-width: 60rem) {
  .work .container {
    columns: 3;
  }
}
.work .work-item {
  margin-bottom: var(--space-s);
}
.work .work-item figure {
  position: relative;
}
.work .work-item figure:hover {
  cursor: pointer;
}
.work .work-item figure:hover img {
  mix-blend-mode: color;
}
.work .work-item figure:hover figcaption {
  display: block;
}
.work .work-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--space-2xs) var(--space-xs);
  background-color: rgba(255, 252, 54, 0.7);
  display: none;
  mix-blend-mode: multiply;
}
.work .work-item figcaption .work-description {
  font-size: var(--step--1);
  padding-top: var(--space-s);
}
.work .work-item iframe {
  display: none;
}
.work .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 0%, 0.9);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.work .video-popup-container {
  position: relative;
  display: flex;
  aspect-ratio: 16/9;
  width: 80vw;
  max-width: clamp(30rem, 45vw, 80rem);
  margin: var(--step-1);
}
.work .video-popup iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work .video-popup-close {
  position: absolute;
  top: calc(0px - var(--step-1));
  right: calc(0px - var(--step-1));
  width: var(--step-1);
  height: var(--step-1);
  background-color: rgb(237, 253, 88);
  border-radius: 25%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.work .video-popup-close::before, .work .video-popup-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: black;
  transform: rotate(-45deg);
}
.work .video-popup-close::after {
  transform: rotate(45deg);
}
.work .video-popup.active {
  display: flex;
}
.work .square .video-popup-container {
  aspect-ratio: 1;
}

.about .about-artist {
  margin-bottom: var(--space-2xl-3xl);
}
.about .about-artist .title {
  font-size: var(--step-4);
  margin-bottom: var(--space-l-xl);
  text-transform: uppercase;
}
.about .about-artist p {
  margin: var(--gutter) 0;
  max-width: 50ch;
}
.about .about-artist ul {
  padding: 0;
  list-style: none;
}
.about .about-client .client-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--gutter);
  flex-wrap: wrap;
}
.about .about-client img {
  width: var(--space-2xl);
  filter: invert(47%) sepia(3%) saturate(6%) hue-rotate(73deg) brightness(40%) contrast(100%);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-color-darker);
}
.site-footer p {
  font-size: var(--step--2);
}

/*# sourceMappingURL=style.css.map */
