@charset "UTF-8";
/* ===== Fonts ===== */
@font-face {
  font-family: "ZT Nature";
  src: url("../fonts/ZT-Nature/ZT-Nature-Variable-VF.0863b432baef.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZT Nature";
  src: url("../fonts/ZT-Nature/ZT-Nature-Variable-Italic-VF.8f389720b28d.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/* ===== Variables ===== */
:root {
  --nav-h: 64px;
}

/* ===== Base ===== */
html {
  font-size: 14px;
}
@media (min-width: 1600px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "ZT Nature", sans-serif;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
}

.fnt-inter {
  font-family: "ZT Nature", sans-serif;
  font-weight: 700;
}

.fnt-mdsand-regular {
  font-family: "ZT Nature", sans-serif;
  font-weight: 400;
}

.t-gray {
  color: #777 !important;
}

.t-secondary {
  color: #8c8c8c !important;
}

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

/* ===== Header / Nav ===== */
header.fixed-top {
  position: fixed;
  inset: 0;
  --padding-header: 20px;
  padding: var(--padding-header);
  z-index: 1000;
  pointer-events: none;
}

header.fixed-top a {
  position: absolute;
  pointer-events: auto;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  padding-top: var(--padding-header);
}
header.fixed-top a .nav__link {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  header.fixed-top a {
    background: #fff;
    padding-bottom: 5px;
  }
}
header.fixed-top a:nth-child(1) {
  top: var(--padding-header);
  left: var(--padding-header);
  transform: translateY(-50%);
}
header.fixed-top a:nth-child(2) {
  left: var(--padding-header);
  bottom: var(--padding-header);
}

header.fixed-top a:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 4px;
}

.nav__title {
  font-size: 2.5rem;
}

/* About ↔ ↑ swap */
.nav-about.swap {
  display: inline-block;
  min-width: 6ch;
  line-height: 1;
}

.swap__front,
.swap__back {
  position: absolute;
  inset: 0;
  display: inline-block;
  transition: opacity 0.25s ease, transform 0.25s ease;
  will-change: opacity, transform;
}

.swap__back {
  opacity: 0;
  transform: translateY(6px);
}

.is-about-in-view #navAbout .swap__front {
  opacity: 0;
  transform: translateY(-6px);
}

.is-about-in-view #navAbout .swap__back {
  opacity: 1;
  transform: translateY(0) translateX(-8px);
}

/* ===== Portfolio (Hero) ===== */
.title-mobile {
  padding-left: 10px;
  font-weight: 500;
  font-size: 1.5rem;
}

.portfolio {
  height: calc(var(--vh, 1svh) * 100);
  max-height: none;
  padding-block: 32px var(--padding-y-portfolio, 64px);
  padding-top: 40px;
}
@media (min-width: 768px) {
  .portfolio {
    max-width: calc(100% - 140px);
  }
}
@media (max-width: 576px) {
  .portfolio {
    padding-top: 20px;
  }
}

.portfolio-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
}
@media (max-width: 576px) {
  .portfolio-frame {
    height: calc(var(--vh, 1svh) * 100);
    padding-inline: 2px;
  }
}

.slider {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--fade-dur, 600ms) ease;
  pointer-events: none;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 576px) {
  .slide {
    align-items: center;
    padding-bottom: 0;
  }
}

.slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.slide-link {
  max-width: 100%;
}

.slide-link,
.slide img {
  display: block;
}

@media (max-width: 576px) {
  .slide-link {
    display: contents;
  }
}
.gslide-media.gslide-image {
  cursor: crosshair;
}

.slide img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  pointer-events: none;
  height: 100%;
  width: auto;
  max-width: 100%;
}
@media (max-width: 700px) {
  .slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slide {
    transition: none;
  }
}
/* GLightbox overrides */
.gprev,
.gnext {
  display: none !important;
}

.gclose {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.glightbox-clean .gclose path {
  fill: #000 !important;
}

.gcontainer {
  background: #fff !important;
}

.glightbox-clean .gslide-media {
  box-shadow: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  background: transparent !important;
}

.gdesc-inner {
  text-align: center;
}

.gslide-title,
.gslide-desc {
  color: #000 !important;
}

.gslide-description {
  background-color: transparent !important;
}

.gslide-media.gslide-image img {
  pointer-events: none;
}

@media (min-width: 500px) and (max-width: 768px) {
  .gdesc-inner {
    padding: 0 !important;
  }
}
.glightbox-clean .gslide-title,
.gslide-desc {
  font-family: "ZT Nature", sans-serif;
}

.gslide-inner-content {
  padding: 30px;
}

.gslide-image {
  max-width: 900px;
}

.gslide-image img {
  padding-top: 20px;
}

/* ===== About ===== */
.about-section {
  min-height: 100svh !important;
  align-content: end;
}

.container-xxl {
  max-width: 1280px;
  padding-block: clamp(3rem, 8svh, 7rem) clamp(3rem, 9svh, 8rem);
}
@media (max-width: 1600px) {
  .container-xxl {
    max-width: 1380px;
  }
}
@media (max-width: 576px) {
  .container-xxl {
    padding-bottom: 10px;
  }
}
@media (min-width: 1300px) {
  .container-xxl {
    padding-inline: 20px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1600px) {
  .container-xxl {
    padding-inline: 30px !important;
    max-width: 100% !important;
  }
}

.about-row {
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .about-row {
    min-height: clamp(500px, 75svh, 880px);
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .about-row {
    padding-inline: 20px;
  }
}
@media (max-width: 992px) and (min-height: 600px) {
  .about-row {
    padding-inline: 20px;
  }
}

.about-text {
  margin-bottom: 0.5rem;
}

.about-copy {
  max-width: 68ch;
  font-size: 1.35rem;
  line-height: 1.45;
}
.about-copy p {
  margin-bottom: 0.9rem;
}
@media (max-width: 576px) {
  .about-copy p {
    max-width: 90%;
    font-size: 1.1rem !important;
  }
  .about-copy p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .about-photo {
    width: min(38vw, 540px);
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .about-photo {
    max-width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .about-photo {
    max-width: 400px;
  }
}
.about-photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/3;
  width: 370px;
}
@media (max-width: 576px) {
  .about-photo img {
    max-width: 70%;
  }
}

.arrow__go-up--mobile {
  margin-top: 0 !important;
  text-align: right;
}
.arrow__go-up--mobile a {
  display: inline-block;
  transform: translateY(140%) translateX(5px);
}

.underline-hover {
  text-decoration: none;
}
.underline-hover:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.small {
  font-size: 1.05rem;
  letter-spacing: 0.005em;
  color: #666;
}

/* Credits version */
.credits-v1,
.credits-v2,
.credits-v3,
.credits-v4 {
  display: none;
}

.credits-v2 {
  display: block;
}

/* Credits Styles */
@media (max-width: 576px) {
  .credits-v2 {
    margin-top: 0 !important;
    margin-bottom: 1rem;
    transform: translateY(-100%);
    width: -moz-max-content;
    width: max-content;
  }
}
.credits-v2 .credits {
  text-align: right;
}
@media (max-width: 576px) {
  .credits-v2 .credits {
    text-align: left;
    font-size: 11px;
  }
}
@media (max-width: 405px) {
  .credits-v2 .credits {
    font-size: 10px;
  }
}

.text-credits {
  color: #8c8c8c !important;
}

.credits-v3 {
  padding-bottom: 20px;
}

.credits {
  font-size: 8px;
}

/* Landscape mobile mode adjustments */
@media screen and (orientation: landscape) and (max-device-width: 932px) {
  .slide-link {
    pointer-events: none;
    height: 100% !important;
  }
  #about .col-lg-4 {
    justify-content: right;
  }
  #about .col-lg-4 img {
    width: auto;
    height: 200px;
  }
  #about .container-xxl {
    padding-bottom: 1rem;
  }
  #about .about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--bs-gutter-x, 1rem);
    align-items: end;
  }
  #about .col-lg-8 {
    order: 1 !important;
  }
  #about .col-lg-4 {
    order: 2 !important;
  }
  #about .credits-v2 {
    order: 3;
  }
  #about .col-lg-8 {
    flex: 1 1 0%;
    max-width: none;
    min-width: 0;
    display: flex;
    transform: translateY(15px);
  }
  #about .col-lg-4 {
    flex: 0 0 auto;
    max-width: clamp(120px, 32vw, 200px);
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
  }
  #about .about-text {
    padding-right: clamp(12px, 2vw, 24px);
  }
  #about .about-copy p {
    font-size: 0.95rem;
    line-height: 1.25;
  }
  #about .about-photo img {
    height: min(70vh, 520px);
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header.fixed-top {
    padding-left: 0px;
  }
  header.fixed-top .nav__title {
    left: 10px !important;
  }
  header.fixed-top .nav-about {
    display: none !important;
  }
  .arrow__go-up--mobile {
    display: block !important;
    text-align: left;
  }
  .arrow__go-up--mobile a {
    transform: translateY(10px) translateX(5px);
    font-size: 1.2rem !important;
  }
  #credits {
    padding-top: 1rem;
    padding-top: 0 !important;
  }
  .about-photo {
    padding-bottom: 10px;
  }
  .small-text-target {
    font-size: 12px;
  }
  .credits__ars {
    display: none !important;
  }
  .credits-mobile--hide {
    display: none !important;
  }
  .credits-mobile--show {
    display: block !important;
  }
  .portfolio {
    padding-top: 45px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 768px) and (max-height: 420px) {
  .portfolio {
    padding-top: 45px !important;
    padding-bottom: 10px !important;
  }
  .slide {
    display: flex;
    justify-content: center;
  }
  .slide-link {
    display: flex;
  }
}
@media (min-width: 991px) {
  .about-text {
    padding-left: 25px;
  }
}
@media (min-width: 1600px) {
  .about-text {
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .small-text-target {
    font-size: 12px;
  }
}/*# sourceMappingURL=page.css.map */