/* Press the same layer used by hover, keeping the original attachment pivot. */
.home-pressed.art-interactive:not(.art-blog-board):not(.art-about-board):not(.hanging-depth-owner):not(.art-title-link) > .art-motion { scale:.975!important; translate:0 1px!important; transition-duration:70ms; }
.home-pressed.art-blog-board .blog-board-depth { transform:perspective(var(--blog-depth)) rotateX(3deg)!important; transition-duration:70ms; }
.home-pressed.art-about-board > .art-motion > .art-impact > .art-swing { transform:perspective(var(--about-perspective)) rotateX(12deg)!important; transition-duration:70ms; }
.home-pressed.hanging-depth-owner > .art-motion > .art-impact > .art-swing > .hanging-depth,
.home-shop-pressed .hanging-depth-owner:has(> .art-link[aria-label="Shop"]) > .art-motion > .art-impact > .art-swing > .hanging-depth,
.home-shop-pressed .shop-depth-cord .hanging-depth { transform:perspective(var(--hanging-depth)) rotateX(3deg)!important; transition-duration:70ms; }
.home-pressed.mail-club-assembly { transform:scale(.985) rotate(-.2deg)!important; transition-duration:70ms; }
.home-pressed.news-card > .news-card-motion,
.home-shop-pressed .news-card > .news-card-motion { transform:scale(.985) rotate(-.65deg)!important; transition-duration:70ms; }
.home-shop-pressed .shop-connector-hover img { scale:.98!important; transition-duration:70ms; }
.home-arrow-pressed img { scale:.92; transform-origin:50% 50%; transition:scale 70ms ease; }
@media(prefers-reduced-motion:reduce) {
  .home-pressed,.home-pressed *,.home-shop-pressed .hanging-depth,.home-arrow-pressed img { transition-duration:0ms!important; }
}
