/* LABACK PRESS PAGE */

.press-page{
  background:#f3f3f3;
}

.press-header{
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 1px 0 rgba(0,0,0,0.08);
}

.press-home{
  grid-column:1;
  justify-self:start;
}

.press-home a{
  color:#111;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  letter-spacing:1.2px;
}

.press-header-actions{
  grid-column:3;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:18px;
}

.press-shop-link{
  color:#111;
  text-decoration:none;
  font-size:16px;
  font-weight:800;
  letter-spacing:.7px;
}

.press-zip-link,
.press-zip-mobile{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  letter-spacing:.8px;
  padding:13px 17px;
  transition:opacity .2s ease, transform .2s ease;
}

.press-zip-link:hover,
.press-zip-mobile:hover{
  opacity:.78;
}

.press-main{
  width:100%;
  max-width:1800px;
  margin:0 auto;
  padding:32px 28px 48px;
}

.press-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:25px;
  margin-bottom:22px;
}

.press-intro h1{
  font-family:"Courier New", monospace;
  font-size:31px;
  font-weight:400;
  letter-spacing:1px;
  color:#1d2435;
  margin-bottom:7px;
}

.press-intro p{
  font-size:14px;
  color:#555;
  line-height:1.5;
}

.press-zip-mobile{
  display:none;
}

.press-gallery{
  column-count:3;
  column-gap:10px;
}

.press-item{
  position:relative;
  width:100%;
  display:inline-block;
  margin:0 0 10px;
  break-inside:avoid;
  overflow:hidden;
  background:#ddd;
}

.press-item > a:first-child{
  display:block;
}

.press-item img{
  width:100%;
  height:auto;
  display:block;
  transition:transform .35s ease, filter .35s ease;
}

.press-item:hover img{
  transform:scale(1.012);
  filter:brightness(.88);
}

.photo-download{
  position:absolute;
  right:10px;
  bottom:10px;
  background:rgba(0,0,0,.78);
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  letter-spacing:.7px;
  padding:9px 11px;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .2s ease, transform .2s ease;
}

.press-item:hover .photo-download,
.photo-download:focus{
  opacity:1;
  transform:translateY(0);
}

@media (max-width:1200px){
  .press-header{
    padding-left:22px;
    padding-right:22px;
  }

  .press-header .logo{
    width:220px;
  }

  .press-header .header-center{
    gap:24px;
  }

  .press-header-actions{
    gap:11px;
  }

  .press-zip-link{
    padding:12px 13px;
    font-size:11px;
  }
}

@media (max-width:900px){
  .press-header{
    position:relative;
  }

  .press-home{
    grid-column:auto;
    justify-self:center;
    order:2;
  }

  .press-header .header-center{
    order:1;
  }

  .press-header-actions{
    grid-column:auto;
    justify-self:center;
    order:3;
  }

  .press-shop-link{
    font-size:15px;
  }

  .press-zip-link{
    display:none;
  }

  .press-main{
    padding:24px 10px 30px;
  }

  .press-intro{
    padding:0 6px;
    align-items:center;
  }

  .press-intro h1{
    font-size:25px;
  }

  .press-intro p{
    font-size:13px;
  }

  .press-zip-mobile{
    display:inline-flex;
    white-space:nowrap;
  }

  .press-gallery{
    column-count:2;
    column-gap:7px;
  }

  .press-item{
    margin-bottom:7px;
  }

  .photo-download{
    display:none;
  }
}

@media (max-width:520px){
  .press-intro{
    display:block;
  }

  .press-intro p{
    margin-bottom:14px;
  }

  .press-gallery{
    column-count:1;
  }

  .press-zip-mobile{
    width:100%;
  }
}
