:root{--ink:#263c32;--muted:#627167;--paper:#faf9f5;--line:#dfe4da;--green:#314e3d;--sage:#e9eee5;--accent:#e1c78a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI","Microsoft JhengHei",sans-serif;font-size:16px;line-height:1.6}button,input,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}button:disabled{cursor:default;opacity:.45}button,a,input,textarea{outline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #9e6928}a{color:inherit;text-decoration:none}.top{max-width:1120px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:25px 28px;border-bottom:1px solid var(--line)}.brand{font-size:25px;font-weight:700;letter-spacing:5px}.brand span{font-size:10px;letter-spacing:2px;margin-left:15px}.edition{font-size:13px;color:var(--muted)}main{max-width:1120px;margin:auto;padding:0 28px 160px}.intro{position:relative;padding:46px 0 34px;overflow:hidden}.eyebrow{color:var(--muted);font-size:12px;letter-spacing:2px}h1{font-family:Georgia,"Microsoft JhengHei",serif;font-size:46px;line-height:1.3;letter-spacing:2px;margin:15px 0}p{margin:12px 0}.intro p{color:var(--muted)}.intro-mark{position:absolute;right:70px;top:32px;border:1px solid #b1bdaa;border-radius:100px 100px 4px 4px;width:160px;height:240px;text-align:center;padding-top:26px;font-family:serif;font-size:44px;line-height:1.2;background:var(--sage)}.intro-mark span{display:block;font:9px/1.7 sans-serif;letter-spacing:2px;margin-top:20px}.steps{display:flex;gap:26px;font-size:13px;margin-top:25px}.steps b{display:inline-grid;place-items:center;background:var(--sage);width:25px;height:25px;border-radius:50%;margin-right:5px}h2{font-size:23px;margin:0}.catalogue-head{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:26px 0 18px}.catalogue-head>span{color:var(--muted);font-size:13px}.filters{display:flex;justify-content:space-between;align-items:center;gap:18px}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tabs button{border:1px solid var(--line);background:transparent;border-radius:7px;padding:10px 15px;min-height:44px;color:var(--ink);font-size:14px}.tabs .active{background:var(--green);color:white;border-color:var(--green)}.search{display:flex;align-items:center;gap:8px;font-size:13px}.search input{border:1px solid var(--line);background:white;padding:10px 12px;border-radius:7px;width:230px;min-height:44px}.hint{color:var(--muted);font-size:13px;margin:16px 0}.group-heading{font-size:15px;font-weight:600;padding:20px 0 10px;display:flex;align-items:baseline;gap:12px}.group-heading span{font-size:11px;color:var(--muted);font-weight:400;letter-spacing:1px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product{background:white;border:1px solid var(--line);border-radius:10px;padding:20px;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.product.chosen{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.product-top{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--muted);letter-spacing:1px}.product-top .number{background:var(--sage);border-radius:50%;width:30px;height:30px;display:grid;place-items:center;font-size:11px}.product h3{font-size:17px;line-height:1.6;margin:15px 0 16px;min-height:54px;font-weight:600}.price{font-size:20px;font-weight:650;margin-top:auto}.price.pending{font-size:16px;color:#766142}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid #eef0eb}.quantity-row label{font-size:12px;color:var(--muted)}.stepper{display:flex;border:1px solid #c9d2c6;border-radius:6px;overflow:hidden}.stepper button{width:44px;min-height:44px;border:0;background:#f3f5ef;color:var(--ink);font-size:22px}.stepper input{width:50px;min-width:0;text-align:center;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;appearance:textfield;color:var(--ink);padding:0}.stepper input::-webkit-inner-spin-button{appearance:none}.foot{padding-top:44px;font-size:12px;letter-spacing:2px;color:var(--muted);display:flex;justify-content:space-between}.cartbar{position:fixed;bottom:0;left:0;width:100%;background:rgba(250,249,245,.98);border-top:1px solid #cbd4c6;padding:16px 28px calc(16px + env(safe-area-inset-bottom));box-shadow:0 -5px 24px #263c3208}.cart-inner{max-width:1064px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:16px}.cart-inner>div{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.cart-inner span{font-size:14px}.cart-inner strong{font-size:26px}.cart-inner small{font-size:12px;color:var(--muted)}.primary{background:var(--green);color:white;border:0;border-radius:7px;padding:14px 26px;min-height:50px;font-weight:600;white-space:nowrap}.primary span{margin-left:22px}dialog{border:1px solid var(--line);border-radius:14px;width:min(580px,calc(100% - 30px));max-height:85dvh;padding:24px;color:var(--ink)}dialog::backdrop{background:#15281dcc}.dialog-head{display:flex;justify-content:space-between;align-items:center}.dialog-head button{font-size:28px;background:var(--sage);border:0;border-radius:50%;width:44px;height:44px}.review-row{padding:14px 0;border-bottom:1px solid var(--line);display:flex;gap:18px;justify-content:space-between;font-size:14px}.review-row span:last-child{white-space:nowrap}.notice{background:var(--sage);padding:12px;border-radius:6px;font-size:13px}#review-total{font-weight:700}#copy-text{width:100%;min-height:160px;margin:12px 0}#copy-status{font-size:13px}.skip{position:absolute;top:-100px}.skip:focus{top:0;background:white;z-index:10;padding:10px}.mobile{display:none}[hidden]{display:none!important}@media(max-width:950px){.filters{align-items:stretch;flex-direction:column}.search input{flex:1;width:auto}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-inner small{flex-basis:100%}.cart-inner>div{gap:2px 12px}.intro-mark{right:10px}.edition{display:none}}@media(max-width:600px){.top{padding:18px 18px}.brand{font-size:23px}.brand span{font-size:9px;margin-left:8px}main{padding:0 18px 160px}.intro{padding:30px 0 26px}h1{font-size:32px;letter-spacing:0}.intro p{font-size:14px}.intro-mark{display:none}.mobile{display:block}.steps{gap:18px;margin-top:20px;font-size:12px}.catalogue-head{padding:22px 0 15px}h2{font-size:21px}.tabs{gap:6px}.tabs button{padding:8px 10px;font-size:13px}.grid{grid-template-columns:1fr;gap:10px}.product{padding:17px}.product h3{min-height:0;margin:8px 0 12px;padding-right:30px}.product-top .number{width:25px;height:25px}.product .price{font-size:19px}.product .price.pending{font-size:15px}.quantity-row{margin-top:12px;padding-top:12px}.cartbar{padding:12px 18px calc(12px + env(safe-area-inset-bottom))}.cart-inner strong{font-size:19px}.cart-inner>div{display:block}.cart-inner>div>span,.cart-inner small{display:block;font-size:11px}.primary{padding:12px 16px;font-size:14px}.primary span{margin-left:8px}.foot{display:block}.foot span{display:block;margin-top:8px}.group-heading{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.product-visual{height:190px;margin:12px 0 0;display:grid;place-items:center;background:#fff;border-radius:6px;overflow:hidden}.product-visual img{height:100%;width:100%;object-fit:contain;max-height:190px}.image-pending{background:#f3f2ec;color:#716e61;font-size:13px;border:1px dashed #d2d5c9}@media(max-width:600px){.product{display:grid;grid-template-columns:105px minmax(0,1fr);gap:0 15px;align-content:start}.product-top{grid-column:1/-1}.product-visual{grid-column:1;grid-row:2/4;height:115px;margin-top:8px}.product-visual img{max-height:115px}.product h3{grid-column:2;grid-row:2;padding-right:0;font-size:16px;margin-top:12px;margin-bottom:8px}.product .price{grid-column:2;grid-row:3;align-self:end;margin:0}.quantity-row{grid-column:1/-1}.image-pending{text-align:center;font-size:12px;padding:8px}}
.intro{padding:24px 0}.intro h1{font-size:36px;line-height:1.25;margin:10px 0}.intro h1 br{display:none}.intro p{font-size:14px;margin:10px 0}.steps{margin-top:14px}.intro-mark{top:18px;right:20px;width:88px;height:154px;padding-top:14px;font-size:30px}.intro-mark span{font-size:6px;margin-top:10px;letter-spacing:1px}.intro h1,.intro p{padding-right:120px}.catalogue-head{padding:20px 0 14px}.group-heading{padding:10px 0}.product-visual{height:160px}.product-visual img{max-height:160px}@media(max-width:600px){.intro{padding:18px 0}.intro h1{font-size:27px;padding-right:0;margin:8px 0}.intro h1 br{display:block}.intro p{font-size:13px;padding-right:0;margin:8px 0}.eyebrow{font-size:10px}.steps{display:none}.catalogue-head{padding:16px 0 12px}.hint{margin:12px 0}.group-heading{padding:4px 0 8px;margin:12px 0}.product-visual{height:105px}.product-visual img{max-height:105px}.foot{padding-top:26px}}
.checkout-options{border:1px solid var(--line);border-radius:8px;margin:20px 0 12px;padding:10px 12px;display:flex;flex-wrap:wrap;gap:8px 20px}.checkout-options legend{font-weight:600;padding:0 6px}.checkout-options label{min-height:44px;display:flex;align-items:center;gap:8px;cursor:pointer}.checkout-options input{accent-color:var(--green);width:20px;height:20px}#checkout-totals{padding:8px 0}#checkout-totals p{display:flex;justify-content:space-between}#review-total{border-top:1px solid var(--line);padding-top:12px;font-size:19px}.export-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.export-actions button{min-height:48px;border:1px solid var(--line);border-radius:7px;background:white;color:var(--ink);font-size:14px}.export-actions .primary{background:var(--green);color:white}@media print{body>header,body>main,.cartbar,.skip,.dialog-head button,.export-actions,#copy-status,#copy-text{display:none!important}dialog[open]{position:static;display:block;width:100%;max-width:none;max-height:none;overflow:visible;border:0;margin:0;padding:0}dialog::backdrop{display:none}.checkout-options{break-inside:avoid}.review-row{break-inside:avoid}body{background:white}}
.product-visual{height:270px;margin:8px 0 0;background:#fff}.product-visual img{max-height:270px;height:100%;width:100%;object-fit:contain}.photo-caption{display:block;text-align:center;font-size:11px;color:var(--muted);margin:0 0 6px}.product h3{margin-top:12px}@media(max-width:600px){.product{display:flex;gap:0;padding:16px}.product-visual{width:100%;height:240px;margin:4px 0 0}.product-visual img{max-height:240px}.product h3{margin:10px 0;font-size:17px}.product .price{align-self:auto;margin-top:auto;font-size:22px}.quantity-row{margin-top:12px}.photo-caption{font-size:11px}}
