.mobile-back-home { display:none; }
.rotating-gallery { display:grid; grid-template-columns:2fr 1fr; grid-template-rows:1fr 1fr; aspect-ratio:3 / 2; min-height:0; gap:14px; margin:0; padding:0; overflow:hidden; }
.rotating-gallery .gallery-slot { width:100%; height:auto; min-width:0; padding:0; }
.rotating-gallery .gallery-slot-wide { grid-column:1; grid-row:1 / 3; }
.rotating-gallery .gallery-slot::before,.rotating-gallery .gallery-slot::after { display:none; }
.rotating-gallery .gallery-slot img { object-fit:cover; object-position:center; }
.gallery-incoming { opacity:0; transition:opacity .8s ease; }
.gallery-incoming.is-visible { opacity:1; }
.gallery-arrow { position:absolute; z-index:3; top:50%; transform:translateY(-50%); width:44px; height:44px; padding:0; display:grid; place-items:center; border:1px solid rgba(255,255,255,.7); border-radius:50%; background:rgba(40,30,20,.65); color:white; font:32px/1 Georgia,serif; cursor:pointer; }
.gallery-prev { left:8px; }
.gallery-next { right:8px; }
.gallery-arrow:hover { background:#5d2419; }
.gallery-arrow:focus-visible { outline:3px solid #ffcf58; outline-offset:3px; }
@media(max-width:760px) {
  .mobile-back-home { display:inline-flex; align-items:center; justify-content:center; min-height:44px; margin-left:auto; padding:0 10px; color:inherit; font-size:.9rem; font-weight:700; position:relative; z-index:2; text-decoration:none; }
  .rotating-gallery { grid-template-columns:1fr 1fr; grid-template-rows:auto auto; aspect-ratio:auto; gap:8px; }
  .rotating-gallery .gallery-slot { height:auto; aspect-ratio:1; }
  .rotating-gallery .gallery-slot-wide { grid-column:1 / -1; grid-row:1; aspect-ratio:1; }
}
