/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Exposure40";
  src: url("/wp-content/themes/Oani/assets/fonts/ExposureItalicTrial-40.woff2") format("woff2"), url("/wp-content/themes/Oani/assets/fonts/ExposureItalicTrial-40.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exposure40";
  src: url("/wp-content/themes/Oani/assets/fonts/ExposureTrial-40.woff2") format("woff2"), url("/wp-content/themes/Oani/assets/fonts/ExposureTrial-40.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --fontregular: 15px;
  --fontresp: min(calc(1.3vw + 18px), 80px);
  --fontlarge: 23px;
}

@media screen and (min-width: 1440px) {
  :root {
    --fontregular: 17px;
    --fontresp: min(calc(1.3vw + 18px), 80px);
    --fontlarge: 23px;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --fontregular:14px;
    --fontresp: min(calc(1.3vw + 16px), 30px);
    --fontlarge: 21px;
  }
}
body {
  font-size: 16px;
  line-height: 1.29em;
  letter-spacing: -0.01em;
  font-family: "Exposure40", "Times New Roman", Times, serif;
  font-smooth: antialiased;
  color: var(--color-1);
  background-color: var(--color-3);
}

body.no-overflow {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 2800px) {
  body {
    font-size: 20px;
  }
}
h1, h2 {
  font-size: 1em;
  font-weight: normal;
  color: var(--color-1);
}

a {
  color: var(--color-1);
  text-underline-offset: 4px;
}

button {
  color: var(--color-1);
}

svg {
  fill: var(--color-1);
}

svg .st0 {
  fill: var(--color-1);
}

a:visited {
  color: var(--color-1);
}

a.active, a:active, a:focus, a:hover {
  color: var(--color-1);
  text-decoration: none;
  font-style: italic;
  border: none;
  box-shadow: none;
}

.menu-list li {
  list-style: none;
}

.menu-list a {
  text-transform: uppercase;
  font-size: 1em;
}

.lozad {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.lozad.loaded {
  opacity: 1;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

.col-title {
  text-align: center;
  padding-top: 50vh;
  height: calc(100vh - 40px);
  overflow: hidden;
}

.col-content {
  padding-top: 50vh;
  height: calc(100vh - 40px);
  overflow-y: scroll;
}

.default-container {
  padding-left: 15px;
  padding-right: 15px;
}

article p + p {
  margin-top: 1em;
}

article strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.show-desktop {
  display: inline-block;
}

.show-mobile {
  display: none;
}

.blocks-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .blocks-mobile {
    display: block;
  }
}
.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: var(--color-3);
  z-index: 10000;
  padding-left: 0;
  padding-right: 0;
  font-family: "Exposure40";
  overflow: hidden;
  transition: background-color 0.5s linear;
}

.main-navigation:hover {
  background-color: var(--color-3);
}

.main-navigation .st0,
.main-navigation svg {
  transition: fill 0.5s linear;
}

.main-navigation a {
  transition: color 0.3s linear;
}

.main-navigation:after {
  content: "";
  display: block;
  clear: both;
  border-bottom: 1px solid var(--color-1);
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  transition: border 0.3s linear;
  z-index: 1000;
}

.main-navigation.hidden {
  background-color: transparent;
  height: auto;
}

.main-navigation.hidden svg,
.main-navigation.hidden .st0,
.main-navigation.hidden a {
  fill: var(--home_color);
}

.main-navigation.hidden .menu-container {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-navigation.hidden .menu-container .row-menu {
  display: none;
}

.main-navigation.hidden .menu-container .first-row {
  display: flex;
}

.main-navigation.hidden .menu-container .menu-item {
  opacity: 0;
}

.main-navigation.hidden .menu-item {
  display: block;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.main-navigation.hidden:after {
  border-bottom: none;
}

.main-navigation.hidden .menu-logo {
  width: 77%;
  height: auto;
  position: fixed;
  bottom: 25px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
}

.main-navigation.hidden .burger-menu {
  display: none;
}

.main-navigation.hidden .first-row:after {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.main-navigation.color-2 {
  background-color: transparent;
}

.main-navigation.color-2 .st0,
.main-navigation.color-2 .menu-logo svg {
  fill: var(--home_color);
}

.main-navigation.color-2 a,
.main-navigation.color-2 div {
  color: var(--home_color);
}

.main-navigation.color-2 button {
  color: var(--home_color);
}

.main-navigation.color-2 #menu-list li a {
  color: var(--home_color);
}

.main-navigation.color-2:after {
  border-color: var(--home_color);
}

.main-navigation.color-2 .bar {
  background-color: var(--home_color);
}

.main-navigation.color-2 .first-row:after {
  border-bottom: 1px solid var(--home_color);
}

.main-navigation.color-2.open .bar {
  background-color: var(--color-1);
}

.main-navigation.color-2.open .first-row:after {
  border-bottom: 1px solid var(--color-1);
}

.main-navigation.open.hidden:after {
  border-color: transparent;
}

.main-navigation.open, .main-navigation.open.color-2 {
  background-color: var(--color-3);
}

.main-navigation.open .st0,
.main-navigation.open .menu-logo svg, .main-navigation.open.color-2 .st0,
.main-navigation.open.color-2 .menu-logo svg {
  fill: var(--color-1);
}

.main-navigation.open a,
.main-navigation.open div, .main-navigation.open.color-2 a,
.main-navigation.open.color-2 div {
  color: var(--color-1);
}

.main-navigation.open button, .main-navigation.open.color-2 button {
  color: var(--color-1);
}

.main-navigation.open #menu-list li a, .main-navigation.open.color-2 #menu-list li a {
  color: var(--color-1);
}

.main-navigation.open #menu-list li a:hover, .main-navigation.open.color-2 #menu-list li a:hover {
  color: var(--hover_color);
}

.main-navigation.open:after, .main-navigation.open.color-2:after {
  border-color: var(--color-1);
}

.main-navigation.open.hidden:after {
  border-color: transparent;
}

nav.main-navigation {
  padding: 0 20px;
  font-size: 23px;
  font-family: "Exposure40";
}

.page-template-about .main-navigation.color-2.open,
.page-template-shop .main-navigation.color-2.open {
  background-color: white;
}

.project-menu {
  margin-top: 0px;
  padding-top: 50px;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.menu-container .footer-list a:nth-of-type(2) {
  text-align: center;
}

.menu-container .footer-list a:nth-of-type(3) {
  text-align: right;
}

.menu-container .legal-menu {
  padding-bottom: 10px;
  background-color: transparent;
}

.swiper-header {
  font-size: 23px;
  line-height: 1.1em;
  height: 100%;
}

.swiper-header .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}

.swiper-header .swiper-slide picture {
  height: 100%;
}

.swiper-header .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swiper-header .swiper-slide .img-holder,
.swiper-header .swiper-slide .legend {
  width: 100%;
}

.swiper-header .swiper-slide .legend {
  padding-top: 5px;
  flex-grow: 1;
}

.swiper-header .swiper-slide:hover .title-hover {
  display: flex;
  opacity: 1;
}

.swiper-header .swiper-slide:hover .legend {
  opacity: 0;
}

.swiper-header .img-holder {
  flex: 0 0 auto;
  height: calc(100% - 2em);
}

.swiper-header .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.menu-container .project-menu {
  opacity: 0;
  padding-bottom: 15px;
  overflow: hidden;
}

.menu-container .project-menu .swiper-container {
  overflow: hidden;
  position: relative;
}

.menu-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.menu-container .menu-item {
  width: 9em;
  height: 60px;
  display: flex;
  align-items: center;
  color: var(--color-1);
}

.menu-container .menu-item div {
  line-height: 1;
  font-style: italic;
  font-size: var(--font-large);
}

.menu-container .menu-item:last-of-type {
  text-align: right;
}

.menu-container a,
.menu-container button {
  width: 100%;
  display: block;
}

.menu-container a.active,
.menu-container button.active {
  text-decoration: none;
  font-style: italic;
}

.menu-container a:hover .title-hover,
.menu-container button:hover .title-hover {
  display: flex;
  opacity: 1;
}

.menu-container button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.menu-container .project-menu {
  opacity: 0;
  padding-bottom: 15px;
}

.row-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.main-navigation.open .project-menu {
  opacity: 1;
  padding-bottom: 15px;
}

.projects-link {
  cursor: pointer;
}

.projects-link:hover {
  font-style: italic;
}

.projects-link {
  cursor: pointer;
}

.projects-link div.close {
  display: none;
}

.projects-link div.close svg {
  width: 35px;
  height: 35px;
}

.open .projects-link div.open {
  display: none;
}

.open .projects-link div.close {
  display: block;
}

.menu-logo {
  height: auto;
  width: 160px;
  padding-top: 13px;
}

.menu-logo a {
  width: 100%;
  height: 100%;
}

.menu-logo svg {
  height: auto;
  width: 100%;
  object-position: center;
  object-fit: contain;
}

.home .menu-logo {
  opacity: 0;
}

.row-menu.list-menu {
  height: 100%;
  flex: 1;
}

#menu-list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
  align-items: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  transform: none;
  z-index: 300;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#menu-list li {
  padding: 0;
  margin: 0;
  margin-left: 2%;
  margin-right: 2%;
  width: auto;
  font-size: 23px;
  line-height: 1.18em;
}

#menu-list li a {
  padding: 0;
  margin: 0;
  color: var(--color-1);
  text-decoration: none;
}

#menu-list li a:hover {
  color: var(--hover_color);
  font-style: normal;
}

.footer-list {
  width: 100%;
  box-sizing: border-box;
}

.footer-list .menu-item {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

Ul.list-mobile {
  display: flex;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid white;
  padding: 10px 0;
  width: 100%;
  text-transform: uppercase;
  justify-content: space-between;
  box-sizing: border-box;
}

Ul.list-mobile li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

Ul.list-mobile li a {
  color: white;
}

.mobile-menu {
  position: absolute;
  right: 15px;
  top: 15px;
}

.menu-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 19px;
  height: 16px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 100000;
  mix-blend-mode: difference;
}

.menu-burger span {
  background-color: white;
  width: 100%;
  height: 1px;
  transition: all 0.3s linear;
}

.menu-burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 6px);
}

.menu-burger.open span:nth-child(2) {
  opacity: 0;
}

.menu-burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -3px);
}

.menu-burger span {
  background-color: white;
}

.menu-content {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  background-color: black;
  z-index: 10000;
  overflow-y: auto;
  padding-top: 85px;
  color: white;
}

.menu-content ul.menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-content ul.menu-list a {
  color: white;
}

.menu-content ul.menu-list li {
  margin: 0px 0;
}

.mobile-menu.open .menu-overlay {
  display: block;
}

.mobile-menu.open .menu-content {
  display: block;
}

.menu-burger {
  display: none;
}

.menu-container .last-menu {
  justify-content: flex-end;
  font-style: normal;
}

.menu-container .last-menu .projects-link div {
  font-style: normal;
}

.menu-container .last-menu .projects-link div:hover {
  font-style: italic;
}

@media (min-width: 961px) {
  .menu-desktop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media (max-width: 960px) {
  header {
    background-color: transparent;
  }
  .menu-burger {
    display: flex;
  }
  .logo {
    position: fixed;
    top: 13px;
    left: 50%;
    transform: translateX(-60px);
    width: 120px;
    height: auto;
    z-index: 10000;
    padding-left: 0;
  }
  .menu-logo {
    width: 120px;
    position: relative;
    padding-bottom: 12px;
    padding-top: 12px !important;
  }
  .row-menu:first-of-type ul.list-mobile li {
    text-align: center;
    width: 100%;
  }
  Ul.list-mobile li {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 33.33333%;
    text-align: left;
  }
  nav ul.lang {
    padding-left: 0;
    margin-left: 0;
    width: 33.33333%;
    justify-content: flex-end;
  }
  nav ul.lang li {
    width: auto;
  }
  Ul.list-mobile li:nth-of-type(2) {
    text-align: center;
  }
  Ul.list-mobile li:nth-of-type(3) {
    text-align: right;
  }
  .burger-menu {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 14px;
  }
  .bar {
    background-color: var(--color-1);
    display: block;
    height: 1px;
    width: 100%;
    margin: 4px 0;
    transition: 0.4s;
  }
  .menu-content {
    display: none;
  }
  .open .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .open .bar:nth-child(2) {
    opacity: 0;
  }
  .open .bar:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }
  #menu-list {
    flex-direction: column;
  }
  nav.main-navigation {
    padding: 0 11px;
  }
  .first-row {
    position: relative;
  }
  .first-row:after {
    border-bottom: 1px solid black;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    content: " ";
    display: block;
    opacity: 1;
  }
  .header.open:after {
    border-bottom: 1px solid black;
  }
  .main-navigation:after {
    display: none;
  }
  .menu-item {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  .burger-button {
    position: fixed;
    top: 13px;
    right: 13px;
  }
  .menu-container .menu-item {
    display: none;
  }
  .row-menu {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 50px;
  }
  #menu-list {
    opacity: 0;
  }
  #menu-list .menu-item {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  #menu-list .menu-item {
    height: 3em;
  }
  .row-menu.list-menu {
    overflow: hidden;
  }
  .main-navigation.hidden .menu-logo {
    width: 80%;
    height: auto;
    position: fixed;
    bottom: 15px;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
  }
}
.footer-mobile {
  background-color: white;
}

footer {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  bottom: 0;
  background-color: var(--color-3);
  color: var(--color-1);
  z-index: 1010;
  position: relative;
  padding-top: 60px;
}

footer svg, footer .st0 {
  transition: fill 0.3s ease-in-out;
  fill: var(--color-1);
}

footer a {
  height: auto;
}

footer .about-section {
  font-size: 23px;
  line-height: 1.18em;
  min-height: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 0px;
}

footer .legal-menu {
  position: relative;
}

footer .legal-menu::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: var(--color-3);
  position: absolute;
  top: 0;
  left: 20px;
}

footer .footer-list {
  padding-top: 10px;
}

footer .footer-list a {
  color: var(--color-1);
}

.logo-footer {
  width: 75%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}

.logo-footer div {
  width: 100%;
}

.logo-footer svg {
  width: 100%;
  height: auto;
}

.logo-footer svg:hover {
  fill: var(--color-1);
}

.logo-footer svg:hover .st0 {
  fill: var(--color-1);
}

.legal-menu {
  width: 100%;
}

.footer-text {
  padding: 5px 20px;
  font-size: min(1.3vw + 18px, 80px);
  line-height: 1.2em;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

.footer-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 5px 20px;
  padding-bottom: 20px;
  margin: 0;
  justify-content: space-between;
  text-transform: uppercase;
}

.footer-list li {
  margin-top: 0;
}

.row-menu .footer-list {
  padding: 0;
  font-size: var(--fontregular);
}

.about-section.contact-footer {
  padding-bottom: 11px;
}

@media screen and (min-width: 960px) {
  .footer-mobile {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .logo-footer {
    width: 25%;
  }
  .footer-text {
    padding: 5px 15px;
    font-size: min(1.3vw + 18px, 80px);
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
.content-home {
  padding: 0px;
}

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

.block picture {
  display: block;
  position: relative;
  line-height: 0;
}

.block picture img {
  line-height: 0;
}

.block + .block {
  margin-top: 8.5vw;
}

.block:last-of-type {
  padding-bottom: 80px;
}

.block.solo-picture .picture,
.block.solo-picture img,
.block.solo-picture picture,
.block.vertical-pictures .picture,
.block.vertical-pictures img,
.block.vertical-pictures picture,
.block.horizontal-pictures .picture,
.block.horizontal-pictures img,
.block.horizontal-pictures picture {
  max-height: calc(100vh - 100px);
  object-fit: contain;
  object-position: left;
}

.horizontal-pictures .col-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-pictures .col-5 .picture {
  width: 60%;
  height: auto;
}

.text-block {
  padding: 20px;
}

.text-block .al-center {
  text-align: center;
}

.text-block .al-right {
  text-align: right;
}

.text-block .al-left {
  text-align: left;
}

.text-block .size-big {
  font-size: 23px;
  line-height: 1.18em;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.text-block .size-regular {
  font-size: var(--fontregular);
  width: 50%;
  max-width: 50em;
  line-height: 1.18em;
}

.block.solo-picture .col-10 {
  max-width: 83.3333333333%;
  width: auto;
}

.block .picture,
.block img,
.block picture {
  width: 100%;
  height: auto;
}

.solo-picture.right {
  justify-content: flex-end;
}

.solo-picture.fullw {
  width: 100%;
}

.solo-picture.fullw .picture,
.solo-picture.fullw img,
.solo-picture.fullw picture {
  max-height: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.solo-picture.fullw .col-100 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.vertical-pictures {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-pictures .picture {
  width: 30%;
  margin-left: 5%;
  margin-right: 5%;
}

.video-block {
  max-width: 100%;
}

.video-holder {
  width: 100%;
  background-color: black;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .block.half-width-picture {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .block.half-width-picture a {
    width: 100%;
  }
  .block.half-width-picture.right {
    justify-content: flex-end;
  }
  .block.half-width-picture .col {
    width: 55%;
  }
  .col {
    padding-left: 0;
    padding-right: 0;
  }
  .block + .block {
    margin-top: 12px;
  }
  .container-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
  .block:last-of-type {
    margin-bottom: 100px;
  }
  .block img {
    width: 100%;
  }
  .page-template-home .caption {
    display: block;
    opacity: 1;
    font-size: 14px;
    text-align: left;
    margin-top: 2px;
  }
  .block.full-width-picture {
    flex-direction: column;
    align-items: flex-start;
  }
  .spacer {
    display: block;
    width: 100%;
    height: 115px;
  }
}
.page-template-about, .page-template-shop {
  color: var(--color-1);
  background-color: var(--color-3);
}

.page-template-about .about-page-container a, .page-template-shop .about-page-container a {
  color: var(--color-1);
}

.page-template-about .main-navigation.color-2, .page-template-shop .main-navigation.color-2 {
  background-color: var(--color-1);
}

.about-page-container {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.scroll-menu {
  list-style: none;
}

.scroll-menu li a {
  font-size: 23px;
}

.scroll-menu li a:hover, .scroll-menu li a .active {
  font-style: italic;
  text-decoration: none;
}

.spacer.col-2 {
  margin-left: 20%;
  padding-right: 2%;
}

.about-page-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}

.about-page-links {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 15px 20px;
  padding-top: 60px;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-page-links .scroll-menu {
  padding-left: 1px;
}

.about-page-content {
  height: 100%;
  overflow: auto;
}

.about-page-images {
  padding: 10px;
}

.about-page-images img {
  display: none;
}

.about-section {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 80px;
  scroll-margin: 0;
}

.about-section img {
  max-height: 80vh;
  object-fit: contain;
  object-position: top left;
}

.font-resp {
  font-size: min(1.3vw + 18px, 80px);
  line-height: 1.18em;
}

.studio-content {
  padding-left: 10px;
}

.illustration {
  padding-left: 10px;
}

.studio-content p {
  font-size: 23px;
  line-height: 1.18em;
}

.studio-content p + p {
  margin-top: 1em;
}

.section-illustration {
  padding-left: 10px;
  box-sizing: border-box;
}

.section-illustration picture {
  display: block;
}

.section-illustration picture img {
  width: 100%;
}

.col-3.spacer {
  padding-right: 16.6666666667%;
}

#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  line-height: 1.18em;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 100vh;
}

.columns-contact {
  align-items: flex-start;
}

.columns-contact .col:last-of-type {
  text-align: right;
}

.columns-contact .col:nth-of-type(2) {
  text-align: center;
}

.page-template-default h3 {
  font-size: 23px;
  line-height: 1.18em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

.page-template-default strong {
  font-style: italic;
  font-weight: normal;
}

.page-template-default .default-container a {
  font-style: italic;
}

.page-template-default .default-container a:hover {
  color: var(--color-hover);
}

@media screen and (max-width: 960px) {
  .about-section .col-3.spacer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
    padding-top: 0;
  }
  .about-section .col-6 {
    width: 100%;
  }
  .about-page-links {
    display: none;
  }
  .about-section {
    padding-right: 11px;
    display: flex;
    flex-direction: column;
  }
  .columns-contact {
    flex-direction: column;
  }
  .columns-contact .col-4 {
    width: 100%;
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about-title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    letter-spacing: -1.15pt;
  }
  .about-title h2 {
    color: var(--color-1);
    font-size: 23px;
  }
}
/* Prehome */
:root {
  --sticky-top: -8000px;
}

body {
  overflow-y: scroll;
}

#content {
  background-color: var(--color-3);
}

.page-template-home {
  height: 100%;
  position: relative;
}

.page-template-home .caption {
  display: none;
  opacity: 0;
}

.prehome-logo {
  width: 90%;
  height: auto;
}

.prehome-logo svg {
  width: 100%;
  height: auto;
  fill: var(--color-1);
}

.prehome-holder {
  height: auto;
}

.prehome-video-desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prehome-video-desktop video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-holder {
  width: 100%;
  background-color: black;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.projects-swiper, .introduction, .blocks-home .block {
  padding-left: 10px;
  padding-right: 10px;
}

.blocks-home .block.full-w {
  padding-left: 0;
  padding-right: 0;
}

.block.solo-picture.fullw {
  padding-left: 0;
  padding-right: 0;
}

#prehome-carousel {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
}

#prehome-carousel .carousel-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}

#prehome-carousel .carousel-item {
  height: 100%;
  min-height: 350px;
  width: 100%;
}

#prehome-carousel .carousel-item img, #prehome-carousel .carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main {
  position: sticky;
  top: var(--sticky-top);
  z-index: 30;
}

.content-home {
  position: relative;
}

.credit-prehome {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 0.8em;
}

.introduction, .introduction-single {
  padding: 20px;
  font-family: "Exposure40";
  font-size: min(1.3vw + 18px, 80px);
  letter-spacing: -0.99px;
  line-height: 1.18em;
  box-sizing: border-box;
}

.intro-holder {
  top: 75px;
  position: sticky;
}

.text-prehome {
  margin-top: 150vh;
}

.intro-brown {
  color: var(--home_color);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 75px;
}

.intro-brown .intro-content {
  min-height: 175vh;
}

.intro-brown .intro-content .intro-holder {
  position: sticky;
  top: 75px;
}

.intro-white {
  margin-bottom: 0px;
  padding-bottom: 120px;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  margin-top: calc(-90vh - 75px);
  color: var(--color-1);
  background-color: var(--color-3);
  scroll-margin: 0;
}

.intro-white .intro-content {
  min-height: 100vh;
}

.intro-white .intro-content .intro-holder {
  position: sticky;
  top: 75px;
  margin-top: -50vh;
}

.projects-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 85px;
  background-color: var(--color-3);
  margin-top: -1px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 100%;
  top: 0;
}

.swiper-button-next svg, .swiper-button-prev svg {
  fill: transparent;
  stroke: var(--color-2);
  width: 50px;
  height: auto;
  stroke-width: 1.5;
}

.swiper-button-prev {
  left: 17px;
}

.swiper-button-prev svg {
  transform: scaleX(-1);
}

.swiper-button-next {
  right: 17px;
}

.swiper-home {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.swiper-home .swiper-slide {
  height: auto;
}

.swiper-home .swiper-slide img, .swiper-home .swiper-slide picture {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-home .swiper-slide a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}

.swiper-home .swiper-slide a picture, .swiper-home .swiper-slide a img {
  flex: 1;
}

.swiper-home .swiper-slide a .legend {
  line-height: 1.2em;
  margin-top: 4px;
}

.swiper-slide {
  box-sizing: border-box;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: auto;
}

.swiper-slide .legend {
  text-align: left;
}

.swiper-slide a {
  display: block;
  width: 100%;
}

.swiper-slide picture, .swiper-slide img {
  width: 100%;
  height: auto;
}

.caption {
  font-family: "Exposure40";
}

#content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-mobile {
  display: none;
}

.title-hover {
  position: absolute;
  top: unset;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s linear;
  line-height: 0;
  bottom: 0;
  aspect-ratio: 7/10;
}

.title-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
  opacity: 0.9;
}

.title-hover h2 {
  color: var(--color-2);
  position: relative;
  z-index: 1000;
  text-align: center;
  font-size: 23px;
  font-style: normal;
}

.page-template-archive-projects .title-hover {
  position: absolute;
  top: unset;
  left: 0;
  width: 100%;
  height: calc(100% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s linear;
  line-height: 0;
  bottom: 5px;
  aspect-ratio: 7/10;
}

.block a {
  position: relative;
  display: block;
}

.block a:hover .title-hover {
  opacity: 1;
}

.block a:hover .caption {
  opacity: 0;
}

.swiper-slide a picture {
  position: relative;
  display: block;
  line-height: 0;
}

.swiper-slide a a {
  display: block;
  width: 100%;
  position: relative;
  display: block;
}

.swiper-slide a:hover .title-hover {
  opacity: 1;
}

.swiper-slide a:hover .legend {
  opacity: 0;
}

.swiper-prehome-mobile {
  display: none;
}

.swiper-prehome-desktop {
  display: block;
}

@media screen and (max-width: 960px), (orientation: portrait) {
  .container-mobile {
    display: block;
  }
  .swiper-prehome-mobile {
    display: block;
  }
  .swiper-prehome-desktop {
    display: none;
  }
  .page-template-home .menu-burger {
    position: absolute;
  }
  .page-template-home .caption {
    display: block;
    opacity: 1;
  }
  .projects-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
    padding-right: 0;
    margin-bottom: 60px;
    background-color: var(--color-3);
    margin-top: -1px;
  }
  .projects-swiper .swiper-container {
    width: 77vw;
    overflow: visible;
  }
  .projects-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .projects-swiper .swiper-slide img {
    aspect-ratio: 3/4;
    width: 100%;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .introduction, .introduction-single {
    padding: 12px;
    box-sizing: border-box;
  }
  .intro-brown {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 52px;
  }
  .intro-brown .intro-content {
    min-height: 190vh;
  }
  .intro-brown .intro-content .intro-holder {
    position: sticky;
    top: 52px;
  }
  .intro-white {
    margin-bottom: 0px;
    padding-bottom: 120px;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    margin-top: calc(-90vh - 52px);
    color: var(--color-1);
    background-color: var(--color-3);
    scroll-margin: 0;
  }
  .intro-white .intro-content {
    min-height: 145vh;
  }
  .intro-white .intro-content .intro-holder {
    position: sticky;
    top: 50px;
    margin-top: -70vh;
  }
  .title-hover h2 {
    font-size: 15px;
  }
}
.shop-page-container .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  padding: 20px;
  padding-top: 60px;
  box-sizing: border-box;
}

.shop-page-container .flex-container .col {
  font-size: min(1.3vw + 18px, 80px);
}

.shop-page-container .flex-container .col:nth-of-type(2) {
  text-align: center;
}

.shop-page-container .flex-container .col:nth-of-type(3) {
  text-align: right;
}

.titles {
  text-align: center;
  font-size: min(1.3vw + 18px, 80px);
  font-family: "Exposure40";
  line-height: 1.18em;
  padding: 60px;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

.titles .title {
  position: sticky;
  top: 73px;
}

.cover-col {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.cover-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
}

.col-single-title {
  height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.col-single-title .titles {
  padding: 0px 20px;
  min-height: 0;
  padding-bottom: 20px;
  padding-top: 13px;
}

.col-single-title .titles h1 {
  text-align: left;
  font-size: min(1.3vw + 18px, 80px);
}

.col-single-title .informations {
  padding-left: 20px;
}

.col-single-title .informations h2 {
  font-size: 23px;
  padding-bottom: 10px;
}

.col-single-title .informations .columns {
  border-top: 1px solid black;
  padding-top: 0px;
  margin-left: 0;
  margin-right: 0;
}

.col-cover {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 60px);
  display: flex;
}

.article-content {
  padding-top: 60px;
  background-color: var(--color-5);
}

.single .introduction {
  padding-bottom: 80px;
  padding-top: 5px;
}

.single .intro {
  font-size: 23px;
  line-height: 1.18em;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.single .intro .pres-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  padding: 0px 20px;
  padding-right: 0;
}

.blocks-content {
  padding-top: 20px;
}

.block:last-of-type {
  margin-bottom: 80px;
}

.introduction-single {
  min-height: 0;
  display: block;
}

.pres-container, .spacer {
  flex: 1;
}

.informations {
  width: 100%;
  font-size: var(--fontregular);
  line-height: 1.2em;
}

.informations .columns {
  width: 100%;
  justify-content: space-between;
  padding: 10px 0;
}

.informations .columns .col {
  width: 33.3333%;
  padding: 10px 0;
  box-sizing: border-box;
}

.informations .columns .col:nth-of-type(2) {
  text-align: center;
}

.informations .columns .col:nth-of-type(3) {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .article-content .col.col-6 {
    width: 100%;
    height: auto;
  }
  .article-content .columns {
    flex-direction: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .titles {
    width: 100%;
  }
  .col-single-title .titles h1 {
    text-align: center;
    font-size: min(1.3vw + 18px, 80px);
  }
  .titles {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .titles .title {
    position: static;
    top: 73px;
  }
  .cover-mobile {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .single .intro .pres-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    padding: 0px;
  }
  .intro {
    padding-left: 11px;
    padding-right: 11px;
  }
  .col-single-title .informations {
    padding-left: 11px;
    padding-right: 11px;
  }
  .col-single-title .informations .columns {
    border-top: 1px solid black;
    padding-top: 0px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
  }
  .col-cover.show-desktop {
    display: none;
  }
  section.blocks-mobile {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.page-template-archive-projects {
  padding-top: 60px;
}

.page-template-archive-projects .intro {
  padding: 20px;
  text-align: left;
  font-size: 23px;
  letter-spacing: -0.99px;
  line-height: 1.18em;
  max-width: 60em;
  padding-bottom: 120px;
}

.page-template-archive-projects .intro p + p {
  margin-top: 1em;
}

.page-template-archive-projects .intro .columns .col-6 {
  padding: 0 10px;
}

.grid-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  padding-bottom: 120px;
}

.grid-projects .project-item picture {
  aspect-ratio: 7/10;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.grid-projects .project-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.grid-projects .project-item:hover .title-hover {
  display: flex;
  opacity: 1;
}

.grid-projects .project-item:hover .legend {
  opacity: 0;
}

@media screen and (min-aspect-ratio: 4/3) {
  .grid-projects {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .grid-projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 13px;
    padding-bottom: 120px;
  }
  .page-template-archive-projects .intro {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 60px;
  }
  .intro .columns {
    flex-direction: column;
  }
  .intro .columns .col-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .intro .columns .col-6:first-of-type {
    margin-bottom: 20px;
  }
  .legend {
    height: 2.5em;
  }
  .grid-projects .project-item .title-hover h2 {
    font-size: 15px;
  }
} /*# sourceMappingURL=style.css.map */