.shop-preview{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px;align-items:center;scroll-margin-top:24px;padding-top:65px;padding-bottom:85px}
.shop-preview h2{font-size:clamp(32px,4vw,52px);line-height:1.13}
.shop-intro{max-width:48ch;font-size:18px;line-height:1.75;color:var(--muted);margin:22px 0}
.shop-status{display:inline-block;border-radius:16px;padding:10px 16px;background:#eee8f6;color:#645080;font-size:13px;font-weight:700;line-height:1.6}
.shop-details{background:linear-gradient(140deg,#fff1de,#f7edf6);border:1px solid #eadcce;border-radius:30px;padding:32px;box-shadow:0 14px 28px #755b3f0a}
.shop-symbol{font-size:40px;color:#a26d87}
.shop-details h3{font-size:23px;line-height:1.4;margin:12px 0}
.shop-details p{color:var(--muted);line-height:1.75}
.shop-contact{display:inline-block;color:#65508d;font-weight:700;text-underline-offset:5px;margin-top:8px;line-height:1.7}
.shop-contact:hover{color:#392457}
@media(max-width:800px){.shop-preview{grid-template-columns:1fr;gap:24px}.shop-details{padding:26px}}
