.feature-presentation{
  position:absolute;
  z-index:2;
  top:110px;
  right:clamp(22px,5vw,72px);
  width:min(360px,29vw);
  height:auto;
  border:1px solid rgba(255,255,255,.3);
  box-shadow:0 24px 65px rgba(0,0,0,.48);
}
.image-wrap .presentation-art{
  position:absolute;
  right:18px;
  bottom:18px;
  width:42%;
  height:auto;
  max-height:48%;
  object-fit:contain;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 14px 32px rgba(0,0,0,.38);
  transform:none;
}
.scape-card:hover .presentation-art{transform:translateY(-4px)}
.image-wrap.poster-wrap{background:#09100e}
.image-wrap.poster-wrap>img{
  object-fit:contain;
  padding:14px;
}
.scape-card:hover .poster-wrap>img{transform:scale(1.015)}
@media(max-width:820px){
  .feature-presentation{
    top:88px;
    right:16px;
    width:min(44vw,220px);
  }
  .image-wrap .presentation-art{
    width:46%;
    right:12px;
    bottom:12px;
  }
}

.studio-feed{
  padding-top:120px;
  padding-bottom:120px;
  background:#07100f;
  overflow:hidden;
}
.studio-feed-head{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:clamp(40px,8vw,120px);
  align-items:end;
  margin-bottom:55px;
}
.studio-feed h2{
  margin:0;
  font:400 clamp(2.8rem,5.6vw,5.7rem)/.98 var(--serif);
  letter-spacing:-.02em;
}
.studio-feed h2 em{font-weight:400;color:#d6dfd8}
.studio-feed-intro{max-width:480px;color:#d6dfd8a8}
.studio-feed-intro p{margin:0 0 25px}
.instagram-frame{
  min-height:280px;
  padding:clamp(12px,2vw,22px);
  border:1px solid #c2ad7240;
  background:linear-gradient(145deg,#0d1b18,#08110f);
  box-shadow:0 30px 80px #00000038;
}
.instagram-frame noscript a{color:var(--gold)}
.header-brand{line-height:0}
.header-brand .brand-logo{
  display:block;
  width:clamp(175px,14vw,210px);
  height:auto;
}
@media(max-width:820px){
  .studio-feed{padding-top:80px;padding-bottom:80px}
  .studio-feed-head{grid-template-columns:1fr;gap:25px;margin-bottom:35px}
  .instagram-frame{min-height:220px;padding:8px}
  .header-brand .brand-logo{width:155px}
}
