:root{color-scheme:light;--ink:#252927;--muted:#707670;--red:#b84331;--line:#e5e7df;--paper:#fafbf7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:#fff;color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #b84331;outline-offset:5px}.container{width:min(1120px,calc(100% - 64px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:750;font-size:23px;letter-spacing:1px}.brand-symbol{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--red);color:#fff;font-size:25px}.brand-sub{font-size:15px;font-weight:400;color:#636961;letter-spacing:0;margin-left:9px}nav{display:flex;gap:34px;font-size:14px}nav a:hover,.icp-link:hover{color:var(--red)}.hero{background:var(--paper);overflow:hidden;border-bottom:1px solid var(--line)}.hero-layout{min-height:580px;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:72px;padding:72px 0}.eyebrow{font-size:12px;font-weight:650;color:var(--red);letter-spacing:2px;margin:0 0 18px}.eyebrow>span{display:inline-block;width:7px;height:7px;background:var(--red);border-radius:50%;margin-right:9px;vertical-align:middle}h1{font-size:clamp(36px,4.1vw,54px);letter-spacing:-1.8px;line-height:1.32;font-weight:750;margin:0 0 24px}.lead{color:var(--muted);font-size:16px;line-height:1.95;max-width:450px;margin:0 0 28px}.button{display:inline-flex;align-items:center;gap:36px;background:var(--red);color:#fff;padding:13px 23px;border-radius:7px;font-size:14px;font-weight:650}.button:hover{background:#983727}.button span{font-size:20px;line-height:1}.hero-notes{display:flex;gap:0;margin-top:29px;color:#777c74;font-size:12px}.hero-notes span+span:before{content:"/";color:#c0c4ba;margin:0 17px}.illustration{position:relative;max-width:410px;width:100%;justify-self:center;padding:8px 16px 24px}.illustration:before{content:"";position:absolute;width:350px;height:350px;background:#e9edde;border-radius:50%;top:40px;left:20px}.menu-card{position:relative;background:#fff;border:1px solid #dfe4d7;border-radius:22px;transform:rotate(3deg);padding:24px 27px 26px;box-shadow:0 22px 40px #3339200c;max-width:310px;margin:auto}.card-top{display:flex;align-items:center;gap:8px;font-size:11px;color:#7d8376}.menu-dot{width:8px;height:8px;border-radius:50%;background:var(--red)}.menu-lines{margin-left:auto}.plate{width:178px;height:178px;margin:28px auto 20px;border-radius:50%;background:#f3eee3;box-shadow:0 5px 12px #665b3310,inset 0 0 0 7px #faf8f1;display:grid;place-items:center}.plate-inner{width:136px;height:136px;border-radius:50%;background:#e8dfc8;position:relative;overflow:hidden}.rice{position:absolute;width:95px;height:78px;border-radius:60% 55% 45% 50%;background:#fffdf0;right:-1px;bottom:-2px;transform:rotate(-25deg);box-shadow:inset -7px -4px 0 #f5efdb}.leaf{position:absolute;background:#7b9262;border-radius:5px 60px 5px 60px;width:47px;height:75px}.leaf-one{left:12px;top:15px;transform:rotate(-25deg)}.leaf-two{left:46px;top:1px;transform:rotate(30deg);background:#9ba779}.tomato{position:absolute;left:7px;bottom:20px;width:40px;height:40px;border-radius:50%;background:#bd6550;border:5px solid #cd7f67}.menu-heading{text-align:center;font-size:16px;font-weight:650}.menu-subtitle{text-align:center;font-size:10px;color:#8b9084;margin-top:5px}.menu-preview{display:flex;gap:8px;margin-top:24px}.menu-preview span{height:8px;flex:1;background:#f0f2e9;border-radius:5px}.menu-preview span:first-child{background:#e8d5c5}.floating-note{position:absolute;bottom:38px;left:-18px;display:flex;align-items:center;gap:12px;padding:14px 18px;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 30px #363c1a0d;transform:rotate(-4deg)}.check{width:30px;height:30px;display:grid;place-items:center;background:#edf1e7;color:#667d50;border-radius:50%}.floating-note strong{display:block;font-size:12px}.floating-note small{display:block;color:#8a8f84;font-size:10px}.illustration-label{display:block;position:relative;text-align:right;font-size:10px;color:#90958b;margin-top:22px;margin-right:20px}.section{padding-top:74px;padding-bottom:82px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px}.section-heading .eyebrow{margin-bottom:9px}h2{font-size:28px;letter-spacing:-.7px;line-height:1.5;margin:0}.section-heading>p{margin:0 0 5px;color:var(--muted);font-size:12px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{border:1px solid var(--line);border-radius:12px;padding:29px 27px 28px;background:#fff}.step-number{display:inline-block;color:var(--red);font-size:12px;font-weight:700;letter-spacing:2px;border-bottom:2px solid #dbc9b7;padding-bottom:6px;margin-bottom:20px}.step h3{font-size:18px;margin:0 0 11px}.step p{font-size:13px;color:var(--muted);line-height:1.9;margin:0}.notice-wrap{background:#f7f8f4;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.notice-layout{padding-top:48px;padding-bottom:48px;display:grid;grid-template-columns:1fr 1.4fr;gap:64px}.notice-layout .eyebrow{margin-bottom:9px}.notice-layout h2{font-size:24px}.notice-copy p{font-size:12px;line-height:1.95;color:var(--muted);margin:0}.notice-copy p+p{margin-top:12px}.footer-inner{min-height:92px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px}.footer-brand{font-weight:600;color:#60675c}.icp-link{color:#62695e;text-decoration:underline;text-underline-offset:4px;padding:8px 0}@media(max-width:760px){.container{width:calc(100% - 36px)}.header-inner{min-height:76px;flex-wrap:wrap;padding:15px 0;gap:12px}.brand{font-size:20px}.brand-sub{font-size:13px}.brand-symbol{width:34px;height:34px;font-size:21px}nav{gap:21px;font-size:12px}.hero-layout{grid-template-columns:1fr;gap:38px;padding:45px 0 33px}.hero-copy{max-width:500px}h1{font-size:40px}.lead{font-size:14px}.illustration{max-width:340px}.illustration:before{width:285px;height:285px;left:28px}.menu-card{max-width:265px;padding:18px 22px}.floating-note{left:0;bottom:39px}.plate{width:150px;height:150px;margin-top:20px}.plate-inner{width:115px;height:115px}.section{padding-top:44px;padding-bottom:44px}.section-heading{display:block;margin-bottom:24px}h2{font-size:24px}.section-heading>p{margin-top:12px}.steps{grid-template-columns:1fr;gap:14px}.step{padding:23px}.step-number{margin-bottom:13px}.notice-layout{grid-template-columns:1fr;gap:22px;padding-top:35px;padding-bottom:35px}.footer-inner{min-height:106px;flex-direction:column;justify-content:center;gap:4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
