:root{--navy:#061b2c;--deep:#031421;--ink:#101f2f;--muted:#627080;--blue:#3973ad;--pale:#9cc5e4;--line:#dce3e9;--light:#f4f7fa;--white:#fff;--max:1400px;--header:80px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:white;font-family:Arial,'Noto Sans CJK KR','Malgun Gothic','Apple SD Gothic Neo',sans-serif;font-size:15px;line-height:1.65;word-break:keep-all;overflow-wrap:break-word}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #4e9ad3;outline-offset:4px}input,textarea,select{min-width:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.36;letter-spacing:-.04em}h1{font-size:48px}h2{font-size:28px}h3{font-size:19px}p{line-height:1.85}ul{margin:0;padding:0;list-style:none}.wrap{width:min(var(--max),calc(100% - 112px));margin-inline:auto}.narrow{max-width:860px}.eyebrow{font-family:Arial,sans-serif;font-size:12px;line-height:1.5;letter-spacing:.075em;font-weight:500;color:var(--blue);display:block;margin-bottom:9px}.pale{color:var(--pale)}.small{font-size:12px}.muted{color:var(--muted)}.multiline{white-space:pre-line}.section{padding-top:52px;padding-bottom:62px}.inner-section{margin-top:40px}.text-link{font-size:13px;display:inline-flex;gap:14px;align-items:center;border-bottom:1px solid #aab9c9;padding:3px 0;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:45px;padding:11px 22px;border:1px solid transparent;border-radius:0;font-size:14px;line-height:1.4;font-weight:600;transition:background .16s,border-color .16s;white-space:normal}.button.small{min-height:36px;padding:8px 16px;font-size:12px}.button.dark{background:var(--navy);color:white}.button.dark:hover{background:#184366}.button.white{background:white;color:var(--navy)}.button.outline-light{border-color:#b0c2d0;color:white;background:transparent}.button.outline-light:hover{background:#ffffff12}.button.outline-dark{border-color:var(--navy);color:var(--navy);background:transparent}.button.outline-dark:hover{background:var(--light)}.skip-link{position:fixed;top:-60px;left:20px;z-index:300;background:white;color:var(--navy);padding:10px}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-header{height:var(--header);position:sticky;top:0;z-index:100;background:var(--navy);color:#fff;border-bottom:1px solid #ffffff13;transition:background .2s}.site-header.scrolled{background:#061b2cf7;box-shadow:0 4px 18px #02162720}.header-inner{width:min(var(--max),calc(100% - 112px));margin:auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand img{width:47px;height:auto}.brand strong{display:block;font-size:23px;letter-spacing:-.04em;line-height:1.15}.brand small{display:block;font-size:10px;letter-spacing:.07em;line-height:1.3;margin-top:4px}.desktop-nav{height:100%;margin-left:auto;margin-right:30px}.desktop-nav>ul{display:flex;height:100%;gap:36px}.nav-item>a{display:flex;height:100%;flex-direction:column;justify-content:center;padding:0 3px;font-size:14px;white-space:nowrap}.nav-item>a b{font-weight:600}.nav-item>a small{font-size:9px;letter-spacing:.015em;margin-top:3px}.nav-item:hover>a,.nav-item:focus-within>a{color:var(--pale)}.mega{display:none;position:absolute;left:0;top:79px;width:100%;background:var(--navy);border-top:1px solid #ffffff16;box-shadow:0 18px 30px #071d2f30}.nav-item:hover>.mega,.nav-item:focus-within>.mega{display:block}.mega-inner{width:min(var(--max),calc(100% - 112px));margin:auto;padding:34px 0;display:grid;grid-template-columns:260px 1fr;gap:65px}.mega-intro h2{font-size:27px;margin-bottom:8px}.mega-intro p{font-size:11px;color:#9bb4c8;letter-spacing:.12em}.mega-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 35px}.mega-links>a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid #ffffff1a;font-size:14px}.mega-links>a span{color:#91badb}.header-tools{display:flex;align-items:center;gap:17px}.languages{display:flex;gap:8px;align-items:center;font-size:11px;white-space:nowrap}.languages span{color:#59738a}.languages a{color:#869daf}.languages a.active{color:white}.icon-button{width:32px;height:35px;border:0;background:none;padding:5px;color:inherit;display:inline-flex;align-items:center;justify-content:center}.search-icon{width:17px;height:17px;border:1.4px solid currentColor;border-radius:100%;position:relative;display:block}.search-icon:after{content:'';position:absolute;width:8px;height:1.4px;background:currentColor;right:-6px;bottom:-3px;transform:rotate(48deg)}.menu-toggle{display:none}.menu-icon{width:22px;height:14px;border-top:1px solid;border-bottom:1px solid;position:relative}.menu-icon:after{content:'';position:absolute;left:0;top:6px;width:22px;border-top:1px solid}.mobile-nav[hidden]{display:none}.mobile-nav{background:var(--navy);color:white;padding:8px 24px 25px;max-height:calc(100dvh - var(--header));overflow-y:auto;border-top:1px solid #ffffff20}.mobile-nav details{border-bottom:1px solid #ffffff20}.mobile-nav summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:17px;cursor:pointer}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav details[open] summary span{transform:rotate(45deg)}.mobile-nav details>div{display:grid;padding-bottom:16px}.mobile-nav details>div a{padding:8px 10px;font-size:14px;color:#bfcede}.hero{background:var(--deep);color:white;position:relative;overflow:hidden;min-height:390px}.hero-media{position:absolute;top:0;bottom:0;left:31%;right:0;background:url('/static/media/hero-layers.webp') center center/cover no-repeat}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--deep),transparent 45%,transparent 92%,#04152390)}.hero-inner{position:relative;display:flex;justify-content:space-between;min-height:390px;align-items:center;padding-top:32px;padding-bottom:31px}.hero-copy{max-width:690px}.hero h1{font-size:48px;font-weight:700;margin-bottom:11px;white-space:pre-line;line-height:1.22;letter-spacing:-.025em;text-shadow:0 1px 24px #03142150}.hero .eyebrow{font-size:13px;margin-bottom:12px;letter-spacing:.035em}.hero-english{font-size:15px;letter-spacing:.31em;font-weight:400;color:#bcd6ed;margin-bottom:17px;line-height:1.4}.hero-desc{font-size:13px;white-space:pre-line;margin-bottom:20px;line-height:1.8;max-width:590px;color:#d5e2ec}.hero .button{min-height:41px;font-size:13px;padding:10px 22px}.hero-aside{font-size:11px;line-height:1.8;letter-spacing:.025em;color:#b0cce4;align-self:center;padding-top:12px}.hero-aside span{display:block;width:24px;border-top:1px solid #648aac;margin:25px 0}.business-home{padding-top:19px;padding-bottom:22px}.section-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:17px}.section-heading h2{font-size:27px;margin:0}.section-heading .eyebrow{margin-bottom:2px}.business-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.business-card img{width:100%;height:92px;object-fit:cover;transition:filter .16s}.business-card:hover img{filter:brightness(1.12)}.business-card-content{padding:9px 5px 0;border-right:1px solid #edf1f5;position:relative}.business-card:last-child .business-card-content{border:0}.mini-number{font-size:9px;position:absolute;right:7px;top:11px;color:#8294a5}.business-card h3{font-size:15px;margin:0 0 1px;font-weight:700;padding-right:13px}.business-en{font-family:Arial,sans-serif;font-size:10px;line-height:1.4;margin:0 0 5px;min-height:28px}.business-card .small{font-size:11px;margin-bottom:0;line-height:1.6}.home-split{display:grid;grid-template-columns:1fr 1fr}.split-panel{min-height:210px;padding:21px max(38px,calc((100vw - 1400px)/2));position:relative;overflow:hidden;display:flex;align-items:center}.split-panel>div{position:relative;z-index:1}.split-panel h2{font-size:23px;white-space:pre-line;line-height:1.35;margin-bottom:8px}.split-panel p{font-size:12px;line-height:1.65;white-space:pre-line;margin-bottom:12px}.split-panel .eyebrow{font-size:10px;margin-bottom:6px}.split-about{background:var(--navy);color:white;padding-right:25px}.split-about:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 17%,transparent),url('/static/media/about-earth.webp') right center/auto 100% no-repeat;opacity:.8}.split-products{background:#eef4f9;color:var(--navy);padding-left:54px;padding-right:20px}.split-products:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#eef4f9 33%,#eef4f920 75%),url('/static/media/products-surface.webp') right center/auto 100% no-repeat}.site-footer{padding:22px 0 18px;background:var(--deep);color:#b0c3d3;font-size:11px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:15px}.footer-name{font-size:13px;letter-spacing:.06em;color:#fff;display:flex;align-items:center;gap:18px}.footer-name span{font-size:11px;color:#adc1d2;letter-spacing:0}.footer-links{display:flex;gap:22px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff17;padding-top:12px;font-size:10px}.page-top{background:var(--navy);color:white;padding:21px 0 38px}.page-top .eyebrow{color:var(--pale);margin-top:18px}.page-top h1{font-size:42px;margin-bottom:13px}.page-top .page-lead{max-width:780px;font-size:15px;color:#c5d6e3;margin-bottom:0}.breadcrumbs{display:flex;gap:12px;font-size:11px;color:#9cb1c3}.breadcrumbs span:last-child{color:#c6d6e3}.subnav{border-bottom:1px solid var(--line);background:white}.subnav>.wrap{display:flex;gap:40px;overflow-x:auto}.subnav a{font-size:14px;padding:16px 0;border-bottom:2px solid transparent;white-space:nowrap}.subnav .selected{border-bottom-color:var(--blue);color:var(--blue);font-weight:700}.editorial{padding-top:58px;padding-bottom:65px;max-width:1140px}.editorial-heading h2{font-size:35px;white-space:pre-line;margin-bottom:35px}.prose{max-width:880px;color:#415162;font-size:16px}.prose p{white-space:pre-line;margin-bottom:25px}.prose h2,.prose h3{color:var(--navy);margin-top:25px}blockquote{margin:40px 0 0;border-left:2px solid var(--blue);padding:18px 30px;font-size:26px;line-height:1.6;white-space:pre-line;font-weight:600;color:var(--navy)}blockquote cite{display:block;font-size:11px;font-style:normal;letter-spacing:.15em;color:var(--blue);margin-top:14px}.contact-band{background:#12344e;color:white;padding:36px max(56px,calc((100vw - 1400px)/2));display:flex;justify-content:space-between;align-items:center;gap:25px}.contact-band .eyebrow{color:var(--pale);margin-bottom:5px;font-size:10px}.contact-band h2{font-size:25px;margin-bottom:7px}.contact-band p{color:#c3d4e2;font-size:13px;margin:0}.contact-band .button{flex-shrink:0}.intro-text{font-size:18px;color:#546575;max-width:850px;margin-bottom:35px}.area-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.area-card{border:1px solid var(--line);display:grid;grid-template-columns:39% 1fr;transition:border-color .16s}.area-card:hover{border-color:var(--blue)}.area-card img{height:100%;width:100%;object-fit:cover}.area-card>div{padding:26px}.area-card h2{font-size:24px;margin:8px 0 13px}.area-card p{font-size:13px;color:var(--muted);margin-bottom:18px}.area-card .eyebrow{font-size:10px}.category-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.category-card{position:relative;display:flex;gap:24px;padding:33px 39px 33px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:155px}.category-card:hover{background:var(--light)}.category-number{font-size:12px;color:var(--blue);margin-top:3px}.category-card h2{font-size:24px;margin:0 0 4px}.category-card small{font-size:12px;color:var(--blue)}.category-card p{font-size:13px;color:var(--muted);margin:10px 0 0}.card-arrow{position:absolute;right:22px;bottom:20px;font-size:22px;color:var(--blue)}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.guide-card{padding:27px 25px 41px;position:relative;border:1px solid var(--line);background:white;min-height:183px;transition:border-color .16s,background .16s}.guide-card:hover{border-color:#527fa4;background:#f8fafc}.guide-card .eyebrow{font-size:10px}.guide-card h3{font-size:21px;margin-bottom:12px}.guide-card p{font-size:13px;color:var(--muted);margin-bottom:0}.guide-card h2{font-size:25px}.guide-disclaimer{padding:20px 0;font-size:12px;color:var(--muted);border-bottom:1px solid var(--line)}.detail-layout{display:grid;grid-template-columns:222px minmax(0,1fr);gap:66px;padding-top:42px;padding-bottom:64px;align-items:start}.detail-nav{position:sticky;top:111px;display:grid;border-top:1px solid var(--line)}.detail-nav a{padding:15px 0;border-bottom:1px solid var(--line);font-size:12px;color:#536778}.detail-nav a:last-child{color:var(--blue);font-weight:600}.detail-content{max-width:980px}.detail-content>section{padding:0 0 32px;margin-bottom:32px;border-bottom:1px solid var(--line);scroll-margin-top:110px}.detail-content>section:last-child{border-bottom:0}.detail-content h2{font-size:26px;margin-bottom:17px}.detail-content p{font-size:15px;color:#425567;white-space:pre-line;line-height:1.95}.detail-content .eyebrow{font-size:11px}.detail-content .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-content .guide-card h3{font-size:19px}.detail-content .guide-card p{font-size:12px}.technical-text{background:var(--light);border-left:2px solid var(--blue);padding:23px 26px}.tags{display:flex;gap:10px;flex-wrap:wrap}.tags>span{border:1px solid var(--line);padding:8px 15px;font-size:13px;color:#4a5e70}.area-detail-image{width:100%;height:255px;object-fit:cover}.image-caption{display:block;font-size:10px;color:var(--muted);margin:9px 0 25px}.note{padding:21px 24px;background:var(--light);border-left:2px solid var(--blue);font-size:13px;color:#4a6074;line-height:1.85;margin:26px 0}.note small{display:block}.empty-state{background:#f7f9fb;border:1px solid var(--line);text-align:center;padding:42px 30px}.empty-state h2{font-size:26px}.empty-state h3{font-size:21px}.empty-state p{font-size:14px;color:var(--muted)}.empty-state.compact{padding:25px;text-align:left}.empty-state.compact p{margin:5px 0 0;font-size:13px}.network-flow{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.network-flow>div{width:min(500px,100%);border:1px solid var(--line);text-align:center;padding:24px 28px}.network-flow h3{font-size:23px;margin:4px 0 8px}.network-flow small{font-size:10px;letter-spacing:.13em;color:var(--blue)}.network-flow p{font-size:13px;margin:0;color:var(--muted)}.network-flow .network-jw{background:var(--navy);border-color:var(--navy);color:white}.network-jw img{margin:0 auto 14px}.network-jw p{color:#bfcede}.flow-arrow{font-size:28px;line-height:1.7;color:#7391ac}.color-intro{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-bottom:32px}.color-intro h2{white-space:pre-line;font-size:30px;margin:0}.color-intro p{max-width:460px;color:var(--muted);font-size:14px;margin:0}.color-search-form{display:grid;grid-template-columns:230px minmax(0,1fr) auto;gap:15px;align-items:end;padding:26px;background:var(--light);margin-bottom:25px}.color-search-form label{font-size:12px;font-weight:600;display:block;margin-bottom:7px}.color-search-form input,.color-search-form select{border:1px solid #c8d3dc;width:100%;height:46px;background:white;border-radius:0;padding:0 13px;color:var(--ink)}.color-search-form .button{height:46px}.external-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.external-card{border-top:1px solid var(--line);padding:23px 17px 12px 0;display:flex;flex-direction:column;align-items:start}.external-card h3{font-family:Arial,'Noto Sans CJK KR',sans-serif;font-size:20px;margin:0 0 12px}.external-card p{font-size:12px;color:var(--muted);flex:1}.external-card .text-link{font-size:12px}.color-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.color-card{border:1px solid var(--line);padding:17px}.swatch{height:130px;margin:-17px -17px 18px}.color-card h3{font-size:18px}.color-card .text-link{font-size:11px}.inquiry-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:75px;padding-top:47px;padding-bottom:65px}.inquiry-layout>aside h2{font-size:30px;white-space:pre-line;margin:12px 0 23px}.inquiry-layout>aside p{color:var(--muted);font-size:14px}.inquiry-layout>aside .note{font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:21px 20px}.field>label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.field input,.field textarea,.field select{width:100%;padding:12px 13px;border:1px solid #c9d3dd;border-radius:0;background:white;line-height:1.5;font-size:14px}.field textarea{resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--blue)}.field.full{grid-column:1/-1}.required{color:#2770ac}.consent-box{padding:24px;background:var(--light);margin-top:26px;font-size:12px;color:var(--muted)}.consent-box h3{font-size:15px;color:var(--navy);margin-bottom:13px}.consent-box p{font-size:12px;margin-bottom:10px}.consent-box .text-link{font-size:12px}.checkbox{display:flex;align-items:flex-start;gap:9px;cursor:pointer;margin-top:19px;color:var(--ink);font-size:13px}.checkbox input{width:16px;height:16px;margin-top:3px;flex-shrink:0;accent-color:var(--blue)}.form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:22px}.form-footer p{font-size:12px;color:var(--muted);margin:0}.preview-note{font-size:12px;background:#eaf1f7;border:1px solid #c3d6e6;padding:14px 16px;color:#214965}.honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.form-errors{padding:18px;border:1px solid #aa3636;background:#fdf6f6;margin-bottom:20px;color:#932f2f;font-size:13px}.form-errors p{margin:5px 0 0}.product-meta{display:flex;gap:30px;padding:20px;background:var(--light);margin-bottom:30px;font-size:13px}.product-meta b{display:block;font-size:16px}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:24px 0;font-size:18px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{color:var(--muted);padding:0 30px 20px 0;font-size:15px}.resource-list>a{display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line);padding:25px 8px}.resource-list>a:first-child{border-top:1px solid var(--line)}.resource-list h3{margin:5px 0;font-size:20px}.resource-list p{margin:5px 0;font-size:13px;color:var(--muted)}.resource-list span{font-size:13px;color:var(--blue)}.search-row{display:flex;gap:12px;align-items:stretch}.search-row>input{flex:1;min-width:0;padding:12px 15px;border:1px solid #b8c6d2;border-radius:0;font-size:16px}.site-search-form{margin-bottom:30px}.search-dialog{border:0;padding:32px;width:min(700px,calc(100% - 34px));color:var(--ink);box-shadow:0 18px 65px #00162940}.search-dialog::backdrop{background:#001426ba}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;font-size:11px;letter-spacing:.15em}.dialog-close{font-size:27px}.search-dialog label{display:block;font-size:21px;margin-bottom:18px}.search-dialog .muted{font-size:12px;margin-bottom:0}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--navy);color:white;padding:16px 22px;font-size:13px;box-shadow:0 8px 30px #03142140;z-index:250;max-width:calc(100% - 35px);width:max-content}#toast[hidden]{display:none}
@media(min-width:1600px){.hero,.hero-inner{min-height:425px}.hero h1{font-size:54px}.hero-desc{font-size:15px}.business-card img{height:105px}.business-card h3{font-size:17px}.business-en{font-size:12px}.business-card .small{font-size:12px}.business-home{padding-top:22px;padding-bottom:28px}.split-panel{min-height:220px}}
@media(max-width:1250px){.wrap,.header-inner,.mega-inner{width:calc(100% - 70px)}.desktop-nav>ul{gap:22px}.desktop-nav{margin-right:8px}.header-tools{gap:10px}.brand strong{font-size:21px}.brand img{width:40px}.brand small{font-size:9px}.nav-item>a{font-size:13px}.nav-item>a small{font-size:8px}.business-card h3{font-size:13px}.business-en{font-size:9px}.mini-number{display:none}.hero h1{font-size:44px}.hero-aside{display:none}.hero-english{font-size:13px;letter-spacing:.26em}.hero-desc{max-width:520px;font-size:12px}.split-panel h2{font-size:21px}.split-products{padding-left:35px}.detail-layout{gap:36px;grid-template-columns:195px 1fr}.inquiry-layout{gap:40px;grid-template-columns:290px 1fr}.area-card>div{padding:21px}.area-card h2{font-size:21px}.area-card .eyebrow{font-size:9px}}
@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:inline-flex}.header-tools{margin-left:auto;gap:16px}.hero h1{font-size:43px}.hero-copy{max-width:560px}.hero-desc{max-width:470px}.business-card .small{font-size:10px}.business-card-content{padding-left:0}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.area-card{grid-template-columns:1fr}.area-card img{height:150px}.inquiry-layout{grid-template-columns:250px 1fr;gap:30px}.inquiry-layout>aside h2{font-size:25px}.color-intro{align-items:flex-start}.color-intro p{max-width:380px}.external-grid{grid-template-columns:1fr 1fr}.category-card h2{font-size:22px}.footer-name{font-size:12px}}
@media(max-width:760px){:root{--header:67px}.wrap,.header-inner,.mega-inner{width:calc(100% - 40px)}.header-inner{gap:12px}.brand{gap:8px}.brand img{width:37px}.brand strong{font-size:20px}.brand small{font-size:8px;letter-spacing:.04em}.header-tools{gap:10px}.languages{font-size:10px;gap:6px}.icon-button{width:27px}.hero,.hero-inner{min-height:460px}.hero-inner{padding-top:47px;padding-bottom:38px;align-items:flex-end}.hero-media{left:0;top:0;height:100%;background-position:58% top;background-size:auto 77%;opacity:.82}.hero-media:after{background:linear-gradient(0deg,#031421 4%,#031421ec 25%,#03142170 58%,#03142110),linear-gradient(90deg,#031421b0,transparent 80%)}.hero-copy{max-width:100%}.hero .eyebrow{font-size:10px;margin-bottom:12px;letter-spacing:.065em}.hero h1{font-size:37px;line-height:1.28;margin-bottom:14px;letter-spacing:-.04em}.hero-english{font-size:10px;letter-spacing:.23em;margin-bottom:20px}.hero-desc{font-size:12px;white-space:normal;max-width:430px;line-height:1.85;margin-bottom:23px}.hero .button{font-size:12px;padding:10px 17px;min-height:40px}.business-home{padding-top:27px;padding-bottom:27px}.section-heading{align-items:flex-start;gap:12px;margin-bottom:21px}.section-heading h2{font-size:22px;max-width:260px}.section-heading .eyebrow{font-size:10px;margin-bottom:6px}.section-heading>.text-link{font-size:11px;white-space:nowrap;gap:5px;align-self:flex-end}.business-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 13px}.business-card img{height:88px}.business-card h3{font-size:14px;padding-right:0}.business-card-content{border:0;padding:9px 1px 0}.business-en{font-size:9px;min-height:0;margin-bottom:5px}.business-card .small{font-size:10px;line-height:1.55}.home-split{grid-template-columns:1fr}.split-panel{min-height:210px;padding:25px 25px}.split-panel h2{font-size:23px}.split-panel p{font-size:12px}.split-about:before{background-position:right center;opacity:.65}.split-products:before{opacity:.95}.site-footer{padding:25px 0 22px}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:14px}.footer-name{display:block;font-size:13px}.footer-name span{display:block;margin-top:4px}.footer-links{gap:18px;font-size:10px}.footer-bottom{font-size:9px;gap:7px}.page-top{padding:19px 0 32px}.page-top h1{font-size:32px}.page-top .page-lead{font-size:13px;line-height:1.85}.breadcrumbs{font-size:10px}.page-top .eyebrow{margin-top:21px;font-size:10px}.section{padding-top:30px;padding-bottom:40px}.subnav>.wrap{gap:27px}.subnav a{font-size:12px;padding:15px 0}.editorial{padding-top:35px;padding-bottom:45px}.editorial-heading h2{font-size:28px;margin-bottom:24px}.prose{font-size:14px}.prose p{line-height:1.95}.prose h3{font-size:19px}blockquote{font-size:20px;padding:12px 20px;margin-top:30px}.contact-band{padding:30px 24px;display:block}.contact-band h2{font-size:23px}.contact-band p{font-size:12px}.contact-band .button{margin-top:20px;font-size:12px}.intro-text{font-size:15px;margin-bottom:25px}.area-grid{grid-template-columns:1fr;gap:21px}.area-card{grid-template-columns:36% 1fr}.area-card img{height:100%;min-height:175px}.area-card>div{padding:19px 17px}.area-card h2{font-size:21px}.area-card p{font-size:12px}.area-card .eyebrow{font-size:8px;line-height:1.7}.category-grid{grid-template-columns:1fr}.category-card{padding:26px 32px 26px 19px;gap:16px;min-height:135px}.category-card h2{font-size:23px}.category-card p{font-size:12px}.category-card small{font-size:11px}.category-number{font-size:10px}.guide-grid{grid-template-columns:1fr;gap:13px}.guide-card{padding:23px 24px 37px;min-height:155px}.guide-card h3{font-size:22px}.guide-card p{font-size:13px}.guide-disclaimer{font-size:10px;padding:15px 0}.detail-layout{display:block;padding-top:23px;padding-bottom:32px}.detail-nav{position:static;display:flex;overflow-x:auto;gap:18px;padding-bottom:12px;border-top:0;margin-bottom:25px;scrollbar-width:thin}.detail-nav a{white-space:nowrap;font-size:11px;padding:8px 0}.detail-content>section{padding-bottom:25px;margin-bottom:27px}.detail-content h2{font-size:23px}.detail-content p{font-size:14px;line-height:1.95}.detail-content .guide-grid{grid-template-columns:1fr}.detail-content .guide-card{min-height:150px}.area-detail-image{height:175px}.image-caption{font-size:9px}.tags{gap:8px}.tags>span{font-size:11px;padding:7px 12px}.technical-text{padding:19px}.color-intro{display:block;margin-bottom:23px}.color-intro h2{font-size:26px;margin-bottom:18px}.color-intro p{font-size:13px}.color-search-form{grid-template-columns:1fr;padding:19px;gap:16px}.color-search-form .button{justify-self:end;width:110px;height:40px;min-height:40px;font-size:12px}.color-search-form label{font-size:11px}.color-search-form input,.color-search-form select{font-size:14px}.empty-state{padding:30px 20px}.empty-state h3{font-size:20px}.empty-state p{font-size:12px}.empty-state h2{font-size:23px}.external-grid{gap:15px}.external-card h3{font-size:17px}.external-card .eyebrow{font-size:10px}.external-card p{font-size:11px}.external-card .text-link{font-size:10px}.note{padding:18px;font-size:12px}.color-grid{grid-template-columns:1fr 1fr}.inquiry-layout{display:block;padding-top:32px;padding-bottom:38px}.inquiry-layout>aside h2{font-size:28px}.inquiry-layout>aside .note{margin:20px 0}.inquiry-layout>aside p{font-size:13px}.inquiry-form{margin-top:30px}.form-grid{gap:19px 13px}.field>label{font-size:12px}.field input,.field textarea,.field select{font-size:16px;padding:10px;width:100%}.consent-box{padding:18px}.consent-box p{font-size:11px}.consent-box .checkbox{font-size:12px}.form-footer .button{font-size:12px}.form-footer p{font-size:10px}.support-grid{grid-template-columns:1fr;gap:14px}.faq-list summary{font-size:16px;padding:20px 0}.faq-list p{font-size:13px;padding:0 10px 15px 0}.search-dialog{padding:23px}.search-dialog label{font-size:18px}.search-row{gap:8px}.search-row>input{font-size:16px;padding:10px}.search-row>.button{font-size:12px;padding:11px 15px;gap:7px}.resource-list>a{padding:20px 0;gap:17px}.resource-list h3{font-size:18px}.resource-list p{font-size:12px}.product-meta{flex-direction:column;gap:15px}.network-flow>div{padding:20px}.network-flow h3{font-size:21px}.network-flow p{font-size:12px}.network-flow{margin-bottom:30px}}
@media(max-width:365px){.wrap,.header-inner{width:calc(100% - 30px)}.brand strong{font-size:17px}.brand img{width:31px}.header-tools{gap:7px}.hero h1{font-size:32px}.hero-english{font-size:9px}.form-grid{grid-template-columns:1fr}.area-card{grid-template-columns:1fr}.area-card img{height:130px;min-height:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Color Center R2 — keeps the accepted home visual and brand assets. */
:focus-visible{outline:3px solid #3e8aba;outline-offset:4px}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}.mobile-nav{max-height:calc(100dvh - 80px);overflow-y:auto;overscroll-behavior:contain}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.color-page .page-top{padding-top:112px;padding-bottom:30px}.color-page .page-top h1{font-size:42px;margin-top:10px}.color-subnav .wrap{gap:32px}.color-workspace{padding-top:40px;padding-bottom:64px}.color-intro{display:grid;grid-template-columns:1.3fr 1fr;align-items:end;gap:36px;margin-bottom:28px}.color-intro h2{font-size:27px;letter-spacing:-.055em;margin:12px 0 0;line-height:1.5}.color-intro>p{color:#607380;font-size:14px;line-height:1.8;margin:0}.color-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid #cfdce5;border-bottom:0}.color-tabs button{position:relative;display:grid;grid-template-columns:28px 1fr;gap:3px 8px;align-items:center;text-align:left;border:0;border-right:1px solid #d5e0e7;background:#f2f5f7;padding:20px 22px;cursor:pointer;color:#435867;min-height:88px}.color-tabs button:last-child{border-right:0}.color-tabs button[aria-pressed=true]{background:#09253a;color:white}.color-tabs small{grid-row:span 2;font-size:11px;opacity:.55}.color-tabs strong{font-size:19px}.color-tabs button>span{font-size:9px;letter-spacing:.12em;opacity:.65}.color-search-shell{border:1px solid #ccd9e2;padding:28px;background:#fff;box-shadow:0 14px 35px #07223708}.color-search-top{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:11px}.color-search-top label{font-size:14px;font-weight:700}.color-search-top>span{font-size:11px;color:#536e81}.color-input-row{display:grid;grid-template-columns:148px minmax(0,1fr) auto;gap:10px}.color-input-row input,.color-input-row select,.brand-select-row select{border:1px solid #b9cbd8;border-radius:0;min-width:0;padding:14px;color:#18364a;background:#fff;font:inherit;font-size:16px}.color-input-row input{font-weight:600;letter-spacing:.02em}.color-input-row input::placeholder{font-weight:400;color:#8495a3}.color-input-row .button{white-space:nowrap}.code-examples{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:12px;font-size:12px;min-height:30px}.code-examples>span{color:#6c808f;margin-right:4px}.code-examples button{background:#f2f6f9;border:1px solid #dce6ed;border-radius:2px;padding:7px 11px;color:#395b71;font-size:12px;cursor:pointer}.brand-select-row{margin-top:12px;display:flex;gap:12px;align-items:center;font-size:13px}.brand-select-row[hidden]{display:none}.brand-select-row select{padding:10px;max-width:330px;width:100%}.color-result-zone{margin-top:24px;border-top:1px solid #e0e8ee;padding-top:22px}.color-result{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:stretch;min-height:210px}.screen-swatch{position:relative;min-height:230px;border:1px solid #d2dce3;background:repeating-linear-gradient(135deg,#f2f5f8 0,#f2f5f8 16px,#f8fafb 16px,#f8fafb 32px);display:flex;flex-direction:column;justify-content:space-between;padding:18px;overflow:hidden}.screen-swatch>.swatch-flag{align-self:flex-start;background:#fffE;padding:6px 10px;color:#18364a;font-size:10px;letter-spacing:.05em;z-index:1}.screen-swatch>.swatch-code{align-self:flex-start;background:#fffE;color:#173a51;padding:7px 11px;font-size:18px;letter-spacing:.04em;font-weight:600;z-index:1}.screen-swatch.is-external{justify-content:center;align-items:center;background:#edf3f7;text-align:center}.swatch-monogram{font-size:34px;font-weight:500;color:#264a64;letter-spacing:.04em}.swatch-caption{font-size:12px;line-height:1.7;color:#597385;margin-top:10px;max-width:180px}.color-result-copy{padding:4px 0;min-width:0}.color-result-copy>.eyebrow{font-size:10px;color:#49738f}.color-result-copy h3{font-size:30px;letter-spacing:-.04em;margin:11px 0 8px;overflow-wrap:anywhere}.color-result-copy p{font-size:13px;color:#566e7f;line-height:1.85;margin:8px 0;max-width:690px}.color-result-copy .result-alert{color:#816022;background:#faf5e9;padding:9px 12px;font-size:12px}.color-result-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.color-result-actions .button{font-size:12px;padding:11px 15px;min-height:44px}.result-source{font-size:11px!important;margin-top:14px!important}.result-source a{text-decoration:underline;text-underline-offset:3px}.color-approved-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:18px}.color-approved-results .color-result{grid-template-columns:1fr;gap:12px}.color-approved-results .screen-swatch{min-height:150px}.color-approved-results h3{font-size:23px}.color-disclaimer{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.85;margin:15px 0 0;color:#617586}.color-disclaimer>span{font-size:17px;line-height:1.4}.color-official{margin-top:52px}.color-official .section-heading{margin-bottom:8px;gap:20px}.color-official h2{font-size:27px;margin-top:9px;line-height:1.4}.external-caption{font-size:11px;color:#667e8e;white-space:nowrap}.library-intro{font-size:13px;line-height:1.8;color:#617586;margin-bottom:18px}.library-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}.library-filters button{padding:10px 16px;border:1px solid #cfdbe4;color:#4c6678;background:white;cursor:pointer;font:inherit;font-size:12px}.library-filters button[aria-pressed=true]{border-color:#14394f;background:#14394f;color:#fff}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.library-card{border:1px solid #d6e1e8;padding:24px;display:flex;flex-direction:column;min-height:258px;background:#fff}.library-card[hidden]{display:none}.library-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:10px;color:#6e8493;letter-spacing:.07em}.library-card-top small{padding:4px 6px;background:#eef4f7;font-size:9px;color:#4d7189;white-space:nowrap}.library-card h3{font-family:Arial,sans-serif;font-size:24px;letter-spacing:.025em;color:#183b55;margin:22px 0 9px}.library-card h4{font-size:13px;margin:0;font-weight:600}.library-card p{font-size:12px;color:#6a7e8c;line-height:1.9;margin:9px 0 20px;flex:1}.library-card .text-link{font-size:12px;border-top:1px solid #e5ecf1;padding-top:13px;display:flex;justify-content:space-between;min-height:38px}.library-card:hover{border-color:#7396ad;box-shadow:0 8px 22px #18384c09}.color-method{margin-top:28px;border-top:1px solid #d2dee7;border-bottom:1px solid #d2dee7;padding:18px 0;color:#5b7283;font-size:12px;line-height:1.9}.color-method summary{cursor:pointer;font-size:13px;font-weight:600;min-height:24px}.color-method>div{max-width:950px;padding:6px 0}.color-method a{color:#345b75;text-decoration:underline}.color-final-cta{padding:32px;background:#f0f5f8;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:28px}.color-final-cta h2{font-size:23px;margin:8px 0}.color-final-cta p{color:#607889;font-size:13px;margin:10px 0 0}.color-final-cta .button{flex:0 0 auto}.color-result-status{padding:12px;color:#587284;font-size:13px}.color-inline-feedback{font-size:12px;color:#466b82;margin-top:8px;min-height:20px}
@media(max-width:1000px){.color-tabs button{padding:17px 14px}.color-tabs strong{font-size:17px}.color-result{grid-template-columns:220px minmax(0,1fr);gap:23px}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.color-intro{grid-template-columns:1fr;gap:10px}.color-page .page-top{padding-top:104px}}
@media(max-width:600px){.color-page .page-top{padding-top:94px;padding-bottom:22px}.color-page .page-top h1{font-size:31px}.color-workspace{padding-top:26px;padding-bottom:35px}.color-intro .eyebrow{font-size:9px;letter-spacing:.1em}.color-intro h2{font-size:23px;line-height:1.5}.color-intro>p{font-size:13px}.color-tabs button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 3px;gap:6px;min-height:75px;text-align:center}.color-tabs small{display:none}.color-tabs strong{font-size:14px}.color-tabs button>span{font-size:8px;letter-spacing:.03em}.color-search-shell{padding:18px 16px}.color-input-row{grid-template-columns:1fr auto;gap:8px}.color-input-row select{display:none}.color-input-row input{padding:13px 10px;font-size:16px}.color-input-row .button{padding:13px 12px;font-size:13px}.color-input-row .button span{display:none}.color-search-top>span{font-size:10px}.color-search-top label{font-size:12px}.code-examples{gap:6px;margin-top:10px}.code-examples>span{font-size:10px}.code-examples button{font-size:10px;padding:8px}.color-result-zone{margin-top:17px;padding-top:17px}.color-result{grid-template-columns:1fr;gap:17px;min-height:0}.screen-swatch{min-height:178px;padding:15px}.color-result-copy{padding:0}.color-result-copy h3{font-size:26px;margin:9px 0}.color-result-copy p{font-size:12px}.color-result-actions{gap:7px;margin-top:15px}.color-result-actions .button{flex:1;justify-content:center;font-size:11px;padding:11px 9px;white-space:nowrap}.color-result-actions .button:first-child{flex-basis:100%}.color-disclaimer{font-size:11px}.color-official{margin-top:32px}.color-official h2{font-size:23px}.color-official .section-heading{align-items:flex-start;flex-direction:column;gap:8px}.library-intro{font-size:12px}.library-filters{gap:6px;display:grid;grid-template-columns:repeat(2,1fr)}.library-filters button{font-size:11px;padding:11px 7px}.library-grid{grid-template-columns:1fr;gap:12px}.library-card{min-height:220px;padding:22px}.library-card h3{margin-top:18px}.color-final-cta{padding:24px;flex-direction:column;align-items:flex-start}.color-final-cta h2{font-size:21px}.color-final-cta .button{width:100%}.color-approved-results{grid-template-columns:1fr}.brand-select-row select{font-size:16px}.color-subnav .wrap{gap:26px}.color-subnav a{font-size:13px}input,textarea,select{font-size:16px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Remove the legacy one-line color search layout. */
#color-search-form{display:block;background:transparent;margin:0;padding:0;border:0}
@media(max-width:600px){.library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.library-card{padding:17px 13px;min-height:235px}.library-card h3{font-size:18px;overflow-wrap:anywhere;letter-spacing:0;line-height:1.3}.library-card h4{font-size:11px;line-height:1.6}.library-card p{font-size:11px;line-height:1.8;margin-bottom:14px}.library-card-top{flex-direction:column;align-items:flex-start;gap:7px;font-size:9px}.library-card .text-link{font-size:10px;line-height:1.6;gap:5px}.color-search-form .search-field{min-width:0}.code-examples button{min-height:34px}.color-page .breadcrumbs{margin-bottom:14px}.color-page .page-top{padding-top:86px;padding-bottom:20px}}
@media(max-width:359px){.library-grid{grid-template-columns:1fr}.library-card{min-height:190px}.library-card-top{flex-direction:row;align-items:center}}
/* Header is sticky in normal flow: do not add a second header-height spacer. */
.color-page .page-top{padding-top:20px;padding-bottom:25px}.color-page .page-top .eyebrow{margin-top:12px}
@media(max-width:600px){.color-page .page-top{padding:16px 0 15px}.color-page .breadcrumbs{display:none}.color-page .page-top .eyebrow{margin-top:0;font-size:10px}.color-page .page-top h1{font-size:27px;margin:5px 0 0;line-height:1.45}.color-intro>div>.eyebrow{display:none}.color-intro h2{font-size:21px;margin:0}.color-intro>p{font-size:12px}.color-intro{margin-bottom:22px;gap:10px}.screen-swatch{min-height:154px}.color-workspace{padding-top:22px}}

/* R3 simplification */
.area-simple{max-width:1100px}.area-simple-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:center;margin-bottom:56px}.area-simple-hero .area-detail-image{margin:0}.area-simple-block{padding:38px 0;border-top:1px solid #dfe5e9}.area-simple-block .tags{margin-top:18px}.action-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.ceo-message{margin-top:64px;padding:48px;background:#f4f7f9;border-left:3px solid #3f7ca4}.ceo-message p{max-width:760px}.ceo-sign{display:flex;align-items:flex-end;gap:12px;margin-top:28px}.ceo-sign em{font-family:cursive;font-size:34px;font-weight:600;transform:rotate(-7deg);margin-left:8px}.brand-portfolio{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dce3e8;border:1px solid #dce3e8;margin:40px 0 20px}.brand-name{background:#fff;padding:32px 20px;font-weight:800;font-size:20px;text-align:center}.contact-band{display:none!important}@media(max-width:760px){.area-simple-hero{grid-template-columns:1fr;gap:22px;margin-bottom:34px}.area-simple-block{padding:28px 0}.area-simple-block .tags span{font-size:14px;padding:10px 12px}.action-row{display:grid}.action-row .button{width:100%;justify-content:space-between}.ceo-message{margin-top:38px;padding:28px 22px}.ceo-sign{flex-wrap:wrap}.brand-portfolio{grid-template-columns:repeat(2,1fr)}.brand-name{padding:22px 10px;font-size:16px}}
/* R4 refinement */
.brand img{width:54px;max-height:42px;object-fit:contain}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:42px;height:auto}.footer-brand span{display:flex;flex-direction:column}.footer-brand small{margin-top:3px}.ceo-sign{display:flex;align-items:center;justify-content:flex-end;gap:22px;margin-top:28px}.ceo-sign>div{display:flex;flex-direction:column;text-align:right}.ceo-sign img{width:180px;max-height:86px;object-fit:contain}.guide-list{border-top:1px solid var(--line)}.guide-list-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 4px;border-bottom:1px solid var(--line)}.guide-list-item strong{display:block;font-size:18px}.guide-list-item small{display:block;color:var(--muted);margin-top:5px;font-size:12px}.guide-list-item>b{font-size:18px;color:var(--blue)}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.tech-request{max-width:760px;margin:20px auto 0}.area-simple-block .tags{margin-bottom:24px}.area-simple-block .action-row{margin-top:6px}
@media(max-width:760px){.brand img{width:43px;max-height:34px}.brand strong{font-size:19px}.brand small{font-size:8px}.ceo-sign{justify-content:flex-start;gap:14px}.ceo-sign>div{text-align:left}.ceo-sign img{width:145px;max-height:72px}.guide-list-item{padding:17px 2px;min-height:68px}.guide-list-item strong{font-size:16px}.guide-list-item small{font-size:11px;line-height:1.55}.detail-actions{display:grid;grid-template-columns:1fr}.detail-actions .button,.action-row .button{min-height:48px}.area-simple-block .tags>span{font-size:11px}.footer-brand img{width:38px}}

.brand img{width:54px;height:auto;max-height:44px;object-fit:contain}.footer-brand img{width:46px;height:auto}.network-jw img{width:54px;height:auto}.ceo-sign img{width:210px;max-height:110px;object-fit:contain;background:transparent}@media(max-width:760px){.brand img{width:45px}.ceo-sign img{width:165px;max-height:95px}}
.footer-company{display:flex;flex-wrap:wrap;gap:7px 18px;border-top:1px solid #ffffff17;padding:14px 0 12px;color:#b7c8d6;font-size:10px}.footer-company b{color:#fff}.footer-company span+span{position:relative}.footer-company span+span:before{content:'·';position:absolute;left:-11px;color:#5e788c}@media(max-width:760px){.footer-company{display:grid;gap:4px;font-size:10px}.footer-company span+span:before{display:none}}
.hero-slider{min-height:390px}.hero-slides{position:relative;min-height:390px}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.hero-slide.active{opacity:1;visibility:visible;z-index:1}.hero-slide .hero-media{left:31%}.hero-media-2{filter:saturate(.65) brightness(.72);background-position:60% center}.hero-media-3{filter:hue-rotate(8deg) saturate(.7) brightness(.76);background-position:72% center}.hero-media-4{filter:saturate(.45) contrast(1.05) brightness(.7);background-position:42% center}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);border:0;background:#03142155;color:#fff;width:46px;height:64px;font-size:42px;line-height:1}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}.hero-dots{position:absolute;z-index:5;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:10px}.hero-dots button{width:10px;height:10px;border:1px solid #fff;border-radius:50%;padding:0;background:transparent}.hero-dots button.active{background:#fff}@media(max-width:760px){.hero-slider,.hero-slides{min-height:460px}.hero-arrow{width:38px;height:50px;font-size:32px}.hero-slide .hero-media{left:0}.hero-dots{bottom:12px}}
.jw-wordmark{display:inline-block;font-family:Arial,sans-serif;font-size:43px;line-height:1;font-weight:900;font-style:italic;letter-spacing:-5px;padding-right:5px;color:currentColor;white-space:nowrap}.brand .jw-wordmark{font-size:48px}.footer-brand .jw-wordmark{font-size:40px}.network-jw .jw-wordmark{color:#153b57}.admin-brand .jw-wordmark{color:white}.nav-trigger{display:flex;height:100%;flex-direction:column;justify-content:center;padding:0 3px;border:0;background:transparent;color:inherit;font-size:14px;white-space:nowrap;text-align:left}.nav-trigger b{font-weight:600}.nav-trigger b span{font-size:13px;margin-left:5px}.nav-trigger small{font-size:9px;margin-top:3px}.nav-item:hover>.nav-trigger,.nav-item.open>.nav-trigger{color:var(--pale)}.nav-item.open>.mega{display:block}.mega{top:var(--header)}.mega-intro .text-link{color:#fff;font-size:13px}.mobile-nav details[open]>div{display:block}.mobile-nav a{min-height:44px}@media(max-width:760px){.brand .jw-wordmark{font-size:39px}.footer-brand .jw-wordmark{font-size:34px}}

/* Custom outlined JW emblem and company introduction. */
.brand img.jw-symbol{width:67px;height:53px;object-fit:contain}.footer-brand img.jw-symbol,.admin-brand img.jw-symbol{width:61px;height:48px;object-fit:contain}.network-jw img.jw-symbol{width:100px;height:79px}.hero-slide .hero-media-company{left:0;background-image:url('/static/media/company-introduction.webp');background-size:cover;background-position:center;opacity:1;filter:none}.hero-media-company:after{background:linear-gradient(90deg,#031421b8 0%,#03142175 40%,#03142105 80%)}@media(max-width:760px){.brand img.jw-symbol{width:48px;height:38px}.hero-slide .hero-media-company{background-size:cover;background-position:62% center}.hero-media-company:after{background:linear-gradient(0deg,#031421f5 0%,#031421b0 45%,#03142125 100%)}.hero-company h1{font-size:36px}}

.hero-slide .hero-media-1,.hero-slide .hero-media-3,.hero-slide .hero-media-4{left:0;background-size:cover;background-position:center;filter:none;opacity:1}.hero-media-1{background-image:url('/static/media/hero-industry.webp')}.hero-media-3{background-image:url('/static/media/hero-color.webp')}.hero-media-4{background-image:url('/static/media/hero-supply.webp')}.hero-slide .hero-media:after{background:linear-gradient(90deg,#031421b5 0%,#03142180 38%,#03142105 82%)}@media(max-width:760px){.hero-slide .hero-media{background-position:64% center}.hero-slide .hero-media:after{background:linear-gradient(0deg,#031421f5 0%,#031421b0 45%,#03142125 100%)}}

/* Supplied JW identity, transparent with no added panel or border. */
.brand img.jw-symbol{width:79px;height:40px;background:transparent;border:0;border-radius:0;padding:0}.footer-brand img.jw-symbol,.admin-brand img.jw-symbol{width:79px;height:40px;background:transparent;border:0;border-radius:0;padding:0}.network-jw img.jw-symbol{width:120px;height:60px;object-fit:contain;background:transparent;border:0;padding:0}@media(max-width:760px){.brand img.jw-symbol{width:60px;height:32px;padding:0}}
