.store{min-height:100vh;background:#f6f3ee;color:#1a100c;font-family:var(--font-ethiopic-sans),var(--font-body),sans-serif}.store__header{max-width:1080px;margin:0 auto;padding:40px 20px 12px;text-align:center}.store__brand{margin:0;font-family:var(--font-display),sans-serif;font-weight:800;font-size:18px;letter-spacing:.04em;text-transform:uppercase;color:#1e3a5f}.store__brand span{color:#f97316}.store__logo{width:44px;height:44px;border-radius:50%;object-fit:cover;vertical-align:-10px;margin-right:8px;border:2px solid #fff;box-shadow:0 0 0 1px #e2d9cc;background:#fff}.store__title{margin:12px 0 8px;font-family:var(--font-ethiopic),serif;font-size:clamp(26px,5vw,40px)}.store__lede{margin:0 auto;max-width:520px;color:#5c4a40}.store__grid{max-width:1080px;margin:0 auto;padding:28px 20px 40px;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid #e4d8cb;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(26,16,12,.12)}.card__img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#efe6db}.card__img--empty{display:flex;align-items:center;justify-content:center;font-size:48px}.card__body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1 1}.card__title{margin:0;font-size:16px;line-height:1.4;font-family:var(--font-ethiopic),serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__tag{align-self:flex-start;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.card__tag--systems{background:#eff6ff;color:#1e3a5f;border-color:#bfdbfe}.card__sold{margin:0;font-size:12px;color:#ea580c;font-weight:600}.card__price{margin:2px 0 8px;font-size:20px;font-weight:800;color:#ea580c}.card__price small{font-size:13px}.card__cta{margin-top:auto;display:inline-block;text-align:center;background:linear-gradient(180deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:14px;padding:10px 14px;border-radius:10px}.store__footer{padding:24px 20px 40px;text-align:center;color:#7a6558;font-size:13px}.store__footer-link{color:#1e3a5f;font-weight:600;text-decoration:underline;text-underline-offset:3px}.store__footer-link:hover{color:#ea580c}.store__footer-sep{margin:0 8px;color:#b8ab9e}