:root{color:#1d2822;font-synthesis:none;--ink:#1d2822;--paper:#faf9f4;--line:#d8d5ca;--green:#255b45;--lime:#c8ef77;--orange:#ef8f5b;background:#f2f0e9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.page-shell{max-width:1500px;margin:0 auto;padding:32px}.hero{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;padding:36px 0 28px;display:flex}.hero h1{letter-spacing:-.075em;margin:12px 0 24px;font-size:clamp(48px,8vw,112px);line-height:.86}.hero p{color:#59645e;max-width:620px;margin:0;font-size:18px}.eyebrow{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font:500 12px/1.2 DM Mono,monospace}.status-chip{background:var(--ink);color:#fff;white-space:nowrap;border-radius:999px;padding:10px 14px;font:12px DM Mono,monospace}.status-chip span{background:var(--lime);border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;padding-top:36px;display:grid}.section-heading{justify-content:space-between;align-items:end;margin-bottom:20px;display:flex}h2{letter-spacing:-.04em;margin:7px 0 0;font-size:28px}.muted,.empty{color:#747d78}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;flex-direction:column;min-height:330px;padding:14px;transition:transform .18s,box-shadow .18s;display:flex}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #1d282214}.product-art{background:var(--green);min-height:126px;color:var(--lime);letter-spacing:-.08em;border-radius:11px;place-items:center;font:500 40px DM Mono,monospace;display:grid}.product-meta{color:#7a847e;text-transform:uppercase;justify-content:space-between;margin-top:14px;font:10px DM Mono,monospace;display:flex}.product-card h3{margin:10px 0 7px;font-size:18px}.product-card p{color:#667069;flex:1;margin:0;font-size:13px;line-height:1.55}.product-footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.product-footer button,.quantity-buttons button{border:1px solid var(--line);background:0 0;border-radius:9px;padding:7px 12px}.product-footer button:hover,.quantity-buttons button:hover{background:var(--lime);border-color:var(--lime)}.cart-panel{background:var(--ink);color:#fff;border-radius:22px;padding:24px;position:sticky;top:24px;box-shadow:0 20px 45px #1d282229}.cart-panel .eyebrow{color:var(--lime)}.cart-panel h2{margin-bottom:24px;font-size:32px}.cart-lines{border-top:1px solid #455049}.cart-line{border-bottom:1px solid #455049;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.cart-line strong{font-size:13px;display:block}.cart-line small{color:#aeb9b2}.quantity-buttons{gap:5px;display:flex}.quantity-buttons button{color:#fff;border-color:#59655e;padding:4px 9px}.total{justify-content:space-between;padding:20px 0;font-size:19px;display:flex}label{color:#b9c2bd;gap:7px;font-size:12px;display:grid}input{color:#fff;background:#2a3630;border:1px solid #59655e;border-radius:10px;outline:none;width:100%;padding:12px}input:focus{border-color:var(--lime)}.checkout{background:var(--lime);width:100%;color:var(--ink);border:0;border-radius:11px;margin-top:12px;padding:13px;font-weight:700}.checkout:disabled{opacity:.45;cursor:not-allowed}.order-status{background:#34423b;border-radius:12px;gap:6px;margin-top:18px;padding:15px;display:grid}.order-status strong{font-size:18px}.order-status small{color:#aeb9b2;overflow-wrap:anywhere}.order-status.confirmed{border-left:4px solid var(--lime)}.order-status.rejected{border-left:4px solid var(--orange)}.alert{color:#923f19;background:#fff0e8;border:1px solid #efb28f;border-radius:10px;margin-top:20px;padding:12px 16px}@media (width<=1050px){.layout{grid-template-columns:1fr}.cart-panel{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.page-shell{padding:18px}.hero{flex-direction:column;align-items:start}.product-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:start;gap:12px}}
