:root{color-scheme:light;--paper:#f7f6f2;--ink:#263d32;--muted:#7c8278;--line:#e6e8df;--orange:#b74829;--green:#355341;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #bc7148;outline-offset:4px}button{color:inherit}a{color:inherit;text-decoration:none}[hidden]{display:none!important}.page{max-width:1200px;margin:auto;padding:0 44px}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:13px}.brand-icon{display:grid;place-items:center;background:var(--ink);color:#fff8e8;width:48px;height:48px;border-radius:15px 15px 15px 3px;font-family:serif;font-size:29px}.brand strong{display:block;font-size:22px;letter-spacing:3px}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:2px;margin-top:5px}.share-button{display:flex;gap:8px;align-items:center;border:1px solid #d7dccf;background:transparent;border-radius:30px;padding:10px 17px;font-size:12px}.share-button svg{width:17px;height:17px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:315px;background:#e9edde;border-radius:22px;overflow:hidden}.hero-copy{padding:35px 44px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600;color:#6c7966}.hero h1{font-family:"Songti SC","Noto Serif CJK SC",STSong,serif;font-size:46px;line-height:1.3;letter-spacing:5px;font-weight:600;margin:15px 0 13px}.hero p{font-size:12px;line-height:1.8;color:#69765f;margin:0}.hero-note{font-size:10px;display:inline-flex;gap:7px;align-items:center;margin-top:24px;color:#536446}.hero-note span{font-size:7px;color:#738757}.hero-photo{position:relative;min-width:0}.hero-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#e9edde 0%,transparent 22%,#19201418 100%);pointer-events:none}.hero-photo>span{position:absolute;bottom:24px;right:24px;z-index:1;color:#fff8e8;background:#182d2870;border:1px solid #ffffff48;padding:8px 13px;border-radius:30px;font-size:10px;letter-spacing:2px;backdrop-filter:blur(8px)}.mobile-break{display:none}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin:39px 0 27px;gap:20px}.catalog-toolbar h2{font-size:24px;font-weight:600;letter-spacing:1px;margin:8px 0 0}.search-box{display:flex;align-items:center;background:white;border:1px solid var(--line);padding:0 14px;border-radius:12px;width:285px;min-height:46px;gap:9px}.search-box svg{width:18px;height:18px;color:#859080;flex-shrink:0}.search-box input{background:transparent;border:0;outline:none;min-width:0;width:100%;font-size:12px;color:var(--ink);height:44px}.search-box input::-webkit-search-cancel-button{-webkit-appearance:none}.search-box input::placeholder{color:#92988b}.search-box:focus-within{border-color:#6f8260;box-shadow:0 0 0 2px #6f826018}.search-box input:focus-visible{outline:none}.search-box button{background:transparent;border:0;font-size:24px;color:#7c8278;width:28px;height:36px;flex-shrink:0}.catalog-layout{display:grid;grid-template-columns:162px minmax(0,1fr);gap:30px;align-items:start}.categories{position:sticky;top:20px;display:flex;flex-direction:column;gap:8px;padding:5px 0;max-height:calc(100dvh - 40px);overflow-y:auto}.category-button{display:flex;align-items:center;gap:11px;width:100%;border:0;background:transparent;text-align:left;padding:14px 15px;border-radius:11px;font-size:13px;color:#737b6e;transition:background .15s}.category-button:hover{background:#eceee6}.category-button[aria-pressed=true]{background:var(--green);color:#fff}.category-mark{font-size:10px;border:1px solid currentColor;border-radius:5px;width:21px;height:21px;display:grid;place-items:center;opacity:.8;flex-shrink:0}.category-number{font-size:10px;margin-left:auto;opacity:.7}.section-heading{display:flex;align-items:center;justify-content:space-between;height:41px;margin-bottom:15px;border-bottom:1px solid var(--line);padding-bottom:15px}.section-heading h3{font-size:15px;margin:0;font-weight:600}.section-heading>span{font-size:11px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);padding:9px;border-radius:15px;min-width:0;text-align:left;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #263d320a}.product-photo{position:relative;display:block;width:100%;aspect-ratio:1.7;background:#ebede4;border-radius:9px;overflow:hidden}.product-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.035)}.product-tag{position:absolute;top:9px;left:9px;background:#fffaf1ef;border-radius:5px;padding:5px 8px;color:#586143;font-size:9px;letter-spacing:.5px}.product-info{display:flex;flex-direction:column;flex:1;padding:13px 7px 8px;min-width:0}.product-name{font-size:16px;line-height:1.5;font-weight:600;letter-spacing:.4px}.product-description{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:11px;line-height:1.7;color:#8a8e81;margin-top:5px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:18px}.price{font-size:22px;line-height:1;color:var(--orange);font-weight:600;font-variant-numeric:tabular-nums}.price small{font-size:12px;margin-right:3px}.unit{font-size:10px;font-weight:400;color:#8b8e82;margin-left:5px}.view-detail{font-size:10px;color:#8a907f}.view-detail span{margin-left:5px;font-size:14px}.catalog-end{text-align:center;color:#9b9e91;font-size:10px;letter-spacing:1px;margin:32px 0}.catalog-end span{display:block;margin-top:8px}.demo-notice{border-top:1px solid var(--line);padding:20px 0;font-size:11px;color:#8b8d80;line-height:1.7}footer{display:flex;justify-content:space-between;color:#8b8d80;font-size:10px;border-top:1px solid var(--line);padding:20px 0 30px;letter-spacing:.5px}.empty-state{text-align:center;padding:60px 10px;color:var(--muted)}.empty-state>span{font-size:40px}.empty-state h3{font-size:17px;color:var(--ink)}.empty-state p{font-size:12px}.empty-state button{border:0;background:var(--green);color:white;border-radius:30px;padding:12px 22px;margin-top:15px;font-size:12px}dialog{border:0;padding:0;border-radius:20px;width:min(460px,calc(100% - 32px));max-height:90vh;max-height:90dvh;overflow:auto;color:var(--ink);background:var(--paper);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#15271fd0;backdrop-filter:blur(4px)}dialog>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block}.close-dialog{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:50%;background:#fffffff0;font-size:28px;color:var(--ink)}.detail-body{padding:26px}.detail-body h2{font-size:24px;margin:10px 0}.detail-body>p{font-size:14px;line-height:1.8;color:#77806e}.detail-body .detail-price{font-size:27px;color:var(--orange);font-weight:600}.detail-body .detail-note{font-size:10px;color:#96998c;border-top:1px solid var(--line);padding-top:15px}.toast{position:fixed;z-index:5;bottom:30px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;box-shadow:0 5px 30px #0002;border-radius:12px;padding:13px 20px;font-size:13px;max-width:calc(100% - 32px);width:max-content}.noscript{text-align:center;padding:20px}
@media(min-width:1300px){.page{max-width:1280px}.hero{min-height:340px}.hero-copy{padding-top:42px}.hero h1{font-size:50px}.catalog-layout{gap:38px;grid-template-columns:180px minmax(0,1fr)}.product-photo{aspect-ratio:1.85}}
@media(max-width:760px){.page{padding:0 20px}.site-header{height:86px}.hero{min-height:270px}.hero-copy{padding:26px}.hero h1{font-size:36px}.hero p{font-size:11px}.hero-photo>span{right:12px;bottom:16px;font-size:8px;letter-spacing:1px}.catalog-layout{grid-template-columns:125px minmax(0,1fr);gap:18px}.category-button{padding:13px 10px;gap:8px;font-size:12px}.catalog-toolbar h2{font-size:20px}.search-box{width:220px}.product-grid{grid-template-columns:minmax(0,1fr)}.product-card{flex-direction:row;gap:4px}.product-photo{width:115px;aspect-ratio:1;flex-shrink:0}.product-info{padding:5px 5px 5px 8px}.product-name{font-size:15px}.product-bottom{margin-top:auto;padding-top:12px}.product-description{-webkit-line-clamp:2}.view-detail{display:none}.price{font-size:20px}.product-tag{top:6px;left:6px;padding:3px 5px;font-size:8px}}
@media(max-width:520px){.page{padding:0 15px}.site-header{height:79px}.brand{gap:10px}.brand-icon{width:40px;height:40px;font-size:25px;border-radius:12px 12px 12px 3px}.brand strong{font-size:18px;letter-spacing:2px}.brand small{font-size:8px;letter-spacing:1px}.share-button{padding:9px 12px;font-size:10px}.share-button svg{width:14px;height:14px}.hero{min-height:220px;border-radius:15px;grid-template-columns:1.05fr 1fr}.hero-copy{padding:23px 0 20px 20px;z-index:1}.hero .eyebrow{font-size:8px;letter-spacing:1px}.hero h1{font-size:32px;letter-spacing:2px;margin:12px 0}.hero p{font-size:10px;line-height:1.7}.hero-note{font-size:8px;margin-top:16px;gap:5px}.mobile-break{display:block}.hero-photo img{object-position:58% center}.hero-photo>span{font-size:8px;padding:6px 8px;right:8px;bottom:13px;letter-spacing:.5px}.hero-photo:after{background:linear-gradient(90deg,#e9edde 0%,transparent 38%)}.catalog-toolbar{align-items:stretch;flex-direction:column;gap:16px;margin:27px 0 22px}.catalog-toolbar .eyebrow{font-size:8px;letter-spacing:1.5px}.catalog-toolbar h2{font-size:21px;margin-top:7px}.search-box{width:100%;min-height:42px;border-radius:10px}.search-box input{height:40px}.catalog-layout{grid-template-columns:76px minmax(0,1fr);gap:12px;margin-left:-5px}.categories{gap:6px;top:12px;padding-top:0;max-height:calc(100dvh - 24px)}.category-button{padding:15px 5px;justify-content:center;border-radius:9px;font-size:11px;white-space:nowrap;min-height:45px}.category-mark,.category-number{display:none}.section-heading{height:32px;margin-bottom:12px;padding-bottom:12px}.section-heading h3{font-size:13px}.section-heading>span{font-size:9px}.product-grid{gap:11px}.product-card{border-radius:11px;padding:7px;gap:0}.product-photo{width:88px;border-radius:7px;align-self:flex-start}.product-info{padding:1px 0 2px 9px}.product-name{font-size:12px;letter-spacing:0;line-height:1.5}.product-description{font-size:9px;line-height:1.55;margin-top:4px;-webkit-line-clamp:1}.product-bottom{padding-top:10px}.price{font-size:18px;white-space:nowrap}.price small{font-size:10px;margin-right:1px}.unit{font-size:9px;margin-left:3px}.product-tag{font-size:7px;padding:3px 4px;top:5px;left:5px}.catalog-end{font-size:8px;letter-spacing:0;margin:25px 0}.demo-notice{font-size:9px;padding:16px 0}footer{font-size:8px;padding-bottom:24px}.detail-body{padding:22px}}
@media(max-width:360px){.page{padding:0 12px}.hero h1{font-size:28px}.hero-copy{padding-left:15px}.hero-photo>span{display:none}.catalog-layout{grid-template-columns:65px minmax(0,1fr);gap:8px}.category-button{font-size:10px}.product-photo{width:72px}.product-name{font-size:11px}.product-info{padding-left:7px}.product-description{display:none}.unit{font-size:8px}}
@media(max-width:520px){.hero{grid-template-columns:1.2fr 1fr}.hero h1{font-size:clamp(22px,6.4vw,30px);letter-spacing:1px;white-space:nowrap}}
/* Wedding gift palette */
:root{--paper:#fcf8f5;--ink:#65393c;--muted:#977e79;--line:#ede0d9;--orange:#ab4449;--green:#87383e}
.hero{background:#f3e5dd}.hero-photo:after{background:linear-gradient(90deg,#f3e5dd,transparent 35%)}.hero-photo img{object-fit:contain;background:#f3e5dd}.hero-photo>span{background:#87383eaa}.eyebrow,.hero p,.hero-note{color:#96675f}.hero-note span{color:#ad7861}.share-button{border-color:#e5cec5}.category-button{color:#927470}.category-button:hover{background:#f5e9e3}.category-button[aria-pressed=true]{color:white}.product-photo{background:#f7ede7}.product-photo img{object-fit:contain}.product-tag{color:#8c5955;background:#fffaf3ee}.product-description,.unit,.view-detail,.catalog-end,.demo-notice,footer,.detail-body>p{color:#947c74}.search-box:focus-within{border-color:#b17c71;box-shadow:0 0 0 2px #b17c7118}.search-box svg,.search-box input::placeholder{color:#a88c80}dialog::backdrop{background:#402124cc}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}
