:root{--ink:#363447;--muted:#716d7d;--purple:#74609e;--cream:#fffaf4;--line:#e9e2dd}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 'Trebuchet MS','Microsoft YaHei',Arial,sans-serif}button,input,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-underline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #b27931;outline-offset:3px}.store-header{max-width:1250px;margin:auto;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px}.store-brand{font-size:25px;font-weight:900;text-decoration:none;white-space:nowrap}.store-brand span{color:#d6926c}.header-tools{display:flex;align-items:center;gap:18px}.language-switch{display:flex;padding:3px;background:white;border:1px solid var(--line);border-radius:30px}.language-switch button{border:0;background:transparent;border-radius:25px;padding:8px 12px;min-height:44px;font-size:13px;color:var(--ink)}.language-switch button[aria-pressed=true]{background:var(--purple);color:white}.cart-open{border:1px solid var(--line);background:white;border-radius:30px;padding:10px 18px;font-weight:bold;min-height:44px}#cart-count{background:#eee7f6;border-radius:20px;padding:3px 8px;margin-left:4px}main{max-width:1194px;margin:auto;padding:20px 28px 60px}.store-intro{padding:22px 0 34px;max-width:750px}.back{font-size:13px;color:var(--muted)}.eyebrow{letter-spacing:.12em;font-size:12px;color:#96684e;font-weight:700;margin-top:28px}h1{font-size:clamp(36px,5vw,62px);line-height:1.13;letter-spacing:-.035em;margin:12px 0 18px}.store-intro>p:not(.eyebrow){font-size:18px;color:var(--muted)}.preview-note{font-size:13px;background:#f0eaf7;border-radius:14px;padding:12px 16px;color:#65517f}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product{background:white;border:1px solid var(--line);border-radius:25px;overflow:hidden;box-shadow:0 10px 24px #76644709}.product-art{background:#faf6f0;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:16px}.product-art img{width:100%;height:100%;object-fit:contain}.product-body{padding:20px}.product h2{margin:0;font-size:25px}.product .fine{margin:6px 0;color:var(--muted)}.product .price{font-weight:700;margin:16px 0}.primary,.secondary{border:0;border-radius:14px;padding:12px 18px;min-height:46px;font-weight:700}.primary{background:var(--purple);color:white}.primary:not(:disabled):hover{background:#594681}.secondary{background:#f2eee9;color:var(--ink)}.secondary:hover{background:#e9e1d9}button:not(:disabled):active{transform:translateY(1px)}.wide{width:100%;margin-top:12px}.fine,.store-note{font-size:13px;color:var(--muted)}.store-note{text-align:center;margin-top:32px}footer{max-width:1194px;margin:auto;padding:24px 28px 40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;font-size:13px;color:var(--muted)}dialog{border:0;border-radius:24px;padding:26px;width:min(560px,calc(100% - 24px));max-height:90dvh;overflow:auto;box-shadow:0 25px 100px #352b4240}dialog::backdrop{background:#28203277}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:15px}.dialog-top h2{margin:0;font-size:26px}.close{border:0;background:#f2edf7;border-radius:50%;width:44px;height:44px;font-size:26px;flex-shrink:0}.cart-line{display:grid;grid-template-columns:68px minmax(0,1fr);gap:14px;border-bottom:1px solid var(--line);padding:18px 0}.cart-line img{width:68px;height:80px;object-fit:contain;border-radius:12px;background:#faf6f0}.cart-line h3{margin:0;font-size:18px}.quantity{display:flex;gap:10px;align-items:center;margin-top:8px;flex-wrap:wrap}.quantity button{border:1px solid var(--line);background:white;border-radius:10px;min-width:38px;min-height:38px}.quantity .remove{border:0;font-size:12px;text-decoration:underline;color:#7d5261}.summary{background:#faf6f0;padding:16px;border-radius:14px;margin-top:18px}.summary p{display:flex;justify-content:space-between;gap:16px;margin:6px 0;font-size:14px}.summary strong{text-align:right}.empty{text-align:center;padding:36px 10px;color:var(--muted)}fieldset{border:1px solid var(--line);border-radius:16px;margin:20px 0 0;padding:16px}legend{font-weight:700;padding:0 6px}label{display:block;margin-bottom:12px;font-size:13px}label span{display:block;margin-bottom:5px}input,textarea{width:100%;padding:10px;border:1px solid #d8d0df;border-radius:10px;background:white;color:var(--ink)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-option{display:flex;justify-content:space-between;gap:12px;background:#eef6ff;padding:14px;border-radius:12px}.payment-option span{font-size:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:850px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}.store-header{flex-wrap:wrap}.header-tools{flex:1;justify-content:flex-end}}@media(max-width:480px){.store-header{padding:18px}.header-tools{justify-content:space-between;width:100%;flex-basis:100%;gap:8px}main{padding:10px 18px 40px}.products{grid-template-columns:1fr;gap:20px}.product-art{aspect-ratio:1.15}.product-body{padding:18px}footer{flex-direction:column;text-align:center;padding-inline:18px}dialog{padding:20px}.field-row{grid-template-columns:1fr}}
select{display:block;width:100%;margin-top:8px;padding:12px 9px;border:1px solid #d8d0df;border-radius:12px;background:#fff;color:var(--ink);font:inherit;min-height:46px}
select:focus-visible{outline:3px solid #b27931;outline-offset:3px}
