/* UNIKE design tokens. The brighter brand red is used for visual accents;
   the action red provides 4.5:1+ contrast for normal white button text. */
body.unike-look{--red:#f9050d;--action:#d9040b;--red-dark:#b8040a;--olive:#66685a;--ink:#393b34;--muted:#66685a;--paper:#f5f5f2;--pale:#eeefeb;--line:#d5d6d0;--green:#f9050d;--white:#fff;--radius:14px;--body:'Barlow',Arial,sans-serif;--heading:'Fira Sans',Arial,sans-serif;--space:24px;color:var(--olive);background:#fff;font:18px/1.65 var(--body)}
.unike-look :where(h1,h2,h3,h4,legend){font-family:var(--heading);color:var(--olive)}
.unike-look h1{font-size:clamp(32px,3.6vw,48px);line-height:1.2;letter-spacing:-1px;font-weight:600;margin:0 0 30px}
.unike-look h2{font-size:clamp(25px,2.5vw,38px);font-weight:500;line-height:1.25;letter-spacing:-.6px}
.unike-look h3{font-size:23px;font-weight:500;line-height:1.3}
.unike-look img{max-width:100%;height:auto}
.unike-look :where(button,input,select,textarea){font-family:var(--body)}
.unike-look :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid #a40008;outline-offset:4px}
.unike-look :where(input,select,textarea){accent-color:var(--action)}
.unike-look a:hover{color:var(--red-dark)}
.unike-look .container{width:min(1240px,calc(100% - 80px));margin-inline:auto}
.unike-look .eyebrow{font-family:var(--heading);font-size:12px;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px;color:var(--olive)}
.unike-look .site-main{max-width:1320px;margin:auto;padding:48px 40px 80px;min-height:45vh}
.unike-look .site-main>h1:after{content:'';display:block;width:52px;height:3px;background:var(--red);margin-top:24px}
.unike-look .contact-bar{background:var(--olive);color:#fff;font-size:14px}
.unike-look .contact-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.unike-look .contact-bar a{color:#fff;text-decoration:none}
.unike-look .site-header{display:block;max-width:none;padding:0;margin:0;background:#fff;border-bottom:1px solid var(--line)}
.unike-look .nav-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.unike-look .brand{flex:0 0 245px;display:block;line-height:1;background:#fff}
.unike-look .brand img{display:block;width:245px;height:auto;object-fit:contain}
.unike-look .site-header #navigation{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin:0;font:500 12px/1.5 var(--heading)}
.unike-look #navigation>a,.unike-look .nav-disclosure>summary{min-height:44px;display:flex;align-items:center;text-decoration:none;white-space:nowrap}
.unike-look .nav-disclosure>summary{cursor:pointer;gap:6px;padding:0}
.unike-look .nav-disclosure>summary:after{content:'⌄'}
.unike-look .nav-disclosure summary::-webkit-details-marker{display:none}
.unike-look .nav-menu{left:0;right:auto;border-radius:10px;background:#fff;z-index:50;min-width:230px;box-shadow:0 12px 30px #393b3417}
.unike-look .nav-menu a{white-space:normal;min-height:44px;display:flex;align-items:center}
.unike-look .nav-menu a:hover{background:var(--pale);color:var(--red-dark)}
.unike-look .unike-languages{font-family:var(--heading);font-size:12px;z-index:55}
.unike-look .unike-languages summary{min-height:44px;border:0;padding:8px 0}
.unike-look .language-options{z-index:60}
.unike-look .language-options a{min-height:44px}
.unike-look .menu-toggle{display:none;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);min-height:44px;padding:8px 12px;cursor:pointer;font-size:14px}
.unike-look .button,.unike-look button.button,.unike-look .woocommerce a.button,.unike-look .woocommerce button.button,.unike-look .woocommerce input.button,.unike-look .woocommerce #respond input#submit{display:inline-flex;justify-content:center;align-items:center;gap:14px;min-height:48px;padding:13px 24px;border:1px solid var(--action);border-radius:32px;background:var(--action);color:#fff;font:500 15px/1.45 var(--heading);text-decoration:none;text-align:center;white-space:normal;transition:background .18s,border-color .18s}
.unike-look .button:hover,.unike-look .woocommerce .button:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff}
.unike-look .button.secondary{background:#fff;color:var(--olive);border-color:#888a7f}
.unike-look .button.secondary:hover{background:var(--pale);color:var(--ink);border-color:var(--olive)}
.unike-look .button:disabled,.unike-look .button[disabled],.unike-look .woocommerce .button:disabled[disabled]{background:#e8e9e4;color:#66685a;border-color:#bfc1b6;opacity:1;cursor:not-allowed}
.unike-look .site-header .nav-cta{font-size:12px;min-height:44px;padding:11px 18px;white-space:nowrap}
.unike-look .text-link{font:500 16px/1.5 var(--heading);text-decoration:none}
.unike-look .text-link:hover{text-decoration:underline}
.unike-look .site-footer{max-width:none;display:block;padding:0;margin:0;background:#e8e9e4;border:0;font-size:16px;color:var(--olive)}
.unike-look .footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1.3fr;gap:70px;padding-block:60px}
.unike-look .footer-grid nav{display:grid;align-content:start;gap:8px}
.unike-look .footer-grid h2{font-size:21px;border-bottom:2px solid var(--red);padding-bottom:18px;margin:0 0 14px}
.unike-look .footer-grid p{margin:10px 0 22px}
.unike-look .footer-grid a{text-decoration:none;overflow-wrap:anywhere}
.unike-look .footer-grid a:hover{text-decoration:underline}
.unike-look .footer-demo{font-size:14px}
.unike-look .footer-bottom{background:var(--olive);color:#fff;font-size:14px;padding:17px 0}
.unike-look .panel,.unike-look .knowledge-card,.unike-look .process-demo,.unike-look .material-filter{border-color:var(--line);border-radius:var(--radius);background:#fff}
.unike-look .knowledge-band{background:var(--pale);border-color:var(--line);border-radius:var(--radius)}
.unike-look .knowledge-figure{background:var(--pale);border-radius:10px}
.unike-look .knowledge-card .example{border-left-color:var(--red)}
.unike-look .filter-buttons button,.unike-look .motion-toggle{border-color:#929487;color:var(--olive);min-height:44px}
.unike-look .filter-buttons button[aria-pressed=true]{background:var(--olive);color:white;border-color:var(--olive)}
.unike-look .test-note,.unike-look .badge,.unike-look .unike-account-notice,.unike-look .unike-order-hint{background:var(--pale);color:var(--ink);border-color:var(--line)}
.unike-look .test-note{border-left:3px solid var(--olive)}
.unike-look input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]),.unike-look select,.unike-look textarea{background:#fff;color:var(--ink);border:1px solid #94968b;border-radius:7px;padding:11px 13px;min-height:46px;font-size:16px;max-width:100%}
.unike-look input::placeholder,.unike-look textarea::placeholder{color:#707266;opacity:1}
.unike-look label{color:var(--ink);font-size:16px;line-height:1.5}
.unike-look input[type=checkbox],.unike-look input[type=radio]{width:18px;height:18px;flex:0 0 auto}
.unike-look :where(input,textarea,select)[aria-invalid=true],.unike-look .woocommerce-invalid :where(input,select){border-color:#b42318;box-shadow:0 0 0 1px #b42318}
.unike-look :where(input,select,textarea):disabled{background:#f0f1ed;color:var(--muted);cursor:not-allowed}
.unike-look .fields{gap:20px}
.unike-look .engineering-panel{max-width:1080px;margin:0 auto;padding:32px;border-top:3px solid var(--red)}
.unike-look .engineering-panel>h2{font-size:32px;margin-bottom:14px}
.unike-look .engineering-panel>p{max-width:780px}
.unike-look .engineering-panel fieldset{border-color:var(--line);border-radius:10px;margin:28px 0;padding:24px}
.unike-look .engineering-panel legend{font-size:20px;font-weight:500}
.unike-look #engineering-upload-zone,.unike-look .upload-zone{background:#f7f7f4;border:1px dashed #929487;border-radius:10px;padding:22px}
.unike-look input[type=file]{width:100%;min-width:0;max-width:100%;font-size:15px}
.unike-look input[type=file]::file-selector-button{background:#fff;color:var(--ink);border:1px solid #8d8f83;border-radius:6px;padding:10px 14px;font:inherit;margin-right:12px;cursor:pointer}
.unike-look .mesh-viewer{border-color:var(--line);background:#f5f5f2}
.unike-look .mesh-viewer-toolbar .button[aria-pressed=true],.unike-look .mesh-viewer-toolbar .button[aria-pressed=true]:hover{background:var(--olive);color:#fff;border-color:var(--olive)}
.unike-look #engineering-consultation{border-color:#9a9c8f;background:#f7f7f4}
.unike-look .engineering-summary,.unike-look .saved-configuration{background:var(--pale)}
.unike-look .saved-configuration.is-current{border-left-color:var(--red)}
.unike-look .part-price{background:var(--pale);border-color:var(--line);border-left:3px solid var(--red)}
.unike-look .saved-part,.unike-look .part-summary form,.unike-look .unike-order-card,.unike-look .unike-order-part,.unike-look .unike-invoice{border-color:var(--line);border-radius:var(--radius)}
.unike-look .unike-orders,.unike-look .part-summary{margin:0 auto}
.unike-look .unike-order-totals,.unike-look .unike-invoice :where(th,td),.unike-look .part-facts :where(dt,dd){border-color:var(--line)}
.unike-look .saved-part .delete-button,.unike-look .delete-confirmation .delete-button{background:#9b241b;color:#fff;border-color:#9b241b}
.unike-look .woocommerce :where(table.shop_table,form.login,form.register){border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.unike-look .woocommerce table.shop_table th{background:#f4f4f1;font-family:var(--heading);font-weight:500}
.unike-look .woocommerce :where(td,th){padding:14px;overflow-wrap:anywhere}
.unike-look .woocommerce .quantity .qty{min-width:74px;max-width:110px}
.unike-look .woocommerce .cart-collaterals .cart_totals{padding:26px;background:var(--pale);border-radius:var(--radius)}
.unike-look .woocommerce-checkout #payment{background:var(--pale);border-radius:var(--radius)}
.unike-look .woocommerce-checkout #payment div.payment_box{background:#fff;color:var(--ink)}
.unike-look .woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#fff}
.unike-look .woocommerce .col2-set .col-1,.unike-look .woocommerce .col2-set .col-2{min-width:0}
.unike-look .woocommerce .unike-account-choice label,.unike-look .unike-register-fields,.unike-look.woocommerce-checkout #ship-to-different-address label{border-color:var(--line);background:#fff}
.unike-look .woocommerce .unike-account-choice label:has(input:checked),.unike-look.woocommerce-checkout #ship-to-different-address label:has(input:checked){background:var(--pale);border-color:var(--olive)}
.unike-look .woocommerce .woocommerce-MyAccount-navigation{padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--pale)}
.unike-look .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}
.unike-look .woocommerce-MyAccount-navigation a{display:block;padding:10px 14px;border-radius:6px;text-decoration:none}
.unike-look .woocommerce-MyAccount-navigation .is-active a{background:#fff;border-left:3px solid var(--red);font-weight:600}
.unike-look .woocommerce-MyAccount-content{padding:20px;border:1px solid var(--line);border-radius:var(--radius)}
.unike-look .woocommerce-info{background:#edf2f5;color:#294c62;border-top-color:#35647d}
.unike-look .woocommerce-info:before{color:#35647d}
.unike-look .woocommerce-message{background:#edf4ec;color:#2b5634;border-top-color:#377042}
.unike-look .woocommerce-message:before{color:#377042}
.unike-look .woocommerce-error{background:#fff0ee;color:#8a2018;border-top-color:#b42318}
.unike-look .woocommerce-error:before{color:#b42318}
.unike-look .woocommerce :where(.woocommerce-info,.woocommerce-message,.woocommerce-error){border-radius:8px;overflow-wrap:anywhere}
.unike-look .woocommerce button.button[name=update_cart]{background:var(--action)!important;color:#fff!important;border-color:var(--action)!important}
.unike-look .woocommerce button.button[name=update_cart]:disabled[disabled]{background:#e8e9e4!important;color:#66685a!important;border-color:#a8aa9e!important}
.unike-look .empty,.unike-look .cart-empty{padding:24px;background:var(--pale);border-radius:10px}
.unike-look .legal-page,.unike-look .unike-legal{overflow-wrap:anywhere}
.unike-look.unike-has-saved-parts{padding-right:0;padding-bottom:72px}
.unike-look .saved-parts-link{top:auto;bottom:16px;right:16px;transform:none;width:auto;min-height:44px;padding:10px 20px;writing-mode:horizontal-tb;border:1px solid var(--olive);border-radius:28px;background:var(--olive);color:#fff;font:500 14px/1.5 var(--heading);box-shadow:0 4px 16px #393b3420}
.unike-look .saved-parts-link:hover{background:var(--ink);color:#fff}
.unike-look .site-main :where(pre,code){overflow-wrap:anywhere;white-space:pre-wrap}
@media(max-width:1200px){
 .unike-look .nav-inner{display:grid;grid-template-columns:1fr auto auto;gap:18px;min-height:105px;padding-block:14px}
 .unike-look .brand{width:245px;max-width:100%;grid-column:1}
 .unike-look .menu-toggle{display:block;grid-column:2;grid-row:1}
 .unike-look .unike-languages{grid-column:3;grid-row:1;justify-self:end}
 .unike-look .site-header #navigation{grid-column:1/-1;grid-row:2;display:flex;align-items:stretch;flex-direction:column;width:100%;gap:0}
 .unike-nav-ready .unike-look .site-header #navigation:not(.is-open){display:none}
 .unike-look #navigation>a,.unike-look .nav-disclosure>summary{padding:14px 4px;border-top:1px solid var(--line);white-space:normal;font-size:14px}
 .unike-look .nav-disclosure{position:relative}
 .unike-look .nav-menu{position:static;box-shadow:none;margin:0 0 15px;min-width:0;font-size:14px}
 .unike-look #navigation>.nav-cta{align-self:flex-start;margin-top:14px;padding:12px 24px}
}
@media(max-width:800px){
 .unike-look .container{width:calc(100% - 40px)}
 .unike-look .site-main{padding:32px 20px 52px}
 .unike-look .contact-inner{font-size:12px;min-height:34px}
 .unike-look .contact-inner>a{display:none}
 .unike-look .footer-grid{gap:30px;grid-template-columns:1fr 1fr;padding-block:40px}
 .unike-look .footer-grid>div{grid-column:1/-1}
 .unike-look .engineering-panel{padding:22px}
 .unike-look .woocommerce-MyAccount-content{margin-top:20px}
}
@media(max-width:600px){
 .unike-look{font-size:17px}
 .unike-look .nav-inner{min-height:88px;gap:10px;grid-template-columns:minmax(0,1fr) auto auto}
 .unike-look .brand,.unike-look .brand img{width:195px;max-width:100%;height:auto}
 .unike-look .menu-toggle{padding:8px;font-size:12px}
 .unike-look .unike-languages summary{gap:4px;font-size:11px}
 .unike-look .unike-languages summary img{width:20px;height:auto}
 .unike-look .footer-grid{grid-template-columns:1fr;gap:30px}
 .unike-look .engineering-panel{padding:17px}
 .unike-look .engineering-panel>h2{font-size:27px}
 .unike-look .engineering-panel fieldset{padding:16px;margin:24px 0}
 .unike-look .engineering-panel legend{font-size:18px}
 .unike-look #engineering-upload-zone{padding:14px}
 .unike-look .fields{grid-template-columns:1fr}
 .unike-look .woocommerce .cart-collaterals .cart_totals{padding:18px}
 .unike-look .unike-order-totals{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
 .unike-look .unike-invoice table{font-size:14px;table-layout:fixed}
 .unike-look .unike-invoice :where(th,td){padding:6px;overflow-wrap:anywhere}
}
@media(prefers-reduced-motion:reduce){.unike-look *{scroll-behavior:auto!important;transition:none!important}}
@media print{.unike-look .contact-bar,.unike-look .site-header,.unike-look .site-footer{display:none!important}.unike-look .site-main{padding:0;max-width:none}.unike-look{background:#fff;color:#000}}
