@media(min-width:881px){
  .home-full .hf-kitchen-img{background-position:58% center}
}

.home-full .hf-adventure-grid a{isolation:isolate}
.home-full .hf-adventure-grid a::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(0deg,rgba(4,6,11,.84),rgba(4,6,11,.05) 62%);
  transition:background .4s ease;
}
.home-full .hf-adventure-grid a:hover::after,
.home-full .hf-adventure-grid a:focus-visible::after{
  background:linear-gradient(0deg,rgba(4,6,11,.95),rgba(4,6,11,.58) 62%,rgba(4,6,11,.08));
}
.home-full .hf-adventure-grid span{
  right:14px;
  z-index:3;
  transition:transform .4s cubic-bezier(.2,.8,.2,1);
}
.home-full .hf-adventure-grid .adventure-note{
  position:absolute;
  right:18px;
  bottom:18px;
  left:18px;
  z-index:3;
  margin:0;
  color:rgba(255,255,255,.82);
  font:300 13px/1.55 Inter,sans-serif;
  opacity:0;
  transform:translateY(13px);
  transition:opacity .32s ease,transform .4s cubic-bezier(.2,.8,.2,1);
}
.home-full .hf-adventure-grid a:hover span,
.home-full .hf-adventure-grid a:focus-visible span{transform:translateY(-76px)}
.home-full .hf-adventure-grid a:hover .adventure-note,
.home-full .hf-adventure-grid a:focus-visible .adventure-note{opacity:1;transform:none}

@media(max-width:700px){
  .home-full .hf-adventure-grid span{transform:translateY(-78px)}
  .home-full .hf-adventure-grid .adventure-note{opacity:1;transform:none;font-size:11px;line-height:1.45}
}
@media(prefers-reduced-motion:reduce){
  .home-full .hf-adventure-grid span,.home-full .hf-adventure-grid .adventure-note{transition:none}
}
