
/* Living Mirror Shop doorway - additive merch integration, 2026-08-23 */
.lm-shop-doorway{margin:clamp(2.5rem,6vw,5.5rem) auto;padding:clamp(1.5rem,4vw,3rem);max-width:1180px;border:1px solid rgba(169,133,74,.35);border-radius:28px;background:linear-gradient(145deg,#11120f,#1b1914);color:#f5efe3;box-shadow:0 24px 70px rgba(0,0,0,.16);overflow:hidden}.lm-shop-head{max-width:760px;margin:0 auto 1.6rem;text-align:center}.lm-shop-head .eyebrow{color:#d7b36b}.lm-shop-head h2{margin:.35rem 0 .65rem;color:#fff}.lm-shop-head p{color:#d8d2c6}.lm-shop-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.lm-shop-product{display:block;text-decoration:none;color:inherit;background:#0a0b09;border:1px solid rgba(255,255,255,.11);border-radius:20px;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.lm-shop-product:hover,.lm-shop-product:focus-visible{transform:translateY(-3px);border-color:rgba(215,179,107,.7)}.lm-shop-product img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#fff}.lm-shop-product-copy{padding:1rem}.lm-shop-product-copy small{display:block;color:#d7b36b;margin-bottom:.35rem}.lm-shop-product-copy strong{display:block;color:#fff;line-height:1.25}.lm-shop-price{display:block;margin-top:.55rem;color:#e9dfcc}.lm-shop-actions{text-align:center;margin-top:1.4rem}.lm-shop-enter{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.15rem;border-radius:999px;background:#eee2c7;color:#17150f!important;font-weight:700;text-decoration:none}.lm-shop-note{display:block;margin:.85rem auto 0;color:#bdb5a7;max-width:720px;font-size:.88rem}@media(max-width:760px){.lm-shop-doorway{margin:2rem .85rem;padding:1.1rem;border-radius:22px}.lm-shop-products{grid-template-columns:1fr}.lm-shop-product{display:grid;grid-template-columns:120px 1fr}.lm-shop-product img{height:100%;aspect-ratio:1/1}.lm-shop-product-copy{align-self:center}}@media(prefers-reduced-motion:reduce){.lm-shop-product{transition:none}}
