:root{--sv-primary:#0b3a5b;--sv-beige:#fbf7f2}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;background:var(--sv-beige);color:#111}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
.hero{border-radius:12px}
.product-card{background:#fff;border-radius:12px;padding:0;overflow:hidden;border:1px solid #eee}
.product-media{width:100%;height:220px;object-fit:cover}
