/* Warm, paper-like neutral inspired by Claude's light interface. */
:root { --paper: #f5f1e8; --cream: #eae4d9; }
html, body { background: var(--paper); }
.intro, .shop, .visit { background: var(--paper); }
.product-art { background: linear-gradient(145deg, #eee8dc, #e4dbcc); }
.filter, .outline-button { background-color: rgba(255, 253, 248, .42); }
.filter.active, .filter:hover { background-color: var(--ink); }
