:root{--ink:#0b3442;--muted:#55717c;--teal:#126a75;--line:#d8e4e8;--pale:#eff5f7;--navy:#072c39;--accent:#cdf568;font-family:Inter,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);font-synthesis:none;line-height:1.6;scroll-behavior:smooth;scroll-padding-top:105px}*{box-sizing:border-box}body{margin:0;background:#fff}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:default}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #158ba0;outline-offset:4px}img{display:block;max-width:100%}.wrap{width:min(1240px,calc(100% - 96px));margin:auto}.topline{background:var(--navy);color:#e2eef3;font-size:.8125rem;letter-spacing:.07em}.topline .wrap{display:flex;justify-content:space-between;padding:9px 0}.header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.navrow{min-height:98px;display:flex;align-items:center;gap:40px;justify-content:space-between}.brand{display:flex;flex-direction:column}.wordmark{font-size:2rem;line-height:1.2;font-weight:800;letter-spacing:.08em;display:inline-flex;align-items:flex-end;gap:5px}.brand-square{width:9px;height:9px;background:var(--teal);margin-bottom:6px}.brand-sub{font-size:.8125rem;letter-spacing:.1em;margin-top:6px}.header nav{display:flex;gap:34px;margin-left:auto;font-size:.9375rem}.header nav a:hover,.text-link:hover{color:var(--teal)}.language{border:1px solid var(--line);background:white;border-radius:100px;padding:9px 15px;font-size:.875rem;min-height:44px}.language span{margin-left:10px}.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:64px;padding-top:64px;padding-bottom:64px;align-items:center}.eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.17em;color:var(--teal);margin:0 0 20px}.hero h1{font-size:clamp(2.4rem,4.4vw,4rem);line-height:1.27;letter-spacing:-.025em;margin:0 0 25px;font-weight:650}.hero-description{font-size:1.0625rem;color:var(--muted);max-width:430px;margin:0 0 31px;line-height:1.95}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;min-height:52px;border:1px solid var(--ink);padding:13px 22px;font-size:.9375rem;font-weight:600;border-radius:4px}.primary{background:var(--ink);color:white}.primary:hover{background:var(--teal)}.secondary{background:white;color:var(--ink)}.secondary:hover{background:var(--pale)}.hero-foot{display:flex;gap:18px;flex-wrap:wrap;font-size:.75rem;margin-top:51px;padding-top:18px;border-top:1px solid var(--line);max-width:450px}.hero-foot>span{letter-spacing:.12em;color:var(--muted)}.hero-foot a{font-size:.8125rem}.hero-visual{border:1px solid var(--line);background:#f4f8f9;position:relative}.hero-image{height:360px;position:relative;background:#f5f8f9;padding:32px 22px;display:flex;align-items:center}.hero-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.vertical-label{writing-mode:vertical-rl;position:absolute;right:14px;top:22px;letter-spacing:.18em;font-size:.6875rem;color:#6c8994}.hero-caption{display:flex;justify-content:space-between;align-items:center;padding:23px 28px;border-top:1px solid var(--line);background:white}.caption-label{display:block;font-size:.8125rem;color:var(--muted);margin-bottom:3px}.hero-caption strong{font-size:1.375rem;font-weight:600}.round-link{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;font-size:1.25rem}.round-link:hover{background:var(--accent)}.scope-band{background:var(--pale);border-block:1px solid var(--line)}.scope-band .wrap{display:grid;grid-template-columns:repeat(5,1fr);text-align:center;padding:22px 0;font-size:.875rem}.scope-band span+span{border-left:1px solid #ccdce1}.section{padding-top:82px;padding-bottom:82px}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:32px}.section-head .eyebrow{margin-bottom:12px}h2{font-size:clamp(1.6rem,2.7vw,2.15rem);line-height:1.45;letter-spacing:-.025em;margin:0;font-weight:600}.section-head>p{font-size:.9375rem;color:var(--muted);max-width:330px;margin:0 0 4px}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature{border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:border-color .2s}.feature:hover{border-color:var(--teal)}.feature-image{height:250px;background:#f5f8f9;padding:27px}.feature-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.feature:hover img{transform:scale(1.04)}.feature-copy{padding:22px 25px}.feature-copy>span{font-size:.8125rem;color:var(--muted)}.feature h3{font-size:1.4rem;font-weight:550;margin:5px 0 0;display:flex;justify-content:space-between;gap:12px}.feature h3>span{font-weight:400}.catalog-section{background:#f5f8f9;border-block:1px solid var(--line)}.catalog-toolbar{display:flex;gap:15px}.search-box{display:flex;align-items:center;gap:12px;position:relative;background:#fff;border:1px solid #c5d6dd;border-radius:4px;padding:0 16px;flex:1;min-width:0}.search-box svg{stroke:var(--muted);fill:none;stroke-width:1.6;flex-shrink:0}.search-box input{padding:15px 0;border:none;background:none;outline:none!important;width:100%;min-width:0;font-size:1rem;color:var(--ink)}.search-box:focus-within{outline:2px solid var(--teal);outline-offset:2px}.search-box input::-webkit-search-cancel-button{display:none}.clear-search{background:none;border:0;color:var(--muted);font-size:1.6rem;min-width:35px}.category-label{display:block;min-width:250px}.category-label select{width:100%;height:100%;min-height:56px;border:1px solid #c5d6dd;border-radius:4px;background:#fff;color:var(--ink);padding:12px}.results-line{display:flex;justify-content:space-between;gap:15px;align-items:center;min-height:66px}.results-line p{font-size:.875rem;color:var(--muted)}.text-button{background:none;border:0;padding:8px 0;font-size:.875rem;color:var(--teal);text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:4px;overflow:hidden}.product-picture{padding:18px;height:210px;width:100%;background:white;border:0;border-bottom:1px solid #edf2f4;display:grid;place-items:center}.product-picture img{width:100%;height:100%;object-fit:contain;transition:transform .2s}.product-card:hover .product-picture img{transform:scale(1.045)}.no-image{font-size:.875rem;color:#69818b;padding:24px;text-align:center}.product-info{padding:19px;display:flex;flex-direction:column;flex:1}.product-category{font-size:.75rem;color:var(--teal);margin:0 0 8px;letter-spacing:.02em}.product-title{font-size:1rem;font-weight:600;line-height:1.5;margin:0 0 8px;overflow-wrap:anywhere}.product-code{font-size:.75rem;color:var(--muted);margin:0 0 15px}.product-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf2f4;padding-top:12px;margin-top:auto;gap:8px;font-size:.8125rem;color:var(--muted)}.detail-button{border:0;background:none;color:var(--ink);font-weight:600;font-size:.8125rem;padding:4px 0;text-align:right;min-height:32px}.detail-button:hover{color:var(--teal)}.load-row{text-align:center;margin-top:38px}.catalog-note{color:var(--muted);font-size:.8125rem;text-align:center;margin:24px auto 0}.empty{text-align:center;padding:60px 20px;background:#fff;border:1px solid var(--line)}.empty p{color:var(--muted)}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about-section h2{font-size:2.25rem}.company-name{font-size:1.25rem;font-weight:600;margin:0 0 4px}.company-en{font-size:.875rem;color:var(--muted);margin:0 0 22px}.about-copy>p:nth-of-type(3){font-size:1rem;line-height:1.9;color:var(--muted)}.text-link{font-size:.9375rem;display:inline-block;margin-top:10px;border-bottom:1px solid var(--ink);padding-bottom:4px}footer{background:var(--navy);color:white;padding:45px 0}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.footer-content p{font-size:.8125rem;margin:8px 0;color:#ccdde4}.footer-small{font-size:.75rem!important;color:#a7c1cc!important}.footer-content>a{font-size:.875rem;white-space:nowrap}footer .brand-square{background:var(--accent)}dialog{width:min(900px,calc(100% - 32px));max-height:90vh;border:0;border-radius:8px;color:var(--ink);padding:42px;box-shadow:0 20px 100px #0003}dialog::backdrop{background:#062632b8;backdrop-filter:blur(3px)}.dialog-close{position:absolute;right:12px;top:10px;border:0;background:#f1f5f7;border-radius:50%;width:36px;height:36px;font-size:1.5rem;color:var(--ink)}.dialog-layout{display:grid;grid-template-columns:260px 1fr;gap:35px;align-items:start}.dialog-image{width:100%;height:260px;object-fit:contain}.dialog-meta h2{font-size:1.5rem;margin:8px 0 18px}.variant-list{grid-column:1/-1;margin-top:10px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.875rem;text-align:left}th{background:var(--pale);font-weight:600}th,td{padding:12px 14px;vertical-align:top;border-bottom:1px solid var(--line)}td:first-child{white-space:nowrap}td{white-space:pre-line}table th:nth-child(2){width:55%}.dialog-note{font-size:.8125rem;color:var(--muted);margin-top:20px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0,0,0,0)}.skip{position:fixed;left:10px;top:-80px;z-index:50;background:white;padding:15px}.skip:focus{top:10px}[hidden]{display:none!important}@media(min-width:1600px){.hero-image{height:390px}}@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.navrow{gap:24px}.header nav{gap:22px}.hero{gap:34px;padding-block:48px}.hero-image{height:330px}.hero h1{font-size:3rem}.hero-foot{margin-top:35px}.product-grid{grid-template-columns:repeat(3,1fr)}.feature-image{height:215px}.section{padding-block:64px}.about-section{gap:50px}}@media(max-width:760px){:root{scroll-padding-top:115px}.wrap{width:calc(100% - 36px)}.topline .wrap{font-size:.6875rem}.navrow{min-height:105px;flex-wrap:wrap;gap:10px;padding-block:14px}.wordmark{font-size:1.6rem}.brand-sub{font-size:.6875rem}.header nav{order:3;width:100%;justify-content:space-between;font-size:.875rem}.language{margin-left:auto}.hero{grid-template-columns:1fr;gap:30px;padding-block:40px}.hero h1{font-size:2.8rem}.hero-description{max-width:none;font-size:1rem;line-height:1.8}.hero-foot{display:none}.hero-image{height:260px;padding:22px}.hero-caption{padding:18px 22px}.hero-caption strong{font-size:1.2rem}.eyebrow{font-size:.75rem;margin-bottom:16px}.scope-band .wrap{display:flex;gap:20px;overflow:auto;text-align:left;padding-block:15px;font-size:.8125rem}.scope-band span{white-space:nowrap}.scope-band span+span{padding-left:20px}.section{padding-block:48px}.section-head{display:block;margin-bottom:25px}.section-head>p{margin-top:13px;max-width:none;font-size:.9375rem}.featured-grid{grid-template-columns:1fr;gap:15px}.feature{display:grid;grid-template-columns:42% 58%;align-items:center}.feature-image{height:170px;padding:20px}.feature-copy{padding:22px}.feature h3{font-size:1.2rem}.catalog-toolbar{flex-direction:column;gap:12px}.category-label{min-width:0}.category-label select{min-height:48px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-picture{height:170px;padding:12px}.product-info{padding:13px}.product-title{font-size:.875rem}.product-code{font-size:.75rem}.product-category{font-size:.75rem}.product-bottom{align-items:flex-start;gap:6px;flex-direction:column}.detail-button{font-size:.8125rem}.catalog-note{line-height:1.8}.about-section{grid-template-columns:1fr;gap:25px}.about-section h2{font-size:1.8rem}.footer-content{align-items:flex-start;flex-direction:column;gap:22px}.footer-content p{overflow-wrap:anywhere}dialog{padding:44px 20px 24px}.dialog-layout{grid-template-columns:1fr;gap:10px}.dialog-image{height:200px}.dialog-meta h2{font-size:1.3rem}.variant-list{margin-top:0}th,td{padding:10px;font-size:.8125rem}.table-scroll{margin-inline:-8px}}@media(max-width:370px){.product-grid{grid-template-columns:1fr}.hero h1{font-size:2.35rem}.topline .wrap>span:last-child{display:none}.header nav{font-size:.8125rem}.product-picture{height:230px}.feature-copy{padding:15px}.feature h3{font-size:1.05rem}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}@media print{.topline,.header,.hero,.scope-band,.digital-section,.about-section,footer,.catalog-toolbar,.load-row,.results-line,.detail-button{display:none}.section{padding:0}.wrap{width:100%}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{break-inside:avoid}dialog[open]{position:static;width:100%;max-height:none;box-shadow:none}.dialog-close{display:none}}
