﻿*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Noto Sans SC","Microsoft YaHei",Arial,sans-serif;background:#edf5f2;color:#071018}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.site-nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,16,24,.08)}.nav-inner{max-width:1360px;margin:0 auto;height:82px;padding:0 28px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:14px;min-width:280px}.brand-mark{width:64px;height:64px;border-radius:15px;background:#f47a14;display:grid;place-items:center;color:#fff;font-weight:900;font-size:30px;box-shadow:0 12px 28px rgba(242,129,0,.25);overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.brand-copy strong{display:block;font-size:26px;line-height:1;font-weight:900;letter-spacing:-1px}.brand-copy span{display:block;margin-top:5px;font-size:12px;font-weight:800;color:#333;letter-spacing:.5px}.nav-links{display:flex;gap:34px;list-style:none;margin:0 auto;padding:0}.nav-links a{font-weight:900;font-size:18px;position:relative;padding:28px 0}.nav-links a.active,.nav-links a:hover{color:#f28600}.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:3px;border-radius:999px;background:#f28600}.nav-tools{display:flex;align-items:center;gap:16px}.search-box{display:flex;align-items:center;background:#eef2f1;border-radius:28px;overflow:hidden}.search-box input{width:180px;border:0;background:transparent;padding:14px 18px;outline:none}.search-box button{border:0;background:#f28600;color:#fff;width:58px;height:46px;cursor:pointer}.nav-icon{width:32px;height:32px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.nav-icon svg{width:27px;height:27px;stroke-width:2.2}.page-shell{max-width:1360px;margin:0 auto;background:#fff;min-height:calc(100vh - 82px)}.section{padding:48px 64px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2{margin:0;font-size:32px;font-weight:950;letter-spacing:-1px}.section-head p{margin:8px 0 0;color:#52615e}.more-link{color:#e87700;font-weight:900}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 28px;font-weight:900;cursor:pointer;border:1px solid transparent;transition:.2s}.btn-primary{background:#f28600;color:#fff;box-shadow:0 14px 32px rgba(242,134,0,.24)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(242,134,0,.3)}.btn-ghost{background:#fff;color:#e87700;border-color:#f28600}.btn-ghost:hover{background:#fff6eb}.tag{display:inline-flex;align-items:center;border-radius:999px;background:#fff7ec;border:1px solid #ffd39b;color:#c86900;padding:6px 12px;font-weight:900;font-size:13px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{background:#fff;border:1px solid rgba(7,16,24,.08);border-radius:18px;overflow:hidden;box-shadow:0 18px 38px rgba(15,38,32,.08);transition:.22s}.product-card:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(15,38,32,.14)}.product-media{height:220px;background:#f4f1ea;position:relative;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;background:#fff;transition:.35s}.product-card:hover .product-media img{transform:none}.product-body{padding:18px}.product-kicker{font-size:13px;font-weight:900;color:#e87700;margin-bottom:8px}.product-name{font-size:20px;font-weight:950;line-height:1.25;margin-bottom:8px}.product-subtitle{color:#52615e;line-height:1.65;font-size:14px;min-height:46px}.product-link{display:inline-flex;margin-top:16px;color:#e87700;font-weight:900}.footer{background:#fff;border-top:1px solid rgba(7,16,24,.08);padding:34px 64px 40px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px}.footer h4{margin:0 0 14px}.footer p,.footer li,.footer div{color:#52615e;line-height:1.8}.footer ul{margin:0;padding:0;list-style:none}.footer a:hover{color:#e87700}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.46);z-index:2000;display:none;align-items:center;justify-content:center;padding:20px}.modal-overlay.active{display:flex}.modal{width:min(620px,100%);background:#fff;border-radius:24px;box-shadow:0 28px 80px rgba(0,0,0,.24);overflow:hidden}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #edf0ef}.modal-head h3{margin:0;font-size:24px}.modal-close{border:0;background:#f3f5f4;border-radius:50%;width:38px;height:38px;cursor:pointer;font-size:24px}.modal-body{padding:26px 28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{margin-bottom:16px}.form-field label{display:block;font-weight:900;margin-bottom:8px}.form-input,.form-textarea{width:100%;border:1px solid #dfe8e5;border-radius:14px;padding:14px 16px;outline:none}.form-input:focus,.form-textarea:focus{border-color:#f28600;box-shadow:0 0 0 3px rgba(242,134,0,.1)}.form-textarea{min-height:110px;resize:vertical}.success{display:none;text-align:center;padding:20px;color:#11845b;font-weight:900}.empty{grid-column:1/-1;background:#fff;border:1px dashed #c8d4d0;border-radius:18px;padding:40px;text-align:center;color:#52615e}@media(max-width:1100px){.nav-inner{height:auto;min-height:76px;flex-wrap:wrap}.brand{min-width:auto}.nav-links{order:3;width:100%;justify-content:center;padding-bottom:14px}.search-box input{width:140px}.section{padding:36px 28px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{padding:32px 28px}.footer-grid{grid-template-columns:1fr}}@media(max-width:720px){.brand-mark{width:52px;height:52px;font-size:24px}.brand-copy strong{font-size:20px}.brand-copy span{font-size:10px}.nav-inner{padding:0 16px;gap:16px}.nav-links{gap:18px;overflow-x:auto;justify-content:flex-start}.nav-links a{font-size:15px;white-space:nowrap}.nav-tools{width:100%;justify-content:space-between}.search-box{flex:1}.search-box input{width:100%}.card-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.product-media{height:200px}}
.footer-qr{display:inline-flex;align-items:center;gap:12px;margin-top:16px;padding:12px;border:1px solid #edf0ef;border-radius:14px;background:#fafafa}.footer-qr img{width:82px;height:82px;object-fit:contain;background:#fff;border-radius:10px;padding:6px}.footer-qr span{font-size:13px;font-weight:900;color:#52615e}.footer-social{margin-top:8px}.footer-bottom{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:26px;padding-top:18px;border-top:1px solid #edf0ef;color:#7a8784;font-size:13px}.footer-bottom span{color:#7a8784}
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px;color:#52615e;font-size:14px;flex-wrap:wrap}.page-btn{min-width:38px;height:36px;padding:0 12px;border:1px solid #dce8e4;background:#fff;color:#52615e;border-radius:999px;cursor:pointer;font-weight:900}.page-btn.active,.page-btn:hover{border-color:#f28600;color:#f28600;background:#fff7ec}.page-btn:disabled{opacity:.45;cursor:not-allowed;background:#f4f6f5}

.pagination-info{white-space:nowrap}.page-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:36px;color:#8a9794;font-weight:900}.pagination-jump{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.page-input{width:64px;height:36px;border:1px solid #dce8e4;border-radius:999px;text-align:center;color:#071018;background:#fff;outline:none}.page-input:focus{border-color:#f28600;box-shadow:0 0 0 3px rgba(242,134,0,.12)}.page-jump-btn{min-width:52px}

.pagination-select{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.page-select{height:36px;min-width:112px;border:1px solid #dce8e4;border-radius:999px;background:#fff;color:#071018;padding:0 12px;outline:none}.page-select:focus{border-color:#f28600;box-shadow:0 0 0 3px rgba(242,134,0,.12)}

