.store-hero{margin-bottom:24px}
.store-banner{min-height:360px;border-radius:24px;background:#e8f2f5 center/cover no-repeat;display:flex;align-items:flex-end;padding:34px;overflow:hidden;position:relative}
.store-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,47,102,.12),rgba(15,47,102,.72))}
.store-banner>div{position:relative;color:#ffffff;max-width:680px}.store-banner span{font-size:13px;letter-spacing:.08em}.store-banner h1{font-size:42px;margin:10px 0}.store-banner p{font-size:17px;line-height:1.7;margin:0 0 18px}
.store-section{margin:24px 0}.store-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.store-section-head h2{margin:0;color:var(--primary)}.store-section-head button{border:0;background:#eef4f8;color:var(--text);border-radius:999px;padding:9px 14px;cursor:pointer}
.mini-cat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.mini-cat{border:0;background:var(--surface);border-radius:18px;padding:16px 10px;display:grid;place-items:center;gap:9px;box-shadow:0 10px 26px rgba(20,40,80,.06);cursor:pointer;color:var(--text)}.mini-cat-img{width:54px;height:54px;border-radius:18px;background:#e8f7f4;display:grid;place-items:center;color:var(--primary);font-weight:700;overflow:hidden}.mini-cat-img img{width:100%;height:100%;object-fit:cover}
.goods-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.goods-card{background:var(--surface);border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(20,40,80,.06)}.goods-cover{width:100%;aspect-ratio:1/1;border:0;background:#f4f7f9;display:block;position:relative;cursor:pointer;overflow:hidden}.goods-cover img{width:100%;height:100%;object-fit:cover}.goods-cover span,.row-cover span,.detail-empty-img{height:100%;display:grid;place-items:center;color:#9aa8b8}.goods-cover em{position:absolute;left:10px;top:10px;background:var(--primary);color:#ffffff;border-radius:999px;padding:4px 8px;font-style:normal;font-size:12px}.goods-info{padding:13px}.goods-title,.row-title{border:0;background:transparent;padding:0;text-align:left;color:var(--text);font-weight:700;line-height:1.45;cursor:pointer}.goods-info p,.row-main p{margin:6px 0;color:var(--muted);font-size:13px}.goods-tags{display:flex;gap:6px;flex-wrap:wrap}.goods-tags span{font-size:12px;color:var(--muted);background:#f1f5f8;border-radius:999px;padding:4px 8px}.goods-foot,.row-foot{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.goods-foot strong,.row-foot strong,.detail-price{color:var(--primary);font-size:18px}.goods-foot button,.row-foot button{border:0;background:var(--primary);color:#ffffff;border-radius:999px;padding:8px 12px;cursor:pointer}
.product-center{display:grid;grid-template-columns:170px 1fr;gap:18px;align-items:start}.cat-rail{position:sticky;top:88px;background:var(--surface);border-radius:18px;padding:10px;display:grid;gap:6px;box-shadow:0 10px 26px rgba(20,40,80,.05)}.cat-rail button{border:0;background:transparent;border-radius:12px;padding:12px;color:var(--muted);text-align:left;cursor:pointer}.cat-rail button.active{background:#e8f7f4;color:var(--primary);font-weight:700}.goods-pane{min-width:0}.pane-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pane-head h2{margin:0;color:var(--primary)}.pane-head p{margin:4px 0 0;color:var(--muted)}.goods-list{display:grid;gap:12px}.goods-row{background:var(--surface);border-radius:18px;padding:12px;display:grid;grid-template-columns:128px 1fr;gap:14px;box-shadow:0 8px 22px rgba(20,40,80,.05)}.row-cover{border:0;border-radius:14px;background:#f4f7f9;overflow:hidden;aspect-ratio:1/1;cursor:pointer}.row-cover img{width:100%;height:100%;object-fit:cover}.row-main{min-width:0}.row-title{font-size:17px}.row-foot{margin-top:16px}
.sheet-mask{position:fixed;inset:0;background:rgba(9,24,38,.46);z-index:1000;display:grid;place-items:center;padding:18px}.product-sheet{width:min(980px,96vw);max-height:92vh;overflow:auto;background:var(--surface);border-radius:24px;display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:22px;position:relative}.sheet-close{position:absolute;right:16px;top:14px;border:0;background:#eef4f8;border-radius:999px;width:34px;height:34px;cursor:pointer}.detail-gallery{display:grid;gap:10px}.detail-gallery img{width:100%;border-radius:18px;background:#f4f7f9;object-fit:cover;max-height:420px}.detail-main h2{margin:8px 0;color:var(--primary)}.detail-main p{color:var(--muted);line-height:1.7}.detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.detail-meta span{display:grid;gap:4px;padding:10px;border:1px solid #dfe7ef;border-radius:12px;color:var(--muted);font-size:12px}.detail-meta strong{color:var(--text)}.detail-price{font-size:24px;font-weight:700;margin:18px 0}.detail-form{display:grid;grid-template-columns:1fr 120px;gap:10px}.detail-form label{display:grid;gap:6px;color:var(--muted)}.detail-form input{border:1px solid #dfe7ef;border-radius:12px;padding:12px}.detail-add{width:100%;margin-top:14px}
.cart-page{display:grid;gap:14px}.cart-list{display:grid;gap:12px}.cart-item{background:var(--surface);border-radius:18px;padding:12px;display:grid;grid-template-columns:88px 1fr 124px 64px;gap:12px;align-items:center;box-shadow:0 8px 22px rgba(20,40,80,.05)}.cart-item img{width:88px;height:88px;border-radius:14px;object-fit:cover;background:#f4f7f9}.cart-item h3{margin:0}.cart-item p{margin:4px 0;color:var(--muted);font-size:13px}.qty-box{display:grid;grid-template-columns:34px 1fr 34px;border:1px solid #dfe7ef;border-radius:999px;overflow:hidden}.qty-box button,.qty-box input{border:0;background:var(--surface);text-align:center;padding:8px;min-width:0}.delete-btn{border:0;background:#fff0f0;color:#c23535;border-radius:12px;padding:10px;cursor:pointer}.order-card{background:var(--surface);border-radius:18px;padding:16px;display:grid;gap:12px;box-shadow:0 8px 22px rgba(20,40,80,.05)}.order-card label{display:grid;gap:6px;color:var(--muted)}.order-card input,.order-card textarea{border:1px solid #dfe7ef;border-radius:12px;padding:12px}.order-total{display:flex;justify-content:space-between;align-items:center}.order-total strong{font-size:24px;color:var(--primary)}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.brand-grid div{background:var(--surface);border-radius:18px;padding:18px;color:var(--muted);display:grid;gap:6px}.brand-grid strong{color:var(--primary);font-size:20px}.empty-state{grid-column:1/-1;padding:30px;border-radius:18px;background:var(--surface);color:var(--muted);text-align:center}
.mobile-tab [data-cart-count]{display:inline-grid;place-items:center;min-width:16px;height:16px;border-radius:999px;background:var(--primary);color:#ffffff;font-size:10px;margin-left:3px}
@media(max-width:768px){.store-banner{min-height:230px;border-radius:18px;padding:20px}.store-banner h1{font-size:27px}.store-banner p{font-size:14px}.mini-cat-grid{grid-template-columns:repeat(5,1fr);gap:8px}.mini-cat{box-shadow:none;padding:8px 4px}.mini-cat-img{width:42px;height:42px;border-radius:14px}.mini-cat strong{font-size:12px}.goods-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.goods-info{padding:10px}.product-center{grid-template-columns:88px 1fr;gap:10px;margin:-4px -4px 0}.cat-rail{top:70px;border-radius:14px;padding:6px;box-shadow:none;max-height:calc(100vh - 150px);overflow:auto}.cat-rail button{padding:11px 8px;text-align:center;font-size:13px}.pane-head{padding:0 4px}.goods-row{grid-template-columns:92px 1fr;border-radius:14px;padding:9px;gap:10px}.row-title{font-size:15px}.row-foot button{padding:8px 10px;font-size:12px}.product-sheet{align-self:end;width:100vw;max-height:88vh;border-radius:22px 22px 0 0;grid-template-columns:1fr;padding:18px}.detail-gallery{display:flex;overflow-x:auto}.detail-gallery img{min-width:78%;max-height:260px}.detail-meta{grid-template-columns:1fr 1fr}.detail-form{grid-template-columns:1fr}.cart-item{grid-template-columns:72px 1fr;align-items:start}.cart-item img{width:72px;height:72px}.qty-box{grid-column:2}.delete-btn{grid-column:2;width:100%}.brand-grid{grid-template-columns:1fr}}

.detail-actions{display:grid;grid-template-columns:1fr 140px;gap:10px;margin-top:14px}.detail-actions .detail-add{margin-top:0}.detail-fav{border:0;border-radius:12px;padding:10px 14px;cursor:pointer}.detail-fav.active,.favorite-inline.active{background:#e8f7f4;color:var(--primary)}.favorite-inline{width:100%;margin-top:10px;border:0;background:#f3f7fa;color:var(--muted);border-radius:12px;padding:8px;cursor:pointer}.order-card select{border:1px solid #dfe7ef;border-radius:12px;padding:12px;background:var(--surface);color:var(--text)}
.member-login-page{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.member-login-card,.member-card{background:var(--surface);border-radius:18px;padding:20px;box-shadow:0 10px 26px rgba(20,40,80,.06)}.member-login-card h2,.member-card h3{margin:0 0 8px;color:var(--primary)}.member-login-card p{margin:0 0 14px;color:var(--muted);line-height:1.7}.member-page{display:grid;gap:14px}.member-hero{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary));color:#ffffff;border-radius:22px;padding:20px}.member-hero h2{margin:0 0 6px}.member-hero p{margin:0;color:rgba(255,255,255,.82)}.member-hero .ghost{border:0;border-radius:12px;padding:10px 14px;background:rgba(255,255,255,.16);color:#ffffff;cursor:pointer}.avatar{width:64px;height:64px;border-radius:20px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:26px}.member-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.member-stats button{border:0;background:var(--surface);border-radius:16px;padding:14px 8px;display:grid;gap:4px;box-shadow:0 8px 20px rgba(20,40,80,.05);cursor:pointer}.member-stats strong{font-size:22px;color:var(--primary)}.member-stats span{color:var(--muted)}.member-tabbar{display:flex;gap:8px;overflow-x:auto}.member-tabbar button{border:0;border-radius:999px;background:#eef4f8;color:var(--muted);padding:10px 16px;white-space:nowrap;cursor:pointer}.member-tabbar button.active{background:var(--primary);color:#ffffff}.member-panel{display:grid;gap:12px}.member-tip{margin:0;padding:10px;border-radius:12px;background:#fff8e8;color:#8a5a00}.member-tip.ok{background:#e8f7f4;color:#007a68}.check-line{display:flex!important;align-items:center;gap:8px}.check-line input{width:auto!important}.member-list{display:grid;gap:10px}.member-list-item{background:var(--surface);border-radius:16px;padding:14px;display:flex;justify-content:space-between;gap:12px;align-items:center;box-shadow:0 8px 20px rgba(20,40,80,.04)}.member-list-item strong{color:var(--primary)}.member-list-item p{margin:5px 0 0;color:var(--muted);font-size:13px}.mini-order-btn{border:0;background:#eef4f8;color:var(--text);border-radius:12px;padding:9px 12px;cursor:pointer}.order-detail-sheet{grid-template-columns:1fr}
@media(max-width:768px){.detail-actions,.member-login-page{grid-template-columns:1fr}.member-hero{grid-template-columns:54px 1fr}.member-hero .ghost{grid-column:1/-1}.avatar{width:54px;height:54px;border-radius:18px}.member-stats{grid-template-columns:repeat(4,1fr);gap:7px}.member-stats button{padding:10px 4px}.member-stats strong{font-size:18px}.member-list-item{align-items:flex-start}.member-list-item .delete-btn,.member-list-item .mini-order-btn{min-width:64px}}

:root{--sage:var(--primary-light);--sage-soft:#eff8eb;--forest:var(--primary);--ink:var(--text);--muted:var(--muted);--paper:var(--bg);--mist:#dfe7ee;--panel:var(--surface);--line:var(--line)}
body{background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
.site-header{height:76px;background:rgba(247,248,244,.9);backdrop-filter:blur(18px);box-shadow:none;border-bottom:1px solid rgba(18,53,12,.06);padding:0 clamp(18px,5vw,64px);gap:26px}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--forest);font-weight:800;font-size:20px}.brand-mark{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:var(--sage);font-size:14px}.brand small{font-size:12px;color:var(--muted);font-weight:700}.desktop-nav{display:flex;gap:30px;margin-left:auto}.site-header .desktop-nav a{font-size:13px;color:#1e2d20;text-decoration:none}.search{max-width:260px;position:relative;flex:0 1 260px}.search svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--muted)}.search input{background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:999px;padding:11px 16px 11px 40px;color:var(--ink)}.header-order{position:relative;width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:var(--forest);display:grid;place-items:center;cursor:pointer}.header-order svg{width:21px;height:21px}.header-order span:not(:empty){position:absolute;right:2px;top:2px;min-width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--sage);font-size:10px;color:var(--forest)}
.site-main{max-width:none;padding:0}.furnish-hero{min-height:720px;background:linear-gradient(180deg,#dfe8f2 0%,#dfe8f2 82%,var(--paper) 82%);display:grid;grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr);gap:32px;align-items:center;padding:70px clamp(22px,5vw,70px) 90px}.hero-copy{max-width:620px}.eyebrow{display:inline-block;font-size:12px;font-weight:800;color:#5b7a54;margin-bottom:18px;letter-spacing:0}.hero-copy h1{font-size:clamp(48px,7vw,96px);line-height:.96;margin:0 0 24px;color:var(--forest);font-weight:800}.hero-copy p{max-width:430px;color:#526354;line-height:1.75;margin:0 0 28px}.pill-cta{border:0;border-radius:999px;background:var(--sage);color:var(--forest);display:inline-flex;align-items:center;gap:10px;padding:13px 18px;font-weight:800;cursor:pointer}.pill-cta svg{width:18px;height:18px}.pill-cta.small{padding:11px 16px;font-size:13px}.hero-showcase{position:relative;min-height:550px}.hero-product{position:absolute;background:rgba(255,255,255,.7);border-radius:999px;display:grid;place-items:center;text-align:center;padding:34px;box-shadow:0 30px 70px rgba(44,69,41,.08)}.hero-product span{color:#63b935;font-size:30px;font-weight:800}.hero-product img{width:min(86%,320px);height:310px;object-fit:contain;filter:drop-shadow(0 24px 26px rgba(18,53,12,.14))}.hero-product strong{font-size:22px;line-height:1.15;color:var(--forest);max-width:240px}.hero-product-main{left:0;top:10px;width:420px;height:560px}.hero-product-side{right:0;bottom:0;width:360px;height:430px}.image-fallback{width:220px;height:220px;border-radius:50%;display:grid;place-items:center;background:var(--sage-soft);color:var(--forest)}.image-fallback svg{width:90px;height:90px;stroke-width:1.2}
.collection-section{background:var(--surface);padding:78px clamp(22px,5vw,70px)}.section-heading h2{font-size:clamp(34px,5vw,62px);line-height:1.05;margin:0;color:var(--forest)}.section-heading p{color:var(--muted);line-height:1.7}.centered{text-align:center}.collection-icons{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin:34px 0 44px}.mini-cat{box-shadow:none;border-radius:50%;width:118px;height:118px;background:transparent;color:#18291a;padding:0}.mini-cat-img{width:92px;height:92px;border-radius:50%;background:#f2f2ef;color:var(--forest)}.mini-cat:hover .mini-cat-img,.mini-cat:focus .mini-cat-img{background:var(--sage)}.mini-cat svg{width:40px;height:40px;stroke-width:1.35}.mini-cat strong{font-size:13px;font-weight:700}.refined-grid{max-width:1180px;margin:0 auto}.goods-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.goods-card{background:#ededeb;border-radius:0;box-shadow:none;padding:18px;overflow:visible}.goods-cover{background:#ececea;border-radius:0;aspect-ratio:1/1}.goods-cover img{object-fit:contain;padding:26px;filter:drop-shadow(0 20px 20px rgba(18,53,12,.1))}.goods-cover small{position:absolute;left:14px;top:14px;border-radius:999px;background:var(--surface);color:#879084;font-size:11px;padding:7px 13px}.goods-cover em{background:var(--sage);color:var(--forest);left:auto;right:14px;top:14px}.goods-info{padding:18px 0 2px}.goods-title{font-size:18px;color:var(--forest);font-weight:800}.goods-info p{color:#728072}.goods-tags span{background:var(--surface);color:#6b776c}.goods-foot strong,.row-foot strong,.detail-price{color:#506250;font-weight:700}.goods-foot button{width:36px;height:36px;border-radius:50%;padding:0;display:grid;place-items:center;background:var(--surface);color:#6d7b70}.goods-foot button svg{width:17px;height:17px}.favorite-inline{background:transparent;color:#7f8a7f;padding:6px 0;text-align:left}.favorite-inline.active{background:transparent;color:#5fae33}.center-action{text-align:center;margin-top:36px}
.category-icon-svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.category-icon-media{width:100%;height:100%;object-fit:contain;padding:18px}.mini-cat-img .category-icon-svg{width:42px;height:42px}.mini-cat-img.icon-missing{color:var(--forest)}
.material-story{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;background:var(--surface);padding:88px clamp(22px,5vw,70px)}.material-board{min-height:520px;background:#e9ece4;display:grid;place-items:center;overflow:hidden}.material-board img{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(18,53,12,.12))}.material-board svg{width:150px;height:150px;color:var(--forest);stroke-width:1}.material-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.08;color:var(--forest);margin:0 0 20px}.material-copy p{color:#526354;line-height:1.85;max-width:560px}
.review-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:82px clamp(22px,5vw,70px);background:linear-gradient(90deg,var(--surface) 0 64%,#f1f9ed 64%)}.review-card{background:#f3f3f0;padding:22px 24px;margin-top:18px;max-width:520px}.review-card strong{color:var(--forest);font-size:18px}.review-card p{color:#687468;line-height:1.7}.review-card span{color:#f0a72f}.review-product{display:grid;place-items:center}.review-product img{width:min(76%,420px);max-height:440px;object-fit:contain;filter:drop-shadow(0 26px 34px rgba(18,53,12,.12))}.review-product svg{width:220px;height:220px;stroke-width:1;color:#93bf87}
.advantage-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:#eff8eb;padding:46px clamp(22px,5vw,70px);text-align:center}.advantage-strip article span{width:58px;height:58px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;background:var(--sage);color:var(--forest)}.advantage-strip svg{width:24px;height:24px;stroke-width:1.5}.advantage-strip strong{display:block;color:var(--forest)}.advantage-strip p{color:#728071;font-size:13px;line-height:1.6}.dream-banner{min-height:300px;margin:0;background:linear-gradient(90deg,rgba(18,53,12,.74),rgba(18,53,12,.26)),#bcc7b7;display:flex;align-items:flex-start;justify-content:space-between;padding:56px clamp(22px,5vw,70px);color:#ffffff}.dream-banner h2{font-size:38px;margin:0 0 10px}.dream-banner p{margin:0;color:rgba(255,255,255,.78)}
.brand-footer{display:grid;grid-template-columns:.8fr 1.2fr;gap:46px;background:#102f08;color:#ffffff;padding:56px clamp(22px,5vw,70px)}.footer-image{min-height:330px;background:#d9ded0;display:grid;place-items:center;overflow:hidden}.footer-image img{width:100%;height:100%;object-fit:contain;padding:28px}.footer-image svg{width:120px;height:120px}.brand-footer h2{font-size:44px;line-height:1.08;margin:0 0 18px}.brand-footer p{color:#b7c7b0;line-height:1.8}.footer-links{display:grid;grid-template-columns:repeat(4,max-content);gap:28px;margin-top:34px;color:#e9f6de}
.products-landing{padding:70px clamp(22px,5vw,70px) 30px;background:var(--surface);text-align:center}.page-kicker{color:#79b957;font-weight:800;font-size:12px;margin-bottom:10px}.products-landing h1{font-size:clamp(38px,5vw,70px);line-height:1.05;margin:0;color:var(--forest)}.products-landing p{max-width:680px;margin:18px auto 0;color:var(--muted);line-height:1.75}.product-center{background:var(--surface);padding:24px clamp(22px,5vw,70px) 80px;grid-template-columns:210px 1fr;gap:34px}.cat-rail{top:96px;box-shadow:none;border:1px solid var(--line);border-radius:28px;background:#fafbf7;padding:12px}.cat-rail button{border-radius:999px;padding:13px 16px;color:#5d6d5e}.cat-rail button.active{background:var(--sage);color:var(--forest)}.pane-head h2{font-size:34px;color:var(--forest)}.subtle{border:0;border-radius:999px;padding:10px 14px}.goods-row{box-shadow:none;background:#f0f0ed;border-radius:0;padding:16px;grid-template-columns:150px 1fr}.row-cover{border-radius:0;background:#ececea}.row-cover img{object-fit:contain;padding:18px}.row-title{color:var(--forest);font-weight:800}.row-foot button{background:var(--sage);color:var(--forest)}
.product-sheet{border-radius:34px;box-shadow:0 40px 90px rgba(0,0,0,.18)}.sheet-close{background:#f3f4ef;color:var(--forest)}.detail-gallery img{border-radius:24px;object-fit:contain;background:#eeeeeb}.detail-main h2{font-size:38px;line-height:1.08;color:var(--forest)}.detail-meta span{border-color:var(--line);border-radius:18px;background:#fafbf7}.detail-actions .btn{background:var(--sage);color:var(--forest);border-radius:999px}.detail-fav{border-radius:999px}
.brand-story-page{background:var(--surface)}.brand-story-hero{display:grid;grid-template-columns:1fr .75fr;gap:50px;align-items:center;padding:76px clamp(22px,5vw,70px);background:#dfe8f2}.brand-story-hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;color:var(--forest);margin:0 0 18px}.brand-story-hero p{color:#526354;line-height:1.85;max-width:760px}.brand-story-image{min-height:430px;border-radius:50%;background:var(--surface);display:grid;place-items:center;overflow:hidden}.brand-story-image img{width:82%;height:82%;object-fit:contain}.brand-story-image svg{width:150px;height:150px;color:var(--forest);stroke-width:1}.brand-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:70px clamp(22px,5vw,70px)}.brand-feature-grid article{background:#f5f6f1;padding:34px;border-radius:34px}.brand-feature-grid svg{width:34px;height:34px;color:var(--forest);stroke-width:1.4}.brand-feature-grid span{display:block;color:#7dc34b;font-size:28px;font-weight:800;margin:18px 0 10px}.brand-feature-grid h3{margin:0;color:var(--forest);font-size:24px}.brand-feature-grid p{color:#667463;line-height:1.75}.contact-band{display:flex;justify-content:space-between;gap:24px;align-items:end;background:#102f08;color:#ffffff;margin:0 clamp(22px,5vw,70px) 70px;padding:38px;border-radius:36px}.contact-band h2{font-size:36px;margin:0 0 10px}.contact-band p,.contact-band span{color:#c6d4bf}.contact-band strong{display:block;font-size:24px;margin-bottom:8px}
.member-login-page,.member-page,.cart-page{max-width:1180px;margin:0 auto;padding:56px clamp(16px,4vw,28px) 90px}.member-login-card,.member-card,.order-card,.cart-item,.member-list-item{border-radius:28px;box-shadow:none;background:var(--surface);border:1px solid var(--line)}.member-login-card h2,.member-card h3{color:var(--forest);font-size:28px}.member-login-card input,.form input,.form textarea,.form select,.order-card input,.order-card textarea,.order-card select{border:1px solid var(--line);border-radius:999px;background:#fafbf7}.form textarea,.order-card textarea{border-radius:22px}.member-hero{background:#dfe8f2;color:var(--forest);border-radius:38px}.member-hero p{color:#5f6e5d}.member-hero .ghost{background:var(--surface);color:var(--forest)}.avatar{background:var(--sage);color:var(--forest);border-radius:50%}.member-stats button,.member-tabbar button.active{box-shadow:none}.member-tabbar button.active{background:var(--sage);color:var(--forest)}
@media(max-width:900px){.site-header{height:66px;padding:0 14px}.desktop-nav{display:none}.brand small{display:none}.search{flex:1;max-width:none}.header-order{display:none}.site-main{padding:0 0 86px}.furnish-hero{min-height:auto;grid-template-columns:1fr;padding:34px 18px 50px;background:#dfe8f2}.hero-copy h1{font-size:46px}.hero-showcase{min-height:390px}.hero-product{padding:22px}.hero-product-main{width:68%;height:370px}.hero-product-side{width:48%;height:260px}.hero-product img{height:200px}.hero-product strong{font-size:16px}.collection-section,.material-story,.review-section,.brand-feature-grid{padding:48px 18px}.collection-icons{gap:12px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.mini-cat{min-width:86px;width:86px;height:104px}.mini-cat-img{width:68px;height:68px}.mini-cat svg{width:30px;height:30px}.goods-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.goods-card{padding:10px}.goods-cover img{padding:14px}.material-story,.review-section,.brand-footer,.brand-story-hero{grid-template-columns:1fr}.material-board{min-height:330px}.advantage-strip{grid-template-columns:repeat(2,1fr);padding:34px 18px}.dream-banner{display:grid;gap:22px;padding:38px 18px}.brand-footer{padding:38px 18px}.footer-links{grid-template-columns:repeat(2,max-content)}.product-center{grid-template-columns:92px 1fr;padding:18px 12px 70px;gap:12px}.products-landing{padding:42px 18px 18px}.cat-rail{top:78px;border-radius:24px}.cat-rail button{font-size:13px;text-align:center;padding:12px 8px}.goods-row{grid-template-columns:94px 1fr;padding:10px}.row-foot{display:grid;gap:8px;align-items:start}.product-sheet{border-radius:30px 30px 0 0}.brand-story-image{min-height:280px}.brand-feature-grid{grid-template-columns:1fr}.contact-band{display:grid;margin:0 18px 48px;border-radius:28px}.mobile-tab{display:flex;height:calc(72px + env(safe-area-inset-bottom));padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-top:1px solid var(--line);box-shadow:0 -14px 34px rgba(18,53,12,.08)}.mobile-tab button{display:grid;place-items:center;gap:4px;color:#9ca3af;font-size:11px}.mobile-tab svg{width:21px;height:21px;stroke-width:1.55}.mobile-tab button.active{color:#5eb232}.mobile-tab em:not(:empty){position:absolute;margin-left:30px;margin-top:-34px;min-width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--sage);font-style:normal;color:var(--forest);font-size:10px}.member-login-page,.member-page,.cart-page{padding:34px 14px 92px}.member-login-page{grid-template-columns:1fr}.member-hero{border-radius:28px}.member-stats{grid-template-columns:repeat(4,1fr)}}

.mobile-tab [data-cart-count],.mobile-tab em[data-cart-count],.mobile-tab em:not(:empty){display:none!important}
@media(max-width:900px){.mobile-tab button,.mobile-tab button[data-view="cart"],.mobile-tab button[data-view="me"]{position:relative;background:transparent!important;border:0!important;color:#9ca3af!important;box-shadow:none!important}.mobile-tab button.active,.mobile-tab button[data-view="cart"].active,.mobile-tab button[data-view="me"].active{color:var(--primary)!important}.mobile-tab button:before,.mobile-tab button:after{display:none!important;content:none!important}.mobile-tab button svg{color:currentColor!important}.mobile-tab button span{color:currentColor!important}}

:root{--primary:#1f4d2e;--primary-light:#4caf50;--text:#1a1a1a;--muted:#6b7280;--bg:#f6f8f7;--surface:#ffffff;--line:#e5e7eb;--radius:10px;--card-radius:16px;--shadow:0 18px 44px rgba(31,77,46,.08);--sage:var(--primary-light);--sage-soft:#eef7ef;--forest:var(--primary);--ink:var(--text);--paper:var(--bg);--panel:var(--surface)}
html,body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Inter","Helvetica Neue",sans-serif!important;color:var(--text)!important;background:var(--bg)!important}
h1,h2,h3,h4,h5,h6,.hero-copy h1,.section-heading h2,.products-landing h1,.brand-story-hero h1,.brand-footer h2,.material-copy h2,.dream-banner h2,.member-login-card h2,.member-card h3{color:var(--primary)!important}
p,.goods-info p,.row-main p,.hero-copy p,.material-copy p,.products-landing p,.brand-story-hero p,.member-login-card p,.member-list-item p{color:var(--muted)!important}
a,.site-header .desktop-nav a,.goods-title,.row-title{color:var(--text)!important}
a:hover,.site-header .desktop-nav a:hover,.goods-title:hover,.row-title:hover{color:var(--primary)!important}
.btn,.pill-cta,.detail-actions .btn,.detail-add,.order-card .btn,.member-login-card .btn,.member-card .btn,.form .btn,.settings-actions .btn,.goods-foot button,.row-foot button,.mini-order-btn{background:var(--primary)!important;color:#ffffff!important;border:0!important;border-radius:var(--radius)!important;box-shadow:none!important}
.btn:hover,.pill-cta:hover,.detail-actions .btn:hover,.order-card .btn:hover,.member-login-card .btn:hover,.member-card .btn:hover,.form .btn:hover,.goods-foot button:hover,.row-foot button:hover,.mini-order-btn:hover{background:var(--primary-light)!important;color:#ffffff!important;transform:translateY(-1px)}
.ghost,.subtle,.favorite-inline,.detail-fav,.member-tabbar button,.store-section-head button,.delete-btn{border-radius:var(--radius)!important}
.ghost,.subtle,.favorite-inline,.detail-fav,.member-tabbar button,.store-section-head button{background:var(--surface)!important;color:var(--text)!important;border:1px solid var(--line)!important}
.ghost:hover,.subtle:hover,.favorite-inline:hover,.detail-fav:hover,.member-tabbar button:hover,.store-section-head button:hover,.member-tabbar button.active{background:var(--primary)!important;color:#ffffff!important;border-color:var(--primary)!important}
.site-header,.collection-section,.material-story,.brand-story-page,.products-landing,.product-center{background:var(--bg)!important}
.site-header{border-bottom:1px solid var(--line)!important}
.brand,.brand small,.brand-mark{color:var(--primary)!important}.brand-mark{background:var(--primary)!important;color:#ffffff!important}
.header-order,.header-order svg{color:var(--primary)!important}
.header-order span:not(:empty){display:none!important}
.card,.goods-card,.goods-row,.member-login-card,.member-card,.order-card,.cart-item,.member-list-item,.product-sheet,.brand-feature-grid article,.settings-card{background:var(--surface)!important;border:1px solid var(--line)!important;border-radius:var(--card-radius)!important;box-shadow:var(--shadow)!important}
.goods-cover,.row-cover,.material-board,.footer-image{background:#f1f3f1!important;border-radius:12px!important}
.goods-foot strong,.row-foot strong,.detail-price,.member-stats strong,.order-total strong,.page-kicker,.review-card span,.brand-feature-grid span{color:var(--primary)!important}
.goods-cover em,.advantage-strip article span,.mini-cat:hover .mini-cat-img,.mini-cat:focus .mini-cat-img{background:var(--primary)!important;color:#ffffff!important}
.mini-cat-img,.avatar{background:#edf3ee!important;color:var(--primary)!important}
.cat-rail button.active{background:var(--primary)!important;color:#ffffff!important}
.member-hero,.furnish-hero,.brand-story-hero{background:#eef2f0!important;color:var(--primary)!important}
.member-hero p{color:var(--muted)!important}
.advantage-strip{background:#eef7ef!important}.dream-banner,.brand-footer,.contact-band{background:var(--primary)!important;color:#ffffff!important}
.dream-banner p,.brand-footer p,.footer-links,.contact-band p,.contact-band span{color:rgba(255,255,255,.78)!important}
input,textarea,select{font-family:inherit!important;color:var(--text)!important;border-color:var(--line)!important}
input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--primary)!important;box-shadow:0 0 0 3px rgba(31,77,46,.12)!important}
.mobile-tab [data-cart-count],.mobile-tab em[data-cart-count],.mobile-tab em:not(:empty){display:none!important}
@media(max-width:900px){.mobile-tab{background:rgba(255,255,255,.96)!important;border-top:1px solid var(--line)!important}.mobile-tab button,.mobile-tab button[data-view="cart"],.mobile-tab button[data-view="me"]{background:transparent!important;color:#9ca3af!important;border:0!important;border-radius:0!important;box-shadow:none!important}.mobile-tab button.active,.mobile-tab button[data-view="cart"].active,.mobile-tab button[data-view="me"].active{color:var(--primary)!important}.mobile-tab button svg,.mobile-tab button span{color:currentColor!important}.mobile-tab button:before,.mobile-tab button:after{display:none!important;content:none!important}}

/* Product Design reference recreation: front website only */
:root{--pd-bg:#f7f8f4;--pd-hero:#dfe7f1;--pd-green:#12350c;--pd-lime:#a8e66f;--pd-lime-2:#7ac943;--pd-text:#1d2b20;--pd-muted:#667463;--pd-card:#eeeeec;--pd-soft:#f1f9ed;--pd-white:#ffffff;--primary:var(--pd-green);--primary-light:var(--pd-lime);--text:var(--pd-text);--muted:var(--pd-muted);--bg:var(--pd-bg);--surface:var(--pd-white);--line:#e8ebe2;--radius:999px;--card-radius:0;--shadow:none}
html,body{background:var(--pd-bg)!important;color:var(--pd-text)!important;font-family:-apple-system,BlinkMacSystemFont,"Inter","PingFang SC","Helvetica Neue",Arial,sans-serif!important;letter-spacing:0!important}
.site-header{height:76px!important;background:var(--pd-hero)!important;border:0!important;box-shadow:none!important;padding:0 clamp(22px,5vw,68px)!important;gap:28px!important;position:sticky!important;top:0!important}
.brand{font-size:20px!important;font-weight:850!important;color:var(--pd-green)!important;letter-spacing:.01em!important}.brand-mark{width:30px!important;height:30px!important;border-radius:50%!important;background:var(--pd-green)!important;color:var(--pd-lime)!important;font-size:13px!important}.brand small{color:var(--pd-green)!important;opacity:.72!important}
.desktop-nav{gap:34px!important;margin-left:auto!important}.site-header .desktop-nav a{font-size:13px!important;font-weight:700!important;color:var(--pd-text)!important;text-decoration:none!important}.site-header .desktop-nav a:hover{color:var(--pd-lime-2)!important}
.search{max-width:230px!important}.search input{height:42px!important;background:rgba(255,255,255,.42)!important;border:0!important;border-radius:999px!important;color:var(--pd-green)!important;padding-left:42px!important}.search svg{color:var(--pd-green)!important;stroke-width:1.6!important}
.header-order{width:42px!important;height:42px!important;background:transparent!important;border-radius:50%!important;color:var(--pd-green)!important}.header-order span{display:none!important}
.site-main{max-width:none!important;padding:0!important;background:var(--pd-bg)!important}
.furnish-hero{min-height:720px!important;background:var(--pd-hero)!important;display:grid!important;grid-template-columns:minmax(360px,.92fr) minmax(520px,1.08fr)!important;gap:24px!important;align-items:center!important;padding:58px clamp(24px,5vw,72px) 74px!important;overflow:hidden!important}
.hero-copy{max-width:680px!important;z-index:2!important}.eyebrow{display:none!important}.hero-copy h1{font-size:clamp(54px,7.1vw,98px)!important;line-height:.98!important;margin:0 0 24px!important;color:var(--pd-green)!important;font-weight:850!important;letter-spacing:-.02em!important}.hero-copy p{max-width:420px!important;color:#526052!important;font-size:14px!important;line-height:1.8!important;margin:0 0 28px!important}
.pill-cta,.btn,.detail-add,.order-card .btn,.member-login-card .btn,.member-card .btn,.form .btn{height:46px!important;border:0!important;border-radius:999px!important;background:var(--pd-lime)!important;color:var(--pd-green)!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;font-size:13px!important;font-weight:850!important;box-shadow:none!important;transition:transform .18s ease,background .18s ease!important}.pill-cta:hover,.btn:hover,.detail-add:hover,.order-card .btn:hover,.member-login-card .btn:hover,.member-card .btn:hover,.form .btn:hover{background:#b7f07c!important;color:var(--pd-green)!important;transform:translateY(-1px)!important}.pill-cta svg,.btn svg{width:18px!important;height:18px!important;stroke-width:1.7!important}
.hero-showcase{position:relative!important;min-height:610px!important}.hero-product{position:absolute!important;background:rgba(255,255,255,.74)!important;border:0!important;border-radius:999px!important;box-shadow:none!important;display:grid!important;place-items:center!important;text-align:center!important;padding:28px!important}.hero-product-main{left:0!important;top:4px!important;width:430px!important;height:560px!important}.hero-product-side{right:0!important;bottom:4px!important;width:374px!important;height:440px!important}.hero-product span{position:absolute!important;color:var(--pd-lime-2)!important;font-size:32px!important;font-weight:850!important;line-height:1!important}.hero-product-main span{bottom:156px!important;left:52%!important}.hero-product-side span{top:58px!important;left:56px!important}.hero-product img{width:84%!important;height:310px!important;object-fit:contain!important;padding:0!important;filter:drop-shadow(0 26px 24px rgba(18,53,12,.14))!important}.hero-product-side img{height:230px!important;margin-top:72px!important}.hero-product strong{color:var(--pd-green)!important;font-size:23px!important;line-height:1.12!important;font-weight:850!important;max-width:250px!important}.hero-product button{border:0!important;background:transparent!important;color:var(--pd-green)!important;font-weight:850!important;font-size:12px!important;display:inline-flex!important;gap:7px!important;align-items:center!important;cursor:pointer!important}.hero-product button svg{width:15px!important;height:15px!important;fill:var(--pd-lime)!important;color:var(--pd-lime-2)!important}
.collection-section{background:var(--pd-white)!important;padding:86px clamp(24px,5vw,72px) 76px!important}.section-heading h2{font-size:clamp(42px,5.2vw,64px)!important;line-height:1.05!important;color:var(--pd-green)!important;font-weight:850!important;letter-spacing:-.02em!important;margin:0!important}.section-heading p{font-size:14px!important;color:var(--pd-muted)!important;margin:14px auto 0!important;line-height:1.7!important}
.collection-icons{display:flex!important;justify-content:center!important;gap:36px!important;flex-wrap:wrap!important;margin:38px 0 48px!important}.mini-cat{width:116px!important;height:116px!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important;display:grid!important;place-items:center!important;gap:10px!important;color:var(--pd-text)!important}.mini-cat-img{width:94px!important;height:94px!important;border-radius:50%!important;background:#f3f4f0!important;color:#202820!important;display:grid!important;place-items:center!important}.mini-cat:first-child .mini-cat-img,.mini-cat:hover .mini-cat-img{background:var(--pd-lime)!important;color:var(--pd-green)!important}.mini-cat svg{width:42px!important;height:42px!important;stroke-width:1.25!important}.mini-cat strong{font-size:13px!important;color:var(--pd-text)!important;font-weight:750!important}
.refined-grid{max-width:1260px!important}.goods-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.goods-card{background:var(--pd-card)!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:18px!important;overflow:hidden!important}.goods-cover{background:var(--pd-card)!important;border-radius:0!important;aspect-ratio:1/1!important;overflow:hidden!important}.goods-cover img{width:100%!important;height:100%!important;object-fit:contain!important;padding:26px!important;filter:drop-shadow(0 20px 18px rgba(18,53,12,.11))!important}.goods-cover small{position:absolute!important;left:13px!important;top:13px!important;background:var(--pd-white)!important;color:#9aa29a!important;border-radius:999px!important;padding:7px 13px!important;font-size:11px!important;font-weight:700!important}.goods-cover em{right:13px!important;left:auto!important;top:13px!important;background:var(--pd-lime)!important;color:var(--pd-green)!important;font-size:11px!important;font-weight:850!important}
.goods-info{padding:16px 0 0!important}.goods-title{font-size:17px!important;line-height:1.35!important;color:var(--pd-green)!important;font-weight:850!important}.goods-info p,.goods-tags span{color:#7a8479!important;font-size:13px!important}.goods-tags span{background:var(--pd-white)!important;border-radius:999px!important}.goods-foot strong,.row-foot strong,.detail-price,.order-total strong{color:#536353!important;font-weight:800!important}.goods-foot button{width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;background:var(--pd-white)!important;color:#7f897e!important;padding:0!important;display:grid!important;place-items:center!important}.goods-foot button svg{width:17px!important;height:17px!important;stroke-width:1.55!important}
.material-story{background:var(--pd-white)!important;grid-template-columns:1.05fr .95fr!important;gap:78px!important;padding:88px clamp(24px,5vw,72px)!important}.material-board{min-height:520px!important;background:#e2dece!important;border-radius:0!important;overflow:hidden!important}.material-board img{width:88%!important;height:88%!important;object-fit:contain!important}.material-copy h2{font-size:clamp(38px,4.7vw,58px)!important;line-height:1.08!important;color:var(--pd-green)!important;font-weight:850!important;letter-spacing:-.02em!important}.material-copy p{font-size:14px!important;line-height:1.85!important;color:#526052!important;max-width:560px!important}
.review-section{display:grid!important;grid-template-columns:1fr 1fr!important;gap:42px!important;background:linear-gradient(90deg,var(--pd-white) 0 64%,var(--pd-soft) 64%)!important;padding:86px clamp(24px,5vw,72px)!important}.review-card{background:#f2f3f0!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:22px 24px!important;margin-top:18px!important;max-width:520px!important}.review-card strong{color:var(--pd-green)!important;font-size:18px!important}.review-card small{display:block!important;color:#7d887d!important;font-size:11px!important;margin:3px 0 12px!important}.review-card p{font-size:13px!important;color:#627063!important;line-height:1.65!important}.review-card span{color:#ffb230!important;letter-spacing:3px!important}.review-product img{width:min(78%,450px)!important;max-height:440px!important;object-fit:contain!important;filter:drop-shadow(0 26px 28px rgba(18,53,12,.12))!important}
.advantage-strip{background:var(--pd-soft)!important;padding:48px clamp(24px,5vw,72px)!important;gap:22px!important}.advantage-strip article span{background:var(--pd-lime)!important;color:var(--pd-green)!important;width:58px!important;height:58px!important;border-radius:50%!important}.advantage-strip article strong{color:var(--pd-green)!important;font-size:14px!important}.advantage-strip article p{color:#70806f!important;font-size:12px!important;max-width:180px!important;margin:8px auto 0!important}
.dream-banner{min-height:310px!important;background:linear-gradient(90deg,rgba(18,53,12,.70),rgba(18,53,12,.20)),url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1600&q=80") center/cover!important;color:var(--pd-white)!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;padding:56px clamp(24px,5vw,72px)!important}.dream-banner h2{color:var(--pd-white)!important;font-size:38px!important;font-weight:800!important}.dream-banner p{color:rgba(255,255,255,.78)!important}
.brand-footer{background:var(--pd-green)!important;color:var(--pd-white)!important;display:grid!important;grid-template-columns:.8fr 1.2fr!important;gap:52px!important;padding:58px clamp(24px,5vw,72px)!important}.footer-image{min-height:340px!important;background:#dad7c6!important;border-radius:0!important}.footer-image img{object-fit:contain!important;padding:28px!important}.brand-footer h2{color:var(--pd-white)!important;font-size:48px!important;line-height:1.08!important;font-weight:850!important}.brand-footer p{color:#b8c6b2!important;font-size:14px!important;line-height:1.85!important}.footer-links{grid-template-columns:repeat(4,max-content)!important;gap:34px!important;color:#e9f6de!important;font-size:13px!important}
.products-landing{background:var(--pd-white)!important;padding:76px clamp(24px,5vw,72px) 28px!important}.products-landing h1{color:var(--pd-green)!important;font-size:clamp(42px,5.2vw,68px)!important;font-weight:850!important}.page-kicker{color:var(--pd-lime-2)!important}.product-center{background:var(--pd-white)!important;padding:24px clamp(24px,5vw,72px) 84px!important;grid-template-columns:210px 1fr!important;gap:34px!important}.cat-rail{background:#fafbf7!important;border:1px solid var(--line)!important;border-radius:30px!important;box-shadow:none!important}.cat-rail button{border-radius:999px!important;color:#657063!important;font-weight:750!important}.cat-rail button.active{background:var(--pd-lime)!important;color:var(--pd-green)!important}.pane-head h2{color:var(--pd-green)!important;font-size:36px!important}.goods-row{background:var(--pd-card)!important;border:0!important;border-radius:0!important;box-shadow:none!important}.row-cover{background:var(--pd-card)!important;border-radius:0!important}.row-cover img{object-fit:contain!important;padding:20px!important}.row-title{color:var(--pd-green)!important;font-weight:850!important}.row-foot button{background:var(--pd-lime)!important;color:var(--pd-green)!important;border-radius:999px!important;font-weight:850!important}
.product-sheet{border-radius:34px!important;border:0!important;box-shadow:0 36px 90px rgba(18,53,12,.18)!important}.detail-gallery img{background:var(--pd-card)!important;border-radius:0!important;object-fit:contain!important}.detail-main h2{color:var(--pd-green)!important;font-size:40px!important;font-weight:850!important}.detail-main p,.detail-form label,.order-card label{color:var(--pd-muted)!important}.detail-meta span{background:#fafbf7!important;border:1px solid var(--line)!important;border-radius:18px!important}.detail-meta strong{color:var(--pd-green)!important}.detail-form input,.order-card input,.order-card textarea,.order-card select,.member-login-card input,.member-card input,.member-card textarea,.member-card select,.form input,.form textarea,.form select{height:48px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:#fafbf7!important;color:var(--pd-text)!important;padding:0 16px!important}.order-card textarea,.member-card textarea,.form textarea{height:auto!important;min-height:96px!important;border-radius:24px!important;padding:14px 16px!important}
.member-login-page,.member-page,.cart-page{background:var(--pd-bg)!important;max-width:1180px!important;padding:58px clamp(16px,4vw,28px) 96px!important}.member-login-card,.member-card,.order-card,.cart-item,.member-list-item{background:var(--pd-white)!important;border:0!important;border-radius:34px!important;box-shadow:none!important;padding:26px!important}.member-login-card h2,.member-card h3,.cart-page h2,.member-hero h2{color:var(--pd-green)!important;font-weight:850!important}.member-login-card p,.member-list-item p,.cart-item p{color:var(--pd-muted)!important}.member-login-card .ghost,.ghost,.subtle,.favorite-inline,.detail-fav,.delete-btn,.mini-order-btn{background:#f0f3ec!important;color:var(--pd-green)!important;border:0!important;border-radius:999px!important;font-weight:800!important}.member-login-card .ghost:hover,.ghost:hover,.subtle:hover,.favorite-inline:hover,.detail-fav:hover,.mini-order-btn:hover{background:var(--pd-lime)!important;color:var(--pd-green)!important}.member-hero{background:var(--pd-hero)!important;border-radius:40px!important;color:var(--pd-green)!important;box-shadow:none!important}.avatar{background:var(--pd-lime)!important;color:var(--pd-green)!important;border-radius:50%!important}.member-stats button{background:var(--pd-white)!important;border:0!important;border-radius:24px!important;box-shadow:none!important}.member-stats strong{color:var(--pd-green)!important}.member-tabbar button{background:#eef3ef!important;color:#687468!important;border:0!important;border-radius:999px!important}.member-tabbar button.active{background:var(--pd-lime)!important;color:var(--pd-green)!important}
.cart-item img{background:var(--pd-card)!important;border-radius:0!important;object-fit:contain!important}.qty-box{border:1px solid var(--line)!important;border-radius:999px!important}.qty-box button,.qty-box input{background:var(--pd-white)!important;color:var(--pd-green)!important}.empty-state{background:var(--pd-white)!important;color:var(--pd-muted)!important;border:0!important;border-radius:28px!important;box-shadow:none!important}
@media(max-width:900px){.site-header{height:66px!important;padding:0 14px!important;background:var(--pd-hero)!important}.brand{font-size:18px!important}.brand-mark{width:28px!important;height:28px!important}.search input{height:40px!important}.site-main{padding-bottom:82px!important}.furnish-hero{min-height:auto!important;display:grid!important;grid-template-columns:1fr!important;padding:34px 18px 52px!important;gap:26px!important}.hero-copy h1{font-size:48px!important;line-height:1!important;letter-spacing:-.03em!important}.hero-copy p{font-size:13px!important;max-width:340px!important}.hero-showcase{min-height:390px!important}.hero-product-main{left:0!important;top:0!important;width:68%!important;height:370px!important}.hero-product-side{right:0!important;bottom:0!important;width:50%!important;height:270px!important}.hero-product{padding:18px!important}.hero-product img{height:190px!important}.hero-product-side img{height:136px!important;margin-top:45px!important}.hero-product strong{font-size:15px!important}.hero-product button{font-size:10px!important}.hero-product span{font-size:22px!important}.collection-section,.material-story,.review-section,.brand-feature-grid{padding:50px 18px!important}.section-heading h2{font-size:40px!important}.collection-icons{gap:12px!important;justify-content:flex-start!important;flex-wrap:nowrap!important;overflow:auto!important;margin:30px -2px 34px!important}.mini-cat{min-width:82px!important;width:82px!important;height:104px!important}.mini-cat-img{width:68px!important;height:68px!important}.mini-cat svg{width:30px!important;height:30px!important}.goods-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.goods-card{padding:10px!important}.goods-cover img{padding:14px!important}.goods-title{font-size:14px!important}.material-story,.review-section,.brand-footer{grid-template-columns:1fr!important}.material-story{gap:34px!important}.material-board{min-height:330px!important}.review-section{background:linear-gradient(180deg,var(--pd-white) 0 66%,var(--pd-soft) 66%)!important}.advantage-strip{grid-template-columns:repeat(2,1fr)!important;padding:36px 18px!important}.dream-banner{display:grid!important;gap:24px!important;min-height:260px!important;padding:38px 18px!important}.dream-banner h2{font-size:30px!important}.brand-footer{padding:38px 18px!important;gap:30px!important}.brand-footer h2{font-size:36px!important}.footer-links{grid-template-columns:repeat(2,max-content)!important}.products-landing{padding:44px 18px 20px!important}.products-landing h1{font-size:40px!important}.product-center{grid-template-columns:92px 1fr!important;padding:18px 12px 76px!important;gap:12px!important}.cat-rail{top:78px!important;border-radius:24px!important;padding:8px!important}.cat-rail button{font-size:13px!important;text-align:center!important;padding:12px 8px!important}.goods-row{grid-template-columns:94px 1fr!important;padding:10px!important}.row-foot{display:grid!important;gap:8px!important}.product-sheet{width:100vw!important;max-height:88vh!important;border-radius:30px 30px 0 0!important;grid-template-columns:1fr!important;padding:18px!important}.detail-gallery{display:flex!important;overflow-x:auto!important}.detail-gallery img{min-width:78%!important;max-height:260px!important}.member-login-page,.member-page,.cart-page{padding:34px 14px 96px!important}.member-login-page{grid-template-columns:1fr!important}.member-login-card,.member-card,.order-card,.cart-item,.member-list-item{border-radius:28px!important;padding:18px!important}.cart-item{grid-template-columns:72px 1fr!important}.cart-item img{width:72px!important;height:72px!important}.mobile-tab{display:flex!important;height:calc(72px + env(safe-area-inset-bottom))!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;border-top:1px solid var(--line)!important;box-shadow:0 -14px 34px rgba(18,53,12,.08)!important}.mobile-tab button,.mobile-tab button[data-view="cart"],.mobile-tab button[data-view="me"]{background:transparent!important;color:#9ca3af!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important;font-weight:650!important;gap:4px!important}.mobile-tab button.active,.mobile-tab button[data-view="cart"].active,.mobile-tab button[data-view="me"].active{color:var(--pd-green)!important}.mobile-tab svg{width:21px!important;height:21px!important;stroke-width:1.55!important}.mobile-tab span,.mobile-tab svg{color:currentColor!important}.mobile-tab em,.mobile-tab [data-cart-count]{display:none!important}.mobile-tab button:before,.mobile-tab button:after{display:none!important;content:none!important}}

/* Visual content editor and bilingual front controls */
.lang-toggle{height:38px;min-width:46px;border:0;border-radius:999px;background:rgba(255,255,255,.62);color:var(--pd-green);font-weight:850;cursor:pointer;padding:0 14px}
.mini-cat-img{background:var(--cat-bg,#f3f4f0)!important;color:var(--cat-icon,var(--pd-green))!important}.mini-cat strong{color:var(--cat-text,var(--pd-text))!important}.mini-cat:first-child .mini-cat-img,.mini-cat:hover .mini-cat-img,.mini-cat:focus .mini-cat-img{background:var(--cat-active,var(--pd-lime))!important;color:var(--cat-icon,var(--pd-green))!important}
@media(max-width:900px){.lang-toggle{height:36px;min-width:42px;padding:0 10px;font-size:12px}.site-header{gap:10px!important}.search{max-width:none!important;min-width:0!important}}

.home-carousel{position:relative;height:var(--banner-pc-height,520px);overflow:hidden;border-radius:var(--banner-radius,0);background:#e7eee5}.carousel-slide,.carousel-slide picture,.carousel-slide picture img{width:100%;height:100%}.carousel-slide picture{display:block}.carousel-slide picture img{display:block;object-fit:var(--banner-fit,cover)}.carousel-copy{position:absolute;left:clamp(24px,7vw,100px);top:50%;transform:translateY(-50%);max-width:540px;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.28)}.carousel-copy span{font-size:13px;font-weight:850}.carousel-copy h2{font-size:clamp(38px,5vw,72px);line-height:1;margin:12px 0;color:#fff}.carousel-copy p{font-size:16px;line-height:1.7;max-width:480px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.82);color:var(--pd-green);display:grid;place-items:center}.carousel-arrow.prev{left:20px}.carousel-arrow.next{right:20px}.carousel-arrow svg{width:20px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.carousel-dots button{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.55)}.carousel-dots button.active{width:28px;border-radius:999px;background:var(--pd-lime)}.effect-fade .carousel-slide{animation:bannerFade .45s ease}.effect-slide .carousel-slide{animation:bannerSlide .45s ease}.effect-card{margin:24px clamp(18px,4vw,54px)}@keyframes bannerFade{from{opacity:.2}to{opacity:1}}@keyframes bannerSlide{from{transform:translateX(4%);opacity:.4}to{transform:none;opacity:1}}
.detail-gallery{display:grid!important;grid-template-rows:minmax(280px,1fr) auto!important;gap:12px!important}.detail-main-image{width:100%!important;height:100%!important;max-height:560px!important;object-fit:contain!important;background:var(--pd-card)!important}.detail-thumbs{display:flex;gap:8px;overflow:auto}.detail-thumbs button{width:76px;height:76px;flex:0 0 76px;border:2px solid transparent;background:var(--pd-card);padding:4px}.detail-thumbs button.active{border-color:var(--pd-lime-2)}.detail-thumbs img{width:100%;height:100%;object-fit:contain}.product-detail-content{grid-column:1/-1;padding:30px 0 10px}.product-detail-content h3{font-size:28px;color:var(--pd-green)}.product-detail-content p{white-space:pre-line;line-height:1.8;color:var(--pd-muted)}.product-detail-content>img{display:block;width:100%;height:auto;margin:0 auto 14px;object-fit:contain}
@media(max-width:900px){.home-carousel{height:var(--banner-mobile-height,360px)}.carousel-copy{left:24px;right:24px;top:auto;bottom:34px;transform:none}.carousel-copy h2{font-size:36px}.carousel-copy p{font-size:13px}.carousel-arrow{width:38px;height:38px}.effect-card{margin:12px}.product-detail-content{padding:20px 0}.detail-main-image{max-height:360px!important}}
.carousel-empty{display:grid!important;place-items:center!important;color:var(--pd-muted)!important;font-weight:700!important;height:220px!important}
.hero-product-main .hero-product-number{left:30px!important;bottom:116px!important}.hero-product-side .hero-product-number{left:18px!important;bottom:82px!important}@media(max-width:900px){.hero-product-main .hero-product-number{left:20px!important;bottom:82px!important}.hero-product-side .hero-product-number{left:10px!important;bottom:58px!important}}
.hero-product .hero-product-visual{position:relative!important;width:100%!important;display:grid!important;place-items:center!important;align-self:center!important;justify-self:center!important;overflow:visible!important}.hero-product .hero-product-visual .hero-product-number{left:14.65%!important;bottom:14.65%!important;top:auto!important;transform:translate(-50%,50%)!important;z-index:4!important}.hero-product-side .hero-product-visual .hero-product-number{left:14.65%!important;bottom:14.65%!important;transform:translate(-50%,50%)!important}.hero-product .hero-product-visual>.image-fallback{width:100%!important}.hero-product .hero-product-visual>.hero-product-media{display:block!important;margin:0 auto!important}

/* Shared Hero card decoration: larger inner disc and isolated lower-left numbering. */
.hero-product .hero-product-number{position:absolute!important;z-index:3!important;color:var(--pd-lime-2)!important;font-size:32px!important;font-weight:850!important;line-height:1!important;pointer-events:none!important}.hero-product-main .hero-product-number{left:42px!important;bottom:58px!important;top:auto!important}.hero-product-side .hero-product-number{left:28px!important;bottom:48px!important;top:auto!important}.hero-product .image-fallback{max-width:none!important;height:auto!important;aspect-ratio:1/1!important;border-radius:50%!important;display:grid!important;place-items:center!important;align-self:center!important;justify-self:center!important;overflow:hidden!important}.hero-product-main .image-fallback{width:100%!important}.hero-product-side .image-fallback{width:100%!important}.hero-product .image-fallback svg{width:34%!important;height:34%!important;max-width:118px!important;max-height:118px!important;margin:0!important}
@media(max-width:900px){.hero-product .hero-product-number{font-size:22px!important}.hero-product-main .hero-product-number{left:26px!important;bottom:38px!important}.hero-product-side .hero-product-number{left:12px!important;bottom:30px!important}.hero-product-main .image-fallback{width:100%!important}.hero-product-side .image-fallback{width:105%!important}.hero-product .image-fallback svg{width:36%!important;height:36%!important;max-width:88px!important;max-height:88px!important}}
.image-load-placeholder{width:100%;min-height:120px;display:grid!important;place-items:center;align-content:center;gap:8px;background:#f1f3ee;color:#6b7280;border-radius:12px;text-align:center}.image-load-placeholder svg{width:30px!important;height:30px!important;color:#1f4d2e!important}.image-load-placeholder small{font-size:12px;font-weight:600;color:#6b7280}.detail-main-image+.image-load-placeholder,.detail-gallery>.image-load-placeholder{min-height:320px}.detail-thumbs .image-load-placeholder{min-height:58px;border-radius:8px}.product-detail-content>.image-load-placeholder{min-height:220px;margin-top:12px}

/* Mall-style product list and independent detail page */
.goods-list{gap:20px!important}.goods-row{grid-template-columns:minmax(260px,40%) minmax(0,1fr)!important;gap:28px!important;min-height:300px!important;padding:18px!important;border-radius:20px!important;background:#fff!important}.row-cover{width:100%!important;min-height:264px!important;aspect-ratio:4/3!important;background:#f1f3ee!important;border-radius:16px!important}.row-cover img{width:100%!important;height:100%!important;object-fit:contain!important;padding:12px!important}.row-main{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:12px 10px!important}.row-title{font-size:24px!important;line-height:1.25!important}.row-main p{font-size:15px!important;line-height:1.7!important}.row-foot{margin-top:28px!important}.row-foot button{min-height:44px!important;padding:0 18px!important}
.product-detail-page{max-width:1320px;margin:0 auto;padding:30px clamp(20px,4vw,56px) 96px;background:var(--pd-bg)}.product-detail-breadcrumb{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;color:var(--pd-muted)}.product-back{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--pd-green);padding:10px 0;font-size:14px;font-weight:750;cursor:pointer}.product-back svg{width:19px;height:19px}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(34px,5vw,72px);align-items:start}.product-page-gallery{min-width:0}.product-page-main-media{width:100%;aspect-ratio:1/1;background:#eef0eb;border-radius:20px;display:grid;place-items:center;overflow:hidden}.product-page-main-media>img{width:100%;height:100%;object-fit:contain;padding:clamp(18px,4vw,48px)}.product-page-thumbs{display:flex;gap:10px;overflow-x:auto;padding:14px 0 4px}.product-page-thumbs button{width:84px;height:84px;flex:0 0 84px;border:2px solid transparent;border-radius:12px;background:#eef0eb;padding:6px;cursor:pointer}.product-page-thumbs button.active{border-color:var(--pd-green);background:#fff}.product-page-thumbs img{width:100%;height:100%;object-fit:contain}.product-page-info{padding-top:22px}.product-page-kicker{display:block;color:var(--pd-lime-2);font-size:13px;font-weight:800;margin-bottom:14px}.product-page-info h1{font-size:clamp(38px,4.4vw,64px);line-height:1.02;margin:0 0 20px;color:var(--pd-green)}.product-page-summary{font-size:16px;line-height:1.85;color:var(--pd-muted);margin:0 0 24px}.product-page-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-page-meta span{display:grid;gap:6px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;color:var(--pd-muted);font-size:12px;background:#fff}.product-page-meta strong{font-size:14px;color:var(--pd-text);font-weight:750}.product-page-price{margin:26px 0 18px;color:var(--pd-green);font-size:22px;font-weight:850}.product-page-order-form{display:grid;grid-template-columns:1fr 132px;gap:12px}.product-page-order-form label{display:grid;gap:7px;color:var(--pd-muted);font-size:13px}.product-page-order-form input{height:50px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 14px}.product-page-actions{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px;margin-top:16px}.product-page-actions .btn,.product-page-actions .ghost{min-height:50px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:12px!important}.product-page-actions svg{width:18px;height:18px}.product-page-description{margin-top:72px;padding:48px clamp(24px,5vw,64px);background:#fff;border-radius:20px}.product-page-description>div{max-width:820px}.product-page-description span{color:var(--pd-lime-2);font-size:13px;font-weight:800}.product-page-description h2{font-size:36px;margin:10px 0 16px}.product-page-description p,.product-page-description pre{white-space:pre-wrap;color:var(--pd-muted);font:inherit;line-height:1.85;margin:0}.product-page-description pre{margin-top:22px;padding-top:22px;border-top:1px solid var(--line)}.product-page-detail-images{max-width:1080px;margin:28px auto 0}.product-page-detail-images img{display:block;width:100%;height:auto;object-fit:contain;margin:0 auto 16px;border-radius:12px}.product-page-detail-images:empty{display:none}
@media(max-width:900px){.goods-row{grid-template-columns:1fr!important;gap:12px!important;min-height:0!important;padding:10px!important;border-radius:16px!important}.row-cover{min-height:190px!important;aspect-ratio:4/3!important;border-radius:12px!important}.row-cover img{padding:8px!important}.row-main{padding:8px 6px 10px!important}.row-title{font-size:18px!important}.row-main p{font-size:13px!important}.row-foot{margin-top:16px!important;display:flex!important;align-items:center!important}.row-foot button{min-height:40px!important}.product-detail-page{padding:14px 14px 106px}.product-detail-breadcrumb{margin-bottom:12px}.product-detail-breadcrumb>span{font-size:12px}.product-detail-hero{grid-template-columns:1fr;gap:22px}.product-page-main-media{border-radius:16px}.product-page-main-media>img{padding:14px}.product-page-thumbs{gap:8px}.product-page-thumbs button{width:68px;height:68px;flex-basis:68px;border-radius:10px}.product-page-info{padding-top:0}.product-page-info h1{font-size:36px;margin-bottom:14px}.product-page-summary{font-size:14px;margin-bottom:18px}.product-page-meta{gap:8px}.product-page-meta span{padding:11px 12px}.product-page-price{font-size:18px;margin:20px 0 14px}.product-page-order-form{grid-template-columns:1fr}.product-page-order-form input{height:48px}.product-page-actions{grid-template-columns:1fr;gap:10px}.product-page-actions .btn,.product-page-actions .ghost{min-height:50px;width:100%}.product-page-description{margin-top:40px;padding:28px 20px;border-radius:16px}.product-page-description h2{font-size:28px}.product-page-detail-images{margin-top:16px}.product-page-detail-images img{border-radius:8px}}

/* Mobile-first member ordering */
.order-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.order-page-head span{display:block;color:var(--pd-lime-2);font-size:12px;font-weight:800;margin-bottom:5px}.order-page-head h2{margin:0;color:var(--pd-green);font-size:38px}.order-page-head button{border:0;background:transparent;color:var(--pd-green);display:inline-flex;align-items:center;gap:7px;font-weight:750;cursor:pointer;padding:10px}.order-page-head button svg{width:18px;height:18px}.cart-item{grid-template-columns:112px minmax(0,1fr) 148px 42px!important;gap:18px!important;align-items:center!important}.cart-item-media{width:112px;height:112px;background:var(--pd-card);border-radius:16px;overflow:hidden;display:grid;place-items:center}.cart-item-media img{width:100%!important;height:100%!important;border-radius:0!important;object-fit:contain!important;padding:8px}.cart-item-info{min-width:0}.cart-item-info h3{color:var(--pd-green);font-size:18px;line-height:1.35;overflow-wrap:anywhere}.cart-item-info p{overflow-wrap:anywhere}.cart-item-info strong{display:block;color:var(--pd-green);margin-top:8px;overflow-wrap:anywhere}.cart-item-controls{display:grid;gap:8px}.cart-item-controls>span{font-size:12px;color:var(--pd-muted)}.cart-remove{width:40px;height:40px;padding:0!important;display:grid;place-items:center}.cart-remove svg{width:17px;height:17px}.cart-remove span{display:none}.order-card-title{display:flex;align-items:center;gap:13px}.order-card-title>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--pd-soft);color:var(--pd-green);flex:0 0 auto}.order-card-title svg{width:19px;height:19px}.order-card-title h3{margin:0;color:var(--pd-green);font-size:20px}.order-card-title p{margin:4px 0 0;color:var(--pd-muted);font-size:13px}.shipping-card label>span{font-size:13px;font-weight:700;color:var(--pd-text)}.shipping-card input,.shipping-card select,.shipping-card textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.shipping-card select{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order-submit-card{position:sticky;bottom:18px;z-index:4;border:1px solid rgba(31,77,46,.08)!important;box-shadow:0 18px 50px rgba(31,77,46,.12)!important}.order-total>div{display:grid;gap:3px}.order-total small{color:var(--pd-muted)}.order-total strong{text-align:right;overflow-wrap:anywhere}.order-login-tip{display:flex;align-items:center;gap:8px;margin:0;color:var(--pd-muted);font-size:13px;line-height:1.5}.order-login-tip svg{width:17px;height:17px;flex:0 0 auto}.order-submit-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:14px!important}.order-submit-button svg{width:18px;height:18px}.member-card-kicker{display:block;color:var(--pd-lime-2);font-size:12px;font-weight:800;margin-bottom:7px}.member-admin-actions{display:flex;gap:6px;flex-wrap:wrap}.erp-binding-modal .modal-card{width:min(900px,94vw)!important}.erp-binding-modal .form{max-width:none!important}.erp-binding-dialog{display:grid;gap:18px}.erp-binding-dialog .catalog-modal-head p{margin:6px 0 0;color:var(--muted)}.erp-customer-search{display:grid;grid-template-columns:1fr auto;gap:10px}.erp-customer-search input{width:100%;min-width:0;border:1px solid var(--line);border-radius:12px;padding:12px 14px}.erp-customer-results{display:grid;gap:9px;max-height:430px;overflow:auto}.erp-customer-option{width:100%;display:grid;grid-template-columns:1.2fr .8fr 1.5fr 1fr;gap:12px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px;color:var(--text);cursor:pointer}.erp-customer-option:hover,.erp-customer-option.selected{border-color:var(--primary);background:#f0f7ef}.erp-customer-option span{display:grid;gap:4px;min-width:0;overflow-wrap:anywhere}.erp-customer-option small{color:var(--muted)}.erp-customer-option strong{color:var(--primary)}
@media(max-width:900px){html,body{width:100%;max-width:100%;overflow-x:hidden}.site-header{width:100%;max-width:100%}.site-header .brand{min-width:0;flex:0 1 auto}.site-header .brand>span:nth-child(2){white-space:nowrap}.site-header .brand small{display:none}.site-header .search{flex:1 1 auto;min-width:0}.site-header .search input{width:100%;min-width:0}.site-header .header-order{display:none}.site-main,.cart-page,.cart-list,.cart-item,.order-card{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.cart-page{padding:28px 12px calc(172px + env(safe-area-inset-bottom))!important;gap:14px!important}.order-page-head{align-items:center}.order-page-head h2{font-size:32px}.order-page-head button{font-size:13px;padding:8px 0}.cart-item{grid-template-columns:104px minmax(0,1fr) 36px!important;grid-template-areas:"media info remove" "media controls controls"!important;gap:10px 12px!important;padding:14px!important;border-radius:22px!important;align-items:start!important}.cart-item-media{grid-area:media;width:104px;height:116px;border-radius:14px}.cart-item-info{grid-area:info;padding-top:2px}.cart-item-info h3{font-size:16px;margin:0 0 5px!important}.cart-item-info p{font-size:12px!important;line-height:1.45;margin:3px 0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-info strong{font-size:14px;line-height:1.35}.cart-item-controls{grid-area:controls;display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-item-controls>span{white-space:nowrap}.qty-box{width:132px;max-width:100%;grid-template-columns:34px minmax(0,1fr) 34px!important}.qty-box input{width:100%;min-width:0}.cart-remove{grid-area:remove;width:34px;height:34px;align-self:start}.shipping-card,.order-submit-card{padding:18px!important;border-radius:24px!important}.order-card-title{align-items:flex-start}.order-card-title h3{font-size:18px}.order-card-title p{font-size:12px;line-height:1.5;overflow-wrap:anywhere}.shipping-card label{min-width:0}.shipping-card input,.shipping-card select,.shipping-card textarea{font-size:16px!important}.shipping-card select{height:50px}.order-total{gap:12px;align-items:flex-end}.order-total strong{font-size:18px!important;max-width:60%}.order-submit-card{bottom:calc(82px + env(safe-area-inset-bottom));padding:16px!important}.order-login-tip{align-items:flex-start}.member-login-page,.member-page{width:100%;max-width:100%;overflow:hidden}.member-login-card input,.member-card input,.member-card textarea,.member-card select{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.member-list-item>div{min-width:0}.member-list-item p{overflow-wrap:anywhere}.erp-binding-modal .modal-card{width:calc(100vw - 20px)!important}.erp-customer-search{grid-template-columns:1fr}.erp-customer-option{grid-template-columns:1fr}.erp-customer-results{max-height:50vh}}

/* Mobile brand lockup: the S mark never participates in flex shrinking. */
@media(max-width:900px){.site-header .brand{flex:0 0 auto!important;min-width:max-content!important;max-width:none!important}.site-header .brand-mark{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex:0 0 40px!important;aspect-ratio:1/1!important;border-radius:50%!important;line-height:40px!important}.site-header .search{flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important}.site-header .search input{width:100%!important;min-width:0!important;padding-right:10px!important;text-overflow:ellipsis!important}.site-header .lang-toggle{flex:0 0 auto!important}}

/* Website admin users and profile */
[hidden]{display:none!important}.admin-user-actions{display:flex;align-items:center;gap:8px}.admin-user-actions button{cursor:pointer}.admin-user-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:18px 0 20px}.admin-user-page-head small{color:var(--primary);font-weight:800}.admin-user-page-head h2{margin:5px 0;color:var(--primary);font-size:30px}.admin-user-page-head p{margin:0;color:var(--muted)}.admin-user-page-head .btn{display:flex;align-items:center;gap:8px}.admin-user-role-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:18px}.admin-user-role-strip article{display:grid;gap:5px;background:#fff;border-radius:16px;padding:15px;border:1px solid var(--line)}.admin-user-role-strip strong{color:var(--primary)}.admin-user-role-strip span{font-size:12px;color:var(--muted)}.admin-user-cell{display:flex;align-items:center;gap:10px}.admin-user-cell>img,.admin-user-cell>span{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800}.admin-user-cell>div{display:grid;gap:3px}.admin-user-cell small{color:var(--muted)}.admin-user-modal .modal-card,.admin-profile-modal .modal-card{width:min(960px,94vw)!important}.admin-password-modal .modal-card{width:min(520px,94vw)!important}.admin-user-modal .form,.admin-profile-modal .form{max-width:none!important}.admin-user-editor,.admin-profile-editor{display:grid;gap:18px}.admin-avatar-field{display:grid;grid-template-columns:1fr auto;gap:10px}.permission-editor,.profile-settings-section{background:#f7f9f5;border-radius:18px;padding:18px;display:grid;gap:14px}.permission-editor h3,.profile-settings-section h3{margin:0;color:var(--primary)}.permission-editor p{margin:4px 0 0;color:var(--muted);font-size:13px}.permission-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.permission-grid label{display:flex!important;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px;color:var(--text)!important}.permission-grid input{width:auto!important}.admin-readonly #adminApp:before{content:"当前为只读账号：可以查看已授权内容，不能新增、编辑或删除。";display:block;margin:12px 0;padding:12px 15px;border-radius:14px;background:#fff8e8;color:#7b5900;font-weight:700}
@media(max-width:900px){.site-header{gap:8px!important}.site-header .brand{gap:7px!important;font-size:16px!important}.site-header .brand-mark{width:40px!important;height:40px!important}.admin-user-page-head{align-items:stretch;display:grid}.admin-user-page-head .btn{justify-content:center}.admin-user-role-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.permission-grid{grid-template-columns:1fr}.admin-avatar-field{grid-template-columns:1fr}.admin-avatar-field .upload-btn{justify-content:center}.admin-user-modal .modal-card,.admin-profile-modal .modal-card{width:calc(100vw - 20px)!important;padding:16px!important}.admin-user-actions{gap:5px}.admin-user-actions button{padding:9px 10px!important;font-size:12px}}

/* Unified admin image upload controls */
.upload-control{position:relative}.upload-native-input{position:fixed!important;left:-10000px!important;top:-10000px!important;width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;opacity:0!important;overflow:hidden!important;padding:0!important;border:0!important;pointer-events:none!important}.admin-upload-toast{position:fixed;right:24px;top:24px;z-index:10000;max-width:min(420px,calc(100vw - 32px));padding:13px 18px;border-radius:14px;background:#fff0f0;color:#a72828;box-shadow:0 16px 48px rgba(18,53,12,.18);font-weight:750}.admin-upload-toast.ok{background:#eaf8e4;color:var(--pd-green)}.admin-avatar-field{grid-template-columns:52px minmax(0,1fr) auto!important;align-items:center}.admin-avatar-preview{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#eef3ea;color:var(--pd-green)}.admin-avatar-preview img{width:100%;height:100%;object-fit:cover}.admin-avatar-preview svg{width:22px;height:22px}.upload-btn[type="button"]{cursor:pointer}.upload-btn[disabled]{opacity:.55;cursor:not-allowed}
@media(max-width:900px){.admin-upload-toast{left:16px;right:16px;top:16px}.admin-avatar-field{grid-template-columns:48px minmax(0,1fr)!important}.admin-avatar-field .upload-btn{grid-column:1/-1;width:100%}}
