/* Scottish Mercat - front-end styles */
.sm-form{max-width:720px;margin:1.5rem 0;padding:1.25rem;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.sm-field{margin-bottom:1rem}
.sm-field label{display:block;font-weight:600;margin-bottom:.4rem}
.sm-field input,.sm-field textarea,.sm-field select{width:100%;border:1px solid rgba(0,0,0,.16);border-radius:12px;padding:.75rem .85rem;font-size:16px}
.sm-field small{display:block;margin-top:.35rem;opacity:.75}
.sm-btn{display:inline-block;border:0;border-radius:999px;padding:.85rem 1.25rem;font-weight:700;cursor:pointer;background:#111;color:#fff}
.sm-empty{padding:1rem;border:1px dashed rgba(0,0,0,.2);border-radius:12px;opacity:.8}
.sm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin:1.25rem 0}
.sm-tile{position:relative;display:block;border-radius:18px;overflow:hidden;text-decoration:none;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px rgba(0,0,0,.08);transform:translateZ(0)}
.sm-img{width:100%;aspect-ratio:1/1;background-size:cover;background-position:center;filter:saturate(1.05)}
.sm-overlay{position:absolute;inset:auto 0 0 0;padding:.9rem .9rem .95rem .9rem;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.0));color:#fff}
.sm-title{font-weight:800;font-size:1rem;line-height:1.15;text-shadow:0 2px 10px rgba(0,0,0,.35)}
.sm-sub{margin-top:.35rem;font-size:.85rem;opacity:.9}
.sm-desc{margin-top:.35rem;font-size:.9rem;opacity:.92}
.sm-badge{display:inline-block;font-size:.72rem;letter-spacing:.08em;font-weight:800;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);padding:.25rem .5rem;border-radius:999px;margin-bottom:.45rem}
