.home-full .hf-story figure img{
  object-position:center 18%;
}
.home-full .hf-kitchen-img{
  aspect-ratio:4/5;
  background-size:contain;
  background-repeat:no-repeat;
  background-color:#e9e4da;
  background-position:center;
}

.home-full .hf-marquee figure{isolation:isolate}
.home-full .hf-marquee figure::after{
  z-index:1;
  background:linear-gradient(0deg,rgba(3,5,10,.9) 0%,rgba(3,5,10,.22) 48%,transparent 72%);
  transition:background .45s ease;
}
.home-full .hf-marquee figure:hover::after,
.home-full .hf-marquee figure:focus-visible::after{
  background:linear-gradient(0deg,rgba(3,5,10,.96) 0%,rgba(3,5,10,.7) 58%,rgba(3,5,10,.1) 100%);
}
.home-full .hf-marquee figcaption{
  display:flex;
  flex-direction:column;
  gap:5px;
  bottom:14px;
  transition:transform .42s cubic-bezier(.2,.8,.2,1);
}
.home-full .hf-marquee figcaption strong{
  color:#fff;
  font:500 13px/1.15 Jost,sans-serif;
  letter-spacing:-.01em;
  text-transform:none;
}
.home-full .hf-marquee figcaption span{
  color:rgba(255,255,255,.66);
  font:600 8px/1.25 Inter,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.home-full .hf-marquee .backstage-note{
  position:absolute;
  right:26px;
  bottom:22px;
  left:26px;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.82);
  font:300 13px/1.55 Inter,sans-serif;
  opacity:0;
  transform:translateY(14px);
  transition:opacity .35s ease,transform .42s cubic-bezier(.2,.8,.2,1);
}
.home-full .hf-marquee figure:hover figcaption,
.home-full .hf-marquee figure:focus-visible figcaption{transform:translateY(-72px)}
.home-full .hf-marquee figure:hover .backstage-note,
.home-full .hf-marquee figure:focus-visible .backstage-note{opacity:1;transform:none}
.home-full .hf-marquee figure:hover img,
.home-full .hf-marquee figure:focus-visible img{transform:scale(1.035);filter:saturate(.92) contrast(1.03)}

@media(max-width:700px){
  .home-full .hf-kitchen-img{aspect-ratio:1/1.1}
  .home-full .hf-marquee figcaption{transform:translateY(-68px)}
  .home-full .hf-marquee .backstage-note{opacity:1;transform:none;font-size:12px}
}
@media(prefers-reduced-motion:reduce){
  .home-full .hf-marquee figcaption,.home-full .hf-marquee .backstage-note,.home-full .hf-marquee img{transition:none}
}
