:root{--accent:#ff5a3c;--accent2:#ffb03a;--bg:#fff5f2;--panel:#ffffff;--ink:#26140f;--muted:#8a6a5f;--line:rgba(20,20,28,.12);--radius:8px;--shadow:0 18px 46px rgba(40,30,60,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Verdana,"Microsoft YaHei",sans-serif;background:var(--bg);color:var(--ink);line-height:1.75}img{display:block;max-width:100%%}a{color:inherit;text-decoration:none}.shell{width:min(1200px,calc(100% - 40px));margin:auto}h1,h2,h3,.brand{font-family:"Arial Black",Impact,"PingFang SC",sans-serif}.eyebrow,.section-title>span{display:block;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.26em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;background:var(--accent);color:#fff;border-radius:0px;font-weight:700}.button:hover{opacity:.9}.section{padding:70px 0}.section-title{position:relative;margin-bottom:28px}.section-title h2{margin:4px 0 0;font-size:clamp(28px,4vw,46px);line-height:1.12}.section-title p{margin:9px 0 0;color:var(--muted)}.section-title .more{position:absolute;right:0;bottom:6px;color:var(--accent);font-weight:700}.site-header{position:relative;z-index:50;background:rgba(255,255,255,.7);border-bottom:1px solid var(--line)}.header-inner{min-height:74px;display:flex;align-items:center;gap:28px}.brand{font-size:22px;font-weight:800;letter-spacing:.02em}.main-nav{display:flex;gap:26px;align-items:center}.main-nav a{font-size:15px;opacity:.85}.main-nav a:hover{opacity:1;color:var(--accent)}.nav-toggle{display:none;border:0;background:transparent;color:inherit;font-size:25px}.hl-left{justify-content:space-between}.hl-left .main-nav{margin-left:auto}.hl-right{justify-content:space-between}.hl-right .brand{order:2}.hl-right .main-nav{order:1;margin-right:auto}.hl-center{justify-content:center;position:relative;flex-direction:column;gap:10px;padding:14px 0}.hl-center .main-nav{gap:22px}.hl-split{justify-content:center;gap:34px}.hl-split .brand{white-space:nowrap}.hl-split .nav-a{margin-right:auto}.hl-split .nav-b{margin-left:auto}.hl-stack{flex-direction:column;align-items:stretch;gap:10px;padding:14px 0}.hl-stack .hl-top{display:flex;justify-content:space-between;align-items:center}.hl-stack .main-nav{justify-content:center;border-top:1px solid var(--line);padding-top:10px}.hero{position:relative;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-copy h1{margin:12px 0 18px;font-size:clamp(40px,6vw,84px);line-height:1.04;letter-spacing:-.03em}.hero-copy p{max-width:640px;margin:0 0 26px;color:var(--muted);font-size:17px}.hero-copy.center{text-align:center;margin:auto}.hero-copy.center p{margin-left:auto;margin-right:auto}.hero-split_left,.hero-split_right{min-height:620px}.hero-split_left .hero-media,.hero-split_right .hero-media{position:absolute;top:0;height:100%;width:56%}.hero-split_left .hero-media{right:0;clip-path:polygon(16% 0,100% 0,100% 100%,0 100%)}.hero-split_right .hero-media{left:0;clip-path:polygon(0 0,100% 0,84% 100%,0 100%)}.hero-split_left .hero-content,.hero-split_right .hero-content{position:relative;min-height:620px;display:flex;align-items:center}.hero-split_right .hero-content{justify-content:flex-end;text-align:right}.hero-split_left .hero-copy,.hero-split_right .hero-copy{width:46%;padding:50px 0}.hero-full_center,.hero-full_bottom{min-height:660px}.hero-full_center .hero-media,.hero-full_bottom .hero-media{position:absolute;inset:0}.hero-full_center .hero-media:after,.hero-full_bottom .hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55))}.hero-full_center .hero-content{position:relative;min-height:660px;display:flex;align-items:center;color:#fff}.hero-full_center .hero-copy p{color:rgba(255,255,255,.85)}.hero-full_bottom .hero-content{position:relative;min-height:660px;display:flex;align-items:flex-end;padding-bottom:56px;color:#fff}.hero-full_bottom .hero-copy p{color:rgba(255,255,255,.85)}.hero-boxed{min-height:640px}.hero-boxed .hero-media{position:absolute;inset:0}.hero-boxed .hero-media:after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.28)}.hero-boxed .shell{position:relative;min-height:640px;display:flex;align-items:center}.hero-boxed .hero-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:44px;max-width:560px;box-shadow:var(--shadow)}.hero-minimal{padding:70px 0 0}.hero-minimal .hero-copy h1{font-size:clamp(46px,8vw,104px)}.hero-minimal .hero-strip{margin-top:44px;height:340px;overflow:hidden}.hero-minimal .hero-strip img{width:100%;height:100%;object-fit:cover}.visual-grid{display:grid;gap:16px}.visual-grid figure{margin:0;overflow:hidden;border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow)}.visual-grid img{width:100%;height:100%;object-fit:cover;min-height:220px}.vv-asym{grid-template-columns:1.5fr .8fr .8fr}.vv-asym figure:first-child{grid-row:span 2}.vv-asym figure:first-child img{min-height:456px}.vv-even{grid-template-columns:repeat(3,1fr)}.vv-strip{grid-template-columns:repeat(3,1fr);gap:0}.vv-strip figure{border-radius:0}.vv-strip img{min-height:300px}.vv-offset{grid-template-columns:repeat(3,1fr)}.vv-offset figure:nth-child(2){transform:translateY(34px)}.vv-offset figure:nth-child(3){transform:translateY(-18px)}.nv-rowlist{border-top:1px solid var(--line)}.news-item{display:grid;grid-template-columns:130px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}.news-date{color:var(--muted);font-size:13px}.news-item h3{margin:0 0 6px;font-size:20px}.news-item p{margin:0;color:var(--muted)}.nv-cardgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.news-thumb{display:block;aspect-ratio:16/10;overflow:hidden}.news-thumb img{width:100%;height:100%;object-fit:cover}.nc-body{padding:18px}.nc-body time{color:var(--accent);font-size:12px}.nc-body h3{margin:6px 0;font-size:19px}.nc-body p{margin:0;color:var(--muted);font-size:14px}.nv-timeline{border-left:2px solid var(--line);margin-left:8px;padding-left:26px}.tl-item{position:relative;padding:12px 0 24px}.tl-dot{position:absolute;left:-33px;top:20px;width:12px;height:12px;border-radius:50%;background:var(--accent)}.tl-item time{color:var(--muted);font-size:12px}.tl-item h3{margin:4px 0 6px;font-size:20px}.tl-item p{margin:0;color:var(--muted)}.nv-magazine{display:grid;grid-template-columns:1.4fr 1fr;gap:30px}.mag-feature{display:block;border-radius:var(--radius);overflow:hidden;background:var(--panel);border:1px solid var(--line)}.mag-feature img{width:100%;aspect-ratio:16/9;object-fit:cover}.mag-cap{padding:20px}.mag-cap time{color:var(--accent);font-size:12px}.mag-cap h3{margin:6px 0;font-size:24px}.mag-cap p{margin:0;color:var(--muted)}.mag-list{align-self:center}.mag-row{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.mag-row small{color:var(--muted)}.product-grid{display:grid;gap:20px}.pv-grid3{grid-template-columns:repeat(3,1fr)}.pv-grid2{grid-template-columns:repeat(2,1fr)}.pv-grid4{grid-template-columns:repeat(4,1fr)}.pv-masonry{grid-template-columns:repeat(3,1fr)}.pv-masonry .product-item:nth-child(3n+1){grid-row:span 2}.product-item{background:var(--panel);border:1px solid var(--line);overflow:hidden;border-radius:var(--radius)}.product-thumb{display:block;aspect-ratio:16/10;overflow:hidden;background:#111}.pv-masonry .product-item:nth-child(3n+1) .product-thumb{aspect-ratio:4/5}.product-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-item:hover img{transform:scale(1.04)}.product-copy{padding:18px}.product-copy h3{margin:0 0 8px;font-size:19px}.product-copy p{margin:0;color:var(--muted);font-size:14px}.pv-list{display:grid;gap:0}.prod-row{display:grid;grid-template-columns:260px 1fr;gap:26px;padding:22px 0;border-bottom:1px solid var(--line)}.prod-row-img{aspect-ratio:16/10;border-radius:calc(var(--radius)*.7);overflow:hidden}.prod-row-img img{width:100%;height:100%;object-fit:cover}.prod-row h3{margin:4px 0 8px;font-size:22px}.prod-row p{margin:0;color:var(--muted)}.video-stage{position:relative;overflow:hidden;border-radius:var(--radius);background:#000;aspect-ratio:16/8.4}.video-cover,.home-video{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0}.video-cover{cursor:pointer;background:#000}.video-cover img,.home-video{object-fit:cover}.home-video{display:none}.video-stage.playing .video-cover{display:none}.video-stage.playing .home-video{display:block}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#111;font-size:24px;padding-left:5px;box-shadow:0 10px 40px rgba(0,0,0,.3)}.vd-boxed .video-stage{max-width:940px;margin:auto}.vd-split{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center}.vd-split .video-text h2{font-size:clamp(28px,4vw,44px);margin:6px 0 12px}.vd-split .video-text p{color:var(--muted)}.recommend-list{border-top:1px solid var(--line)}.recommend-item{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.recommend-item small{color:var(--muted)}.about-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;padding:40px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}.about-visual{border-radius:calc(var(--radius)*.8);overflow:hidden}.about-visual img{width:100%;aspect-ratio:4/3;object-fit:cover}.about-copy h2{font-size:34px;margin:6px 0 12px}.about-copy p{margin:0 0 18px;color:var(--muted)}.site-footer{margin-top:40px;border-top:1px solid var(--line);padding:42px 0 24px}.footer-main{display:grid;grid-template-columns:1fr auto;gap:40px}.footer-brand strong{font-size:20px}.footer-brand p{max-width:620px;color:var(--muted)}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer-copy{padding-top:22px;margin-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.inner-page{padding:52px 0 80px}.page-head{padding:34px 0;border-bottom:1px solid var(--line);margin-bottom:28px}.page-head h1{font-size:clamp(36px,5vw,64px);line-height:1.08;margin:8px 0 12px}.breadcrumb{color:var(--muted);font-size:13px}.article-list{display:grid;gap:0}.list-card{display:grid;grid-template-columns:300px 1fr;gap:30px;padding:24px 0;border-bottom:1px solid var(--line)}.list-image{aspect-ratio:16/9;overflow:hidden;border-radius:calc(var(--radius)*.7);background:var(--panel)}.list-image img{width:100%;height:100%;object-fit:cover}.list-card h2{margin:7px 0;font-size:25px}.list-card p{margin:0;color:var(--muted)}.list-card time{font-size:12px;color:var(--accent)}.pagination{padding:30px 0;display:flex;gap:8px;flex-wrap:wrap}.pagination a,.pagination span{min-width:36px;height:36px;padding:0 10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px}.article-shell{display:grid;gap:52px}.article-shell.is-side_right{grid-template-columns:minmax(0,1fr) 300px}.article-shell.is-side_left{grid-template-columns:300px minmax(0,1fr)}.article-shell.is-wide_top{grid-template-columns:1fr}.article-meta{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:13px;padding-bottom:20px;border-bottom:1px solid var(--line)}.article-content{font-size:17px}.article-content img{margin:26px auto;border-radius:var(--radius)}.prev-next{margin-top:34px;padding-top:22px;border-top:1px solid var(--line);display:grid;gap:12px}.article-side{position:sticky;top:20px;height:max-content;padding:24px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius)}.article-side h2{margin-top:0}.article-side a{display:block;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.product-list-grid{display:grid;gap:22px}.product-list-grid.pv-grid2{grid-template-columns:repeat(2,1fr)}.product-list-grid.pv-grid4{grid-template-columns:repeat(4,1fr)}.product-list-grid.pv-grid3,.product-list-grid.pv-masonry,.product-list-grid.pv-list{grid-template-columns:repeat(3,1fr)}.product-list-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;padding-bottom:16px}.product-list-image{display:block;aspect-ratio:16/10;overflow:hidden}.product-list-image img{width:100%;height:100%;object-fit:cover}.product-list-card h2,.product-list-card p{margin-left:18px;margin-right:18px}.product-list-card h2{font-size:20px}.product-list-card p{color:var(--muted)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-detail.is-side_left{grid-template-columns:1fr 1fr}.product-detail-image{border-radius:var(--radius);overflow:hidden;background:var(--panel)}.product-detail-image img{width:100%;height:auto}.product-detail h1{font-size:clamp(34px,5vw,60px);line-height:1.1}.lead{font-size:18px;color:var(--muted)}.single-layout{display:grid;grid-template-columns:42% 1fr;gap:46px}.single-visual{position:sticky;top:20px;height:max-content;border-radius:var(--radius);overflow:hidden}.single-visual img{width:100%;aspect-ratio:4/3;object-fit:cover}@media(max-width:900px){.main-nav{display:none;position:absolute;top:70px;left:20px;right:20px;padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:16px;flex-direction:column;align-items:stretch;z-index:60}.main-nav.open{display:flex}.hl-split .nav-a,.hl-split .nav-b,.hl-stack .main-nav,.hl-center .main-nav{position:static;flex-direction:column}.nav-toggle{display:block;margin-left:auto}.hero-split_left .hero-media,.hero-split_right .hero-media{width:100%;opacity:.3;clip-path:none}.hero-split_left .hero-copy,.hero-split_right .hero-copy{width:100%}.hero-split_right .hero-content{text-align:left;justify-content:flex-start}.vv-asym,.vv-even,.vv-strip,.vv-offset{grid-template-columns:1fr 1fr}.vv-asym figure:first-child{grid-row:auto;grid-column:span 2}.vv-offset figure{transform:none!important}.nv-cardgrid,.pv-grid3,.pv-grid4,.pv-masonry,.pv-grid2,.product-list-grid{grid-template-columns:1fr 1fr!important}.pv-masonry .product-item{grid-row:auto!important}.nv-magazine,.vd-split,.about-inner,.article-shell,.product-detail,.single-layout,.footer-main{grid-template-columns:1fr!important}.article-side,.single-visual{position:static}.list-card,.prod-row{grid-template-columns:200px 1fr}}@media(max-width:600px){.shell{width:min(100% - 26px,1280px)}.section{padding:46px 0}.hero-copy h1{font-size:40px}.vv-asym,.vv-even,.vv-strip,.vv-offset,.nv-cardgrid,.pv-grid3,.pv-grid4,.pv-masonry,.pv-grid2,.product-list-grid{grid-template-columns:1fr!important}.news-item,.list-card,.prod-row{grid-template-columns:1fr;gap:8px}.section-title .more{position:static;display:inline-block;margin-top:10px}}