:root{--primary:#E8A63A;--soft:#F4D89B;--dark:#26231F;--bg:#FFFDF8;--bg2:#F7F1E7;--text:#302D29;--muted:#746D64;--accent:#D96F38;--border:#E7DED0;--white:#fff;--shadow:0 16px 40px rgba(38,35,31,.09);--radius:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.75}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}.header-inner{min-height:76px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;white-space:nowrap}.brand img{width:38px;height:38px;object-fit:contain}.main-nav{display:flex;gap:6px;align-items:center;margin-left:auto}.main-nav a{padding:10px 12px;border-radius:12px;color:var(--muted);font-size:15px}.main-nav a:hover,.main-nav a.active{background:var(--bg2);color:var(--dark)}.search-open,.menu-toggle{border:1px solid var(--border);background:var(--white);border-radius:12px;padding:9px 13px;cursor:pointer}.menu-toggle{display:none}.hero{padding:72px 0 56px;background:linear-gradient(180deg,#FFF8E9 0%,var(--bg) 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.eyebrow{margin:0 0 10px;color:#A45A2B;font-weight:800;letter-spacing:.08em;font-size:13px;text-transform:uppercase}.hero h1,.page-hero h1,.simple-head h1{font-size:clamp(36px,5vw,64px);line-height:1.08;letter-spacing:-.04em;margin:0 0 22px;color:var(--dark)}.lead{font-size:19px;color:#5F574F;max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;font-weight:750;border:1px solid transparent}.btn.primary{background:var(--accent);color:#fff}.btn.secondary{background:#fff;border-color:var(--border)}.hero-notes{padding-left:20px;color:var(--muted)}.hero-media img,.page-hero img{border-radius:28px;aspect-ratio:16/10;object-fit:cover;box-shadow:var(--shadow);background:#F3E7D1}.section{padding:76px 0}.section.alt{background:var(--bg2)}.section-head{max-width:760px;margin-bottom:30px}.section-head h2,.content-section h2,.split h2,.callout h2{font-size:clamp(26px,3.5vw,40px);line-height:1.2;margin:0 0 12px;color:var(--dark)}.section-head p,.content-section>p{color:var(--muted)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.content-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.content-card .media img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#eee}.card-body{padding:20px}.card-body h3{margin:0 0 8px;font-size:20px}.card-body p{color:var(--muted);font-size:15px}.text-link{font-weight:800;color:#A95729}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.split.reverse>div:first-child{order:2}.split img{border-radius:24px;aspect-ratio:16/10;object-fit:cover;background:#eee}.compare{display:grid;grid-template-columns:1fr 1fr;gap:24px}.compare article{background:#fff;border:1px solid var(--border);border-radius:22px;padding:20px}.compare img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:16px;margin-bottom:16px}.compare h3{font-size:24px;margin:0 0 8px}.compare p{color:var(--muted)}.compare a{font-weight:800;color:#A95729}.topic-strip{display:flex;gap:14px;flex-wrap:wrap}.topic-strip a{padding:14px 18px;border:1px solid #DFC98E;background:#FFF9E9;border-radius:999px;font-weight:750}.mini-list p{border-left:3px solid var(--soft);padding-left:16px}.faq-preview,.faq-list{display:grid;gap:12px}.faq-preview details,.faq-list details{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px 18px}.faq-preview summary,.faq-list summary{font-weight:800;cursor:pointer}.faq-preview p,.faq-list p{color:var(--muted)}.center{text-align:center;margin-top:24px}.callout{background:var(--dark);color:#fff;border-radius:28px;padding:38px 42px;display:flex;justify-content:space-between;align-items:center;gap:24px}.callout h2{color:#fff}.callout .eyebrow{color:#F4D89B}.breadcrumb{padding-top:24px;display:flex;gap:8px;align-items:center;color:var(--muted);font-size:14px}.breadcrumb a:hover{color:var(--dark)}.page-main{padding-bottom:80px}.page-hero{display:grid;grid-template-columns:1fr .82fr;gap:50px;align-items:center;padding:48px 0 58px}.page-hero p{color:var(--muted);font-size:18px}.content-section{padding:42px 0;border-top:1px solid var(--border)}.catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.catalog article{padding:24px;background:#fff;border:1px solid var(--border);border-radius:18px}.catalog h3{margin:0 0 8px;font-size:21px}.catalog p{margin:0;color:var(--muted)}.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}.two-col img{border-radius:22px;aspect-ratio:16/10;object-fit:cover;background:#eee}.list-rows{display:grid;border-top:1px solid var(--border)}.list-rows>div{display:grid;grid-template-columns:220px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--border)}.list-rows span{color:var(--muted)}.banner{display:grid;grid-template-columns:320px 1fr;gap:28px;align-items:center;background:#FFF7E5;border:1px solid #ECD8AA;border-radius:22px;padding:20px}.banner img{border-radius:16px;aspect-ratio:16/9;object-fit:cover}.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.link-grid a{display:flex;flex-direction:column;gap:6px;padding:20px;background:#fff;border:1px solid var(--border);border-radius:16px}.link-grid span{color:var(--muted);font-size:14px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{padding:22px;border:1px solid var(--border);border-radius:18px;background:#fff}.steps span{display:inline-flex;width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;background:var(--soft);font-weight:900}.steps h3{margin:14px 0 6px}.steps p{color:var(--muted);margin:0}.numbered{padding-left:22px}.numbered li{margin:10px 0;padding-left:6px}.info-table,.compare-table{border:1px solid var(--border);border-radius:18px;overflow:hidden}.info-table>div{display:grid;grid-template-columns:220px 1fr;gap:24px;padding:16px 20px;background:#fff;border-bottom:1px solid var(--border)}.info-table>div:last-child{border-bottom:0}.info-table span{color:var(--muted)}.compare-table>div{display:grid;grid-template-columns:1.3fr 1fr 1fr}.compare-table span{padding:14px 16px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.compare-table .head{font-weight:800;background:var(--bg2)}.compare-table>div:last-child span{border-bottom:0}.topic-list{display:grid;gap:0;border-top:1px solid var(--border)}.topic-list article{display:grid;grid-template-columns:80px 1fr;gap:24px;padding:30px 0;border-bottom:1px solid var(--border)}.topic-list article>span{font-size:28px;font-weight:900;color:#C78530}.topic-list h2{margin-top:0}.simple-head{padding:48px 0 28px}.inline-search label{display:block;font-weight:800;margin-bottom:8px}.inline-search>div{display:flex;max-width:620px}.inline-search input{flex:1;min-width:0;border:1px solid var(--border);border-radius:12px 0 0 12px;padding:12px 14px;background:#fff}.inline-search button{border:0;background:var(--accent);color:#fff;padding:0 20px;border-radius:0 12px 12px 0;font-weight:800}.search-results{display:grid;gap:12px}.search-results article{padding:20px;border:1px solid var(--border);border-radius:16px;background:#fff}.search-results h3{margin:0 0 6px}.search-results p{margin:0;color:var(--muted)}.prose{max-width:1000px}.prose>h2{margin-top:38px;font-size:28px}.prose>p{color:#5f574f;font-size:17px}.search-modal[hidden]{display:none!important}.search-modal{position:fixed;inset:0;z-index:100;background:rgba(38,35,31,.56);display:grid;place-items:start center;padding-top:12vh}.search-panel{position:relative;width:min(620px,calc(100% - 30px));background:#fff;border-radius:20px;padding:26px;box-shadow:var(--shadow)}.search-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:28px;cursor:pointer}.search-row{display:flex}.search-row input{flex:1;min-width:0;padding:12px;border:1px solid var(--border);border-radius:10px 0 0 10px}.search-row button{border:0;background:var(--accent);color:#fff;padding:0 18px;border-radius:0 10px 10px 0}.site-footer{background:var(--dark);color:#F5EFE6;margin-top:40px;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.footer-grid h2,.footer-grid h3{margin-top:0;color:#fff}.footer-grid a{display:block;color:#D8D0C6;margin:8px 0}.footer-grid p{color:#C7BFB6}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-bottom p{margin:0;color:#BFB6AC}.back-top{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px 12px;border-radius:10px;cursor:pointer}@media(max-width:1024px){.main-nav{position:absolute;left:20px;right:20px;top:68px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px;display:none;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.search-open{margin-left:0}.hero-grid,.page-hero,.split,.two-col{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.catalog{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.split.reverse>div:first-child{order:0}}@media(max-width:768px){.container{width:min(100% - 28px,var(--max))}.hero{padding-top:48px}.hero h1,.page-hero h1,.simple-head h1{font-size:40px}.page-hero{padding-top:34px}.grid-4,.compare,.steps,.catalog,.link-grid{grid-template-columns:1fr}.banner{grid-template-columns:1fr}.banner img{width:100%}.list-rows>div,.info-table>div{grid-template-columns:1fr;gap:5px}.compare-table{overflow:auto}.compare-table>div{min-width:620px}.callout{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.header-inner{gap:10px}.brand span{font-size:16px}.brand img{width:34px;height:34px}.search-open,.menu-toggle{padding:8px 10px}.hero h1,.page-hero h1,.simple-head h1{font-size:34px}.lead,.page-hero p{font-size:16px}.section{padding:56px 0}.page-hero{gap:26px}.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.topic-list article{grid-template-columns:52px 1fr;gap:14px}.topic-list article>span{font-size:22px}.hero-actions .btn{width:100%}.inline-search>div,.search-row{flex-direction:column;gap:8px}.inline-search input,.inline-search button,.search-row input,.search-row button{border-radius:10px;min-height:46px}.callout{padding:28px}.breadcrumb{overflow:auto;white-space:nowrap}}@media(max-width:375px){.container{width:calc(100% - 22px)}.hero h1,.page-hero h1,.simple-head h1{font-size:31px}.brand span{display:none}.site-header .header-inner{min-height:66px}.page-main{padding-bottom:56px}}
