.home-hero__grid{display:grid;grid-template-columns:1fr .82fr;gap:50px;align-items:center}
.home-product-visual{min-height:500px;display:grid;place-items:center;background:rgba(255,255,255,.55);border:1px solid rgba(141,37,95,.12);border-radius:34px;box-shadow:var(--shadow);overflow:hidden}
.home-product-visual img{width:100%;height:100%;max-height:620px;object-fit:contain;padding:18px}
.home-product-placeholder{padding:40px;text-align:center;color:#765d6e}
.home-price{font-size:1.65rem;font-weight:800;margin:22px 0 16px}
.home-price span{font-size:1rem;font-weight:400;text-decoration:line-through;color:#876f7e;margin-left:10px}
@media(max-width:800px){.home-hero{padding:46px 0}.home-hero__grid{grid-template-columns:1fr;gap:28px}.home-product-visual{min-height:340px;grid-row:1}.home-product-visual img{max-height:430px}.home-hero h1{font-size:3.7rem}}
