/*
==========================
  SASS Presets
========================== */
/*
==========================
  Initials
========================== */
/* Webfont: Executive-Light */
@font-face {
  font-family: "ExecutiveLight";
  src: url("../fonts/Executive-Light.eot");
  src: url("../fonts/Executive-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Executive-Light.woff") format("woff"), url("../fonts/Executive-Light.ttf") format("truetype"), url("../fonts/Executive-Light.svg#Executive-Light") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Panama-Monospace */
@font-face {
  font-family: "Panama";
  src: url("../fonts/Panama-Monospace.eot");
  src: url("../fonts/Panama-Monospace.eot?#iefix") format("embedded-opentype"), url("../fonts/Panama-Monospace.woff") format("woff"), url("../fonts/Panama-Monospace.ttf") format("truetype"), url("../fonts/Panama-Monospace.svg#Panama-Monospace") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*
--------------------------
  Kirby presets
-------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

::selection {
  background: rgba(255, 255, 255, 0.01);
  color: #000;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  background: #fff;
  color: #000;
  font: normal 400 14px/14px "Panama", courier, monospace;
  overflow-y: scroll;
  scroll-snap-type: y proximity;
  cursor: default;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  cursor: crosshair;
  letter-spacing: 0.07em;
}

button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

:focus {
  outline: 0;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
  display: block;
}

img[data-sizes=auto] {
  display: block;
  width: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 1000ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/*
==========================
  Typography
========================== */
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 {
  font-family: "Panama", courier, monospace;
  color: #000;
  font-weight: normal;
}

a {
  text-decoration: none;
}

/*
==========================
  Sections
========================== */
main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-screen {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
}

.grid-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 0;
  height: 25vh;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  list-style: none;
  box-sizing: border-box;
}

.grid-row--empty {
  pointer-events: none;
  display: none;
}

.grid-row .item.project,
.grid-row .item.bmdo,
.grid-row li.credit {
  max-width: 25%;
}

.item--empty {
  max-width: 25%;
  visibility: hidden;
  pointer-events: none;
  min-height: 1em;
}

.grid-row--2 > li:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
}

.grid-row--2 > li:nth-child(2) {
  flex: 0 0 75%;
  max-width: 75%;
}

.grid-row--2 > li.item--empty {
  flex: 0 0 0;
  width: 0;
  max-width: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.grid-row li {
  font-family: "ExecutiveLight", Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.executive {
  font-family: "ExecutiveLight", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/*
==========================
  Carousel
========================== */
.owl-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
}

[class|=owl-wrapper],
.inactive-wrapper {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 1000px;
  max-height: calc(100vh - 2rem);
  overflow-y: hidden;
  pointer-events: none;
}

.owl-carousel {
  width: 100%;
  height: 100%;
  cursor: ew-resize;
}

.owl-dots {
  display: none;
}

.owl-caption {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
}

.owl-caption > div {
  visibility: hidden;
}

.active .owl-caption > div {
  visibility: visible;
}

.landscape-box {
  position: relative;
  max-height: 85vh;
}
.landscape-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.landscape-box > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: contain;
}

.owl-carousel .owl-item img {
  display: block;
  max-width: 100% !important;
  object-fit: contain !important;
  margin: auto auto;
  max-height: 100%;
}

.portrait-box {
  position: relative;
}
.portrait-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.portrait-box > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.prev,
.next {
  cursor: pointer;
}
.prev::selection,
.next::selection {
  background: rgba(255, 255, 255, 0.99);
  color: #000;
}

/*
==========================
  About & team
========================== */
.about {
  position: fixed;
  top: -2px;
  left: 0;
  padding: 1rem;
  display: none;
  background-color: white;
  white-space: nowrap;
  cursor: ew-resize;
  line-height: 18px;
  z-index: 99;
  text-transform: uppercase;
}

.team {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 800px;
}

.team-img-wrapper {
  position: relative;
}

.section-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  z-index: 0;
}

.left,
.right {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  z-index: 99;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.attribution {
  text-transform: uppercase;
}

.team-attribution {
  text-align: right;
  text-transform: uppercase;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}

.team-mob {
  margin-left: auto;
  margin-right: auto;
}

.name-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  z-index: 9999;
  background-color: white;
  text-transform: uppercase;
}

.barns,
.marshall {
  position: relative;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;
  min-width: 0;
  visibility: hidden;
}

.barns {
  margin-right: 0.5rem;
}

.marshall {
  margin-left: 0.5rem;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.active {
  display: block;
  pointer-events: auto;
}

.ontop {
  z-index: 100;
}

.behind {
  z-index: -1;
}

.sans {
  font-family: "ExecutiveLight", Helvetica, sans-serif;
}

.close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1rem;
  cursor: pointer;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.overlay > div {
  font-size: 6vw;
  line-height: 6vw;
}

.bmdo,
.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.mobile {
  display: none;
}

.newline {
  display: flex;
  justify-content: space-between;
  flex-direction: initial;
  width: 100%;
}

.mobile-about {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 99999;
  background-color: white;
  height: 100%;
  overflow-y: scroll;
  padding-top: calc(1rem - 2px);
}

.mobile-about > div {
  display: block;
}

.about-mob {
  margin-bottom: 2rem;
  line-height: 18px;
  text-transform: uppercase;
}

li.credit {
  position: relative;
  background-color: white;
  text-align: right;
  z-index: 10;
  order: 4;
}

li.credit:hover .studiohiho {
  display: block;
}

li.credit > a {
  position: relative;
  letter-spacing: 0.05em;
}

li.credit .studiohiho {
  display: none;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: white;
}

/*
==========================
  Media queries
========================== */
@media all and (max-width: 1024px) {
  .name-wrapper {
    flex-direction: column;
    position: static;
  }
  .barns,
  .marshall {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .about {
    box-shadow: none;
  }
  .team {
    width: calc(100% - 6rem);
  }
}
@media all and (max-width: 768px) {
  .owl-section {
    z-index: 1;
  }
  .about {
    white-space: normal;
  }
  .close {
    display: none;
  }
  .name-wrapper {
    position: relative;
    padding: 0;
    margin-top: 2rem;
  }
}
@media all and (max-width: 768px) {
  .designby {
    display: none;
  }
}
@media all and (max-width: 768px) and (orientation: landscape) {
  [class|=owl-wrapper] {
    top: auto;
    bottom: 1rem;
    transform: translate(-50%, 0);
  }
  .landscape-box {
    max-height: calc(100vh - 6rem);
  }
}
.curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}

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