@font-face {
  font-family:"alte"; src:url("../fonts/AlteHaasGroteskRegular.woff2") format("woff2");
  font-style:normal;font-weight:400;
}
@font-face {
  font-family:"alte-b"; src:url("../fonts/AlteHaasGroteskBold.woff2") format("woff2");
  font-style:normal;font-weight:400;
}
:root {
  --bodyfont: ;
  --headfont: ;
  --bg: #FFFFFF;
  --duo: white;
  --color: #000000;
  --bold: 'alte-b', Helvetica Neue Helvetica, Arial, sans-serif;
  --bolditalic: 'alte-b', Helvetica Neue Helvetica, Arial, sans-serif;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}


body {
  min-height: 1vw;
  height: 100dvh;
  color: var(--color);
  background-color: var(--bg);
  font-family: 'alte-b', Helvetica Neue Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -.012em;
}

@media screen and (min-width: 568px) {
  body {
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {
  body, .float {
   padding: 1vw; 
  }
}

@media screen and (min-width: 1400px) {

}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
  opacity: 1;
}
a:hover {
  text-decoration: none;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ul, ol {
  margin: 0;
  padding: 0;
}

em, strong, i, b {
  font-family: 'alte-b', 'alte-b', Helvetica Neue Helvetica, Arial, sans-serif;
  font-style: normal;
}

p {
  margin-bottom: calc(1em * 1.08);
}
p:last-child {
  margin-bottom: 0;
}

.small {
  font-size: 13px;
}

.tiny {
  font-size: 10px;
}
.grey {
  color: white;
}

.text-block {
  padding-bottom: calc((1em * 1.08) * 2);
  padding-top: calc((1em * 1.08) * 2);
}



.small-i {
  font-size: 13px;
  font-style: italic;
}

.ita {
  
  font-style: italic;
}

.float {
  top: -.26rem;
  left: 0;
  z-index:99;

}

.top {
  line-height: 1.08;
  margin-bottom: calc((1em * 1.08) * 6);
}

.text-indent a {
  border-bottom: 1px solid;
}

.text-indent :is(h1,h2,h3,h4,h5,h6) {
  text-transform: uppercase;
  font-family: var(--bold);
  
}

.text-indent :is(h3,h4,h5,h6) {
  margin-top: calc((1em * 1.08) * 3);
  margin-bottom: calc(1em * 1.08);
}

.text-indent h1,h2 {
  margin-top: calc((1em * 1.08) * 3);
  margin-bottom: calc((1em * 1.08) * 2);
  border-top: 1px solid;
  padding-top: calc((1em * 1.08) * 1);
}

.text-indent h5,h6 {
  font-size: 85%;
}


.twoline-top {
  margin-top: calc((1em * 1.08) * 2);
}

.twoline-both {
  margin-top: calc((1em * 1.08) * 2);
  margin-bottom: calc((1em * 1.08) * 2);
}

.oneline-top {
  margin-top: calc(1em * 1.08);
}

.contact {
  margin-top: calc((1em * 1.08) * 8);
  margin-bottom: calc((1em * 1.08) * 2);
}


/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.5rem;
  row-gap: 6rem;
  width: 100%;
  margin-top: calc((1em * 1.08) * 4);
}
.grid-thumbnail {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 67%;
  object-fit: cover;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s, transform .3s;
  mix-blend-mode: multiply;
}

.grid-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(1.1);
}

.grid-item {
  grid-column: span 10;
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.featured:before {
  display: block;
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  content: "\FF0A";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 200px;
  color: #cc0002;
  mix-blend-mode: multiply;
  z-index: 999;
  opacity: .6;
}

.grid-item h4, .grid-item .item-sup {
  position: relative;
  z-index: 99;
  max-width: 80%;
}

.grid-item h4 {
  text-transform: uppercase;
  line-height: 1.08;
  margin-top:  calc((1em * 1.08) * 1);
}

div.grid-item-bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  z-index: 1;
  overflow: visible;
  mix-blend-mode: screen;
}

.highlight span {
  transition: background-color .3s;
}

.grid-item:hover .highlight span {
  background-color: transparent !important;
}
.grid-item:hover .grid-thumbnail {
  opacity: 1;
  transform: translateY(calc(-.5em * 1.08));
  filter: none;
  background: none;
  mix-blend-mode: normal;
}
.grid-item:hover .grid-thumbnail img {
  filter: none;
  mix-blend-mode: normal;
}

.item-sup {
  font-size: .875em;
  max-width: 430px;
  letter-spacing: -.018em;;
}

.name {
  flex-shrink: 1;
  font-family: var(--bold); 
}

.bold {
  font-family: var(--bold);
}

.gap {
  flex-grow: 1;
}

.page-title {
  font-size: 200%;
}


/* mobile nav */
.mnav {
  position: fixed;
  top: 0;
  left: 8.3333333vw;
  background-color: transparent;
  width: calc(50vw + 3rem);
  height: 38px;
  z-index: 98;
  transition: opacity .5s, transform .5s;
  transition-timing-function: cubic-bezier(.28,.37,.22,1), cubic-bezier(.28,.37,.22,1);
  opacity: 0;
  transform: translateY(-1rem);
  pointer-events: none;
  /*text-transform: uppercase;*/
  line-height: 1.67;
}
.mnav.nav-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.sitename-close {
  opacity: 0;
}

.menu-btn {
  position: fixed;
  top: 1.4rem;
  left: 60%;
  width: 40%;
  text-align: center;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}

@media only screen and (min-width: 576px) {
  .grid-item {
    grid-column: span 6;
    margin-bottom: calc((1em * 1.08) * 4);
  }

}

@media only screen and (min-width: 768px) {
  .grid-item {
    grid-column: span 4;
  }
  /*.grid-item:first-of-type, .grid-item:nth-of-type(5n) {
    grid-column: span 6;
  }
  .grid-item:nth-of-type(2n) {
    grid-column: span 5;
  }
  .grid-item:nth-of-type(5n) {
    grid-column-start: 8;
    grid-column-end: 13;
  }*/
}

@media only screen and (min-width: 992px) {
  .grid-item {
    grid-column: span 4;
  }
  /*.grid-item:first-of-type,.grid-item:nth-of-type(5n) {
    grid-column: span 5;
  }
  .grid-item:nth-of-type(2n) {
    grid-column: span 4;
  }
  .grid-item:nth-of-type(5n) {
    grid-column-start: 8;
    grid-column-end: 13;
  }*/
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1600px) {

}
