@font-face {
  font-family: Montserrat-Regular;
  src: url("./font/Montserrat-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("./font/Montserrat-SemiBold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: NB-International;
  src: url("./font/nbinternationalproreg-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  color-scheme: light;
  --project-bg: #fafafa;
  --project-panel: rgba(255, 255, 255, 0.96);
  --project-border: rgba(0, 0, 0, 0.13);
  --project-text: #000000;
  --project-muted: rgba(0, 0, 0, 0.3);
  --project-muted-strong: rgba(0, 0, 0, 0.52);
  --project-focus: rgba(167, 118, 88, 0.9);
  --project-font: "NB-International", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

html {
  background: var(--project-bg);
}

body {
  overflow: hidden;
  background: var(--project-bg);
  color: var(--project-text);
  font-family: var(--project-font);
  text-rendering: optimizeLegibility;
}

a,
button,
input {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  background: none;
}

a {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--project-focus);
  outline-offset: 3px;
}

.project-page {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.project-page .lab-topbar {
  opacity: 0;
  pointer-events: none;
  animation: project-fade-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.18s forwards;
}

.project-page .lab-topnav {
  max-width: 36.25rem;
}

.project-page .lab-contact-panel {
  z-index: 29;
}

.project-page .lab-contact-blur {
  z-index: 28;
}

.project-topbar {
  position: fixed;
  top: 4px;
  left: 4px;
  right: 4px;
  z-index: 10;
  opacity: 0;
  animation: project-fade-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.18s forwards;
}

.project-topnav {
  display: flex;
  width: 100%;
  max-width: 36.25rem;
  gap: 2px;
}

.project-pill {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
  min-height: 58px;
  padding: 40px 10px 7px;
  border: 1px solid var(--project-border);
  border-radius: 6px;
  background: var(--project-panel);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  color: var(--project-muted);
  font-size: 0.65625rem;
  line-height: 1.05;
  transition:
    color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.project-pill-brand-word,
.project-pill-brand-mark,
.project-pill-brand-suffix {
  display: inline-flex;
}

.project-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: currentColor;
  opacity: 0.03;
  pointer-events: none;
}

.project-pill:hover,
.project-pill:focus-visible,
.project-pill.is-active {
  color: var(--project-text);
}

.project-pill-brand {
  width: 12.5rem;
  flex: 0 0 12.5rem;
}

.project-pill-brand-mark {
  margin-top: -0.5px;
}

.project-pill-brand-suffix {
  display: none;
}

.project-topnav .project-pill:not(.project-pill-brand) {
  flex: 1 1 0;
}

.project-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: var(--project-bg);
}

.project-shell {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: none;
  background: var(--project-bg);
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.project-shell.is-ready {
  opacity: 1;
}

.project-loader {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--project-bg);
  font-size: 0.6875rem;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.project-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.project-loader[hidden] {
  display: none;
}

.project-empty {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  padding: 6rem 1rem 2rem;
  font-size: 0.75rem;
  line-height: 1.3;
}

.project-hero,
.project-footer {
  flex-shrink: 0;
}

.project-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7.75rem 14px 5rem;
  font-size: 0.6875rem;
  line-height: 1.0909090909;
}

.project-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.project-hero-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.project-hero-title,
.project-hero-body {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

.project-hero-title {
  width: 100%;
  max-width: 12rem;
}

.project-hero-body {
  width: 100%;
  max-width: 18rem;
  color: var(--project-muted-strong);
  line-height: 1.38;
  letter-spacing: 0.01em;
  text-transform: none;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-inline: 4px;
}

.project-visual {
  position: relative;
  grid-column: span 2;
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 14rem;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: var(--ratio, 1);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  content-visibility: auto;
  contain: layout paint style;
  contain-intrinsic-size: 960px 1200px;
}

.project-visual.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.project-visual.is-half {
  grid-column: span 2;
}

.project-visual-media {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.001);
}

.project-visual-video {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}

.project-visual.is-video-ready .project-visual-video {
  opacity: 1;
}

.project-visual-video {
  cursor: pointer;
}

.project-visual-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  padding: 1rem;
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 1;
}

.project-visual-bar button {
  cursor: pointer;
}

.project-visual-progress {
  position: relative;
  width: 100%;
  height: 1rem;
  margin-right: 0.5rem;
  overflow: hidden;
}

.project-visual-progress-track,
.project-visual-progress-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.project-visual-progress-track {
  opacity: 0.3;
  background: currentColor;
}

.project-visual-progress-bar {
  transform-origin: left center;
  background: currentColor;
}

.project-visual-progress input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.project-footer {
  display: flex;
  min-height: 20rem;
  padding: 14px;
  font-size: 0.6875rem;
  line-height: 1.0909090909;
}

.project-footer-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
}

.project-credits {
  display: flex;
  flex-direction: column;
}

.project-credits-hero {
  gap: 0.4rem;
  max-width: 12rem;
}

.project-credit-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.project-credit-label {
  width: 4.6rem;
  flex: 0 0 4.6rem;
  opacity: 0.3;
}

.project-credit-value {
  display: flex;
  width: auto;
  flex: 1 1 auto;
  flex-direction: column;
}

.project-credit-value span + span {
  margin-top: 0.18rem;
}

.project-next {
  display: flex;
  align-items: center;
  width: 100%;
}

.project-next-link {
  display: flex;
  align-items: center;
  width: 100%;
}

.project-next-title,
.project-next-label {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.project-next-title {
  order: 1;
  width: 50%;
}

.project-next-label {
  width: 50%;
  opacity: 0.3;
}

.project-next-link:hover .project-next-title,
.project-next-link:hover .project-next-label,
.project-next-link:focus-visible .project-next-title,
.project-next-link:focus-visible .project-next-label {
  opacity: 1;
}

.project-contact-panel {
  position: fixed;
  inset: 0;
  z-index: 29;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.project-contact-panel.is-open {
  pointer-events: none;
}

.project-contact-nav {
  width: auto;
  pointer-events: auto;
}

.project-contact-list {
  display: flex;
  gap: 2px;
  padding: 14px;
  transform: translateY(75%);
}

.project-contact-item {
  display: flex;
  flex-shrink: 0;
  opacity: 0;
}

.project-contact-link,
.project-contact-meta a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--project-text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}

.project-contact-link {
  min-height: 48px;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 10.5px;
  line-height: 1.05;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.project-contact-link-pill {
  border-radius: 999px;
}

.project-contact-link::before,
.project-contact-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.project-contact-link::before {
  border: 1px solid currentColor;
  opacity: 0.13;
}

.project-contact-link::after {
  background: currentColor;
  opacity: 0.03;
}

.project-contact-link span,
.project-contact-meta a span {
  position: relative;
  z-index: 1;
  opacity: 0.3;
  transform: translateY(1.5px);
}

.project-contact-meta {
  position: fixed;
  bottom: 0.6875rem;
  left: 0.875rem;
  display: flex;
  gap: 0.75rem;
  opacity: 0;
  font-size: 10.5px;
  line-height: 1.24;
  letter-spacing: 0.015em;
  pointer-events: auto;
}

.project-contact-blur {
  position: fixed;
  inset: 0;
  z-index: 28;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.project-contact-meta a:hover span,
.project-contact-meta a:focus-visible span,
.project-contact-link:hover span,
.project-contact-link:focus-visible span {
  opacity: 1;
}

body[data-project-contact="open"] .project-contact-panel {
  opacity: 1;
}

body[data-project-contact="open"] .project-topbar {
  pointer-events: none;
}

@keyframes project-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 640px) {
  .project-contact-list {
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .project-pill-brand-suffix {
    display: inline-flex;
  }

  .project-hero {
    min-height: 20rem;
    height: 50vh;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }

  .project-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 10.75rem 40px minmax(15rem, 18rem);
    align-items: start;
    gap: 0;
  }

  .project-hero-head {
    grid-column: 1;
    width: 10.75rem;
    gap: 40px;
  }

  .project-hero-title {
    max-width: none;
  }

  .project-hero-body {
    grid-column: 3;
    width: 15.5rem;
    max-width: 15.5rem;
    padding-top: 6rem;
    padding-left: 0.1rem;
    line-height: 1.32;
  }

  .project-visual.is-half {
    grid-column: span 1;
  }

  .project-visual-bar {
    padding: 2rem;
  }

  .project-footer {
    min-height: 20rem;
    height: 50vh;
  }

  .project-footer-inner {
    gap: 0;
  }

  .project-credit-label,
  .project-next-label {
    width: 5.2rem;
    flex: 0 0 5.2rem;
  }

  .project-credit-value,
  .project-next-title {
    width: auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  .project-page .lab-topnav {
    max-width: none;
  }

  .project-topnav {
    max-width: none;
  }

  .project-pill {
    min-height: 54px;
    padding: 36px 8px 7px;
    font-size: 0.59375rem;
  }

  .project-pill-brand {
    width: 25%;
    flex: 0 0 25%;
  }

  .project-topnav .project-pill:not(.project-pill-brand) {
    width: 25%;
    flex: 0 0 25%;
  }

  .project-hero-body {
    width: 100%;
    max-width: 15.75rem;
    padding-left: 0;
    line-height: 1.36;
  }

  .project-contact-item-address {
    display: none;
  }
}

@media (max-width: 639px) {
  .project-hero {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
  }

  .project-hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .project-hero-body {
    max-width: none;
  }

  .project-credits-hero {
    max-width: none;
  }

  .project-credit-label {
    width: 4.15rem;
    flex-basis: 4.15rem;
  }

  .project-grid {
    row-gap: 14px;
  }

  .project-contact-list {
    max-width: 100%;
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-page .lab-topbar,
  .project-page .lab-contact-panel,
  .project-page .lab-contact-meta,
  .project-page .lab-contact-blur,
  .project-topbar,
  .project-shell,
  .project-loader,
  .project-visual,
  .project-next-title,
  .project-next-label,
  .project-contact-panel,
  .project-contact-meta,
  .project-contact-blur {
    animation: none !important;
    transition: none !important;
  }
}
