:root{--ink:#123a30;--deep:#0b2d26;--paper:#f4f1e9;--gold:#cbbb8d;--muted:#69736f;--line:#e0e4df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei UI",sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;padding:0 6vw;display:flex;align-items:center;gap:35px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:48px;object-fit:cover}.brand strong,.brand small{display:block}.brand strong{font-family:"Songti SC","STSong","SimSun",serif;font-size:15px;letter-spacing:.04em}.brand small{font-size:9px;color:var(--muted);margin-top:5px;letter-spacing:.04em}.site-header nav{display:flex;gap:28px;margin-left:auto}.site-header nav a{font-size:12px;color:#53615b}.site-header nav a:hover{color:var(--ink)}.admin-link{border:1px solid #cfd7d2;border-radius:6px;padding:9px 12px;font-size:11px}.hero{min-height:610px;padding:82px 7vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;color:#fff;background:linear-gradient(112deg,#123a30 0 54%,#284f42 54% 100%)}.hero-copy{position:relative;z-index:2;max-width:640px}.kicker,.eyebrow{font-size:10px;font-weight:600;letter-spacing:.38em;color:var(--gold)}.hero h1,.intro h2,.service h2{font-family:"Noto Serif SC","Source Han Serif SC","Songti SC","STSong","SimSun",serif;font-weight:500;letter-spacing:.04em}.hero h1{font-size:clamp(46px,5vw,72px);line-height:1.28;margin:24px 0}.hero p{max-width:570px;color:#d0dcd7;font-size:14px;line-height:2}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-actions a{padding:13px 20px;border-radius:6px;font-size:12px}.primary{background:#fff;color:var(--ink)}.secondary{border:1px solid #789087}.hero-art{height:440px;position:relative}.fabric{position:absolute;display:block;box-shadow:0 28px 60px rgba(0,0,0,.2)}.fabric-one{width:330px;height:350px;right:7%;top:0;border-radius:58% 42% 55% 45%/43% 55% 45% 57%;background:radial-gradient(circle at 28% 24%,#f0d8ca 0 5%,transparent 6%),radial-gradient(circle at 72% 65%,#bc826f 0 8%,transparent 9%),linear-gradient(145deg,#dfc7ae,#8e6763)}.fabric-two{width:230px;height:230px;left:2%;bottom:0;border-radius:45% 55% 38% 62%/62% 45% 55% 38%;transform:rotate(-12deg);background:repeating-linear-gradient(45deg,#496d5e 0 14px,#91a58f 14px 27px,#d4c8a1 27px 36px)}.art-label{position:absolute;right:0;bottom:20px;width:220px;background:#fff;color:var(--ink);padding:17px;box-shadow:0 15px 40px rgba(0,0,0,.18)}.art-label small,.art-label strong{display:block}.art-label small{font-size:9px;color:#84785c;letter-spacing:.16em;margin-bottom:7px}.art-label strong{font-family:"Songti SC","STSong","SimSun",serif;font-size:15px}.intro{text-align:center;padding:80px 20px 32px}.intro h2{font-size:34px;margin:15px 0 10px}.intro p{font-size:12px;color:var(--muted)}.products{padding:18px 7vw 90px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;scroll-margin-top:95px}.product-card{background:#fff;border:1px solid var(--line);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(20,54,44,.1)}.product-cover{height:245px;background-size:cover!important;position:relative}.product-cover span{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);padding:6px 9px;border-radius:3px;font-size:10px}.product-body{padding:18px}.product-code{font-size:9px;color:#8b9490;letter-spacing:.1em}.product-body h3{font-family:"Songti SC","STSong","SimSun",serif;font-size:18px;margin:7px 0}.product-body p{font-size:11px;color:var(--muted)}.tags{display:flex;gap:5px;flex-wrap:wrap;margin:14px 0}.tags i{font-style:normal;font-size:9px;background:#edf1ed;padding:5px 7px}.product-foot{display:flex;justify-content:space-between;border-top:1px solid #edf0ed;padding-top:13px;color:#64716b;font-size:10px}.loading,.empty{grid-column:1/-1;padding:70px;text-align:center;color:var(--muted);background:#fff}.service{padding:75px 7vw;background:#e5eae4}.service>div:first-child{display:flex;justify-content:space-between;align-items:end}.service h2{font-size:31px;max-width:620px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.service article{background:#fff;padding:26px}.service article b{font:20px Georgia,serif;color:#a9976c}.service article h3{font-size:14px;margin:16px 0 8px}.service article p{color:var(--muted);font-size:11px;line-height:1.8}.footer{padding:25px 7vw;background:var(--deep);color:#99aaa3;display:flex;justify-content:space-between;font-size:10px}.footer a{color:#d2ddd8}@media(max-width:950px){.hero{grid-template-columns:1fr}.hero-art{display:none}.products{grid-template-columns:repeat(2,1fr)}.site-header nav{display:none}}@media(max-width:600px){.site-header{height:70px;padding:0 16px}.brand small{display:none}.brand img{width:42px;height:42px}.brand strong{font-size:13px}.admin-link{margin-left:auto}.hero{min-height:560px;padding:70px 24px}.hero h1{font-size:43px}.products,.service-grid{grid-template-columns:1fr}.products{padding-left:20px;padding-right:20px}.service{padding:60px 20px}.footer{padding:22px 20px}.intro h2{font-size:28px}}
