@charset "UTF-8";
:root{--ink:#202821;--muted:#6c736d;--red:#db2634;--red-dark:#b21d2a;--paper:#f5f5f0;--sage:#e9ede5;--line:#dedfd8;--white:#fff;--shell:1440px;--gutter:48px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:118px}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:15px;line-height:1.75;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}svg{display:block;width:24px;height:24px;flex:none}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button,a,input{-webkit-tap-highlight-color:transparent}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.35}h1,h2{font-weight:600;letter-spacing:-.055em}h3{font-weight:600;letter-spacing:-.025em}a,button{touch-action:manipulation}::selection{background:#f3c8cb;color:var(--ink)}:focus-visible{outline:2px solid var(--red);outline-offset:5px}[hidden]{display:none!important}.shell{width:calc(100% - var(--gutter)*2);max-width:var(--shell);margin-inline:auto;min-width:0}.section{padding-block:104px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:#fff;padding:12px 20px}.skip:focus{top:10px}.eyebrow{font-family:Arial,"Microsoft YaHei",sans-serif;font-size:10px;font-weight:600;line-height:1.5;letter-spacing:1.9px;color:var(--red);margin-bottom:20px}.eyebrow.light{color:#f2f1eb;display:flex;align-items:center;gap:12px}.eyebrow.light span{width:6px;height:6px;background:#ea5962;border-radius:50%}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:13px 23px;border:1px solid transparent;border-radius:2px;font-size:13px;font-weight:600;line-height:1.6;transition:background .2s,box-shadow .2s}.button svg{width:22px;height:22px;transition:transform .2s}.button:hover svg{transform:translateX(3px)}.primary{background:var(--red);color:#fff}.primary:hover{background:var(--red-dark)}.dark{background:var(--ink);color:#fff}.dark:hover{background:#3b473d}.text-link{display:inline-flex;align-items:center;gap:23px;padding-block:8px;font-size:13px;font-weight:600;border-bottom:1px solid var(--ink)}.text-link:hover{color:var(--red);border-color:var(--red)}.round-link{width:48px;height:48px;display:grid;place-items:center;border:1px solid #b8beb4;border-radius:50%;transition:background .2s,color .2s;flex:none}.round-link:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
/* Global header */
.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:14px;flex:none}.brand img{width:64px;height:64px;object-fit:contain;mix-blend-mode:multiply}.brand b{display:block;font-size:26px;line-height:1.25;font-weight:700;letter-spacing:-.6px}.brand small{display:block;font-size:15px;font-weight:500;letter-spacing:.8px;margin-top:4px;color:#4c574d}#navigation{display:flex;align-items:center;gap:32px;margin-left:auto;margin-right:auto}#navigation>a{position:relative;display:block;padding-block:30px;font-size:20px;font-weight:600;white-space:nowrap}#navigation>a:after{content:"";position:absolute;bottom:22px;left:0;width:0;height:2px;background:var(--red);transition:width .2s}#navigation>a:hover:after,#navigation>a[aria-current]:after{width:100%}.header-actions{display:flex;gap:20px;align-items:center}.language{white-space:nowrap;flex-shrink:0;font:14px Arial,sans-serif;letter-spacing:1px;border-right:1px solid var(--line);padding-right:20px}.icon-button{display:grid;place-items:center;width:28px;height:40px;border:0;padding:0;background:none}.icon-button svg{width:20px;height:20px}.header-contact{background:var(--ink);color:#fff;padding:10px 16px;display:flex;align-items:center;gap:24px;font-size:16px;white-space:nowrap}.header-contact svg{width:18px;height:18px}.header-contact:hover{background:var(--red)}.menu-toggle{display:none}.breadcrumb{display:flex;align-items:center;gap:12px;padding-block:22px;font-size:14px;color:var(--muted);white-space:nowrap;overflow:hidden}.breadcrumb a{flex:none}.breadcrumb>span:last-child{overflow:hidden;text-overflow:ellipsis}.breadcrumb a:hover{color:var(--red)}
/* Home: image-led, bounded text measures and a quieter product inset. */
.brand-hero{margin:0 18px;min-height:660px;height:min(760px,calc(100svh - 118px));position:relative;background:#1c2222;color:#fff;overflow:hidden;border-radius:0 0 4px 4px;isolation:isolate}.hero-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;z-index:-3}.brand-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#102022c9 0%,#1522237a 42%,#15222305 75%),linear-gradient(0deg,#101a1dad,transparent 55%);z-index:-2}.hero-inner{height:100%;min-height:inherit;display:flex;flex-direction:column;justify-content:space-between;padding-block:76px 34px}.hero-copy{width:min(690px,65%)}.hero-copy h1{font-size:clamp(56px,5.3vw,84px);line-height:1.18;letter-spacing:-.06em;font-weight:500;margin-bottom:26px}.hero-copy h1 span{display:block}.hero-description{font-size:15px;color:#dce0dc;line-height:1.9;margin-bottom:32px}.hero-foot{display:flex;align-items:end;justify-content:space-between;gap:30px}.hero-foot>p{font-size:10px;letter-spacing:2px;color:#d1d9d5;margin-bottom:12px}.hero-feature{display:flex;align-items:center;gap:20px;padding:16px 20px;background:#f8f8f3f2;border:1px solid #ffffff5c;color:var(--ink);width:360px;box-shadow:0 12px 40px #00000016;border-radius:3px}.hero-feature img{width:72px;height:84px;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s}.hero-feature:hover img{transform:translateY(-4px)}.hero-feature small{font:9px Arial,sans-serif;letter-spacing:1.2px;color:var(--muted);display:block;margin-bottom:8px}.hero-feature b{font-size:14px;font-weight:600}.hero-feature i{margin-left:auto}.hero-feature i svg{width:19px;height:19px;color:var(--red)}.assurance-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);padding-block:27px}.assurance-strip>a{display:grid;grid-template-columns:26px auto 1fr 22px;align-items:center;gap:14px;border-right:1px solid var(--line);padding:5px 32px}.assurance-strip>a:first-child{padding-left:0}.assurance-strip>a:last-child{border:0;padding-right:0}.assurance-strip>a>span{font:10px Arial,sans-serif;color:var(--red)}.assurance-strip b{font-size:15px;font-weight:600}.assurance-strip small{font-size:12px;color:var(--muted)}.assurance-strip svg{width:19px;height:19px;color:#879180}.assurance-strip a:hover b{color:var(--red)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:48px}.section-heading h2{font-size:clamp(36px,3.7vw,55px);line-height:1.32}.section-aside{max-width:430px}.section-aside p{font-size:14px;line-height:1.9;color:var(--muted);margin-bottom:18px}.discovery{display:grid;grid-template-columns:300px minmax(0,1fr);gap:48px}.series-tabs{border-top:1px solid var(--line)}.series-tabs button{border:0;border-bottom:1px solid var(--line);background:none;width:100%;display:flex;align-items:center;gap:22px;text-align:left;padding:25px 14px 25px 0;min-height:82px;transition:color .2s}.series-tabs small{color:#81897e;font:10px Arial,sans-serif}.series-tabs span{font-size:20px;font-weight:500}.series-tabs svg{margin-left:auto;width:20px;height:20px;opacity:0;transform:translateX(-4px);transition:opacity .2s,transform .2s}.series-tabs button[aria-selected=true]{color:var(--red)}.series-tabs button[aria-selected=true] small{color:var(--red)}.series-tabs button[aria-selected=true] svg{opacity:1;transform:none}.series-tabs button:hover{color:var(--red)}.series-display{background:var(--sage);min-width:0;border-radius:3px}.series-panel{min-height:491px;display:flex;flex-direction:column}.series-picture{position:relative;min-height:345px;flex:1;display:grid;place-items:center;overflow:hidden}.series-picture>span{position:absolute;right:30px;top:0;font:bold clamp(55px,7.5vw,108px)/1.5 Arial,sans-serif;letter-spacing:-6px;color:#d5dcd1;white-space:nowrap}.series-picture>img{position:relative;height:300px;width:75%;max-width:540px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 16px 15px #27352618);transition:transform .4s}.series-display:hover .series-picture>img{transform:translateY(-4px)}.series-caption{margin:0 32px 28px;border-top:1px solid #cdd3c8;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.series-caption small{font:9px Arial,sans-serif;letter-spacing:1px;color:var(--muted)}.series-caption h3{font-size:25px;margin:6px 0}.series-caption p{color:var(--muted);font-size:13px}.service-story{background:#e9ece2;padding-block:98px}.service-story-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.service-statement h2{font-size:clamp(36px,3.7vw,54px);line-height:1.32;margin-bottom:26px}.service-statement>p:not(.eyebrow){color:var(--muted);font-size:14px;margin-bottom:30px}.service-lines{border-top:1px solid #c9cebf}.service-lines>a{display:flex;gap:22px;align-items:start;border-bottom:1px solid #c9cebf;padding:30px 0}.service-lines>a>span{font:11px Arial,sans-serif;color:var(--red);margin-top:5px}.service-lines h3{font-size:23px;margin-bottom:10px}.service-lines p{font-size:13px;color:var(--muted);line-height:1.85}.service-lines>a>svg{margin-left:auto;width:20px;height:20px}.service-lines a:hover h3{color:var(--red)}.home-journal{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.home-journal>a{border-top:1px solid var(--ink);display:flex;flex-direction:column;align-items:start;min-height:240px;padding-top:24px}.home-journal small{font:9px Arial,"Microsoft YaHei",sans-serif;letter-spacing:1.3px;color:var(--muted)}.home-journal h3{font-size:23px;line-height:1.55;max-width:330px;margin:25px 0 32px}.home-journal a>span{display:flex;gap:18px;align-items:center;margin-top:auto;font-size:12px}.home-journal a>span svg{width:18px;height:18px}.home-journal a:hover h3{color:var(--red)}
/* Catalogue */
.page-intro{display:flex;justify-content:space-between;gap:60px;align-items:end;padding-block:34px 52px;border-bottom:1px solid var(--line)}.page-intro>div{max-width:850px;min-width:0}.page-intro h1{font-size:clamp(34px,3.9vw,58px);line-height:1.3;text-wrap:pretty;overflow-wrap:break-word}.page-intro>p{color:var(--muted);font-size:13px;line-height:1.9;flex:none;max-width:340px}.catalog-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:48px;padding-block:42px 100px}.catalog-sidebar{align-self:start}.sidebar-title{font-size:18px;font-weight:600;padding:15px 0 21px;border-bottom:1px solid var(--ink)}.sidebar-title>span{display:none}.catalog-sidebar nav{display:flex;flex-direction:column}.catalog-sidebar nav>a{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:18px;font-weight:500}.catalog-sidebar nav>a svg{width:15px;height:15px;color:#a2aa9b}.catalog-sidebar nav>a:hover,.catalog-sidebar nav>a[aria-current]{color:var(--red)}.catalog-sidebar nav>a[aria-current] svg{color:var(--red)}.sidebar-help{margin-top:34px;background:var(--sage);padding:23px 20px}.sidebar-help small{font:9px Arial,"Microsoft YaHei",sans-serif;color:var(--muted)}.sidebar-help p{font-size:19px;line-height:1.55;margin:18px 0}.sidebar-help a{display:flex;justify-content:space-between;align-items:center;font-size:12px}.sidebar-help svg{width:18px;height:18px;color:var(--red)}.catalog-main{min-width:0}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:18px;min-height:48px}.catalog-toolbar>p{font-size:12px;color:var(--muted)}.catalog-toolbar b{font-weight:500;color:var(--ink)}.catalog-search{display:flex;align-items:center;gap:13px;max-width:280px;min-width:0;border-bottom:1px solid #b7beb0;padding-block:10px}.catalog-search>svg{width:17px;height:17px;color:var(--muted)}.catalog-search input{width:100%;min-width:0;border:0;background:transparent;color:var(--ink);outline-offset:5px;font-size:12px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 20px}.catalog-card{min-width:0;display:flex;flex-direction:column}.catalog-image{height:252px;display:grid;place-items:center;background:#eaede6;position:relative;overflow:hidden;border-radius:2px}.catalog-image img{width:84%;height:202px;object-fit:contain;mix-blend-mode:multiply;transition:transform .35s}.catalog-card:hover .catalog-image img{transform:translateY(-5px) scale(1.03)}.card-index{position:absolute;left:16px;top:14px;font:10px Arial,sans-serif;color:#899281}.card-arrow{position:absolute;bottom:0;right:0;display:grid;place-items:center;width:38px;height:38px;background:#f7f8f3}.card-arrow svg{width:19px;height:19px}.catalog-card:hover .card-arrow{background:var(--red);color:#fff}.card-copy{padding:20px 0 17px;border-bottom:1px solid var(--line);flex:1;display:flex;flex-direction:column}.card-copy>small{font:8px Arial,sans-serif;letter-spacing:1.2px;color:#798273;display:block;margin-bottom:11px}.card-copy h2{font-size:17px;line-height:1.5;letter-spacing:-.025em;font-weight:600;margin-bottom:16px;overflow-wrap:anywhere}.card-copy>p{font-size:12px;color:var(--muted);line-height:1.7;margin-bottom:18px}.card-link{display:flex;align-items:center;gap:16px;font-size:11px;color:var(--muted);margin-top:auto}.card-link svg{width:16px;height:16px}.catalog-card:hover h2{color:var(--red)}.image-placeholder{display:grid;place-items:center;height:160px;font:600 22px Arial,sans-serif;color:#8c9586;letter-spacing:2px}.empty-search{padding:35px;background:#e8ede2;font-size:14px}.listing-intro{font-size:14px;line-height:1.9;color:var(--muted);margin-bottom:24px}
.pager{margin-top:46px;border-top:1px solid var(--line);padding-top:26px}.pager ul{list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:0;margin:0}.pager li{margin:0;padding:0;font:16px Arial,"Microsoft YaHei",sans-serif}.pager li>a,.pager li>span{display:flex;align-items:center;justify-content:center;min-width:37px;height:38px;padding:0 11px;border:1px solid var(--line);background:transparent}.pager .current>span,.pager .current>a{background:var(--ink);color:#fff;border-color:var(--ink)}.pager .disabled>span{color:#9da597}.pager li>a:hover{border-color:var(--red);color:var(--red)}.pager .count{margin-left:auto;color:var(--muted)}.pager .count>span{border:0;min-width:0;padding-right:0}
/* Detail */
.product-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:72px;padding-block:20px 65px;align-items:center}.product-gallery{background:var(--sage);padding:28px 32px 20px;border-radius:3px;min-width:0}.product-gallery .eyebrow{font-size:9px;color:#7a8573}.product-gallery>img{display:block;height:400px;width:100%;object-fit:contain;mix-blend-mode:multiply;padding:20px;filter:drop-shadow(0 20px 14px #25312612)}.gallery-note{display:flex;align-items:center;justify-content:space-between;font:8px Arial,"Microsoft YaHei",sans-serif;letter-spacing:1.6px;color:#7a8573;padding-top:17px;border-top:1px solid #cfd6c8;margin-top:20px}.product-summary{padding-right:22px;min-width:0}.product-summary h1{font-size:clamp(30px,3vw,46px);line-height:1.4;overflow-wrap:anywhere;letter-spacing:-.04em;margin-bottom:22px}.product-support{color:var(--muted);font-size:13px;border-bottom:1px solid var(--line);padding-bottom:25px}.product-facts{margin:24px 0}.product-facts>div{display:flex;justify-content:space-between;gap:20px;padding-block:10px;border-bottom:1px solid var(--line);font-size:13px}.product-facts dd{margin:0}.product-cta{display:flex;gap:26px;align-items:center;margin-top:30px;flex-wrap:wrap}.product-phone{display:block;font-size:10px;color:var(--muted);margin-top:24px}.product-phone b{font:500 15px Arial,sans-serif;margin-left:14px;color:var(--ink)}.detail-nav{border-block:1px solid var(--line);background:#edeee7}.detail-nav>.shell{display:flex;gap:36px;align-items:center;min-height:64px}.detail-nav a{font-size:18px;font-weight:500;padding-block:20px}.detail-nav a:first-child{border-bottom:2px solid var(--red)}.detail-nav a:last-child{margin-left:auto;display:flex;gap:20px;align-items:center}.detail-nav svg{width:17px;height:17px}.content-section{padding-block:60px 80px}.content-heading{display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:40px}.content-heading .eyebrow{margin:0}.content-heading h2{font-size:28px}.product-page .content-section{max-width:1100px}.product-help{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:40px;margin-bottom:80px;background:var(--sage)}.product-help h2{font-size:30px;margin-bottom:14px}.product-help p:not(.eyebrow){font-size:13px;color:var(--muted);max-width:630px}.product-help .button{flex:none}
/* Legible legacy content. Tables keep their original rows and values. */
.prose{font-size:16px;line-height:1.95;overflow-wrap:anywhere;min-width:0;color:#444e44}.prose p{margin-bottom:20px}.prose h2{font-size:27px;margin:38px 0 18px;color:var(--ink)}.prose h3{font-size:23px;margin:30px 0 16px}.prose h4,.prose h5{font-size:18px;margin:22px 0 14px}.prose img{display:block;max-width:100%;height:auto;margin:25px auto}.prose a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.prose ul,.prose ol{padding-left:24px;margin:20px 0}.prose li{margin:7px 0}.prose table{border-collapse:collapse;width:100%;line-height:1.75;font-size:14px;background:#fff}.prose td,.prose th{border:1px solid #dce1d5;padding:15px 18px;vertical-align:top}.prose td p:last-child,.prose th p:last-child{margin-bottom:0}.prose td img{margin:10px auto}.prose tr:first-child>th{background:var(--ink);color:#fff;font-weight:500}.prose tr:first-child>td{background:#eaf0e3}.table-scroll{overflow-x:auto;max-width:100%;margin:26px 0;scrollbar-color:#b9c4b0 #eff1ea}.article-meta{font-size:12px;color:var(--muted);padding:0 0 24px;border-bottom:1px solid var(--line);background:transparent}.prose .table-scroll table:has(tr>td:nth-child(5)){min-width:620px}
/* Journal */
.journal-section{padding-block:32px 95px}.journal-categories{display:flex;align-items:center;gap:32px;border-bottom:1px solid var(--line);margin-bottom:0}.journal-categories>a{padding:15px 0;font-size:18px;font-weight:600;border-bottom:2px solid transparent}.journal-categories>a[aria-current]{color:var(--red);border-bottom-color:var(--red)}.journal-entry{display:grid;grid-template-columns:32px 195px minmax(0,1fr) 50px;align-items:center;gap:30px;padding:31px 0;border-bottom:1px solid var(--line)}.journal-entry:not(:has(.journal-image)){grid-template-columns:32px minmax(0,1fr) 50px}.journal-number{font:11px Arial,sans-serif;color:#8a9284;align-self:start;padding-top:10px}.journal-image{height:142px;background:var(--sage);overflow:hidden}.journal-image img{width:100%;height:100%;object-fit:contain;padding:12px;mix-blend-mode:multiply;transition:transform .3s}.journal-entry:hover img{transform:scale(1.04)}.journal-entry .eyebrow{font-size:8px;margin-bottom:12px;color:#818b78;letter-spacing:1.5px}.journal-entry h2{font-size:22px;letter-spacing:-.025em;line-height:1.5;margin-bottom:13px}.journal-summary{font-size:13px;line-height:1.85;color:var(--muted)}.journal-entry:hover h2{color:var(--red)}.journal-entry .round-link{width:43px;height:43px}.article-heading{max-width:1180px;padding-block:30px 44px;border-bottom:1px solid var(--line)}.article-heading h1{max-width:960px;font-size:clamp(32px,3vw,46px);line-height:1.45;overflow-wrap:anywhere}.article-layout{max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:75px;padding-block:44px 95px}.article-guide{align-self:start;position:sticky;top:120px;border-top:2px solid var(--red);padding-top:24px}.article-guide h2{font-size:24px;margin-bottom:17px}.article-guide>p:not(.eyebrow){font-size:13px;line-height:1.85;color:var(--muted);margin-bottom:20px}.guide-back{display:block;font-size:12px;margin-top:40px;color:var(--muted)}
/* Service, about and contact are designed as pages in their own right. */
.feature-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:90px;align-items:center;padding-block:32px 75px}.feature-intro h1{font-size:18px;letter-spacing:0;margin-bottom:22px;color:var(--muted)}.feature-intro h2{font-size:clamp(34px,4.2vw,60px);line-height:1.3;margin-bottom:28px}.feature-intro>div>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.95;margin-bottom:30px}.feature-visual{height:540px;background:var(--sage);padding:35px;position:relative;border-radius:3px;overflow:hidden}.feature-visual>img{height:415px;width:100%;object-fit:contain;mix-blend-mode:multiply;position:relative;z-index:1}.feature-visual>span{display:block;margin-top:5px;color:#71806a;font:9px/1.6 Arial,sans-serif;letter-spacing:2px}.feature-visual>span b{font-weight:400}.feature-visual:before{content:"GW";font:bold 240px/1 Arial,sans-serif;position:absolute;right:-8px;top:30px;color:#d5ddd0;letter-spacing:-16px}.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:90px}.service-detail-grid article{border-top:1px solid var(--ink);padding-top:25px;display:flex;flex-direction:column;align-items:start}.service-detail-grid small{font:9px Arial,sans-serif;letter-spacing:1.3px;color:var(--muted)}.service-detail-grid h2{font-size:28px;margin:36px 0 17px}.service-detail-grid p{font-size:14px;line-height:1.9;color:var(--muted);margin-bottom:28px}.service-detail-grid .text-link{margin-top:auto}.contact-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:100px;padding-block:34px 90px}.contact-lead h1{font-size:18px;letter-spacing:0;color:var(--muted);margin-bottom:27px}.contact-lead h2{font-size:clamp(34px,4vw,56px);line-height:1.35;margin-bottom:25px}.contact-lead>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.9}.contact-marker{background:var(--sage);padding:25px 28px;display:flex;align-items:center;gap:22px;margin-top:45px}.contact-marker span{font:10px Arial,sans-serif;letter-spacing:2px;color:#7b8773}.contact-marker b{font-size:20px;font-weight:500}.contact-marker i{margin-left:auto;color:var(--red)}.contact-methods{border-top:1px solid var(--ink)}.contact-methods>a,.contact-methods>div{display:block;border-bottom:1px solid var(--line);padding:30px 0}.contact-methods small{font:10px Arial,"Microsoft YaHei",sans-serif;letter-spacing:1.6px;color:var(--muted)}.contact-methods strong{display:block;font:400 clamp(30px,3vw,43px) Arial,sans-serif;margin:20px 0}.contact-methods .contact-email{font-size:clamp(22px,2.2vw,31px);overflow-wrap:anywhere}.contact-methods .contact-address{font-family:inherit;font-size:21px;line-height:1.6}.contact-methods>a>span{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.contact-methods>a:hover strong{color:var(--red)}
/* Closing and utility surfaces */
.conversation{background:#e7ebdf;border-top:1px solid #dbe1d0;padding-block:65px}.conversation-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.conversation h2{font-size:clamp(33px,3.4vw,49px);line-height:1.35}.conversation h2 em{font-style:normal;color:#738068}.conversation-inner>div:last-child{display:flex;align-items:start;flex-direction:column;gap:18px}.conversation-phone{font:400 31px Arial,sans-serif;letter-spacing:-.8px}.site-footer{background:#202a25;color:#f0f1e9;padding-top:65px}.footer-main{display:grid;grid-template-columns:1.6fr 1fr .8fr 1.2fr;gap:40px;padding-bottom:56px}.footer-logo{font:700 30px Arial,sans-serif;letter-spacing:-1px;display:inline-flex;align-items:center;gap:16px;margin-bottom:20px}.footer-logo>span{font:14px "Microsoft YaHei",sans-serif;border-left:1px solid #6a766b;padding-left:16px}.footer-main p{font-size:11px;color:#aab6aa;margin-bottom:9px}.footer-main h2{font-size:16px;font-weight:600;letter-spacing:.5px;margin:8px 0 22px;color:#ccd4c8}.footer-main a:not(.footer-logo){display:block;font-size:16px;color:#c6cec3;margin:12px 0;overflow-wrap:anywhere}.footer-main a:hover{color:#fff}.footer-bottom{padding:22px 0;border-top:1px solid #465349;display:flex;align-items:center;gap:28px;font-size:10px;color:#aab6aa}.footer-bottom>span{margin-right:auto}.friend-links{display:flex;gap:18px;flex-wrap:wrap;font-size:11px;padding-block:18px;border-top:1px solid #465349}.mobile-contact{display:none}dialog{border:1px solid var(--line);width:min(760px,calc(100% - 36px));max-height:85svh;padding:36px;background:var(--paper);color:var(--ink);border-radius:4px}dialog::backdrop{background:#172a20a6;backdrop-filter:blur(5px)}.dialog-top{display:flex;align-items:start;justify-content:space-between;gap:22px;margin-bottom:30px}.dialog-top h2{font-size:27px}.dialog-top .eyebrow{margin-bottom:12px}.dialog-close{font-size:30px;width:40px;height:40px;line-height:1;background:none;border:0}.search-input-row{display:flex;gap:12px;margin-top:10px}.search-input-row input{min-width:0;flex:1;background:#fff;border:1px solid #c4cdbd;padding:13px;font-size:15px}dialog label{font-size:12px;color:var(--muted)}#search-status{font-size:12px;margin-top:20px;color:var(--muted)}#search-results a{display:block;border-top:1px solid var(--line);padding:18px 0}#search-results p{font-size:12px;color:var(--muted);margin-top:8px}#search-results strong{font-size:15px;font-weight:600}.qr{display:block;max-width:270px;margin:20px auto}#wechat-id{max-width:100%;padding:10px;margin:15px 0;border:1px solid var(--line);background:#fff}
@media(min-width:1900px){:root{--shell:1560px}.brand-hero{height:760px}.hero-copy{width:760px}.hero-copy h1{font-size:90px}.catalog-image{height:285px}.catalog-image img{height:235px}}
@media(max-width:1200px){:root{--gutter:32px}.header-inner{gap:20px}#navigation{gap:22px}.header-actions{gap:16px}.header-contact{display:none}.brand b{font-size:24px}.assurance-strip>a{padding-inline:20px;grid-template-columns:20px 1fr 20px;gap:10px}.assurance-strip small{display:none}.discovery{grid-template-columns:250px 1fr;gap:30px}.catalog-layout{grid-template-columns:185px minmax(0,1fr);gap:30px}.catalog-grid{gap:32px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-image{height:265px}.catalog-image img{height:215px}.page-intro>p{max-width:270px}.page-intro>div{max-width:740px}.product-intro{gap:42px}.product-gallery>img{height:335px}.product-cta{gap:20px}.service-story-inner{gap:55px}.article-layout{gap:45px;grid-template-columns:minmax(0,1fr) 210px}.journal-entry{grid-template-columns:24px 160px minmax(0,1fr) 44px;gap:22px}.journal-image{height:125px}.feature-intro,.contact-page{gap:50px}.feature-visual{height:485px}.feature-visual>img{height:365px}.footer-main{gap:24px}}
@media(max-width:1100px){.header-inner{height:86px}.brand img{width:58px;height:58px}.brand b{font-size:24px}.brand small{font-size:14px;letter-spacing:.4px}.header-actions{gap:18px}.header-contact{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:24px}.menu-toggle span{display:block;height:1px;width:22px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}#navigation{display:none;position:absolute;top:86px;left:0;right:0;background:var(--paper);padding:15px var(--gutter) 25px;margin:0;border-bottom:1px solid var(--line);box-shadow:0 18px 24px #2028210d;max-height:calc(100dvh - 86px);overflow-y:auto}#navigation.open{display:block}#navigation>a{padding:15px 0;border-bottom:1px solid var(--line);font-size:22px}#navigation>a:after{display:none}#navigation>a[aria-current]{color:var(--red)}}
@media(max-width:900px){:root{--gutter:24px}.brand-hero{height:660px;min-height:660px;margin:0 10px}.hero-inner{padding-block:58px 30px}.hero-copy{width:85%}.hero-copy h1{font-size:62px}.hero-feature{width:295px;padding:13px 15px;gap:13px}.hero-feature img{width:55px;height:67px}.hero-feature b{font-size:12px}.hero-feature small{font-size:8px}.hero-foot>p{font-size:8px;letter-spacing:1px}.section{padding-block:75px}.section-heading h2{font-size:38px}.section-aside{max-width:330px}.section-aside p{font-size:13px}.discovery{grid-template-columns:220px 1fr;gap:25px}.series-tabs button{padding-block:23px;gap:14px;min-height:78px}.series-tabs span{font-size:18px}.series-panel{min-height:467px}.series-picture{min-height:300px}.series-picture>img{height:275px;width:90%}.series-caption{margin:0 24px 24px}.series-caption h3{font-size:21px}.series-caption p{font-size:11px}.service-story{padding-block:70px}.service-story-inner{gap:36px}.service-statement h2{font-size:37px}.home-journal{gap:25px}.home-journal h3{font-size:20px}.catalog-layout{grid-template-columns:165px 1fr;gap:25px}.catalog-image{height:215px}.catalog-image img{height:175px}.card-copy h2{font-size:16px}.sidebar-help{padding:20px 15px}.page-intro{gap:25px}.page-intro>p{display:none}.product-intro{gap:30px}.product-gallery{padding:20px}.product-gallery>img{height:300px;padding:12px}.product-summary{padding-right:0}.product-summary h1{font-size:29px}.product-cta .button{width:100%}.product-phone b{display:block;margin:6px 0 0}.product-help{padding:28px;gap:30px}.product-help h2{font-size:26px}.article-layout{display:block}.article-guide{position:static;margin-top:45px;max-width:600px}.guide-back{margin-top:22px}.article-heading h1{font-size:34px}.journal-entry{grid-template-columns:140px minmax(0,1fr) 42px;gap:25px}.journal-number{display:none}.journal-entry:not(:has(.journal-image)){grid-template-columns:minmax(0,1fr) 42px}.journal-entry h2{font-size:20px}.feature-intro{gap:35px}.feature-intro h2,.contact-lead h2{font-size:37px}.feature-visual{height:435px;padding:25px}.feature-visual>img{height:330px}.service-detail-grid{gap:25px}.contact-page{gap:40px}.contact-methods strong{font-size:30px}.contact-methods .contact-email{font-size:21px}.conversation h2{font-size:37px}.conversation-phone{font-size:28px}.footer-main{grid-template-columns:1.4fr 1fr;gap:35px}.footer-bottom{flex-wrap:wrap;gap:15px}.footer-bottom>span{flex-basis:100%}}
@media(max-width:640px){:root{--gutter:20px}html{scroll-padding-top:90px}body{font-size:14px;padding-bottom:calc(68px + env(safe-area-inset-bottom))}.site-header{z-index:45}.brand{gap:10px}.brand img{width:52px;height:52px}.brand b{font-size:21px}.brand small{font-size:13px;letter-spacing:0}html[lang=en] .brand>span{max-width:104px}html[lang=en] .brand small{line-height:1.3}.header-inner{gap:12px;height:76px}.header-actions{gap:12px}.language{font-size:13px;padding-right:13px}.icon-button{width:24px}.icon-button svg{width:19px}#navigation{top:76px;max-height:calc(100dvh - 76px)}.breadcrumb{padding-block:17px;gap:9px;font-size:12px}.brand-hero{min-height:685px;height:calc(100svh - 125px);max-height:760px;margin:0 8px}.hero-scene{object-position:60% center}.brand-hero:before{background:linear-gradient(90deg,#102022cf,#15222324),linear-gradient(0deg,#101a1dc9,transparent 70%)}.hero-inner{width:calc(100% - 40px);padding-block:48px 24px;min-height:inherit}.hero-copy{width:100%}.hero-copy h1{font-size:clamp(42px,11.7vw,61px);line-height:1.22;letter-spacing:-.065em;margin:0 0 25px}.hero-copy .eyebrow{font-size:8px;letter-spacing:1.5px}.hero-description{font-size:13px;line-height:1.9;margin-bottom:30px}.hero-copy .button{padding-inline:20px;min-height:48px;font-size:12px;gap:30px}.hero-foot{display:flex;flex-direction:column;align-items:stretch;gap:18px;margin-top:28px}.hero-foot>p{margin:0;font-size:8px}.hero-feature{width:100%;padding:11px 16px;gap:17px}.hero-feature img{width:46px;height:59px}.hero-feature b{font-size:13px}.hero-feature small{font-size:8px}.assurance-strip{padding-block:15px}.assurance-strip>a{display:flex;flex-direction:column;align-items:start;gap:7px;padding:4px 14px}.assurance-strip b{font-size:13px}.assurance-strip>a svg{display:none}.assurance-strip>a>span{font-size:9px}.section{padding-block:61px}.eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:18px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:36px}.section-aside{margin-top:23px;max-width:100%}.section-aside p{font-size:13px;margin-bottom:13px}.section-heading>.text-link{margin-top:24px}.text-link{font-size:12px}.discovery{display:flex;flex-direction:column;gap:20px}.series-tabs{display:flex;overflow-x:auto;gap:25px;border-block:1px solid var(--line);scrollbar-width:thin}.series-tabs button{flex:none;width:auto;min-height:60px;padding:18px 0;gap:9px;border-bottom:2px solid transparent;white-space:nowrap}.series-tabs button[aria-selected=true]{border-bottom-color:var(--red)}.series-tabs small{font-size:8px}.series-tabs span{font-size:18px}.series-tabs svg{display:none}.series-panel{min-height:375px}.series-picture{min-height:250px}.series-picture>img{height:230px;width:80%}.series-picture>span{font-size:65px;top:5px;right:20px;letter-spacing:-3px}.series-caption{margin:0 20px 23px;padding-top:19px;gap:15px}.series-caption h3{font-size:23px}.series-caption p{font-size:11px;max-width:245px}.series-caption .round-link{width:40px;height:40px}.service-story{padding-block:60px}.service-story-inner{display:block}.service-statement h2{font-size:36px;margin-bottom:20px}.service-statement>p:not(.eyebrow){font-size:13px}.service-lines{margin-top:40px}.service-lines>a{padding-block:25px;gap:18px}.service-lines h3{font-size:22px}.service-lines p{font-size:12px}.home-journal{grid-template-columns:1fr;gap:25px}.home-journal>a{min-height:0;padding-top:21px}.home-journal h3{font-size:23px;max-width:100%;margin:19px 0 23px}.home-journal a>span{font-size:11px}.page-intro{padding-block:22px 30px}.page-intro h1{font-size:32px;line-height:1.4}.catalog-layout{display:block;padding-block:24px 60px}.catalog-sidebar{margin-bottom:25px}.sidebar-title{padding:0 0 12px;font-size:16px}.catalog-sidebar nav{display:flex;flex-direction:row;gap:18px;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:thin}.catalog-sidebar nav>a{flex:none;border-bottom:2px solid transparent;padding:14px 0;font-size:18px}.catalog-sidebar nav>a[aria-current]{border-bottom-color:var(--red)}.catalog-sidebar nav>a svg{display:none}.sidebar-help{display:none}.catalog-toolbar{margin-bottom:20px;gap:16px}.catalog-toolbar>p{font-size:10px;flex:none}.catalog-search{max-width:180px}.catalog-search input{font-size:11px}.catalog-grid{grid-template-columns:1fr;gap:32px}.catalog-image{height:290px}.catalog-image img{height:242px;width:84%}.card-copy{padding-top:19px}.card-copy h2{font-size:20px;margin-bottom:17px}.card-copy>small{font-size:8px}.card-link{font-size:11px}.pager{margin-top:30px;padding-top:23px}.pager ul{gap:6px}.pager li{font-size:14px}.pager li>a,.pager li>span{height:36px;min-width:35px;padding-inline:10px}.pager .count{margin:10px 0 0;flex-basis:100%}.pager .count>span{justify-content:start;padding:0}.product-intro{display:flex;flex-direction:column;align-items:stretch;gap:30px;padding-block:7px 35px}.product-gallery{padding:20px 20px 16px}.product-gallery>img{height:310px;padding:10px}.product-gallery .eyebrow{font-size:8px;margin-bottom:8px}.gallery-note{margin-top:8px;font-size:7px}.product-summary h1{font-size:31px;line-height:1.45}.product-summary .eyebrow{font-size:9px}.product-support{font-size:12px;padding-bottom:20px}.product-cta{margin-top:24px;gap:18px}.product-cta .button{width:auto;font-size:12px;gap:20px;padding-inline:18px}.product-phone b{display:inline;margin-left:12px;font-size:14px}.detail-nav>.shell{gap:22px;min-height:58px;overflow-x:auto;white-space:nowrap}.detail-nav a{font-size:16px;padding-block:17px}.detail-nav a:last-child{display:none}.content-section{padding-block:36px 50px}.content-heading{display:block;margin-bottom:28px;padding-bottom:20px}.content-heading h2{font-size:25px;margin-top:12px}.content-heading .eyebrow{font-size:8px}.prose{font-size:15px;line-height:1.95}.prose h2{font-size:24px}.prose h3{font-size:21px}.prose table{font-size:12px}.prose th,.prose td{padding:10px}.prose .article-meta{font-size:11px}.prose img{margin-block:22px}.product-help{display:block;padding:27px 23px;margin-bottom:50px}.product-help h2{font-size:26px}.product-help p:not(.eyebrow){font-size:12px}.product-help .button{margin-top:25px;font-size:12px}.journal-section{padding-block:14px 60px}.journal-categories{gap:25px;overflow-x:auto;white-space:nowrap}.journal-categories>a{font-size:17px;padding-block:13px}.journal-entry{grid-template-columns:90px minmax(0,1fr);gap:18px;align-items:start;padding-block:24px}.journal-entry:not(:has(.journal-image)){grid-template-columns:1fr}.journal-entry .round-link{display:none}.journal-entry .eyebrow{font-size:7px;letter-spacing:1px;margin-bottom:8px}.journal-image{height:93px;margin-top:3px}.journal-image img{padding:5px}.journal-entry h2{font-size:18px;line-height:1.5;margin-bottom:11px}.journal-summary{font-size:12px;line-height:1.75}.article-heading{padding-block:22px 30px}.article-heading h1{font-size:29px;line-height:1.5}.article-layout{padding-block:30px 55px}.article-guide h2{font-size:23px}.feature-intro{display:flex;flex-direction:column;gap:40px;align-items:stretch;padding-block:22px 45px}.feature-intro h1,.contact-lead h1{font-size:15px;margin-bottom:22px}.feature-intro h2,.contact-lead h2{font-size:36px}.feature-intro>div>p:not(.eyebrow){font-size:13px}.feature-visual{height:395px;padding:24px}.feature-visual>img{height:300px}.feature-visual:before{font-size:200px;top:20px}.service-detail-grid{grid-template-columns:1fr;gap:32px;padding-bottom:55px}.service-detail-grid h2{margin:22px 0 15px;font-size:27px}.service-detail-grid p{font-size:13px;margin-bottom:20px}.service-detail-grid small{font-size:8px}.contact-page{display:block;padding-block:22px 60px}.contact-lead>p:not(.eyebrow){font-size:13px}.contact-marker{margin-top:30px;padding:22px}.contact-methods{margin-top:38px}.contact-methods>a,.contact-methods>div{padding-block:26px}.contact-methods strong{font-size:34px}.contact-methods .contact-email{font-size:24px}.contact-methods .contact-address{font-size:20px}.conversation{padding-block:46px}.conversation-inner{display:block}.conversation h2{font-size:34px}.conversation-inner>div:last-child{margin-top:30px;gap:18px}.conversation-phone{font-size:29px}.conversation .button{font-size:12px;min-height:48px}.site-footer{padding-top:42px}.footer-main{grid-template-columns:1fr 1fr;gap:28px 24px;padding-bottom:35px}.footer-main>div:first-child{grid-column:1/-1}.footer-main>div:last-child{grid-column:1/-1}.footer-logo{font-size:28px;margin-bottom:14px}.footer-main h2{font-size:16px;margin:0 0 17px}.footer-main a:not(.footer-logo){font-size:16px}.footer-main p{font-size:10px}.footer-bottom{font-size:9px;gap:13px 18px;padding-block:21px}.mobile-contact{position:fixed;z-index:50;left:0;right:0;bottom:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:flex;gap:10px;background:#f5f5f0f5;border-top:1px solid var(--line);backdrop-filter:blur(8px)}.mobile-contact>a,.mobile-contact>button{flex:1;border:0;min-height:44px;display:flex;align-items:center;justify-content:center;background:#e7ecde;color:var(--ink);font-size:16px}.mobile-contact>a:first-child{background:var(--red);color:#fff}dialog{padding:25px 20px;max-height:80svh}.dialog-top h2{font-size:23px}.dialog-top .eyebrow{font-size:8px}.dialog-close{width:28px;height:30px;font-size:27px}.search-input-row{gap:8px}.search-input-row input{font-size:14px;padding:10px}.search-input-row .button{padding:10px 14px;min-height:46px;font-size:12px;gap:12px}.search-input-row .button svg{display:none}}
.series-picture>span{font-size:21px;letter-spacing:1px;top:22px;right:26px;line-height:1;color:#9aa78f}.feature-visual:before{display:none}
.catalog-featured{padding-bottom:32px;margin-bottom:27px;border-bottom:1px solid var(--line)}.catalog-featured-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.catalog-featured-heading .eyebrow{margin:0;font-size:8px}.catalog-featured-heading h2{font-size:19px;letter-spacing:-.025em}.selection-card h3{font-size:18px;margin:16px 0 4px}.selection-card>p{font-size:11px;color:var(--muted)}.selection-card:hover h3{color:var(--red)}.selection-card:hover .card-arrow{color:#fff;background:var(--red)}
@media(min-width:641px) and (max-width:1200px){.featured-selection{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.featured-selection .catalog-image{height:190px}.featured-selection .catalog-image img{height:150px}.selection-card h3{font-size:14px}}
@media(max-width:640px){.featured-selection{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;padding-bottom:12px}.selection-card{flex:0 0 82%;scroll-snap-align:start}.featured-selection .catalog-image{height:235px}.featured-selection .catalog-image img{height:195px}.catalog-featured-heading h2{font-size:17px}.selection-card h3{font-size:18px}.series-picture>span{font-size:18px;top:18px;right:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

@media(max-width:360px){.header-inner{gap:8px}.header-actions{gap:8px}.language{padding-right:10px}}
