@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Noto+Serif+SC:wght@400;500&display=swap");

:root {
  --ink:#11110f; --muted:#74736e; --line:#d9d8d2; --soft-line:#e9e8e3;
  --paper:#fff; --soft:#f4f3ef; --dark:#171815;
  --price-red:#b51f2e;
  --serif:"Noto Serif SC","Songti SC",Georgia,serif;
  --sans:"Manrope","Microsoft YaHei","PingFang SC",sans-serif;
  --container:1280px; --gutter:clamp(24px,4vw,64px); --section:clamp(88px,9vw,144px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font:14px/1.6 var(--sans);-webkit-font-smoothing:antialiased}
body:has(.modal-backdrop,.cart-drawer){overflow:hidden}
button,input,textarea,select{color:inherit;font:inherit}
button{padding:0;border:0;background:none;cursor:pointer}
img{display:block;max-width:100%}
svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
h1,h2,h3,p{margin-top:0}
.app-shell,.page{min-height:100vh;width:100%}
.site-container{width:min(var(--container),calc(100% - var(--gutter)*2));margin-inline:auto}
.section{padding-block:var(--section)}
.section--soft{background:var(--soft)}
.eyebrow{display:block;margin-bottom:24px;font-size:10px;font-weight:600;letter-spacing:.24em;line-height:1.2;text-transform:uppercase}
.button{min-height:54px;min-width:180px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding:0 22px;border:1px solid var(--ink);font-size:12px;font-weight:600;letter-spacing:.04em;transition:.25s}
.button svg{width:19px;transition:transform .25s}
.button:hover svg,.text-link:hover svg,.product-meta>button:hover svg{transform:translateX(4px)}
.button--dark{color:#fff;background:var(--ink)} .button--dark:hover{background:#393934}
.button--line{background:transparent}.button--line:hover{color:#fff;background:var(--ink)}
.button--light{color:var(--ink);border-color:#fff;background:#fff}
.text-link{display:inline-flex;align-items:center;gap:28px;padding-bottom:8px;border-bottom:1px solid;font-size:12px;font-weight:600}
.text-link svg{width:18px;transition:transform .25s}

.utility-bar{height:32px;color:#d0d0ca;background:var(--dark);font-size:9px;letter-spacing:.08em}
.utility-inner,.utility-inner>div{height:100%;display:flex;align-items:center;justify-content:space-between}
.utility-inner p{margin:0}.utility-inner>div{gap:13px}.utility-inner button{color:inherit;font-size:inherit}.utility-inner i{width:1px;height:9px;background:#555}
.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid var(--soft-line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.header-inner{height:82px;display:grid;grid-template-columns:240px 1fr 240px;align-items:center}
.brand{width:max-content;display:inline-flex;align-items:center;gap:12px;text-align:left}
.brand-mark{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid;border-radius:50%;font:italic 18px Georgia,serif}
.brand>span:last-child{display:grid}.brand strong{font-size:15px;letter-spacing:.2em;line-height:1}.brand small{margin-top:6px;color:var(--muted);font-size:8px;letter-spacing:.26em}
.brand--logo{width:220px;height:56px;display:flex;align-items:center}.site-logo{width:210px;max-height:50px;object-fit:contain;object-position:left center}
.desktop-nav{height:100%;display:flex;align-items:stretch;justify-content:center;gap:clamp(24px,3vw,52px)}
.desktop-nav button{position:relative;font-size:12px}
.desktop-nav button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--ink);content:"";transform:scaleX(0);transition:.2s}
.desktop-nav button:hover:after,.desktop-nav button.is-active:after{transform:scaleX(1)}
.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:20px}.icon-button{position:relative;width:28px;height:32px;display:grid;place-items:center}.icon-button svg{width:20px}
.language-switch{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 3px;color:var(--muted);font-size:10px;letter-spacing:.08em}.language-switch span{transition:color .2s}.language-switch span.is-active{color:var(--ink);font-weight:600}.language-switch i{width:1px;height:10px;background:var(--line)}
.cart-button b{position:absolute;top:0;right:-5px;min-width:15px;height:15px;display:grid;place-items:center;padding:0 3px;border-radius:10px;color:#fff;background:var(--ink);font-size:8px}
.menu-button,.mobile-nav{display:none}

.home-hero{min-height:calc(100vh - 114px);border-bottom:1px solid var(--soft-line)}
.hero-grid{min-height:inherit;display:grid;grid-template-columns:minmax(400px,.92fr) minmax(500px,1.08fr)}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(40px,6vw,100px) 70px 0}
.hero-copy h1,.editorial-hero h1,.resource-hero h1{margin-bottom:36px;font:400 clamp(58px,6.2vw,94px)/1.14 var(--serif);letter-spacing:-.055em}
.hero-copy>p{max-width:520px;margin-bottom:44px;color:#5f5e59;font-size:14px;line-height:2}
.hero-actions{display:flex;gap:10px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:80px;padding-top:25px;border-top:1px solid var(--line)}
.hero-stats div{display:grid;gap:5px}.hero-stats strong{font:400 24px Georgia,serif}.hero-stats span{color:var(--muted);font-size:9px}
.hero-visual{position:relative;min-height:620px;overflow:hidden;background:#ddd}.hero-visual>img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s}.hero-visual:hover>img{transform:scale(1.02)}
.hero-caption{position:absolute;bottom:32px;left:34px;display:flex;gap:18px;color:#fff;font-size:9px;letter-spacing:.08em}.hero-caption span{font:22px Georgia,serif}.hero-caption p{margin:3px 0 0}
.hero-visual>button{position:absolute;right:0;bottom:0;width:178px;height:68px;display:flex;align-items:center;justify-content:space-around;background:#fff;font-size:11px;font-weight:600}.hero-visual>button svg{width:18px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:60px}
.section-heading h2,.brand-statement h2,.solution-copy h2,.design-panel h2,.retail-story h2,.spec-panel h2,.install-panel h2{max-width:900px;margin:0;font:400 clamp(36px,4vw,58px)/1.25 var(--serif);letter-spacing:-.04em}
.section-heading p{max-width:580px;margin:18px 0 0;color:var(--muted);line-height:1.9}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--line)}
.category-card{position:relative;min-height:275px;display:flex;flex-direction:column;align-items:flex-start;padding:22px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;transition:.25s}
.category-card:hover{color:#fff;background:var(--ink)}.category-card>span:first-child{color:var(--muted);font:11px Georgia,serif}
.category-art{width:96px;height:96px;margin:28px auto 18px;stroke-width:1.1}.category-card strong{font:500 17px var(--serif)}.category-card small{margin-top:5px;color:var(--muted);font-size:8px;letter-spacing:.12em;text-transform:uppercase}
.category-cover{width:100%;height:auto;aspect-ratio:1;margin:18px 0 14px;object-fit:cover;background:var(--soft);transition:filter .25s,transform .4s}.category-card--cover:hover .category-cover{filter:brightness(.78);transform:scale(1.015)}
.category-card>svg:last-child{position:absolute;right:22px;bottom:26px;width:17px}
.product-grid{display:grid;gap:48px 22px}.product-grid--four{grid-template-columns:repeat(4,1fr)}.product-grid--three{grid-template-columns:repeat(3,1fr)}
.product-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#fff}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .55s}.product-image:hover img{transform:scale(1.035)}
.product-image i{position:absolute;right:0;bottom:0;left:0;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#fff;background:var(--ink);font-size:9px;font-style:normal;letter-spacing:.08em;transform:translateY(100%);transition:.25s}
.product-image:hover i{transform:translateY(0)}.product-image i svg{width:15px}
.product-meta{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:19px}.product-meta small{color:var(--muted);font-size:8px;letter-spacing:.11em}.product-meta h3{margin:7px 0 2px;font:500 17px var(--serif)}.product-meta p{margin:0;color:#8b8984;font-size:9px}
.product-meta>button{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:50%}.product-meta>button svg{width:15px;transition:.2s}
.solution-feature{color:#fff;background:var(--dark)}.solution-grid{display:grid;grid-template-columns:1.12fr .88fr}.solution-image{position:relative;min-height:700px}.solution-image img{width:100%;height:100%;object-fit:cover}
.solution-image span{position:absolute;bottom:25px;left:28px;font-size:8px;letter-spacing:.16em}.solution-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:80px clamp(50px,7vw,110px)}
.solution-copy>p{max-width:480px;margin:34px 0 26px;color:#b8b8b1;line-height:2}.solution-copy ul{width:100%;margin:0 0 44px;padding:0;list-style:none}.solution-copy li{padding:13px 0;border-top:1px solid #353632;font-size:11px}
.resource-preview-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}
.resource-preview-card{position:relative;min-height:235px;padding:32px;background:#fff;text-align:left;transition:.25s}.resource-preview-card--wide{grid-row:span 2;min-height:471px;background:var(--soft)}.resource-preview-card:hover{color:#fff;background:var(--ink)}
.resource-preview-card>span{color:var(--muted);font-size:9px;letter-spacing:.12em}.resource-preview-card h3{margin:65px 0 10px;font:400 30px var(--serif)}.resource-preview-card--wide h3{margin-top:190px;font-size:46px}.resource-preview-card p{color:var(--muted)}
.resource-preview-card>svg{position:absolute;right:32px;bottom:34px;width:24px}.brand-statement{border-top:1px solid var(--soft-line)}.brand-statement>div{display:grid;grid-template-columns:1fr 3fr;gap:40px}.brand-statement .text-link{margin-top:42px}

.breadcrumb{min-height:58px;display:flex;align-items:center;gap:13px;color:#89877f;font-size:12px;font-weight:500;letter-spacing:.04em}.breadcrumb em{color:var(--ink);font-style:normal;font-weight:650}
.page-heading h1,.search-page>div>h1,.account-layout>aside h2,.orders>header h1,.form-page h1{margin:0 0 22px;font:400 clamp(42px,5vw,68px)/1.2 var(--serif);letter-spacing:-.045em}
.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:clamp(45px,7vw,100px)}.catalog-sidebar>h3{margin:0 0 18px;font-size:11px;letter-spacing:.12em}
.catalog-sidebar>button{width:100%;display:flex;gap:17px;padding:13px 0;border-bottom:1px solid var(--soft-line);color:var(--muted);text-align:left;font-size:11px}.catalog-sidebar>button span{width:21px;font:9px Georgia,serif}.catalog-sidebar>button.is-active,.catalog-sidebar>button:hover{color:var(--ink)}
.catalog-sidebar>div{margin-top:50px;padding:24px;color:#fff;background:var(--ink)}.catalog-sidebar>div strong{font:500 14px var(--serif)}.catalog-sidebar>div p{margin:8px 0 24px;color:#aaa;font-size:10px}.catalog-sidebar>div button{width:100%;display:flex;justify-content:space-between;color:#fff;font-size:10px}.catalog-sidebar>div svg{width:16px}
.catalog-toolbar{min-height:47px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:36px;border-bottom:1px solid var(--ink);font-size:10px}.catalog-toolbar label{display:flex;gap:14px}.catalog-toolbar select{padding:0 20px 10px 2px;border:0;outline:0;background:transparent;font-size:10px}

.product-detail{padding:50px 0 100px}.detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(60px,8vw,120px)}
.detail-main{position:relative;aspect-ratio:1;background:var(--soft)}.detail-main>span{position:absolute;top:20px;left:22px;color:var(--muted);font:10px Georgia,serif}.detail-main img{width:100%;height:100%;object-fit:contain}
.detail-thumbs{display:grid;grid-template-columns:repeat(3,80px);gap:10px;margin-top:14px}.detail-thumbs button{aspect-ratio:1;border:1px solid transparent;background:var(--soft)}.detail-thumbs button.is-active{border-color:var(--ink)}.detail-thumbs img{width:100%;height:100%;object-fit:contain}
.detail-info{padding-top:35px}.detail-info h1,.retail-info h1{margin:0;font:400 clamp(42px,4.2vw,62px)/1.25 var(--serif);letter-spacing:-.04em}.english-name{margin:7px 0 25px;color:#8a8882;font-size:11px;letter-spacing:.07em}.detail-info .code{font-size:9px;letter-spacing:.09em}.detail-info hr{margin:27px 0;border:0;border-top:1px solid var(--line)}
.description{max-width:530px;color:#5f5e59;line-height:2}.finish{margin-top:34px}.finish>span{display:block;margin-bottom:12px;font-size:10px}.finish>div{display:flex;gap:11px}.finish button{position:relative;width:28px;height:28px;border-radius:50%;background:var(--swatch)}.finish button.is-active:after{position:absolute;inset:-5px;border:1px solid;border-radius:50%;content:""}
.detail-actions{display:flex;gap:9px;margin-top:40px}.service-points{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:35px;padding-top:25px;border-top:1px solid var(--line)}
.service-points>div,.delivery>div{display:flex;align-items:center;gap:12px}.service-points svg,.delivery svg{width:24px}.service-points span,.delivery span{display:grid}.service-points strong,.delivery strong{font-size:10px}.service-points small,.delivery small{color:var(--muted);font-size:8px}
.detail-content{padding-bottom:var(--section);background:var(--soft)}.detail-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:80px;border-bottom:1px solid var(--line)}.detail-tabs button{position:relative;padding:25px 10px;color:var(--muted);font-size:11px}.detail-tabs button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--ink);content:"";transform:scaleX(0)}.detail-tabs button.is-active{color:var(--ink)}.detail-tabs button.is-active:after{transform:scaleX(1)}
.design-panel,.spec-panel,.dimension-panel,.install-panel{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(60px,9vw,130px)}.design-panel p,.spec-panel p,.dimension-panel p,.install-panel p{margin-top:30px;color:var(--muted);line-height:2}.design-panel>div:last-child{position:relative}.design-panel img{width:100%;height:520px;object-fit:cover}.design-panel>div:last-child span{position:absolute;right:20px;bottom:16px;color:#fff;font-size:8px;letter-spacing:.15em}
.spec-panel dl{margin:0;border-top:1px solid}.spec-panel dl div{display:grid;grid-template-columns:1fr 1fr;padding:17px 0;border-bottom:1px solid var(--line)}.spec-panel dt{color:var(--muted)}.spec-panel dd{margin:0}
.dimension-panel svg{width:100%;padding:40px;background:#fff;stroke-width:2}.dimension-panel .dim{stroke-width:1;stroke-dasharray:4 3}.dimension-panel text{fill:var(--ink);stroke:none;font:14px var(--sans)}.dimension-panel .button{margin-top:25px}
.install-panel>img{width:100%;height:520px;object-fit:cover}.install-panel ol{margin:30px 0;padding:0;list-style:none}.install-panel li{display:flex;gap:22px;padding:15px 0;border-top:1px solid var(--line)}.install-panel li span{font-family:Georgia,serif}

.resource-hero{padding:100px 0;color:#fff;background:linear-gradient(90deg,rgba(14,15,13,.96),rgba(14,15,13,.72)),url("./assets/industrial-hero.webp") center/cover}.resource-hero h1{margin-bottom:25px}.resource-hero>div>p{max-width:480px;color:#babbb5}
.resource-search{max-width:680px;height:60px;display:flex;margin-top:45px;background:#fff}.resource-search input,.main-search input{flex:1;min-width:0;padding:0 22px;border:0;outline:0;background:transparent}.resource-search button{width:140px;display:flex;align-items:center;justify-content:center;gap:11px;color:#fff;background:var(--ink);font-size:11px}
.resource-tabs{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:60px;border-bottom:1px solid var(--line)}.resource-tabs button{position:relative;display:flex;gap:20px;padding:20px 5px;color:var(--muted);text-align:left}.resource-tabs button span{font:10px Georgia,serif}.resource-tabs button.is-active{color:var(--ink)}.resource-tabs button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--ink);content:""}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.resource-grid article>div{position:relative;aspect-ratio:1.35;margin-bottom:22px;overflow:hidden;background:var(--soft)}.resource-grid img{width:100%;height:100%;object-fit:cover;transition:.4s}.resource-grid article:hover img{transform:scale(1.03)}
.resource-grid article>div button{position:absolute;right:18px;bottom:18px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--ink)}.resource-grid article>span{color:var(--muted);font-size:8px;letter-spacing:.12em}.resource-grid h3{margin:8px 0 2px;font:500 20px var(--serif)}.resource-grid p{color:var(--muted);font-size:10px}
.search-page{min-height:700px}.search-page>div>h1{margin-bottom:40px}.main-search{height:76px;display:flex;border-bottom:2px solid var(--ink)}.main-search input{padding-left:0;font:22px var(--serif)}.main-search button{width:150px;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;background:var(--ink)}
.suggestions{max-width:780px;margin-top:65px}.suggestions h3{margin:35px 0 15px;font-size:10px;letter-spacing:.12em}.suggestions button{margin:0 8px 8px 0;padding:9px 16px;border:1px solid var(--line);color:var(--muted);font-size:10px}
.result-head{display:flex;justify-content:space-between;margin:40px 0 45px;padding-bottom:14px;border-bottom:1px solid var(--line);font-size:10px}.result-head p{margin:0}
.empty{min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty>svg{width:40px;margin-bottom:24px}

.retail-detail{padding:45px 0 110px}.retail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(60px,9vw,125px)}
.retail-gallery>div{height:620px;background:var(--soft)}.retail-gallery>div img{width:100%;height:100%;object-fit:cover}.retail-gallery aside{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-bottom:1px solid var(--line)}.retail-gallery aside strong{font:400 32px Georgia,serif}.retail-gallery aside p{margin:0;color:var(--muted);font-size:10px;text-align:right}
.retail-info{padding-top:35px}.rating{display:flex;align-items:center;gap:13px;margin:24px 0}.rating b{font-size:10px;letter-spacing:.1em}.rating span{color:var(--muted);font-size:9px}.price{margin:0 0 28px;font:30px Georgia,serif}
.retail-options{margin-top:35px;border-top:1px solid var(--line)}.retail-options>label{min-height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:10px}.retail-options>label>span{display:flex;gap:7px}.retail-options>label:not(:last-child) button{padding:7px 13px;border:1px solid var(--line)}.retail-options>label button.is-active{color:#fff;border-color:var(--ink);background:var(--ink)}
.stepper{align-items:center;border:1px solid var(--line)}.stepper button,.stepper strong{width:38px;height:34px;display:grid;place-items:center}.stepper strong{font-size:11px}
.retail-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:25px}.retail-actions .button{min-width:0}.delivery{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:30px}
.retail-story{padding-block:var(--section)}.retail-story>div{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(50px,9vw,130px)}.retail-story p{margin-top:30px;color:var(--muted);line-height:2}.retail-story img{width:100%;height:500px;object-fit:cover}
.page-heading{margin-bottom:55px}.checkout-layout{display:grid;grid-template-columns:1fr 390px;align-items:start;gap:clamp(50px,7vw,100px)}.checkout-main{display:grid;gap:18px}.checkout-main>section{padding:30px;border:1px solid var(--line)}
.checkout-main>section>header{display:grid;grid-template-columns:36px 1fr auto;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line)}.checkout-main header>span{font:10px Georgia,serif}.checkout-main h2,.summary h2{margin:0;font:500 19px var(--serif)}.checkout-main header button{padding-bottom:3px;border-bottom:1px solid;font-size:10px}
.empty-address{width:100%;min-height:130px;display:grid;place-items:center;align-content:center;margin-top:20px;border:1px dashed var(--line)}.empty-address b{font-size:24px;font-weight:400}.empty-address span{font-family:var(--serif)}.empty-address small{margin-top:5px;color:var(--muted);font-size:8px}.address{padding:22px 35px 0}.address p{margin:6px 0 0;color:var(--muted)}
.checkout-product{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:22px;padding-top:24px}.checkout-product img{width:100px;height:100px;object-fit:contain;background:#fff}.checkout-product small{color:var(--muted);font-size:8px}.checkout-product h3{margin:5px 0;font:500 16px var(--serif)}.checkout-product p{margin:0;color:var(--muted);font-size:9px}
.shipping{display:grid;grid-template-columns:20px 20px 1fr auto;align-items:center;gap:10px;padding:22px 0}.shipping input,.payment input,.form-page input[type=radio]{position:absolute;opacity:0}.shipping i,.payment label i,.form-page fieldset label i{width:16px;height:16px;display:block;border:1px solid var(--line);border-radius:50%}.shipping input:checked+i,.payment input:checked+i,.form-page input:checked+i{border:5px solid var(--ink)}.shipping span{display:grid}.shipping small{color:var(--muted);font-size:9px}
.note{display:grid;gap:8px;padding-top:15px;border-top:1px solid var(--line);font-size:10px}.note textarea{min-height:80px;padding:12px;border:1px solid var(--line)}
.summary{position:sticky;top:115px;padding:35px;color:#fff;background:var(--ink)}.summary dl{margin:28px 0}.summary dl div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #383934}.summary dl div:last-child{margin-top:15px;padding-top:22px;border-top:1px solid #777;border-bottom:0;font-size:18px}.summary dt{color:#bbb}.summary dd{margin:0}.summary .button{width:100%;color:var(--ink);border-color:#fff;background:#fff}.summary>p{display:flex;align-items:center;justify-content:center;gap:8px;margin:18px 0 0;color:#aaa;font-size:8px}.summary>p svg{width:15px}

.account-layout{display:grid;grid-template-columns:250px 1fr;gap:clamp(60px,8vw,120px)}.account-layout>aside h2{margin:0 0 40px;font-size:28px}.account-layout>aside nav{display:grid;border-top:1px solid}.account-layout>aside nav button{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);color:var(--muted);text-align:left;font-size:11px}.account-layout>aside nav button.is-active{color:var(--ink)}
.orders>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:45px;border-bottom:1px solid}.orders>header h1{font-size:46px}.orders>header div{display:flex;gap:25px}.orders>header button{padding:20px 0;color:var(--muted);font-size:10px}.orders>header button.is-active{color:var(--ink)}
.order-card{border:1px solid var(--line)}.order-card>header{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;padding:20px 24px;background:var(--soft)}.order-card>header div{display:grid}.order-card>header small{color:var(--muted);font-size:8px}.order-card>header strong{font-size:10px}.order-card>header>span{color:#6a724d;font-size:10px}
.order-product{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:24px;padding:25px}.order-product img{width:110px;height:110px;object-fit:contain;background:#fff}.order-product h3{margin:4px 0;font:500 16px var(--serif)}.order-product small,.order-product p{margin:0;color:var(--muted);font-size:9px}
.progress{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 50px;border-block:1px solid var(--soft-line)}.progress div{position:relative;display:grid;justify-items:center;gap:8px;color:var(--muted);font-size:8px}.progress div:before{position:absolute;z-index:-1;top:4px;left:-50%;width:100%;height:1px;background:var(--line);content:""}.progress div:first-child:before{display:none}.progress i{width:9px;height:9px;border:1px solid var(--line);border-radius:50%;background:#fff}.progress .is-done i{border-color:var(--ink);background:var(--ink)}
.order-card>footer{display:flex;justify-content:flex-end;gap:8px;padding:15px 24px}.order-card>footer button{min-width:100px;padding:8px 15px;border:1px solid var(--line);font-size:9px}
.form-page>div{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(70px,10vw,150px)}.form-page>div>div>p{max-width:420px;color:var(--muted);line-height:2}.form-page form{display:grid;gap:25px;padding:38px;border:1px solid var(--line)}
.form-product{display:grid;grid-template-columns:85px 1fr auto;align-items:center;gap:20px}.form-product img{width:85px;height:85px;object-fit:contain;background:#fff}.form-product h3{margin:4px 0;font-family:var(--serif)}.form-product small{color:var(--muted)}
.form-page fieldset{display:grid;gap:0;margin:0;padding:0;border:0}.form-page legend{width:100%;padding:16px 0;border-bottom:1px solid;font-size:10px;font-weight:600}.form-page fieldset label{display:grid;grid-template-columns:22px 1fr;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:11px}
.field{display:grid;gap:8px;font-size:10px}.field textarea,.field input,.address-form input{min-height:48px;padding:12px;border:1px solid var(--line);outline:0}.field textarea{min-height:110px}

.editorial-hero{padding:125px 0;background:var(--soft)}.editorial-hero>div{display:grid;grid-template-columns:1.45fr .55fr;align-items:end;gap:80px}.editorial-hero h1{margin:0}.editorial-hero p{margin:0 0 12px;color:var(--muted);line-height:2}
.solutions-hero{color:#fff;background:linear-gradient(90deg,rgba(15,16,14,.93),rgba(15,16,14,.55)),url("./assets/industrial-hero.webp") center/cover}.solutions-hero p{color:#cacac4}
.about-image img{width:100%;height:62vh;min-height:500px;object-fit:cover}.values,.solution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.values article{min-height:300px;padding:35px;background:#fff}.values h2{margin-top:100px;font:400 34px var(--serif)}.values p{color:var(--muted)}
.solution-cards{gap:24px;background:transparent}.solution-cards img{width:100%;height:370px;object-fit:cover}.solution-cards>article>span{display:block;margin-top:18px;color:var(--muted);font:10px Georgia,serif}.solution-cards h2{margin:8px 0;font:400 26px var(--serif)}.solution-cards p{color:var(--muted)}.solution-cards button{display:flex;align-items:center;gap:20px;padding-bottom:6px;border-bottom:1px solid;font-size:10px}
.success{min-height:calc(100vh - 114px);display:grid;place-items:center;padding:80px 24px;text-align:center}.success>div{max-width:560px}.success>div>svg{width:54px;height:54px;padding:13px;margin-bottom:28px;border:1px solid;border-radius:50%}.success h1{font:400 58px var(--serif)}.success>div>p{color:var(--muted);line-height:2}.success dl{margin:35px 0;border-top:1px solid var(--line)}.success dl div{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.success dt{color:var(--muted)}.success dd{margin:0}.success aside{display:flex;justify-content:center;gap:9px}

.site-footer{padding:78px 0 22px;color:#d2d2cc;background:#11120f}.footer-grid{display:grid;grid-template-columns:2.2fr repeat(3,1fr);gap:60px;padding-bottom:75px}.brand-mark--light{border-color:#d2d2cc}.footer-brand h3{margin:18px 0 10px;font-size:18px;letter-spacing:.22em}.footer-brand p{max-width:340px;color:#7f807a;font-size:10px;line-height:2}.footer-logo{width:min(260px,100%);height:auto;margin-bottom:24px;filter:invert(1)}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start}.footer-grid h4{margin:0 0 25px;color:#fff;font-size:10px;letter-spacing:.15em}.footer-grid button,.footer-grid>div:not(:first-child) p{margin:0 0 12px;color:#898a84;font-size:10px}.footer-grid button:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #30312d;color:#666762;font-size:8px;letter-spacing:.08em}.footer-bottom div{display:flex;gap:25px}.footer-bottom button{color:inherit;font-size:inherit}

.backdrop,.modal-backdrop{position:fixed;z-index:90;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(3px)}.cart-drawer{position:fixed;z-index:100;top:0;right:0;bottom:0;width:min(460px,100%);display:flex;flex-direction:column;padding:34px;background:#fff;box-shadow:-20px 0 70px rgba(0,0,0,.16);animation:slide-in .3s}
@keyframes slide-in{from{transform:translateX(100%)}}
.cart-drawer>header,.modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:25px;border-bottom:1px solid}.cart-drawer h2,.modal h2{margin:0;font:400 26px var(--serif)}
.drawer-product{display:grid;grid-template-columns:110px 1fr auto;gap:18px;padding:28px 0;border-bottom:1px solid var(--line)}.drawer-product img{width:110px;height:110px;object-fit:contain;background:#fff}.drawer-product h3{margin:4px 0;font-family:var(--serif)}.drawer-product small,.drawer-product p{margin:0;color:var(--muted);font-size:9px}
.cart-drawer>footer{margin-top:auto;text-align:center}.cart-drawer>footer>div{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid;font-size:16px}.cart-drawer>footer p{color:var(--muted);font-size:9px}.cart-drawer>footer .button{width:100%;margin-bottom:18px}.cart-drawer>footer>button:last-child{padding-bottom:5px;border-bottom:1px solid;font-size:10px}
.drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.drawer-empty>svg{width:40px;margin-bottom:20px}.drawer-empty h3{font:400 24px var(--serif)}
.modal-backdrop{z-index:110;display:grid;place-items:center;padding:24px}.modal{width:min(600px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:34px;background:#fff}
.address-form{display:grid;gap:18px;margin-top:26px}.address-form>div{display:grid;grid-template-columns:1fr 1fr;gap:15px}.address-form label{display:grid;gap:7px;font-size:10px}.address-form .button,.payment>.button{width:100%}.demo{justify-self:start;padding-bottom:3px;border-bottom:1px solid;font-size:9px}
.payment>label{display:grid;grid-template-columns:20px 38px 1fr;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.payment>label b{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#14a36d;font-size:10px}.payment>label b.blue{background:#1678ff}.payment>.button{margin-top:30px}
.toast{position:fixed;z-index:130;right:30px;bottom:30px;min-width:250px;display:flex;align-items:center;gap:12px;padding:17px 20px;color:#fff;background:var(--ink);box-shadow:0 10px 40px rgba(0,0,0,.2);font-size:10px}.toast svg{width:18px}

@media(max-width:1050px){
  .header-inner{grid-template-columns:180px 1fr 180px}.desktop-nav{gap:22px}.header-tools{gap:14px}.hero-grid{grid-template-columns:.9fr 1.1fr}.hero-copy{padding-right:45px}.hero-copy h1{font-size:56px}.hero-stats{margin-top:50px}
  .product-grid--four{grid-template-columns:repeat(3,1fr)}.catalog-layout{grid-template-columns:190px 1fr;gap:45px}.product-grid--three{grid-template-columns:repeat(2,1fr)}.detail-grid,.retail-grid{gap:55px}.checkout-layout{grid-template-columns:1fr 330px;gap:35px}
}

@media(max-width:760px){
  :root{--gutter:20px;--section:72px}
  .utility-bar,.desktop-nav,.desktop-only{display:none}.header-inner{height:68px;grid-template-columns:1fr auto}.header-tools{grid-column:2;gap:12px}.language-switch{padding-inline:1px;font-size:9px}.menu-button{display:grid}.brand-mark{width:33px;height:33px}.brand strong{font-size:13px}
  .mobile-nav{position:absolute;top:68px;right:0;left:0;display:grid;padding:12px var(--gutter) 25px;border-bottom:1px solid var(--line);background:#fff;opacity:0;pointer-events:none;transform:translateY(-12px);transition:.22s}.mobile-nav.is-open{opacity:1;pointer-events:auto;transform:none}.mobile-nav button{padding:14px 0;border-bottom:1px solid var(--soft-line);text-align:left}
  .home-hero{min-height:0}.hero-grid{width:100%;display:flex;flex-direction:column}.hero-copy{padding:70px var(--gutter) 55px}.hero-copy h1,.editorial-hero h1,.resource-hero h1{margin-bottom:25px;font-size:clamp(44px,14vw,62px)}.hero-copy>p{font-size:13px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-stats{margin-top:45px}.hero-stats strong{font-size:19px}.hero-stats span{font-size:7px}.hero-visual{min-height:500px}
  .section-heading{display:block;margin-bottom:40px}.section-heading h2,.brand-statement h2,.solution-copy h2,.design-panel h2,.retail-story h2,.spec-panel h2,.install-panel h2{font-size:35px}.section-heading .text-link{margin-top:25px}
  .category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:215px;padding:16px}.category-art{width:70px;height:70px;margin:22px auto 15px}.category-cover{height:auto;margin:14px 0 12px}.category-card strong{font-size:14px}
  .product-grid--four,.product-grid--three{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 12px}.product-image i{display:none}.product-meta{align-items:start}.product-meta h3{font-size:13px}.product-meta p,.product-meta>button{display:none}
  .solution-grid{width:100%;display:block}.solution-image{min-height:470px}.solution-copy{padding:65px var(--gutter)}.resource-preview-grid{grid-template-columns:1fr}.resource-preview-card--wide{grid-row:auto}.resource-preview-card,.resource-preview-card--wide{min-height:230px}.resource-preview-card h3,.resource-preview-card--wide h3{margin-top:65px;font-size:28px}
  .brand-statement>div{display:block}.brand-statement .eyebrow{margin-bottom:40px}.breadcrumb{min-height:64px;gap:14px;overflow:auto;white-space:nowrap;font-size:15px;font-weight:600}
  .page-heading h1,.search-page>div>h1,.form-page h1{font-size:43px}
  .catalog-layout{display:block}.catalog-sidebar{display:flex;gap:8px;margin-bottom:35px;overflow-x:auto;scrollbar-width:none}.catalog-sidebar>h3,.catalog-sidebar>div{display:none}.catalog-sidebar>button{width:auto;flex:0 0 auto;gap:6px;padding:9px 13px;border:1px solid var(--line)}.catalog-sidebar>button.is-active{color:#fff;border-color:var(--ink);background:var(--ink)}.catalog-sidebar>button span{display:none}
  .detail-grid,.retail-grid{display:block}.product-detail,.retail-detail{padding-top:20px}.detail-main{aspect-ratio:1}.detail-thumbs{grid-template-columns:repeat(3,60px)}.detail-info,.retail-info{padding-top:55px}.detail-info h1,.retail-info h1{font-size:40px}
  .detail-actions,.retail-actions{display:grid;grid-template-columns:1fr}.detail-actions .button,.retail-actions .button{width:100%}.service-points,.delivery{grid-template-columns:1fr}.detail-tabs{display:flex;margin-bottom:50px;overflow-x:auto}.detail-tabs button{flex:0 0 auto;padding-inline:22px}
  .design-panel,.spec-panel,.dimension-panel,.install-panel{display:flex;flex-direction:column;gap:45px}.design-panel img,.install-panel>img{height:380px}.dimension-panel svg{padding:15px}
  .resource-hero{padding:75px 0}.resource-search,.main-search{height:58px}.resource-search button,.main-search button{width:60px;font-size:0}.resource-tabs{display:flex;overflow-x:auto}.resource-tabs button{flex:0 0 170px}.resource-grid{grid-template-columns:1fr;gap:40px}.main-search input{font-size:15px}
  .retail-gallery>div{height:430px}.retail-story>div{display:flex;flex-direction:column}.retail-story img{height:350px}
  .checkout-layout,.account-layout,.form-page>div{display:block}.checkout-main>section{padding:22px 17px}.checkout-product{grid-template-columns:80px 1fr auto;gap:12px}.checkout-product img{width:80px;height:80px}.summary{position:static;margin-top:25px;padding:28px 22px}
  .account-layout>aside{margin-bottom:55px}.account-layout>aside h2{font-size:28px}.account-layout>aside nav{display:flex;overflow-x:auto}.account-layout>aside nav button{flex:0 0 auto;padding:13px 18px;border:1px solid var(--line)}.orders>header{display:block}.order-card>header{grid-template-columns:1fr auto}.order-card>header div:nth-child(2){display:none}.order-product{grid-template-columns:80px 1fr auto;padding:18px}.order-product img{width:80px;height:80px}.progress{padding-inline:20px}.progress div span{text-align:center}
  .form-page>div>div{margin-bottom:45px}.form-page form{padding:22px}.editorial-hero{padding:85px 0}.editorial-hero>div{display:block}.editorial-hero p{margin-top:35px}.about-image img{min-height:0;height:440px}.values,.solution-cards{grid-template-columns:1fr}.values article{min-height:220px}.values h2{margin-top:55px}.solution-cards{gap:50px}.solution-cards img{height:330px}
  .success h1{font-size:43px}.success aside{display:grid}.footer-grid{grid-template-columns:1fr 1fr;gap:45px 25px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom div{margin-top:12px}
  .cart-drawer{padding:25px 20px}.modal{padding:25px 20px}.address-form>div{grid-template-columns:1fr}.toast{right:20px;bottom:20px;left:20px}
}
@media(max-width:420px){
  .header-tools{gap:8px}.hero-caption{left:20px}.hero-visual>button{width:150px}.category-card{min-height:195px}.product-image{aspect-ratio:1}.product-meta small{font-size:7px}
  .checkout-product,.order-product{grid-template-columns:70px 1fr}.checkout-product>strong,.order-product>strong{grid-column:2}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* v2 homepage, cart and order refinements */
.banner-carousel{position:relative;width:100%;aspect-ratio:8/3;overflow:hidden;background:#e9e8e3;touch-action:pan-y}
.banner-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .7s ease}
.banner-slide.is-active{opacity:1;pointer-events:auto}
.banner-slide img{width:100%;height:100%;object-fit:cover}
.banner-arrow{position:absolute;z-index:3;top:50%;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:#fff;background:rgba(17,17,15,.34);backdrop-filter:blur(8px);transform:translateY(-50%);transition:.2s}
.banner-arrow:hover{color:var(--ink);background:#fff}
.banner-arrow svg{width:20px}.banner-arrow--prev{left:28px;transform:translateY(-50%) rotate(180deg)}.banner-arrow--next{right:28px}
.banner-dots{position:absolute;z-index:3;right:0;bottom:28px;left:0;display:flex;justify-content:center;gap:9px}
.banner-dots button{width:28px;height:2px;background:rgba(255,255,255,.48);transition:.2s}.banner-dots button.is-active{background:#fff}
.banner-empty{min-height:360px;display:grid;place-items:center;color:var(--muted);background:var(--soft);font-size:11px;letter-spacing:.12em}
.simple-heading{margin-bottom:48px;border-bottom:1px solid var(--ink)}
.simple-heading h2{margin:0;padding-bottom:22px;font:500 clamp(38px,4.4vw,64px)/1.1 var(--serif);letter-spacing:.02em}
.home-video-section{padding:0 0 var(--section);background:var(--paper)}
.home-video-section .site-container{width:min(var(--container),calc(100% - var(--gutter)*2));padding-top:var(--section)}
.home-video-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(20px,3vw,46px)}
.home-video-section video,.video-placeholder{width:100%;aspect-ratio:9/16;background:#e9e8e3}
.home-video-section video{display:block;object-fit:cover}
.video-placeholder{position:relative;display:grid;place-items:center;overflow:hidden}.video-placeholder span{color:var(--muted);font-size:11px;letter-spacing:.1em}.video-placeholder svg{width:30px}
.footer-grid--compact{grid-template-columns:2.4fr 1fr}.footer-grid--compact .footer-brand{grid-column:auto}
.product-price,.detail-price{display:block;margin-top:10px;font:500 14px Georgia,serif}.detail-price{font-size:24px}
.drawer-products{flex:1;min-height:0;overflow:auto;padding-right:4px}
.cart-stepper{width:max-content;display:inline-flex;align-items:center;margin-top:10px;border:1px solid var(--line)}.cart-stepper button,.cart-stepper strong{width:30px;height:28px;display:grid;place-items:center}.cart-stepper strong{font-size:10px}
.drawer-product>button{align-self:start;width:28px;height:28px;color:var(--muted);font-size:20px}.cart-drawer>footer{flex:0 0 auto;background:#fff}
.checkout-main>section:nth-child(2) .checkout-product+.checkout-product{border-top:1px solid var(--soft-line)}
.order-items .order-product+.order-product{border-top:1px solid var(--soft-line)}
.order-card+.order-card{margin-top:18px}.order-card>footer{align-items:center}.order-card>footer>strong{margin-right:auto;font-size:10px}
.order-lookup-form{display:grid;gap:15px}.order-lookup-form label{display:grid;gap:7px;color:var(--muted);font-size:10px}.order-lookup-form input{height:46px;padding:0 12px;border:1px solid var(--line);outline:0}.order-lookup-form .button{width:100%;min-width:0;margin-top:5px}
.category-empty,.page-empty{min-height:440px}.category-empty p{color:var(--muted)}

@media(max-width:760px){
  .banner-carousel{aspect-ratio:3/4;min-height:0}.banner-slide img{object-position:center}.banner-arrow{width:40px;height:40px}.banner-arrow--prev{left:14px}.banner-arrow--next{right:14px}.banner-dots{bottom:18px}.banner-dots button{width:22px}
  .banner-empty{min-height:420px}.simple-heading{margin-bottom:32px}.simple-heading h2{padding-bottom:16px;font-size:38px}
  .home-video-section{padding-bottom:var(--section)}.home-video-section .site-container{padding-top:var(--section)}
  .footer-grid--compact{grid-template-columns:1fr 1fr}.footer-grid--compact .footer-brand{grid-column:1/-1}
  .product-price{font-size:12px}.drawer-products{margin-right:-4px}.drawer-product{grid-template-columns:82px 1fr auto;gap:12px;padding:20px 0}.drawer-product img{width:82px;height:82px}
  .order-lookup-form{max-width:420px}.category-empty,.page-empty{min-height:360px}
}
@media(max-width:760px){.brand--logo{width:150px;height:48px}.site-logo{width:145px;max-height:39px}.footer-logo{width:220px}}

/* v2.3 global readability pass */
body{font-size:16px;line-height:1.72}
.utility-bar{font-size:12px;font-weight:500}
.brand small{font-size:11px;font-weight:500}
.desktop-nav button{font-size:14px;font-weight:500}
.language-switch{font-size:13px;font-weight:500}
.cart-button b{font-size:10px;font-weight:700}
.eyebrow{font-size:12px;font-weight:650}
.button,.text-link{font-size:14px;font-weight:650}
.hero-stats span,.hero-caption,.solution-image span,.resource-preview-card>span,
.category-card small,.product-meta small,.product-meta p,.product-image i,
.catalog-sidebar>div p,.catalog-sidebar>div button,.english-name,.detail-info .code,
.finish>span,.service-points strong,.service-points small,.delivery strong,.delivery small,
.design-panel>div:last-child span,.resource-grid article>span,.resource-grid p,
.retail-gallery aside p,.rating b,.rating span,.checkout-product small,.checkout-product p,
.shipping small,.empty-address small,.summary>p,.order-card>header small,
.order-card>header strong,.order-card>header>span,.order-product small,.order-product p,
.progress div,.drawer-product small,.drawer-product p,.cart-drawer>footer p,
.footer-brand p,.footer-grid h4,.footer-grid button,.footer-grid>div:not(:first-child) p,
.footer-bottom,.video-placeholder span,.banner-empty,.order-card>footer>strong{
  font-size:12px
}
.breadcrumb,.hero-visual>button,.solution-copy li,.catalog-sidebar>h3,.catalog-sidebar>button,
.catalog-toolbar,.catalog-toolbar select,.detail-tabs button,.resource-search button,
.resource-tabs button,.suggestions h3,.suggestions button,.result-head,.retail-options>label,
.checkout-main header>button,.note,.account-layout>aside nav button,.orders>header button,
.order-card>footer button,.form-page legend,.form-page fieldset label,.field,
.solution-cards>article>span,.solution-cards button,.cart-drawer>footer>button:last-child,
.address-form label,.demo,.toast,.order-lookup-form label{
  font-size:14px
}
.catalog-toolbar,.result-head,.detail-tabs button,.resource-tabs button,
.account-layout>aside nav button{font-weight:550}
.product-price{font-size:16px}
.cart-stepper strong{font-size:13px}
.form-page input,.form-page textarea,.address-form input,.order-lookup-form input,
.resource-search input,.main-search input{font-size:15px}
.toast{font-weight:650}
.product-meta small,.detail-info .code,.dimension-panel h2,.checkout-product small,
.order-product small,.drawer-product small{overflow-wrap:anywhere;word-break:break-word}
.product-price,.detail-price,.drawer-product p,.checkout-product p,.checkout-product>strong,
.summary dl div:first-child dd,.order-product p,.order-product>strong,.order-card>footer>strong,
.success dl div:last-child dd{color:var(--price-red);font-family:var(--serif);font-style:normal;font-weight:500;font-variant-numeric:lining-nums tabular-nums}
.summary dl div:first-child dd{color:#ff6975}

@media(max-width:760px){
  body{font-size:15px;line-height:1.68}
  .language-switch{font-size:12px}.mobile-nav button{font-size:16px;font-weight:600}
  .hero-copy>p{font-size:15px}.hero-stats span{font-size:12px}
  .category-card strong{font-size:17px}.category-card small{font-size:12px}
  .product-meta h3{font-size:16px}.product-meta small{font-size:12px}
  .breadcrumb{font-size:16px}.catalog-sidebar>button{font-size:14px}
  .catalog-toolbar,.catalog-toolbar select{font-size:14px}
  .product-price{font-size:15px}
  .footer-grid h4,.footer-grid button,.footer-grid>div:not(:first-child) p,.footer-bottom{font-size:12px}
}
