.stores-head{display:grid;grid-template-columns:.8fr 1fr;gap:60px;align-items:end;margin-bottom:34px}.stores-head p{color:var(--muted)}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.store-card{min-height:260px;padding:30px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.25s}.store-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:var(--accent,var(--gold))}.store-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.store-card small{color:#8b681f;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.store-card h3{font-size:1.55rem;color:var(--deep);margin:20px 0 8px}.store-card p{color:var(--muted);font-size:.92rem;flex:1}.store-card .link{margin-top:18px}.store-prime{--accent:#c69235}.store-elegance{--accent:#35515b}.store-beauty{--accent:#be5d8b}.store-divine{--accent:#7b4d72}.store-value{--accent:#e28b39}.channel-box{padding:34px;background:var(--deep);color:#fff;margin-top:25px;display:flex;justify-content:space-between;align-items:center;gap:30px}.channel-box h3{color:var(--gold);font-size:1.5rem;margin:0}.channel-box p{color:#d9e3e5;margin:5px 0}@media(max-width:900px){.store-grid{grid-template-columns:repeat(2,1fr)}.stores-head{grid-template-columns:1fr;gap:6px}}@media(max-width:620px){.store-grid{grid-template-columns:1fr}.channel-box{align-items:flex-start;flex-direction:column}}
