:root{--ink:#26362f;--green:#294e3f;--paper:#f4f1e9;--line:#dcded7;--muted:#6d7973;--red:#8a463c}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Microsoft YaHei UI","Segoe UI",sans-serif}.product-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(20px,5vw,72px);background:rgba(244,241,233,.94);border-bottom:1px solid rgba(41,78,63,.12);backdrop-filter:blur(12px)}.product-header>a{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none;font-weight:700}.product-header img{width:42px;height:42px;object-fit:cover;border-radius:50%}.product-header small{display:block;margin-top:3px;color:var(--muted);font-size:9px;font-weight:400;letter-spacing:.12em}.product-header nav{display:flex;gap:24px}.product-header nav a{color:var(--green);font-size:13px;text-decoration:none}main{max-width:1240px;margin:auto;padding:0 clamp(20px,5vw,72px)}.product-hero{min-height:390px;padding:100px 0 70px;border-bottom:1px solid var(--line)}.product-hero p{color:var(--red);font-size:11px;font-weight:700;letter-spacing:.2em}.product-hero h1{max-width:700px;margin:18px 0 24px;font:500 clamp(40px,5vw,68px)/1.18 Georgia,"Noto Serif SC",serif}.product-hero span{display:block;max-width:680px;color:var(--muted);font-size:15px;line-height:1.9}.product-catalog{display:grid;gap:24px;padding:70px 0}.product-card{display:grid;grid-template-columns:minmax(220px,.7fr) 1.3fr;min-height:320px;overflow:hidden;background:#faf9f5;border:1px solid var(--line);border-radius:18px}.product-art{display:grid;place-items:center;min-height:300px;background:linear-gradient(145deg,#dfe5de,#f1eee5)}.product-art span{display:grid;place-items:center;width:118px;height:190px;color:#eee7d7;background:var(--green);border-radius:26px 26px 15px 15px;font:500 20px/1.5 Georgia,"Noto Serif SC",serif;text-align:center;box-shadow:0 25px 50px rgba(28,55,44,.16)}.product-copy{padding:clamp(28px,5vw,58px)}.product-copy>small{color:var(--red);font-size:10px;font-weight:700;letter-spacing:.16em}.product-copy h2{margin:12px 0 6px;font:500 clamp(25px,3vw,38px) Georgia,"Noto Serif SC",serif}.spec{color:var(--muted);font-size:13px}.description{max-width:650px;margin:24px 0;color:#56645e;line-height:1.85}.purchase-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.purchase-button{min-height:44px;padding:12px 18px;color:#fff;background:var(--green);border:0;border-radius:4px;font:13px inherit;cursor:pointer}.purchase-button[data-platform="taobao"]{background:#87513a}.purchase-button[data-platform="jd"]{background:#753f3a}.purchase-button[data-platform="wechat_store"]{background:#35634d}.purchase-empty{color:var(--muted);font-size:13px}.trust-note{margin-bottom:70px;padding:44px;background:#e8ece6;border-radius:18px}.trust-note h2{margin:0 0 14px;font:500 28px Georgia,"Noto Serif SC",serif}.trust-note p{color:var(--muted);line-height:1.8}.trust-note a{color:var(--green);font-weight:700;text-decoration:none}.loading{grid-column:1/-1;padding:80px;color:var(--muted);text-align:center}footer{padding:28px;text-align:center;color:var(--muted);border-top:1px solid var(--line);font-size:12px}@media(max-width:767px){.product-header nav a:not(:first-child){display:none}.product-hero{min-height:auto;padding:65px 0 50px}.product-card{grid-template-columns:1fr}.product-art{min-height:250px}.product-copy{padding:28px 24px}.trust-note{padding:30px 24px}}
