:root{--vhs-white: #fdfdf8;--vhs-yellow: #ffc800;--vhs-orange: #ff6d00;--vhs-red: #e61d5f;--vhs-purple: #5e2d5e;--vhs-black: #121212}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--vhs-white);color:var(--vhs-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.8;overflow-x:hidden}.highlight{background:var(--vhs-yellow);padding:0 4px}a{color:var(--vhs-red);text-decoration:underline}a:hover{text-decoration:none}ul{list-style:none;padding:0}li{margin:0}strong{font-weight:700}em{font-style:italic}section p{margin-bottom:.75rem}section p:last-child{margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:960px;margin:0 auto;padding:0 1.5rem 3rem}.product-card{border:2px solid var(--vhs-purple);border-radius:8px;padding:1.5rem;background:#fff;box-shadow:4px 4px 0 var(--vhs-black);transition:transform .15s;text-decoration:none;color:var(--vhs-black);display:block}.product-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--vhs-black)}.product-card h3{font-size:1.2rem;font-weight:800;margin-bottom:.5rem}.product-card .price{font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:700;color:var(--vhs-red);margin-top:1rem}.product-card .tagline{font-size:.85rem;color:#666;line-height:1.5}
