:root{--ink:#201d1a;--cream:#f5f1e8;--paper:#fffdf9;--green:#286144;--green-soft:#e0eee4;--line:#ddd4c6;--muted:#70685f;--gold:#9d7444}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,sans-serif}header{position:sticky;z-index:5;top:0;padding:18px 16px 14px;border-bottom:1px solid var(--line);background:#fffdf9ed;backdrop-filter:blur(12px)}.eyebrow{margin:0 0 8px;color:var(--gold);font-size:11px;font-weight:850;letter-spacing:.17em}h1{max-width:760px;margin:0;font-family:Georgia,serif;font-size:clamp(26px,6vw,42px);font-weight:500;line-height:1.08}.help{max-width:760px;margin:8px 0;color:var(--muted);font-size:13px;line-height:1.45}.toolbar{display:flex;gap:14px;align-items:center;margin-top:10px;font-size:12px}#status{color:var(--green);font-weight:800}main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:1200px;margin:auto;padding:12px 10px 55px}.item{overflow:hidden;border:2px solid transparent;border-radius:16px;background:var(--paper);box-shadow:0 5px 18px #30201010}.item.in-stock{border-color:var(--green);background:var(--green-soft)}.photo{position:relative;display:block;width:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.photo img{display:block;width:100%;aspect-ratio:1;object-fit:contain}.photos{position:absolute;right:8px;bottom:8px;padding:5px 8px;border-radius:999px;background:#171512c7;color:#fff;font-size:10px;font-weight:750}.stock-button{display:block;width:calc(100% - 16px);margin:8px;padding:11px 7px;border:0;border-radius:11px;background:var(--ink);color:#fff;font:inherit;font-size:12px;font-weight:800}.stock-button.selected{background:var(--green)}.tick{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:7px;border:2px solid currentColor;border-radius:50%;vertical-align:middle}dialog{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;padding:12px;border:0;background:#111e;color:#fff}dialog[open]{display:grid;place-items:center}dialog::backdrop{background:#111e}dialog img{max-width:calc(100vw - 54px);max-height:calc(100vh - 65px);object-fit:contain}dialog button{position:fixed;z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:#fffffff0;font-size:30px;line-height:1}.close{top:12px;right:12px}.nav{top:50%;transform:translateY(-50%)}.prev{left:6px}.next{right:6px}#photoCount{position:fixed;bottom:14px;padding:6px 11px;border-radius:999px;background:#0009;font-size:12px}@media(min-width:680px){header{padding:22px 4vw 16px}main{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:20px 4vw 70px}.stock-button{font-size:13px}}@media(min-width:1050px){main{grid-template-columns:repeat(5,minmax(0,1fr))}}
