.home-wall-products{margin:0 auto 36px;max-width:1140px;text-align:left}
.home-wall-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.home-wall-card{min-width:0;overflow:hidden;border:1px solid #ffffff24;border-radius:24px;background:#fff;box-shadow:0 14px 32px #0002}
.home-wall-card__link{display:block;color:#172b29;text-decoration:none!important}
.home-wall-card__link:hover{color:#115e59}
.home-wall-card__link:focus-visible,.home-wall-products button:focus-visible,.home-wall-products__actions a:focus-visible{outline:3px solid #2dd4bf;outline-offset:4px}
.home-wall-scene{position:relative;width:100%;aspect-ratio:700/467;overflow:hidden;background:#ebe9e5}
.home-wall-scene__room{display:block;width:100%;height:100%;object-fit:contain}
/* Same sofa anchors, mirror wrap and height-normalized side perspective as
   the product-page room previews. The whole room stays visible on mobile. */
.home-wall-scene__canvas{position:absolute;transform-style:preserve-3d;box-shadow:3px 7px 11px #201d1840,1px 2px 3px #201d182e;background:#e8e6e2}
.home-wall-scene__art{display:block;width:100%;height:100%;object-fit:contain}
.home-wall-scene--side .home-wall-scene__canvas{transform:perspective(var(--room-perspective,1000px)) rotateY(-30deg);transform-origin:center;translate:0 8%;box-shadow:2px 3px 6px #17233440}
.home-wall-scene__edge{position:absolute;left:calc(100% - .5px);top:0;width:6%;height:100%;transform-origin:left center;transform:rotateY(90deg);background-size:0 0;background-repeat:no-repeat;backface-visibility:hidden}
.home-wall-scene__edge::before{content:"";position:absolute;inset:0;background-image:inherit;background-size:auto 100%;background-position:right center;background-repeat:no-repeat;transform:scaleX(-1)}
.home-wall-scene__edge::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0002,#0007)}
.home-wall-scene__note{position:absolute;left:12px;bottom:12px;padding:5px 8px;border-radius:5px;background:#172b29b8;color:#fff;font-size:10px;line-height:1.4;letter-spacing:0}
.home-wall-card__copy{padding:20px 24px 24px;min-height:152px}
.home-wall-card__copy h4{margin:0 0 8px;font-size:20px;font-weight:700;line-height:1.3;height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-wall-card__copy p{margin:0 0 12px;color:#526460;font-size:14px;line-height:1.5;letter-spacing:0}
.home-wall-card__cta{color:#0f766e;font-size:15px;font-weight:700}
.home-wall-products__actions{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-top:24px}
.home-wall-products__actions a{color:#fff;font-size:15px;font-weight:600}
.home-wall-products__shuffle{border:1px solid #5eead4;border-radius:999px;padding:12px 22px;background:#0f766e;color:#fff;font:inherit;font-weight:700;cursor:pointer}
.home-wall-products__shuffle:hover{background:#115e59}.home-wall-products__shuffle:disabled{opacity:.65;cursor:wait}
.home-wall-products__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
@media(max-width:650px){.home-wall-products__grid{grid-template-columns:1fr;gap:20px}.home-wall-card{border-radius:18px}.home-wall-card__copy{padding:16px 18px 20px;min-height:140px}.home-wall-card__copy h4{font-size:18px}}
