:root{
  --orange:#f4990a;
  --dark:#323435;
  --dark-2:#222222;
  --text:#2f2f30;
  --muted:#77777a;
  --page:#f7f7f8;
  --gray:#ededee;
  --card:#d9d9d9;
  --line:#dedee0;
  --white:#fff;
  --container:min(1320px,calc(100vw - 96px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--page);color:var(--text);font-family:Montserrat,Arial,sans-serif;font-size:16px;font-weight:400}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
main{min-height:60vh}
.container{width:var(--container);margin-inline:auto}
.loading-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:22px}.loading-screen img{width:180px}

.site-header{height:80px;background:#323435;color:#fff;position:sticky;top:0;z-index:90;border-bottom:1px solid rgba(255,255,255,.06)}
.header-inner{height:100%;width:var(--container);margin:auto;display:flex;align-items:center}
.site-logo{width:125px;height:44px;display:flex;align-items:center;overflow:hidden;flex:none}
.site-logo img{width:100%;height:auto;object-fit:contain}
.site-logo--resolve{width:150px}
.resolve-logo{display:flex;align-items:flex-end;color:var(--orange);font-size:26px;line-height:.86;font-weight:800;letter-spacing:-.04em}.resolve-logo small{font-size:8px;line-height:1;letter-spacing:.08em;margin:0 5px 3px 0}
.site-nav{margin-left:auto;display:flex;align-items:center;height:100%;gap:48px}
.site-nav a{font-size:11px;color:#b9b9bb;font-weight:400;white-space:nowrap;transition:.2s}.site-nav a:hover,.site-nav a.active{color:#fff}
.site-nav>a,.nav-item>a{height:80px;display:flex;align-items:center}
.nav-item{height:80px;display:flex;align-items:center}
.nav-item--products>a.active,.nav-item--products:hover>a,.nav-item--products.is-open>a,.nav-item--colors>a.active,.nav-item--colors:hover>a,.nav-item--colors.is-open>a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.product-mega{position:fixed;left:0;right:0;top:80px;z-index:88;background:linear-gradient(90deg,#202223 0%,#323435 54%,#3a3c3e 100%);box-shadow:0 20px 38px rgba(0,0,0,.24);color:#8f9092;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.nav-item--products:hover .product-mega,.nav-item--products:focus-within .product-mega,.nav-item--products.is-open .product-mega{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.product-mega-inner{width:var(--container);margin:auto;min-height:370px;padding:62px 0 47px;display:grid;grid-template-columns:1.05fr 1.05fr 1.05fr 1fr 1.55fr;gap:52px}
.mega-column{display:grid;align-content:start;gap:29px}
.mega-column strong,.mega-news>strong{font-size:12px;font-weight:500;color:#8d8e90;margin-bottom:2px}
.mega-column a{height:auto;display:block;font-size:17px;line-height:1.22;color:#7d7e80;font-weight:400;white-space:normal}
.mega-column a:hover{color:#fff}
.mega-news{display:grid;grid-template-columns:1.25fr .58fr;grid-template-rows:auto 116px 116px;gap:16px}
.mega-news>strong{grid-column:1/-1}
.mega-news-main,.mega-news-small{background:#d3d3d4;border-radius:6px;display:grid;place-items:center;overflow:hidden}
.mega-news-main{grid-row:2/4}
.mega-news-small{height:100%}
.mega-news-main img,.mega-news-small img{width:74px;height:auto;opacity:.96}
.mega-news-main.has-image img,.mega-news-small.has-image img{width:100%;height:100%;object-fit:cover;opacity:1}
.mega-news>div{display:grid;gap:16px}
.color-mega{position:fixed;left:0;right:0;top:80px;z-index:88;background:linear-gradient(90deg,#202223 0%,#323435 54%,#3a3c3e 100%);box-shadow:0 20px 38px rgba(0,0,0,.24);color:#8f9092;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.nav-item--colors:hover .color-mega,.nav-item--colors:focus-within .color-mega,.nav-item--colors.is-open .color-mega{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.color-mega-inner{width:var(--container);margin:auto;min-height:345px;padding:45px 0 27px;display:grid;grid-template-columns:1fr 1fr 1.45fr 1.05fr;gap:74px}
.mega-color-year{display:grid;grid-template-columns:1.25fr .58fr;grid-template-rows:auto 112px 112px;gap:16px}
.mega-color-year>strong,.mega-tips>strong{grid-column:1/-1;font-size:12px;font-weight:500;color:#8d8e90}
.mega-color-main,.mega-color-small,.mega-tips a{background:#d3d3d4;border-radius:6px;display:grid;place-items:center;overflow:hidden}
.mega-color-main{grid-row:2/4}
.mega-color-small{height:100%}
.mega-color-main img,.mega-color-small img,.mega-tips img{width:78px;height:auto;opacity:.96}
.mega-color-main.has-image img,.mega-color-small.has-image img,.mega-tips .has-image img{width:100%;height:100%;object-fit:cover;opacity:1}
.mega-color-year>div{display:grid;gap:16px}
.mega-tips{display:grid;grid-template-rows:auto 1fr;gap:16px}
.mega-tips a{min-height:240px}
.header-icon{width:64px;height:80px;margin-left:34px;border:0;border-left:1px solid rgba(255,255,255,.06);background:transparent;display:grid;place-items:center;color:#fff}
.search-symbol{width:15px;height:15px;border:1.5px solid currentColor;border-radius:50%;display:inline-block;position:relative;opacity:.75}.search-symbol:after{content:"";width:7px;height:1.5px;background:currentColor;position:absolute;right:-5px;bottom:-3px;transform:rotate(45deg);transform-origin:left center}
.mobile-menu-btn{display:none;gap:5px}.mobile-menu-btn span{display:block;width:20px;height:1px;background:white}
.mobile-menu{display:none}

.breadcrumb{height:72px;display:flex;align-items:center;gap:9px;font-size:10px;color:#929294}.breadcrumb a:hover{color:#333}.breadcrumb b{font-weight:400}.breadcrumb span{color:#565658}

.home-hero-carousel{height:696px;position:relative;overflow:hidden;background:#ececed}
.home-hero-track{position:absolute;inset:0}
.home-hero{position:absolute;inset:0;background-position:center;background-size:cover;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}
.home-hero.active{opacity:1;visibility:visible}
.home-hero-copy{width:520px;margin-left:0}
.home-hero--center .container{display:flex;justify-content:center}.home-hero--center .home-hero-copy{text-align:center}.home-hero--center .home-hero-copy p{margin-left:auto;margin-right:auto}
.home-hero--right .container{display:flex;justify-content:flex-end}.home-hero--right .home-hero-copy{text-align:right}.home-hero--right .home-hero-copy p{margin-left:auto}
.home-hero h1{font-size:52px;line-height:.97;letter-spacing:-.045em;margin:0 0 18px;font-weight:700}
.home-hero p{font-size:13px;line-height:1.65;max-width:470px;margin:0 0 26px;color:#57575a}
.hero-arrow{position:absolute;top:50%;z-index:3;width:46px;height:46px;border:1px solid rgba(40,40,42,.22);border-radius:50%;background:rgba(255,255,255,.38);color:#2f2f30;font-size:34px;line-height:1;display:grid;place-items:center;transform:translateY(-50%);transition:.2s}.hero-arrow:hover{background:rgba(255,255,255,.72)}.hero-arrow--prev{left:34px}.hero-arrow--next{right:34px}.hero-dots{position:absolute;z-index:3;left:50%;bottom:30px;display:flex;gap:10px;transform:translateX(-50%)}.hero-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#bdbdc0;padding:0}.hero-dots button.active{background:#333}
.dark-button{height:42px;min-width:142px;padding:0 24px;border:0;border-radius:6px;background:#29292a;color:#fff;font-size:11px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.dark-button:hover{background:#000;transform:translateY(-1px)}

.section{padding:105px 0}.section--gray{background:var(--gray)}
.surface-section{padding-top:82px;padding-bottom:110px}
.surface-heading{font-size:24px;font-weight:300;margin:0 0 50px}.surface-heading strong{font-weight:600}
.carousel-shell{position:relative}.carousel-track{display:flex;overflow:hidden;scroll-snap-type:x mandatory;gap:20px}.carousel-track>*{scroll-snap-align:start;flex:0 0 calc((100% - 40px)/3)}
.carousel--four .carousel-track>*{flex-basis:calc((100% - 60px)/4)}
.carousel--products .carousel-track>*{flex-basis:calc((100% - 60px)/4)}
.carousel-arrow{position:absolute;top:42%;z-index:2;border:0;background:transparent;color:#9c9c9f;font-size:40px;font-weight:200;line-height:1}.carousel-arrow--prev{left:-46px}.carousel-arrow--next{right:-46px}.carousel-dots{display:flex;justify-content:center;gap:9px;margin-top:28px}.carousel-dots i{width:7px;height:7px;border-radius:50%;background:#ccc}.carousel-dots i.active{background:#8c8c8f}.carousel-shell.no-overflow .carousel-arrow,.carousel-shell.no-overflow .carousel-dots{display:none}
.surface-card{height:320px;background:#d9d9d9;border-radius:7px;padding:24px;display:flex;justify-content:space-between;align-items:flex-start;font-size:12px}.surface-card b{font-size:15px;font-weight:400}.surface-card:hover{background:#d2d2d2}

.video-band{background:var(--gray)}
.video-feature{padding:80px 0 52px}
.video-feature-grid{display:grid;grid-template-columns:1.16fr .84fr;gap:58px;align-items:center}
.video-box{height:472px;background:#d9d9d9;border-radius:6px;position:relative;background-position:center;background-size:cover}.video-box.has-image:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.15)}
.play-triangle{width:78px;height:78px;position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);border:0;background:#fff;border-radius:9px}.play-triangle:before{content:"";position:absolute;left:31px;top:22px;border-left:28px solid #d6d6d6;border-top:17px solid transparent;border-bottom:17px solid transparent}
.video-feature h2{font-size:38px;line-height:1.02;letter-spacing:-.04em;margin:0 0 24px;max-width:460px}.video-feature p{font-size:13px;line-height:1.75;color:#8a8a8d;max-width:480px}

.two-column{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.two-column.reverse>*:first-child{order:2}
.two-column h1,.two-column h2{font-size:40px;line-height:1.02;letter-spacing:-.04em;margin:0 0 20px}.two-column p{font-size:13px;line-height:1.75;color:#58585b;max-width:570px}.two-column>img{width:100%;height:430px;object-fit:cover;border-radius:6px}
.home-innovation{grid-template-columns:.82fr 1.18fr}.home-innovation img{height:455px;filter:grayscale(1)}
.home-innovation .dark-button{margin-top:16px}
.culture-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}.culture-grid h2{font-size:38px;line-height:1.05;letter-spacing:-.035em;margin:0 0 18px}.culture-grid>div>p{font-size:13px;color:#6e6e71;line-height:1.65}.culture-points{display:grid;grid-template-columns:1fr 1fr;gap:26px 34px;margin-top:36px}.culture-points strong{font-size:12px}.culture-points p{font-size:10px;line-height:1.55;color:#777;margin:7px 0 0}.culture-gallery{display:flex;gap:16px;height:525px;overflow:hidden}.culture-panel{position:relative;flex:0 0 13%;min-width:74px;border:0;border-radius:7px;padding:0;background:#d9d9d9;overflow:hidden;transition:flex-basis .42s ease,filter .28s ease,opacity .28s ease}.culture-panel.active{flex-basis:74%}.culture-panel img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);opacity:.86}.culture-panel:not(.active) img{opacity:.72}.culture-panel span{position:absolute;right:18px;bottom:28px;width:52px;height:52px;border:1px solid rgba(45,45,46,.55);border-radius:50%;display:grid;place-items:center;color:#333;font-size:34px;line-height:1;background:rgba(236,236,237,.12);transition:.2s}.culture-panel.active span{opacity:0;transform:translateX(8px);pointer-events:none}.culture-panel:hover span{background:rgba(236,236,237,.34)}

.section-title{margin:0 0 46px}.light-title{font-size:23px;font-weight:300}.light-title strong{font-weight:600}.light-title b{font-size:15px;margin-left:6px}
.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.content-card{min-width:0}.placeholder-media{height:390px;background:#d9d9d9;border-radius:6px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.placeholder-media:not(.has-image)>img{width:120px;height:auto;opacity:.92}.placeholder-media.has-image>img{width:100%;height:100%;object-fit:cover}.placeholder-caption{position:absolute;left:20px;right:20px;bottom:18px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#666}.placeholder-caption b{font-size:18px;font-weight:400}.card-summary{font-size:10px;line-height:1.55;margin:16px 0 0;color:#515154}
.section--resolve{background:#efeff0;padding:92px 0}.section--resolve .placeholder-media{height:350px}

.partner-cta{padding:120px 0}.partner-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:78px;align-items:center;max-width:1160px}.partner-picture{height:480px}.partner-grid h2{font-size:44px;line-height:.96;letter-spacing:-.045em;margin:0 0 18px}.partner-grid p{font-size:12px;color:#777;margin:0 0 25px}
.trust-section{padding-top:30px}.trust-title{font-weight:300;font-size:19px;margin:0 0 42px}.trust-title strong{font-weight:600}.trust-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr;gap:12px}.trust-card{min-height:155px;background:#d8d8d9;border-radius:6px;padding:24px;display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center}.trust-card img{width:108px;height:108px;object-fit:cover}.trust-card strong{font-size:16px;line-height:1.25;color:#555}.trust-card span{grid-column:1/-1;align-self:end;font-size:10px;color:#666}.trust-card b{float:right}

.life-statement{padding:82px 0 72px;text-align:center;font-size:23px;font-weight:300}
.site-footer{background:#222222;color:#757577;padding:70px 0 24px}
.footer-newsletter{display:flex;justify-content:space-between;align-items:center;padding-bottom:55px;border-bottom:1px solid #303030}.footer-newsletter p{font-size:15px;line-height:1.35;margin:0}.newsletter-form{width:520px;height:42px;display:flex;align-items:center;background:#2b2b2b;border-radius:8px;color:#767679;padding-left:18px}.newsletter-form input{flex:1;background:transparent;border:0;color:#bbb;padding:0 14px;outline:none;font-size:11px}.newsletter-form button{height:42px;min-width:108px;border:0;border-radius:8px;background:#777;color:#eee;font-size:10px}
.footer-main{display:grid;grid-template-columns:1fr 2.2fr;gap:90px;padding:58px 0 52px;border-bottom:1px solid #303030}.footer-brand img{width:165px;filter:invert(.65);opacity:.45;margin-bottom:20px}.footer-brand p{font-size:11px;line-height:1.7}.footer-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.footer-columns strong{display:block;font-size:10px;color:#888;margin-bottom:15px}.footer-columns a{display:block;font-size:10px;margin:11px 0;color:#6e6e70}.footer-bottom{display:flex;justify-content:space-between;padding-top:23px;font-size:9px}.footer-bottom span:last-child{display:flex;gap:34px}
.chat-tab{position:fixed;right:0;top:49%;z-index:80;width:46px;height:130px;border:0;border-radius:10px 0 0 10px;background:#050505;color:#fff;writing-mode:vertical-rl;font-size:14px}.chat-popover{position:fixed;right:58px;top:42%;z-index:95;width:250px;background:#fff;border:1px solid #ddd;border-radius:8px;padding:24px;box-shadow:0 15px 45px rgba(0,0,0,.18);display:none}.chat-popover.open{display:grid;gap:10px}.chat-popover button{position:absolute;right:8px;top:6px;border:0;background:none;font-size:22px}.chat-popover p{font-size:12px;color:#777}.chat-popover a{font-size:12px;padding:9px 0;border-top:1px solid #eee}
.search-overlay{position:fixed;inset:0;z-index:120;background:rgba(25,25,25,.96);color:white;display:none;place-items:center}.search-overlay.open{display:grid}.search-overlay>button{position:absolute;right:45px;top:32px;border:0;background:none;color:#fff;font-size:40px}.search-overlay>div{width:min(760px,calc(100vw - 40px))}.search-overlay label{display:block;font-size:15px;margin-bottom:16px}.search-overlay input{width:100%;height:65px;background:transparent;border:0;border-bottom:1px solid #777;color:#fff;font-size:30px;outline:none}.search-overlay #searchResults{margin-top:25px}.search-overlay #searchResults a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #444}.search-overlay #searchResults small{color:#999}

.inner-hero{background:#d9d9da;padding:95px 0 88px}.inner-hero h1{font-size:55px;line-height:.96;letter-spacing:-.045em;max-width:620px;margin:0 0 18px}.inner-hero p{font-size:12px;line-height:1.55;max-width:610px;color:#555}

.catalog-section{padding:15px 0 110px}.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:65px}.catalog-filter{border:1px solid #ddd;background:#fafafa;border-radius:7px;padding:28px 20px;align-self:start}.catalog-filter>strong{font-size:12px}.filter-group{padding:20px 0;border-top:1px solid #dedede}.filter-group:first-of-type{margin-top:20px}.filter-group h4{font-size:12px;margin:0 0 15px}.filter-group label{display:flex;align-items:center;gap:8px;font-size:10px;margin:12px 0;color:#666}.filter-group input{appearance:none;width:12px;height:12px;border:1px solid #c9c9ca;border-radius:50%;margin:0}.filter-group input:checked{box-shadow:inset 0 0 0 3px #fff;background:#333}
.catalog-head{display:flex;justify-content:space-between;align-items:center;margin:0 0 35px}.catalog-head h1{font-size:34px;font-weight:400;margin:0}.catalog-head label{font-size:10px}.catalog-head select{border:0;background:transparent;font-weight:600;padding-right:12px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 20px}
.product-card{background:#fbfbfb;border:1px solid #dedede;border-radius:8px;padding:15px 18px 20px;display:block;min-height:420px}.product-card:hover{border-color:#bfbfc1}.badges{display:flex;gap:7px;flex-wrap:wrap}.badges span{border:1px solid #cdcdcf;border-radius:20px;padding:4px 8px;font-size:7px;color:#999}.product-pack{height:190px;display:grid;place-items:center}.product-pack img{max-height:180px;max-width:90%;object-fit:contain}.product-card h3{font-size:11px;line-height:1.35;margin:7px 0 12px;text-transform:uppercase}.card-divider{height:1px;background:#e2e2e2;margin-bottom:12px}.product-card ul{list-style:none;padding:0;margin:0}.product-card li{font-size:8px;color:#666;margin:9px 0;padding-left:15px;position:relative}.product-card li:before{content:"◉";position:absolute;left:0;font-size:7px;color:#555}
.recommendations h2{font-size:34px;font-weight:300;margin:0 0 50px}.carousel--products .product-card{min-height:400px}.recommendations .carousel-arrow{top:45%}

.product-detail-top{padding:25px 0 75px}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px}.product-gallery{position:relative;min-height:560px;display:grid;place-items:center}.product-gallery>img{max-height:450px;max-width:82%;object-fit:contain}.back-link{position:absolute;left:0;top:0;font-size:11px}.gallery-arrow{position:absolute;top:50%;border:0;background:none;color:#999;font-size:42px}.gallery-arrow.left{left:0}.gallery-arrow.right{right:0}.product-gallery .carousel-dots{position:absolute;bottom:12px}.product-detail-copy{padding-top:44px}.product-detail-copy>h1{font-size:24px;line-height:1.15;margin:0 0 12px;text-transform:uppercase}.detail-options{display:grid;gap:25px;margin-top:28px}.detail-options>div{display:grid;gap:12px}.detail-options strong{font-size:11px}.outline-option{height:42px;padding:0 17px;border:1px solid #cfcfd1;border-radius:6px;background:#fff;font-size:10px;text-align:left}.outline-option.selected{border-color:#333}.option-row{display:flex;gap:10px}.option-row .outline-option{min-width:100px;text-align:center}.size-grid{display:grid;grid-template-columns:repeat(2,150px);gap:10px}.size-option{height:64px;border:1px solid #d0d0d2;background:#fff;border-radius:6px;display:grid;grid-template-columns:25px 1fr;grid-template-rows:1fr 1fr;text-align:left;padding:10px}.size-option span{grid-row:1/-1}.size-option b{font-size:13px}.size-option small{font-size:7px;color:#aaa}.size-option.selected{border-color:#333}.detail-buy{width:195px;margin-top:2px}
.about-product{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.about-product h2{font-size:34px;margin:0 0 20px}.about-product p{font-size:14px;line-height:1.45;color:#5d5d60}.about-product-media{height:440px}
.technical h3{font-size:13px;font-weight:400;margin:0 0 50px}.technical-main{display:grid;grid-template-columns:1.55fr .75fr;gap:80px}.technical-main h4{font-size:12px;margin:0 0 10px}.technical-main p{font-size:10px;line-height:1.6;color:#555}.technical-main aside{background:#ececed;border-radius:8px;padding:25px}.technical-main aside strong{font-size:12px}.technical-main aside p,.technical-main aside small{font-size:9px;line-height:1.5}.tech-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;border-top:1px solid #ddd;margin-top:50px;padding-top:34px}.tech-stats>div{display:grid;gap:9px}.tech-stats strong{font-size:11px}.tech-stats span{font-size:9px;color:#555}.download-row{display:flex;gap:16px;margin-top:42px}.download-row button{width:220px;height:45px;border:1px solid #bbb;background:#fff;border-radius:6px;font-size:10px}
.side-panel-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.25);z-index:110;display:none;backdrop-filter:blur(5px)}.side-panel-backdrop.open{display:block}.side-panel{position:fixed;right:0;top:70px;bottom:0;width:420px;background:#f8f8f9;z-index:111;transform:translateX(100%);transition:.28s;padding:36px 28px;overflow:auto}.side-panel.open{transform:none}.side-close{position:absolute;right:18px;top:16px;border:0;background:none;font-size:26px}.side-panel h2{font-size:18px;margin:0 0 35px}.side-panel>p{font-size:11px}.measure-tabs{display:grid;grid-template-columns:1fr 1fr;margin:26px 0}.measure-tabs button{height:42px;border:0;background:#fff;font-size:10px}.measure-tabs .selected{background:#292929;color:white;border-radius:6px}.side-panel label{display:grid;gap:7px;font-size:10px;position:relative}.side-panel label input{height:48px;border:1px solid #bbb;border-radius:6px;padding:0 35px 0 12px}.side-panel label span{position:absolute;right:12px;bottom:14px;color:#888}.side-panel hr{border:0;border-top:1px solid #ccc;margin:38px 0}.calc-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.side-panel>small{display:block;margin-top:9px;color:#888;font-size:9px}.calc-output{font-size:11px;line-height:1.8;margin:25px 0}.panel-action{width:100%;position:sticky;bottom:0}.panel-colors{display:grid;grid-template-columns:1fr 1fr;gap:10px}.panel-colors a{display:flex;align-items:center;gap:10px;padding:10px;background:#fff;border:1px solid #ddd;border-radius:5px;font-size:10px}.panel-colors i{width:32px;height:32px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}

.colors-intro{padding-top:70px}.colors-intro .two-column{grid-template-columns:.9fr 1.1fr}.colors-intro h1{font-size:48px}.colors-intro-media{height:340px}.color-family-section{padding-top:40px}.color-family-section h2{font-size:18px;font-weight:400;margin:0 0 8px}.color-family-section p{font-size:10px;color:#777}.family-row{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-top:38px}.family-row a{text-align:center;font-size:9px}.family-row i{display:block;height:75px;border-radius:7px;margin-bottom:10px}.tips-section h2{font-size:43px;line-height:1.05}.tips-section>.container>p{font-size:11px;max-width:900px}.tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px 95px;margin-top:70px}.tips-grid h3{font-size:25px;line-height:1.12;margin:0 0 18px}.tips-grid p{font-size:11px;line-height:1.7;color:#666}.tone-section h2{font-size:42px;margin:0 0 45px}.tone-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.tone-grid button{height:84px;border:0;border-radius:5px;background:color-mix(in srgb,var(--tone) 20%,#f0f0f0);text-align:left;padding:17px}.tone-grid span,.tone-grid small{display:block;font-size:10px}.tone-grid small{margin-top:2px}

.blog-list,.ambassador-list{row-gap:38px}.pagination{margin-top:55px;text-align:right;font-size:9px;color:#777}.pagination button{width:30px;height:30px;border:0;background:white;margin-left:4px;color:#777}
.article-page{padding:75px 0 110px}.article-layout{display:grid;grid-template-columns:190px 1fr;gap:70px}.article-layout aside{display:grid;align-content:start;gap:10px;font-size:10px;color:#888}.article-layout aside strong{color:#333}.article-cover .placeholder-media{height:520px}.article-body{max-width:850px;margin:55px auto 0}.article-body p{font-size:13px;line-height:1.95;color:#4f4f51}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.profile-picture{height:570px}.profile-grid h1{font-size:48px;margin:0 0 8px}.profile-grid>div:last-child>span{font-size:12px;color:#888}.profile-grid p{font-size:13px;line-height:1.8;color:#666;margin:30px 0}.social-links{display:flex;gap:14px;align-items:center}.social-links a{font-size:11px}

.about-intro{grid-template-columns:.9fr 1.1fr}.about-image{height:410px}.about-statement{font-size:26px;font-weight:300;margin-top:105px}.about-statement strong{font-weight:600}.president{grid-template-columns:1fr 1fr}.president .placeholder-media{height:530px}.about-links>.container{display:grid;gap:100px}.about-links .placeholder-media{height:410px}.privacy-banner{background:#d7d7d8;border-radius:7px;padding:38px 45px}.privacy-banner h2{font-size:30px;margin:0 0 12px}.privacy-banner p{font-size:11px;color:#666}.innovation-blocks{display:grid;gap:100px}.innovation-blocks .placeholder-media{height:420px}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.metric-row div{padding:35px;border-right:1px solid #d3d3d4}.metric-row div:last-child{border-right:0}.metric-row strong{display:block;font-size:42px}.metric-row span{font-size:11px;color:#888}
.history-timeline h2{font-size:40px;margin:0 0 60px}.history-timeline article{display:grid;grid-template-columns:190px 1fr;gap:50px;padding:35px 0;border-top:1px solid #d4d4d5}.history-timeline article>strong{font-size:42px;color:#999}.history-timeline h3{font-size:20px;margin:0 0 10px}.history-timeline p{font-size:11px;color:#666;line-height:1.7}
.quality-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quality-cards article{background:#fff;border:1px solid #ddd;padding:28px;min-height:210px}.quality-cards span{font-size:12px;color:var(--orange)}.quality-cards h3{font-size:18px}.quality-cards p{font-size:10px;line-height:1.65;color:#666}.accordion{display:grid;margin-top:30px}.accordion button{border:0;border-top:1px solid #ddd;background:transparent;padding:18px 0;text-align:left;position:relative}.accordion button span{font-size:12px}.accordion button b{position:absolute;right:0}.accordion button p{display:none;font-size:10px}.accordion button.open p{display:block}

.store-search{max-width:720px;margin-bottom:50px}.store-search h2{font-size:45px;margin:0 0 12px}.store-search p{font-size:12px;color:#777}.store-search>div{display:flex;margin-top:25px}.store-search input{flex:1;height:48px;border:1px solid #ccc;border-radius:6px 0 0 6px;padding:0 15px}.store-search button{border-radius:0 6px 6px 0}.store-map-layout{display:grid;grid-template-columns:420px 1fr;gap:24px}.store-list{display:grid;gap:10px;max-height:620px;overflow:auto}.store-list article{background:#fff;border:1px solid #ddd;padding:20px;border-radius:6px}.store-list h3{font-size:15px;margin:0 0 8px}.store-list p,.store-list span,.store-list strong{display:block;font-size:10px;line-height:1.55;color:#777}.store-list a{display:block;font-size:10px;margin-top:10px}.map-design{height:620px;position:relative;overflow:hidden;border-radius:6px;background:linear-gradient(30deg,#e7e7e8 12%,transparent 12.5%,transparent 87%,#e7e7e8 87.5%,#e7e7e8),linear-gradient(150deg,#e7e7e8 12%,transparent 12.5%,transparent 87%,#e7e7e8 87.5%,#e7e7e8),linear-gradient(30deg,#e7e7e8 12%,transparent 12.5%,transparent 87%,#e7e7e8 87.5%,#e7e7e8),linear-gradient(150deg,#e7e7e8 12%,transparent 12.5%,transparent 87%,#e7e7e8 87.5%,#e7e7e8),linear-gradient(60deg,#ddd 25%,transparent 25.5%,transparent 75%,#ddd 75%,#ddd);background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px,0 0;background-color:#f0f0f0}.map-design i{position:absolute;width:24px;height:24px;border-radius:50% 50% 50% 0;background:var(--orange);transform:rotate(-45deg);box-shadow:0 3px 8px rgba(0,0,0,.2)}.map-design i:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:white;left:8px;top:8px}
.partner-page-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.partner-page-grid h1{font-size:48px;line-height:.98;margin:0 0 18px}.partner-page-grid>div>p{font-size:13px;line-height:1.75;color:#666}.partner-page-picture{height:360px;margin-top:35px}.partner-form{background:#eee;padding:36px;border-radius:7px}.partner-form h2{font-size:27px;margin:0 0 25px}.partner-form .form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.partner-form--disabled{align-self:start}.partner-form--disabled p{color:#666;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{font-size:10px}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;height:46px;border:1px solid #ccc;border-radius:5px;background:#fff;margin-top:7px;padding:10px}.form-grid textarea{height:120px}.consent{display:flex;gap:8px;font-size:9px;margin:20px 0}.notice{margin-top:16px;padding:12px;background:#e4f0e5;border:1px solid #bfd7c0;border-radius:5px;font-size:10px}.notice.error{background:#f8e7e7;border-color:#e0bcbc}.legal-page>.container{display:grid;grid-template-columns:230px 1fr;gap:80px}.legal-page aside{display:grid;align-content:start;gap:15px;position:sticky;top:110px}.legal-page aside strong{font-size:13px}.legal-page aside a{font-size:10px;color:#888}.legal-page article{max-width:880px}.legal-page article h1{font-size:45px}.legal-page article h2{font-size:24px;margin-top:50px}.legal-page article p{font-size:12px;line-height:1.9;color:#555}.empty-state{padding:30px;background:#eee;color:#777;text-align:center}

.video-modal{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.9);display:grid;place-items:center;padding:25px}.video-modal>div{width:min(1120px,100%);position:relative}.video-modal button{position:absolute;right:0;top:-50px;color:#fff;background:none;border:0;font-size:35px}.video-modal iframe{width:100%;aspect-ratio:16/9;border:0;background:#000}

@media(min-width:901px){
  .surface-section{min-height:890px;padding-top:155px;padding-bottom:190px}.surface-heading{margin-bottom:92px}.surface-section .carousel-dots{margin-top:38px}
  .video-band,.video-feature{min-height:714px}.video-feature{padding:88px 0 118px}.video-feature .carousel-dots{margin-top:28px}
  .home-innovation-section{min-height:994px;display:flex;align-items:center}.home-innovation img{height:560px}
  .home-culture-section{min-height:844px;display:flex;align-items:center}
  .home-ambassadors-section{min-height:1240px;padding-top:285px;padding-bottom:235px}.home-ambassadors-section .section-title{margin-bottom:100px}.home-ambassadors-section .placeholder-media{height:504px}
  .home-blog-section{min-height:1196px;padding-top:230px;padding-bottom:225px}.home-blog-section .section-title{margin-bottom:90px}.home-blog-section .placeholder-media{height:472px}
  .home-resolve-section{min-height:824px;padding-top:90px;padding-bottom:135px}.home-resolve-section .section-title{margin-bottom:92px}.home-resolve-section .placeholder-media{height:472px}
  .partner-cta{min-height:840px;display:flex;align-items:center;padding:120px 0}.partner-picture{height:488px}
  .trust-section{min-height:850px;padding-top:160px;padding-bottom:170px}.trust-title{margin-bottom:92px}.trust-card{min-height:438px;align-content:center}.trust-card img{width:150px;height:150px}.trust-card span{margin-top:90px}
  .life-statement{min-height:405px;display:flex;align-items:center;padding:0}
  .site-footer{min-height:596px;padding-top:88px}
}
@media(max-width:1200px){
  :root{--container:min(1080px,calc(100vw - 60px))}
  .site-nav{gap:28px}.product-mega-inner{gap:30px;grid-template-columns:1fr 1fr 1fr .95fr 1.45fr}.color-mega-inner{gap:42px;grid-template-columns:.9fr .9fr 1.35fr 1fr}.mega-column a{font-size:15px}.carousel-arrow--prev{left:-25px}.carousel-arrow--next{right:-25px}.family-row{grid-template-columns:repeat(6,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  :root{--container:calc(100vw - 40px)}
  .site-nav,.header-icon:not(.mobile-menu-btn),.product-mega,.color-mega{display:none}.mobile-menu-btn{display:grid;margin-left:auto}.mobile-menu{display:block;position:fixed;inset:70px 0 0;z-index:89;background:#222;color:#fff;padding:30px;transform:translateX(100%);transition:.25s;overflow:auto}.mobile-menu.open{transform:none}.mobile-menu a{display:block;padding:16px;border-bottom:1px solid #333;font-size:14px}.mobile-product-links{padding:4px 0 12px 16px}.mobile-product-links strong{display:block;margin:18px 0 4px;color:#9a9a9c;font-size:11px;font-weight:500}.mobile-product-links a{padding:10px 16px;color:#c8c8ca;font-size:12px;border-bottom:0}
  .home-hero-carousel{height:570px}.home-hero{background-position:60% center}.home-hero-copy{width:55%}.home-hero h1{font-size:42px}.hero-arrow{width:38px;height:38px;font-size:28px}.hero-arrow--prev{left:18px}.hero-arrow--next{right:18px}
  .carousel--four .carousel-track>*,.carousel--products .carousel-track>*{flex-basis:calc((100% - 20px)/2)}.carousel--three .carousel-track>*{flex-basis:calc((100% - 20px)/2)}
  .video-feature-grid,.two-column,.culture-grid,.partner-grid,.product-detail-grid,.about-product,.profile-grid,.partner-page-grid{grid-template-columns:1fr;gap:45px}.two-column.reverse>*:first-child{order:0}.culture-gallery{height:420px}.partner-grid{max-width:none}.partner-picture{height:380px}.trust-grid{grid-template-columns:1fr}.catalog-layout{grid-template-columns:1fr}.catalog-filter{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.product-gallery{min-height:430px}.product-detail-copy{padding-top:0}.tech-stats{grid-template-columns:repeat(2,1fr)}.technical-main{grid-template-columns:1fr}.family-row{grid-template-columns:repeat(6,1fr)}.tone-grid{grid-template-columns:repeat(3,1fr)}.tips-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-layout aside{display:flex}.store-map-layout{grid-template-columns:1fr}.store-list{max-height:none}.footer-main{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(3,1fr)}.footer-newsletter{align-items:flex-start;gap:30px;flex-direction:column}.newsletter-form{width:100%}.legal-page>.container{grid-template-columns:1fr}.legal-page aside{position:static;display:flex}.quality-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  :root{--container:calc(100vw - 28px)}
  body{font-size:14px}.site-header{height:62px}.header-inner{height:62px}.site-logo{width:112px}.mobile-menu{top:62px}.header-icon{height:62px}
  .home-hero-carousel{height:620px}.home-hero{background-position:66% center}.home-hero-copy{width:78%}.home-hero--right .container,.home-hero--center .container{justify-content:flex-start}.home-hero--right .home-hero-copy,.home-hero--center .home-hero-copy{text-align:left}.home-hero h1{font-size:36px}.home-hero p{font-size:11px}.hero-arrow{display:none}
  .section{padding:72px 0}.surface-heading{font-size:19px}.carousel--four .carousel-track>*,.carousel--three .carousel-track>*,.carousel--products .carousel-track>*{flex-basis:86%}.carousel-arrow{display:none}.surface-card{height:170px}.video-feature{padding:60px 0}.video-feature h2{font-size:31px}.video-box{height:260px}.two-column h1,.two-column h2,.culture-grid h2{font-size:31px}.two-column>img{height:300px}.culture-gallery{height:330px;gap:8px}.culture-panel{min-width:52px}.culture-panel.active{flex-basis:78%}.culture-panel span{width:38px;height:38px;right:10px;bottom:14px;font-size:26px}.culture-points{grid-template-columns:1fr}.three-grid{grid-template-columns:1fr}.placeholder-media{height:350px}.partner-grid h2{font-size:35px}.trust-grid{grid-template-columns:1fr}.trust-card{grid-template-columns:auto 1fr}.life-statement{font-size:18px}.footer-columns{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:15px}.footer-bottom span:last-child{gap:15px;flex-wrap:wrap}.chat-tab{height:90px;width:38px}.inner-hero{padding:65px 0}.inner-hero h1{font-size:39px}.catalog-head{align-items:flex-start}.product-grid{grid-template-columns:1fr}.product-card{min-height:auto}.size-grid{grid-template-columns:1fr 1fr}.side-panel{top:62px;width:100%}.about-product-media{height:320px}.tech-stats{grid-template-columns:1fr}.download-row{flex-direction:column}.download-row button{width:100%}.family-row{grid-template-columns:repeat(3,1fr)}.tone-grid{grid-template-columns:repeat(2,1fr)}.tips-section h2{font-size:34px}.article-cover .placeholder-media{height:330px}.profile-picture{height:430px}.metric-row{grid-template-columns:1fr 1fr}.quality-cards{grid-template-columns:1fr}.history-timeline article{grid-template-columns:1fr;gap:10px}.map-design{height:400px}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.partner-form{padding:25px 18px}.legal-page article h1{font-size:35px}.newsletter-form{height:44px}.footer-newsletter p{font-size:12px}
}

/* Conteúdo administrável */
.surface-card.has-image{background-position:center;background-size:cover;color:#fff;position:relative;overflow:hidden;text-shadow:0 1px 10px rgba(0,0,0,.34)}
.surface-card.has-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.16);border-radius:inherit;pointer-events:none}
.surface-card.has-image span,.surface-card.has-image b{position:relative;z-index:1}
.surface-card.has-image:hover{filter:brightness(1.04)}
.carousel-dots i{cursor:pointer}
.product-gallery .carousel-dots i{cursor:pointer}
.privacy-banner{background-position:center;background-size:cover}
.trust-card img{border-radius:4px;background:#fff}
