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

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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;
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: "Exposure";
  src: url("/fonts/exposure/ExposureItalicTrial[-10].otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ABC Favorit";
  src: url("/fonts/ABCFavoritEdu-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
h3 {
  font-family: "Exposure", serif;
  font-style: italic;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5;
}

h4 {
  font-family: "ABC Favorit", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03rem;
  color: #ffffff;
  font-size: 0.5rem;
  line-height: 1.5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  background-color: #191919;
}

body {
  background-color: #000000;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "ABC Favorit", sans-serif;
}
@media screen and (min-width: 1024px) {
  body {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }
}
body:has(main.project) {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3rem;
  padding: 3rem 4rem 5rem 4rem;
  z-index: 1000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: calc(769px - 1px)) {
  nav {
    padding: 2rem 1rem 4rem 1rem;
  }
}
nav .logo {
  height: 3rem;
}
nav .logo a,
nav .logo img {
  height: 100%;
}
nav .links {
  height: 3rem;
  display: flex;
  align-items: end;
  flex-flow: row nowrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: calc(769px - 1px)) {
  nav .links {
    margin-top: 3.5rem;
    flex-flow: column nowrap;
    row-gap: 0.2rem;
  }
}
nav .links a {
  text-decoration: none;
  color: #ffffff;
}
nav .links a.active, nav .links a:hover, nav .links a:focus, nav .links a:active {
  color: #ffffff;
  font-family: "Exposure", serif;
}

main {
  height: 100%;
  width: 100%;
  padding: 4rem;
}
@media screen and (max-width: calc(1024px - 1px)) {
  main {
    padding-top: 10rem;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  .container {
    max-width: 500px;
  }
}
.container .row {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (min-width: 1024px) {
  .container .row {
    flex-flow: row nowrap;
  }
}
.container .row:first-child {
  align-items: baseline;
}
.container .row .painting {
  color: #ffffff;
  text-decoration: none;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.container .row .painting .img-container {
  position: relative;
  width: 100%;
}
.container .row .painting .img-container img {
  margin-bottom: 0.75rem;
}
.container .row .painting .img-container .bnw {
  position: absolute;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  filter: grayscale(100%);
}
@media (hover: hover) {
  .container .row .painting:hover .img-container img.bnw {
    opacity: 0;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .painting {
    padding: 3rem 0;
  }
  #ormont {
    padding-left: 2vw;
    padding-right: 2vw;
    order: 2;
  }
  #eren {
    padding-left: 5vw;
    padding-right: 5vw;
    order: 1;
  }
  #schg {
    padding-left: 5vw;
    padding-right: 5vw;
    order: 4;
  }
  #hubbl {
    padding-left: 0vw;
    padding-right: 0vw;
    order: 3;
  }
  #nm {
    padding-left: 1vw;
    padding-right: 1vw;
    order: 4;
  }
  #lc {
    padding-left: 0vw;
    padding-right: 0vw;
    order: 1;
  }
  #renfile {
    padding-left: 2vw;
    padding-right: 2vw;
    order: 3;
  }
  #eltony,
  #cinecivic {
    padding-left: 4vw;
    padding-right: 4vw;
    order: 2;
  }
  #veau,
  #vortex {
    padding-left: 2vw;
    padding-right: 2vw;
    order: 5;
  }
  .touch-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .painting {
    padding: 0.8vw;
  }
  #sleep {
    max-width: 18.1%;
    transform: translate(-9.5%, -0.9rem);
  }
  #ormont {
    max-width: 20%;
    transform: translate(-4.8%, -1.9rem);
  }
  #eren {
    max-width: 22.8%;
    transform: translate(-2.9%, 0.4rem);
  }
  #schg {
    max-width: 19%;
    transform: translate(0, 1rem);
  }
  #hubbl {
    max-width: 24.7%;
    transform: translate(4.8%, -0.9rem);
  }
  #nm {
    max-width: 17.1%;
    transform: translate(-17.1%, -0.9rem);
  }
  #lc {
    max-width: 20.9%;
    transform: translate(0, 0rem);
  }
  #renfile {
    max-width: 16.2%;
    transform: translate(7.6%, 1.8rem);
  }
  #eltony,
  #cinecivic {
    max-width: 19%;
    transform: translate(9.5%, 0rem);
  }
  #veau,
  #vortex {
    max-width: 14.3%;
    transform: translate(19%, -1.8rem);
  }
  .touch-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
main.project {
  padding: 11rem 0 0 0;
  position: relative;
  height: 100vh;
  height: 100svh;
}
main.project .carousel-container {
  height: 100%;
  position: relative;
}
main.project .carousel-container #carousel {
  height: 100%;
  min-width: 100vw;
  overflow-x: scroll;
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 10rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
main.project .carousel-container #carousel .img-wrapper {
  flex: 0 0 auto;
  height: 100%;
  align-items: center;
  display: flex;
  --margin-left-bool: 1;
  --margin-right-bool: 1;
  margin-left: calc(var(--margin-left-bool) * (100vw - var(--item-width)) / 2);
  margin-right: calc(var(--margin-right-bool) * (100vw - var(--item-width)) / 2);
}
main.project .carousel-container #carousel .img-wrapper img,
main.project .carousel-container #carousel .img-wrapper video {
  max-height: 100%;
  width: auto;
  max-width: calc(100vw - 6rem);
}
@media screen and (max-width: calc(300px - 1px)) {
  main.project .carousel-container #carousel .img-wrapper img,
  main.project .carousel-container #carousel .img-wrapper video {
    min-width: min(100vw - 2rem, 350px);
  }
}
main.project .carousel-container #carousel .img-wrapper img,
main.project .carousel-container #carousel .img-wrapper video {
  margin: 0 auto;
}
main.project .carousel-container #scroll {
  position: absolute;
  right: 3rem;
  bottom: 8rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
main.project .carousel-container #scroll.hidden {
  opacity: 0;
}
main.project .carousel-container #scroll p {
  font-family: "Exposure", serif;
  color: #ffffff;
  margin-right: 2rem;
}
main.project .carousel-container .links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
main.project .carousel-container .links a {
  text-decoration: none;
}
@media (hover: hover) {
  main.project .carousel-container .links a:hover {
    color: #ffffff;
    font-family: "Exposure", serif;
  }
}

main.about {
  padding: 10rem 2rem;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
main.about .grow {
  flex-grow: 1;
}
main.about .text-wrapper p {
  margin: 0 auto;
  max-width: 60ch;
}
main.about .email {
  margin: 0 auto;
  width: 100%;
  max-width: 60ch;
}
main.about .email p {
  font-family: "Exposure", serif;
  color: #ffffff;
}
main.about .email a {
  text-decoration: none;
  color: #ffffff;
}
@media (hover: hover) {
  main.about .email a:hover {
    color: #ffffff;
    font-family: "Exposure", serif;
  }
}

#infos-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  display: none;
}
#infos-overlay.visible {
  display: flex;
  animation: fadeIn 0.3s ease-in-out forwards;
}
#infos-overlay:not(.visible) {
  animation: fadeOut 0.3s ease-in-out forwards;
}
#infos-overlay #content {
  padding: 2rem;
  max-width: 900px;
}
#infos-overlay #content #title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  display: block;
}
#infos-overlay #content #subtitle {
  font-size: 1.25rem;
  font-style: italic;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: flex;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    display: flex;
  }
  to {
    opacity: 0;
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */