@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap");:root{--canvas:#f9f9f6;--paper:#fff;--plate:#f1f1ed;--rule:#deded9;--ink:#111;--muted:#6f6f6a;--accent:#f15a24;--font-body:"Geist",Arial,sans-serif;--font-tech:"Space Mono",Consolas,monospace}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--font-body);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.public-header{display:flex;align-items:center;justify-content:space-between;padding:12px 48px;border-bottom:1px solid var(--rule);background:var(--paper)}.brand{display:flex;flex-direction:column}.brand strong{font-size:18px;letter-spacing:-.03em}.brand small,.eyebrow,.label,.meta,.nav a,.sidebar a,.table th{font-family:var(--font-tech);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.brand small,.meta{color:var(--muted)}.nav{display:flex;gap:24px;align-items:center}.nav a:hover,.sidebar a:hover{color:var(--accent)}.public-main{width:min(100%,1440px);margin:0 auto;padding:48px}.hero{display:grid;grid-template-columns:5fr 7fr;border-bottom:1px solid var(--rule)}.hero-copy{display:flex;flex-direction:column;justify-content:space-between;min-height:460px;padding:48px}.hero-copy h1{max-width:650px;margin:0 0 18px;font-size:clamp(40px,5vw,64px);font-weight:500;line-height:1;letter-spacing:-.05em}.lede{max-width:560px;color:var(--muted);font-size:16px}.hero-image{min-height:460px;background:var(--plate)}.hero-image img,.product-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1)}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--ink);background:transparent;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.section{padding:40px 0;border-bottom:1px solid var(--rule)}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:18px}.section h2{margin:0;font-size:32px;font-weight:500;letter-spacing:-.04em;text-transform:uppercase}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr)}.product{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper)}.product-image{height:230px;background:var(--plate)}.product-copy{padding:16px}.product-copy h3{margin:8px 0;font-size:18px;font-weight:500}.product-copy p{min-height:44px;color:var(--muted)}.product-foot{display:flex;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--rule)}.product-foot a{border-bottom:1px solid var(--ink);font-family:monospace;font-size:11px;text-transform:uppercase}.site-footer{padding:32px 48px;border-top:1px solid var(--rule);background:var(--paper);color:var(--muted)}.auth-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:var(--canvas)}.auth-card{width:min(100%,420px);padding:32px;border:1px solid var(--rule);background:var(--paper)}.auth-card h1{margin-top:0;font-size:32px;font-weight:500;text-transform:uppercase}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field input,.field select,.field textarea{width:100%;border:0;border-bottom:1px solid #aaa;padding:11px 0;background:transparent}.field textarea{min-height:130px;resize:vertical}.error{padding:10px;border:1px solid #b42318;color:#b42318}.dashboard-shell{display:flex;min-height:100vh}.sidebar{width:250px;flex:0 0 250px;padding:24px 16px;border-right:1px solid var(--rule);background:var(--paper)}.sidebar .brand{padding:0 8px 24px;border-bottom:1px solid var(--rule)}.sidebar nav{display:flex;flex-direction:column;gap:4px;padding-top:20px}.sidebar a{padding:12px 8px}.dashboard-main{min-width:0;flex:1 1}.dashboard-topbar{display:flex;justify-content:space-between;align-items:center;min-height:72px;padding:12px 32px;border-bottom:1px solid var(--rule);background:var(--paper)}.dashboard-content{max-width:1400px;margin:0 auto;padding:32px}.catalog-tabs{display:flex;gap:0;margin-bottom:24px;border-bottom:1px solid var(--rule)}.catalog-tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;padding:14px 18px;background:transparent;color:var(--muted);cursor:pointer;font-family:var(--font-tech);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.catalog-tabs button span{margin-left:8px;color:inherit;opacity:.65}.catalog-tabs button.is-active,.catalog-tabs button:hover{color:var(--ink)}.catalog-tabs button.is-active{border-bottom-color:var(--accent)}.catalog-tabs+.panel .panel-head{align-items:center}@media (max-width:620px){.catalog-tabs{overflow-x:auto}.catalog-tabs button{flex:1 0 auto;padding-inline:12px}}.dashboard-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.dashboard-heading h1{margin:0;font-size:32px;font-weight:500;text-transform:uppercase}.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--rule);border-left:1px solid var(--rule)}.stat{padding:18px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper)}.stat strong{display:block;margin-top:8px;font-size:32px;font-weight:500}.panel{margin-top:28px;border:1px solid var(--rule);background:var(--paper)}.panel-head{display:flex;justify-content:space-between;padding:16px;border-bottom:1px solid var(--rule)}.panel-head h2{margin:0;font-size:18px;font-weight:500;text-transform:uppercase}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:14px 16px;border-bottom:1px solid var(--rule);text-align:left;white-space:nowrap}.table th{color:var(--muted);font-weight:400}.table td{font-size:12px}.status,.table td{font-family:monospace}.status{display:inline-block;padding:3px 7px;border:1px solid var(--rule);font-size:10px}.status.PUBLISHED{border-color:#18794e;color:#18794e}.status.DRAFT{color:#9a6700}.form-panel{max-width:900px;padding:24px;border:1px solid var(--rule);background:var(--paper)}.form-actions{display:flex;gap:12px;margin-top:22px}@media (max-width:900px){.public-header{padding:12px 24px}.nav{gap:12px}.public-main{padding:32px 24px}.hero{grid-template-columns:1fr}.hero-copy{min-height:360px;border-right:0;border-bottom:1px solid var(--rule)}.hero-image{min-height:320px}.catalog-grid,.stats{grid-template-columns:repeat(2,1fr)}.sidebar{width:210px;flex-basis:210px}}@media (max-width:620px){.public-header{align-items:flex-start;flex-direction:column;gap:14px}.nav{flex-wrap:wrap}.dashboard-content,.public-main{padding:24px 16px}.hero-copy{padding:30px 16px}.catalog-grid,.stats{grid-template-columns:1fr}.dashboard-shell{display:block}.sidebar{width:auto;border-right:0;border-bottom:1px solid var(--rule)}.sidebar nav{flex-direction:row;flex-wrap:wrap}.dashboard-topbar{padding:12px 16px}.dashboard-heading{align-items:flex-start;flex-direction:column}}.public-header{z-index:5;padding:0 30px}.brand strong{font-size:17px;letter-spacing:-.04em}.brand small,.button,.eyebrow,.image-code,.meta,.nav a,.search-shortcut,.sourcing-code,.text-link,dd,dt{font-family:Space Mono,Consolas,monospace}.nav{height:72px;gap:22px}.nav a{display:flex;height:72px;align-items:center;font-size:10px}.nav a.active{border-bottom:2px solid var(--accent)}.header-actions{display:flex;align-items:center;gap:14px}.search-shortcut{color:var(--muted);font-size:10px;white-space:nowrap}.user-mark{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--ink);color:#fff}.reference-home{width:100%;max-width:none;padding:0}.feature-section,.home-hero,.sourcing-section{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--rule)}.hero-copy,.home-hero{min-height:470px}.hero-copy{padding:54px 48px 42px;border-right:1px solid var(--rule)}.hero-copy h1{max-width:600px;margin:18px 0 24px;font-size:clamp(42px,5.3vw,72px);line-height:.94;text-transform:uppercase}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:auto}.text-link{display:inline-flex;align-items:center;border-bottom:1px solid;padding-bottom:3px;text-transform:uppercase;font-size:10px;letter-spacing:.04em}.feature-image,.hero-image,.sourcing-image{position:relative;min-height:470px;background:var(--plate)}.feature-image img,.hero-image img,.sourcing-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08)}.image-code{position:absolute;right:0;bottom:0;padding:8px 12px;background:rgba(255,255,255,.88);color:var(--muted);font-size:9px}.search-section{padding:58px 12%;border-bottom:1px solid var(--rule);text-align:center}.brands-section h2,.products-section h2,.search-section h2,.sourcing-copy h2,.systems-section h2{margin:12px 0 24px;font-size:32px;font-weight:500;letter-spacing:-.04em;text-transform:uppercase}.catalog-search{display:flex;min-height:54px;border:1px solid var(--rule);background:var(--paper);text-align:left}.catalog-search span{display:grid;width:46px;place-items:center;color:var(--muted)}.catalog-search input{min-width:0;flex:1 1;outline:0;background:transparent;font-size:11px}.catalog-search button,.catalog-search input{border:0;font-family:Space Mono,Consolas,monospace}.catalog-search button{border-left:1px solid var(--ink);padding:0 24px;background:var(--ink);color:#fff;font-size:10px;text-transform:uppercase}.search-meta{display:flex;justify-content:space-between;gap:16px;margin-top:12px;color:var(--muted);font-family:Space Mono,Consolas,monospace;font-size:9px;text-align:left}.brands-section,.products-section,.systems-section{padding:54px 48px;border-bottom:1px solid var(--rule)}.products-section,.systems-section{background:var(--plate)}.section-head{margin-bottom:24px}.section-head h2{margin-bottom:0}.section-head .meta{align-self:end}.brand-grid,.system-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--rule);border-left:1px solid var(--rule)}.brand-item,.system-item{min-height:176px;padding:18px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper)}.brand-item:hover,.system-item:hover{background:#fff}.system-image{height:126px;margin:-18px -18px 16px;padding:14px;border-bottom:1px solid var(--rule);background:var(--plate)}.system-image img{width:100%;height:100%;object-fit:contain;filter:grayscale(.25) contrast(1.05)}.brand-item h3,.system-item h3{margin:22px 0 8px;font-size:18px;font-weight:500;text-transform:uppercase}.brand-item p,.system-item p{min-height:44px;margin:0 0 16px;color:var(--muted);font-size:13px}.accent{color:var(--accent)}.feature-section,.sourcing-section{width:min(100% - 96px,1280px);margin:54px auto;border:1px solid var(--rule);background:var(--paper)}.feature-image,.sourcing-image{min-height:390px}.feature-copy,.sourcing-copy{padding:34px}.feature-copy h2,.sourcing-copy h2{margin-top:10px}.feature-copy p,.sourcing-copy p{color:var(--muted)}.feature-copy dl{margin:24px 0;border-top:1px solid var(--rule)}.feature-copy dl div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid var(--rule)}dd,dt{margin:0;font-size:10px}dt{color:var(--muted)}dd{text-align:right}.brand-grid{grid-template-columns:repeat(4,1fr)}.brand-item{min-height:190px}.brand-logo-wrap{display:flex;align-items:center;height:54px;margin-bottom:14px}.brand-logo{max-width:150px;max-height:48px;width:auto;height:auto;object-fit:contain;filter:grayscale(1) contrast(1.2)}.brand-mark{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--ink);color:var(--ink);font-family:var(--font-tech);font-size:12px;letter-spacing:.08em}.catalog-pagination,.home-pagination{display:flex;align-items:center;justify-content:center;gap:18px;padding-top:24px}.smooth-slider{width:100%}.slider-viewport{overflow:hidden}.slider-track{display:flex;width:100%;transition:transform .38s cubic-bezier(.22,.61,.36,1);will-change:transform}.slider-page{flex:0 0 100%;min-width:0}.slider-controls{display:flex;align-items:center;justify-content:center;gap:18px;padding-top:24px}.slider-controls button:disabled{pointer-events:none;color:var(--muted);opacity:.45}.pagination-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--rule);background:var(--paper);font-family:var(--font-tech);font-size:10px;text-transform:uppercase}.pagination-link:hover{border-color:var(--ink)}.pagination-link.disabled{pointer-events:none;color:var(--muted);opacity:.45}.pagination-status{color:var(--muted);font-family:var(--font-tech);font-size:10px;text-transform:uppercase;white-space:nowrap}.catalog-pagination{grid-column:1/-1;padding:28px 0 4px;border-top:1px solid var(--rule)}.filter-row-link{display:flex;justify-content:space-between;gap:12px;margin:12px 0;color:var(--muted);font-family:var(--font-tech);font-size:10px;text-transform:uppercase}.filter-row-link strong{color:var(--ink);font-weight:400}.active-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--rule);color:var(--muted);font-family:var(--font-tech);font-size:10px}.active-filter-bar a{color:var(--ink);text-decoration:underline}.filter-heading{display:block;font-size:12px;font-weight:500;text-transform:uppercase}.filter-helper{margin:8px 0 18px;color:var(--muted);font-size:12px;line-height:1.45}.filter-row-link{align-items:center;padding:10px 8px;margin:4px -8px}.filter-row-link span{display:flex;flex-direction:column;gap:3px}.filter-row-link small{color:var(--muted);font-family:var(--font-body);font-size:10px;text-transform:none}.filter-row-link.active{border-left:2px solid var(--accent);padding-left:6px;background:var(--plate);color:var(--ink)}.filter-row-link.active small{color:var(--accent)}.catalog-grid{border-top:1px solid var(--rule);border-left:1px solid var(--rule)}.product-image{height:210px}.empty-index{padding:32px;border:1px solid var(--rule);background:var(--paper)}.empty-index p:not(.eyebrow){color:var(--muted)}.sourcing-section{background:var(--paper)}.sourcing-code{margin:24px 0;padding:14px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);color:var(--muted);font-size:9px;line-height:1.8}.reference-footer{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;padding:48px}.reference-footer span:not(.eyebrow),.reference-footer strong{display:block;text-transform:uppercase}.reference-footer strong{font-size:18px}.reference-footer span:not(.eyebrow){margin-top:5px;color:var(--muted);font-family:Space Mono,Consolas,monospace;font-size:9px}.reference-footer p{color:var(--muted);font-size:12px;line-height:1.6}.reference-footer{grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr)}.reference-footer .footer-contact dl{margin:14px 0 0}.reference-footer .footer-contact dl div{padding:10px 0;border-bottom:1px solid var(--rule)}.reference-footer .footer-contact dt{color:var(--muted);font-family:var(--font-tech);font-size:10px}.reference-footer .footer-contact dd{margin:4px 0 0;color:var(--ink);font-family:var(--font-tech);font-size:11px}.reference-footer .footer-contact a:hover{color:var(--accent)}.reference-footer .footer-company p{max-width:330px}.reference-footer .footer-company small{display:inline-block;margin-top:10px;padding:6px 8px;border:1px solid var(--rule);color:var(--muted);font-family:var(--font-tech);font-size:9px}.reference-footer p a{display:block;color:inherit}.reference-footer p a:hover{color:var(--accent)}.reference-footer .footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--rule);color:var(--muted);font-family:var(--font-tech);font-size:9px}@media (max-width:900px){.header-actions .search-shortcut{display:none}.feature-section,.home-hero,.sourcing-section{grid-template-columns:1fr}.hero-copy{border-right:0;border-bottom:1px solid var(--rule)}.brand-grid,.system-grid{grid-template-columns:repeat(2,1fr)}.feature-section,.sourcing-section{width:calc(100% - 48px)}.reference-footer{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.public-header{position:relative;padding:12px 16px}.nav,.nav a{height:auto}.header-actions{position:absolute;right:16px;top:14px}.public-main{padding:0}.hero-copy{min-height:390px;padding:38px 16px}.feature-image,.hero-image,.sourcing-image{min-height:300px}.brands-section,.products-section,.search-section,.systems-section{padding:40px 16px}.search-section h2{font-size:26px;line-height:1.05;text-align:left}.search-meta{flex-direction:column;align-items:stretch;gap:8px;line-height:1.5;overflow-wrap:anywhere}.catalog-search{flex-wrap:wrap;min-height:0}.catalog-search span{width:40px;min-height:52px}.catalog-search input{width:calc(100% - 40px);min-height:52px;padding-right:10px;font-size:10px}.catalog-search button{width:100%;min-height:48px;border-left:0;border-top:1px solid var(--ink);padding:0 12px;font-size:9px}.brand-grid,.system-grid{grid-template-columns:1fr}.feature-section,.sourcing-section{width:calc(100% - 32px);margin:32px auto}.feature-copy,.sourcing-copy{padding:24px 16px}.reference-footer{grid-template-columns:1fr;padding:32px 16px}}.public-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;min-height:72px;padding:0 clamp(24px,5vw,80px);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-header-inner{display:flex;width:min(100%,1440px);min-height:72px;margin:0 auto;align-items:center;justify-content:space-between;gap:28px}.public-header .nav{flex:1 1;justify-content:center;gap:clamp(18px,2.4vw,36px)}.public-header .nav a{font-family:Space Mono,Consolas,monospace;font-size:12px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.public-header .nav a:focus-visible,.public-header .nav a:hover{color:var(--accent)}.public-header .header-actions{flex-shrink:0}.public-header .header-cta{min-height:40px}.menu-toggle{display:none;width:40px;height:40px;padding:9px;border:1px solid var(--rule);background:var(--paper)}.menu-toggle span{display:block;height:1px;margin:5px 0;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.menu-toggle.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width:1100px){.public-header{padding-inline:32px}.search-shortcut{display:none}.public-header .nav{gap:18px}}@media (max-width:760px){.public-header{min-height:68px;padding:0 16px}.public-header-inner{min-height:68px;gap:14px}.public-header .brand strong{font-size:15px}.public-header .brand small{font-size:9px}.public-header .header-actions{margin-left:auto}.public-header .header-cta,.public-header .user-mark{display:none}.menu-toggle{display:block}.public-header .nav{position:absolute;top:calc(100% + 1px);left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:8px 0;border:1px solid var(--rule);background:var(--paper);box-shadow:0 12px 24px rgba(17,17,17,.08)}.public-header .nav.is-open{display:flex}.public-header .nav a{height:auto;padding:15px 18px;border-bottom:1px solid var(--rule);font-size:12px}.public-header .nav a:last-child{border-bottom:0}}@media (min-width:761px){.public-main{width:min(100%,1440px);padding-inline:clamp(32px,5vw,80px)}.public-main.reference-home{width:min(100%,1440px);margin-inline:auto}.dashboard-content{padding-inline:clamp(32px,5vw,80px)}}.company-hero,.contact-intro,.index-intro{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--rule)}.company-profile-section{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:56px;gap:56px;padding:64px 48px;border-bottom:1px solid var(--rule);background:var(--paper)}.company-profile-section h2{margin:12px 0;font-size:32px;font-weight:500;line-height:1.05;letter-spacing:-.04em;text-transform:uppercase}.profile-copy{max-width:680px;color:var(--muted)}.profile-copy>p{max-width:620px;font-size:15px}.profile-principles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;margin-top:36px;border-top:1px solid var(--rule)}.profile-principles>div{padding:18px 16px 0 0;border-right:1px solid var(--rule)}.profile-principles>div+div{padding-left:16px}.profile-principles>div:last-child{border-right:0}.profile-principles h3{margin:12px 0 6px;color:var(--ink);font-size:18px;font-weight:500;text-transform:uppercase}.profile-principles p{margin:0;font-size:12px;line-height:1.5}.company-hero>div:first-child,.contact-copy,.index-intro>div:first-child{padding:64px 48px;border-right:1px solid var(--rule)}.company-hero h1,.contact-copy h1,.index-intro h1{margin:18px 0 24px;font-size:clamp(42px,5vw,68px);font-weight:500;line-height:.95;letter-spacing:-.05em;text-transform:uppercase}.company-image,.contact-image{position:relative;min-height:430px;background:var(--plate)}.company-image img,.contact-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(.3) contrast(1.05)}.company-facts{display:grid;grid-template-columns:1fr 1fr;margin-top:32px;border-top:1px solid var(--rule)}.company-facts div{padding:12px 0;border-bottom:1px solid var(--rule)}.company-facts span,.company-facts strong{display:block;font-family:var(--font-tech);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.company-facts span{color:var(--muted);margin-bottom:5px}.company-facts strong{font-weight:400}.company-section,.index-section{padding:56px 48px;border-bottom:1px solid var(--rule)}.company-section>h2,.index-section>.section-head h2{margin:12px 0 24px;font-size:32px;font-weight:500;letter-spacing:-.04em;text-transform:uppercase}.capability-list{border-top:1px solid var(--rule)}.capability{display:grid;grid-template-columns:110px 1fr 2fr 130px;align-items:center;grid-gap:20px;gap:20px;min-height:74px;border-bottom:1px solid var(--rule)}.capability h3,.capability p{margin:0}.capability h3{font-size:18px;font-weight:500;text-transform:uppercase}.capability p{color:var(--muted);font-size:12px}.capability a{font-family:var(--font-tech);font-size:9px;text-transform:uppercase;text-align:right}.protocol{background:var(--plate)}.protocol-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--rule)}.protocol-grid>div{min-height:170px;padding:20px;border-right:1px solid var(--rule);background:var(--paper)}.protocol-grid>div:last-child{border-right:0}.protocol-grid h3{margin:14px 0 8px;font-size:18px;font-weight:500;text-transform:uppercase}.protocol-grid p{color:var(--muted);font-size:12px}.company-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:48px;padding:30px 32px;border:1px solid var(--rule);background:var(--paper)}.company-cta h2{margin:8px 0;font-size:25px;font-weight:500;text-transform:uppercase}.company-cta p:not(.eyebrow){margin:0;color:var(--muted)}.contact-copy{padding-bottom:40px}.contact-copy h1{font-size:clamp(40px,4.5vw,62px)}.contact-details{margin:34px 0 0;border-top:1px solid var(--rule)}.contact-details div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--rule)}.contact-details dd,.contact-details dt{font-size:10px}.contact-details dd{text-align:right}.contact-form{padding:40px 48px;background:var(--paper)}.contact-form h2{margin:10px 0 26px;font-size:25px;font-weight:500;text-transform:uppercase}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 20px;gap:0 20px}.contact-form .field{margin-bottom:18px}.contact-form .field input,.contact-form .field textarea{border:1px solid var(--rule);padding:12px;background:var(--canvas)}.contact-form .field textarea{min-height:120px}.form-note{color:var(--muted);font-family:var(--font-tech);font-size:9px}.contact-image{min-height:520px;border-top:1px solid var(--rule)}.contact-image img{filter:grayscale(.15) contrast(1.02)}.index-intro{background:var(--paper)}.index-intro>.lede{align-self:center;padding:48px;color:var(--muted)}.index-section{padding-top:48px}.brand-index-list{border-top:1px solid var(--rule)}.brand-index-row{display:grid;grid-template-columns:120px 1fr 2fr 150px;grid-gap:20px;gap:20px;align-items:center;min-height:80px;border-bottom:1px solid var(--rule)}.brand-index-row h3,.brand-index-row p{margin:0}.brand-index-row h3{font-size:20px;font-weight:500;text-transform:uppercase}.brand-index-row p{color:var(--muted);font-size:12px}.brand-index-row .meta{text-align:right}.brand-index-logo{display:flex;width:96px;height:58px;align-items:center;justify-content:flex-start;overflow:hidden;background:var(--plate)}.brand-index-logo img{width:96px;height:96px;object-fit:contain}.brand-index-logo span{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--ink);font-family:var(--font-tech);font-size:11px}@media (max-width:900px){.company-hero,.contact-intro,.index-intro{grid-template-columns:1fr}.company-hero>div:first-child,.contact-copy,.index-intro>div:first-child{border-right:0;border-bottom:1px solid var(--rule)}.capability{grid-template-columns:90px 1fr 1.5fr}.capability a{display:none}.company-cta{margin:32px 24px}.brand-index-row{grid-template-columns:90px 1fr 130px}.brand-index-row p{display:none}}@media (max-width:620px){.company-hero h1,.contact-copy h1,.index-intro h1{font-size:38px}.company-hero>div:first-child,.contact-copy,.contact-form,.index-intro>div:first-child{padding:40px 16px}.company-image,.contact-image{min-height:280px}.company-profile-section{grid-template-columns:1fr;gap:24px;padding:40px 16px}.company-section,.index-section{padding:40px 16px}.profile-principles{grid-template-columns:1fr}.profile-principles>div,.profile-principles>div+div{padding:16px 0;border-right:0;border-bottom:1px solid var(--rule)}.profile-principles>div:last-child{border-bottom:0}.capability{grid-template-columns:1fr;gap:5px;padding:16px 0}.capability h3{margin-top:8px}.protocol-grid{grid-template-columns:1fr}.protocol-grid>div{border-right:0;border-bottom:1px solid var(--rule)}.protocol-grid>div:last-child{border-bottom:0}.company-cta{flex-direction:column;align-items:flex-start;margin:24px 16px;padding:24px 16px}.brand-index-row,.form-grid{grid-template-columns:1fr}.brand-index-row{gap:5px;padding:16px 0}.brand-index-row .meta{text-align:left}.index-intro>.lede{padding:24px 16px 40px}}.product-index-intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;padding:56px 0 42px;border-bottom:1px solid var(--rule)}.product-index-intro h1{margin:16px 0 0;font-size:clamp(44px,5.5vw,72px);font-weight:500;line-height:.94;letter-spacing:-.05em;text-transform:uppercase}.product-index-intro>div:last-child{align-self:end}.product-index-intro .lede{max-width:560px}.product-index-intro .catalog-search{margin-top:26px}.product-index-intro .search-meta{margin-top:10px}.product-index-toolbar{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--rule)}.filter-label{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-family:var(--font-tech);font-size:10px;text-transform:uppercase}.filter-label a,.filter-label button,.filter-label span{white-space:nowrap}.filter-label button{padding:0;border:0;background:transparent;color:inherit;font-family:inherit;font-size:inherit;text-transform:inherit}.filter-label a.active,.filter-label button.active{color:var(--accent);border-bottom:1px solid var(--accent)}.active-filter-bar button{padding:0;border:0;background:transparent;color:var(--ink);font-family:var(--font-tech);font-size:10px;text-decoration:underline}.product-index-toolbar>.filter-label{flex:1 1;row-gap:8px}.product-index-toolbar>.filter-label>span{flex:0 0 100%;color:var(--ink)}.product-index-toolbar>.filter-label>button{min-height:28px}.product-results{display:grid;grid-template-columns:220px 1fr;grid-gap:28px;gap:28px;padding:28px 0 64px}.product-filters{padding-right:20px;border-right:1px solid var(--rule)}.product-filters>div{margin-top:28px;padding-top:14px;border-top:1px solid var(--rule)}.product-filters p{display:flex;justify-content:space-between;gap:12px;margin:12px 0;color:var(--muted);font-family:var(--font-tech);font-size:10px}.product-filters p span{color:var(--ink)}.filter-note{padding:12px;background:var(--plate)}.filter-note strong{font-family:var(--font-tech);font-size:10px}.filter-note p{display:block;margin-bottom:0;font-family:var(--font-body);font-size:11px;line-height:1.5}.product-result-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;align-content:start}.catalog-product{border:1px solid var(--rule);background:var(--paper)}.catalog-product-image{display:block;height:190px;padding:10px;background:var(--plate);border-bottom:1px solid var(--rule)}.catalog-product-image img{width:100%;height:100%;object-fit:contain;filter:grayscale(.25) contrast(1.05)}.catalog-product-copy{padding:16px}.catalog-product-copy h2{min-height:44px;margin:9px 0 12px;font-size:18px;font-weight:500;line-height:1.15;text-transform:uppercase}.catalog-product-copy>p:not(.eyebrow):not(.part-number):not(.spec-line){min-height:54px;color:var(--muted);font-size:12px}.part-number,.spec-line{margin:7px 0;font-family:var(--font-tech);font-size:10px}.part-number{color:var(--muted)}.part-number strong{color:var(--ink)}.spec-line{padding-top:8px;border-top:1px solid var(--rule);color:var(--muted)}.catalog-product-foot{display:flex;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid var(--rule)}.catalog-product-foot a{font-family:var(--font-tech);font-size:9px;text-transform:uppercase}@media (max-width:1100px){.product-result-grid{grid-template-columns:repeat(2,1fr)}}.product-result-grid .empty-index{grid-column:1/-1}@media (max-width:760px){.product-index-intro{grid-template-columns:1fr;gap:14px;padding:40px 0 28px}.product-index-intro h1{font-size:42px}.product-index-toolbar{align-items:flex-start;flex-direction:column}.product-results{grid-template-columns:1fr}.product-filters{padding:0 0 16px;border-right:0;border-bottom:1px solid var(--rule)}.product-filters>div:not(.filter-note){display:none}.product-result-grid{grid-template-columns:1fr}}.detail-breadcrumb{display:flex;gap:10px;padding:20px 0;border-bottom:1px solid var(--rule);color:var(--muted);font-family:var(--font-tech);font-size:10px;text-transform:uppercase}.detail-breadcrumb a:hover{color:var(--accent)}.detail-breadcrumb strong{color:var(--ink);font-weight:400}.product-detail-hero{display:grid;grid-template-columns:1.1fr .9fr;min-height:520px;border-bottom:1px solid var(--rule)}.product-detail-media{position:relative;min-height:520px;padding:28px;background:var(--plate);border-right:1px solid var(--rule)}.product-detail-media img{width:100%;height:100%;object-fit:contain;filter:grayscale(.2) contrast(1.05)}.media-empty{display:grid;height:100%;min-height:450px;place-items:center;color:var(--muted);font-family:var(--font-tech);font-size:11px;text-align:center}.product-detail-media .image-code{right:28px;bottom:28px}.product-detail-copy{display:flex;flex-direction:column;align-items:flex-start;padding:64px 48px}.product-detail-copy h1{margin:16px 0;font-size:clamp(38px,4.5vw,62px);font-weight:500;line-height:.98;letter-spacing:-.05em;text-transform:uppercase}.product-detail-copy .lede{max-width:500px;color:var(--muted)}.detail-status{display:flex;align-items:center;gap:8px;margin:28px 0;padding:10px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);font-family:var(--font-tech);font-size:10px}.status-dot{width:5px;height:5px;background:var(--accent)}.product-spec-section{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:48px;gap:48px;padding:56px 0;border-bottom:1px solid var(--rule)}.product-detail-cta h2,.product-spec-section h2{margin:12px 0;font-size:30px;font-weight:500;text-transform:uppercase}.section-note{max-width:360px;color:var(--muted);font-size:13px}.spec-table-wrap .table{background:var(--paper)}.spec-table-wrap .table th{width:40%}.product-detail-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:40px 32px;margin:48px 0;border:1px solid var(--rule);background:var(--plate)}.product-detail-cta p:not(.eyebrow){max-width:650px;margin:0;color:var(--muted)}.brand-detail-intro{display:grid;grid-template-columns:1fr 280px;grid-gap:48px;gap:48px;padding:56px 0 42px;border-bottom:1px solid var(--rule)}.brand-detail-intro h1{margin:16px 0;font-size:clamp(44px,5vw,72px);font-weight:500;text-transform:uppercase}.brand-detail-summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;border-left:1px solid var(--rule);padding-left:32px}.brand-detail-summary strong{font-size:52px;font-weight:500;line-height:1}.brand-products-section{padding:56px 0}.brand-product-list{border-top:1px solid var(--rule)}.brand-product-row{display:grid;grid-template-columns:1.2fr 1.3fr 130px;grid-gap:32px;gap:32px;align-items:center;padding:26px 0;border-bottom:1px solid var(--rule)}.brand-product-main h3{margin:10px 0;font-size:22px;font-weight:500;text-transform:uppercase}.brand-product-main p{color:var(--muted);font-size:13px}.brand-product-specs dl{margin:8px 0 0;border-top:1px solid var(--rule)}.brand-product-specs dl div{display:flex;justify-content:space-between;gap:15px;padding:6px 0;border-bottom:1px solid var(--rule)}.brand-product-specs dd,.brand-product-specs dt{font-size:9px}.brand-product-row>.text-link{justify-self:end}.brand-detail-identity{display:flex;align-items:center;gap:28px}.brand-detail-logo{display:flex;width:150px;height:110px;align-items:center;justify-content:center;flex:0 0 150px;border:1px solid var(--rule);background:var(--plate)}.brand-detail-logo img{max-width:130px;max-height:90px;object-fit:contain;filter:grayscale(1) contrast(1.15)}.brand-detail-logo span{display:grid;width:56px;height:56px;place-items:center;border:1px solid var(--ink);font-family:var(--font-tech);font-size:13px}.brand-profile-panel{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:48px;gap:48px;padding:44px 0;border-bottom:1px solid var(--rule)}.brand-profile-panel h2{margin:10px 0;font-size:30px;font-weight:500;text-transform:uppercase}.brand-profile-panel p{margin:0;color:var(--muted);font-size:15px}.brand-facts{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:24px;padding-top:14px;border-top:1px solid var(--rule);color:var(--ink);font-family:var(--font-tech);font-size:9px}.brand-products-section .section-note{margin:8px 0 0;color:var(--muted);font-size:12px}.brand-related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.brand-related-card{border:1px solid var(--rule);background:var(--paper)}.brand-related-image{display:flex;height:190px;align-items:center;justify-content:center;padding:16px;background:var(--plate);border-bottom:1px solid var(--rule);color:var(--muted);font-family:var(--font-tech);font-size:9px;text-align:center}.brand-related-image img{width:100%;height:100%;object-fit:contain;filter:grayscale(.2) contrast(1.05)}.brand-related-copy{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;padding:16px}.brand-related-copy h3{margin:8px 0;font-size:19px;font-weight:500;line-height:1.1;text-transform:uppercase}.brand-related-copy p{min-height:48px;margin:0 0 12px;color:var(--muted);font-size:12px}.brand-related-copy .meta{margin-top:auto}.brand-related-copy .text-link{margin-top:12px}.products-section .catalog-grid{gap:18px;border:0}.products-section .product{border:1px solid var(--rule);transition:transform .2s ease,box-shadow .2s ease}.products-section .product:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(17,17,17,.08)}.products-section .product-image{display:block;height:230px;padding:18px;border-bottom:1px solid var(--rule)}.products-section .product-image img{object-fit:contain;filter:grayscale(.2) contrast(1.05)}.products-section .product-copy{display:flex;min-height:210px;flex-direction:column;padding:18px}.products-section .product-copy h3{margin:10px 0 8px;font-size:20px;line-height:1.1;text-transform:uppercase}.products-section .product-copy p{min-height:52px;margin:0;font-size:12px}.products-section .product-foot{margin-top:auto;align-items:center}.products-section .product-foot a{font-size:9px}@media (max-width:800px){.brand-detail-intro,.brand-profile-panel,.product-detail-hero,.product-spec-section{grid-template-columns:1fr}.product-detail-media{min-height:360px;border-right:0;border-bottom:1px solid var(--rule)}.product-detail-copy{padding:40px 0}.product-spec-section{gap:28px}.brand-detail-identity{align-items:flex-start;flex-direction:column}.brand-detail-summary{border-left:0;border-top:1px solid var(--rule);padding:22px 0 0}.brand-product-row{grid-template-columns:1fr;gap:18px}.brand-product-row>.text-link{justify-self:start}.brand-related-grid{grid-template-columns:1fr}.product-detail-cta{align-items:flex-start;flex-direction:column;margin:32px 0}}.contact-map{border-top:1px solid var(--rule);background:var(--plate)}.map-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;padding:34px 0 24px}.map-heading h2{margin:10px 0 0;font-size:28px;font-weight:500;text-transform:uppercase}.contact-map iframe{display:block;width:100%;min-height:440px;border:1px solid var(--rule);filter:grayscale(.2)}.settings-panel{max-width:960px}.settings-copy{padding:24px}.settings-copy>p:first-child{max-width:720px;color:var(--muted)}.settings-copy code{font-family:var(--font-tech);font-size:11px}.settings-success{padding:10px;border:1px solid #18794e;color:#18794e}.settings-copy form{margin-top:24px}.settings-copy input{padding:12px;border:1px solid var(--rule);background:var(--canvas)}@media (max-width:620px){.map-heading{align-items:flex-start;flex-direction:column}.contact-map iframe{min-height:320px}.settings-copy{padding:16px}.catalog-pagination,.home-pagination{flex-wrap:wrap;gap:10px;justify-content:space-between}.pagination-link{flex:1 1 44%;padding:0 8px;font-size:9px}.pagination-status{order:-1;width:100%;text-align:center}}.dashboard-muted{display:block;margin-top:4px;color:var(--muted);font-size:10px;font-family:var(--font-tech)}.table-actions{display:flex;align-items:center;gap:12px}.danger-link{border:0;padding:0;background:none;color:#b42318;font-family:var(--font-tech);font-size:10px;text-transform:uppercase}.inline-setting-form{display:flex;align-items:center;gap:6px;min-width:430px}.inline-setting-form input{min-width:0;width:150px;padding:8px;border:1px solid var(--rule);background:var(--canvas);font-size:11px}.inline-setting-form .button.small{padding:9px 10px;font-size:9px;white-space:nowrap}.whatsapp-float{position:fixed;right:48px;bottom:48px;z-index:20;display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 16px 0 10px;border:1px solid #168c4b;background:#1caa59;color:#fff;box-shadow:0 8px 20px rgba(21,92,51,.2);font-family:var(--font-tech);font-size:10px;text-transform:uppercase}.whatsapp-float:hover{background:#168c4b}.whatsapp-icon{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;font-size:9px;font-weight:700}@media (max-width:620px){.whatsapp-float{right:16px;bottom:16px;min-height:50px;padding-right:14px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-logo-link{display:flex;height:76px;align-items:center;justify-content:flex-start;overflow:hidden}.brand-logo-link img{display:block;height:76px;object-fit:contain;object-position:left center}.footer-logo-link{position:relative;display:block;width:250px;height:100px;margin-bottom:8px;overflow:hidden}.footer-logo-link img{position:absolute;top:50%;left:0;display:block;object-fit:contain;object-position:left center;transform:translateY(-50%)}.dashboard-brand{width:220px;min-height:106px;justify-content:center}.dashboard-brand img{display:block;height:92px}.product-filters>.eyebrow,.product-filters>div>.meta,.product-index-intro>div:first-child>.eyebrow,.reference-home .brand-item>.eyebrow,.reference-home .system-item>.eyebrow{display:none}@media (max-width:760px){.brand-logo-link,.brand-logo-link img{width:180px;height:68px}.footer-logo-link{width:220px;height:88px}.footer-logo-link img{width:220px;height:220px}}.public-header,.public-header-inner{min-height:88px}.brand-logo-link{position:relative;width:220px;height:88px}.brand-logo-link img{position:absolute;top:50%;left:0;width:220px;height:220px;flex:none;transform:translateY(-50%)}.footer-logo-link img{width:250px;height:250px}.dashboard-brand{height:106px}.dashboard-brand img{width:220px;height:220px}@media (max-width:760px){.public-header,.public-header-inner{min-height:80px}.brand-logo-link{width:180px;height:80px}.brand-logo-link img{width:180px;height:180px}.footer-logo-link img{width:220px;height:220px}}@media (min-width:761px){.public-header,.public-header-inner{min-height:72px}.brand-logo-link{width:170px;height:72px}.brand-logo-link img{width:170px;height:170px}}.brand-logo-link{width:160px;height:72px}.brand-logo-link img{width:160px;height:160px}.footer-logo-link{width:160px;height:72px}.footer-logo-link img{width:160px;height:160px}@media (max-width:760px){.brand-logo-link{width:150px;height:68px}.brand-logo-link img{width:150px;height:150px}.footer-logo-link{width:150px;height:68px}.footer-logo-link img{width:150px;height:150px}}.dashboard-brand{width:150px;height:76px;min-height:76px;padding:0 0 14px!important}.dashboard-brand img{width:150px;height:58px;position:static}.dashboard-brand small{margin-top:2px}.dashboard-heading{align-items:flex-start}.dashboard-heading h1{letter-spacing:-.045em}.dashboard-lede{max-width:520px;margin:10px 0 0;color:var(--muted)}.dashboard-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.stat small{display:block;margin-top:7px;color:var(--muted);font-family:var(--font-tech);font-size:10px}.dashboard-summary-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:28px;gap:28px}.summary-list{padding:4px 16px 12px}.summary-list div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--rule)}.summary-list span,.summary-list strong{font-family:var(--font-tech);font-size:11px}.summary-list span{color:var(--muted);text-transform:uppercase}.summary-copy{padding:16px;color:var(--muted)}.summary-copy .button{margin-top:10px}@media print{.button,.dashboard-actions,.dashboard-topbar,.sidebar,.table-actions,form{display:none!important}.dashboard-main,.dashboard-shell{display:block}.dashboard-content{max-width:none;padding:0}.panel,.stat{page-break-inside:avoid;break-inside:avoid}body{background:#fff}}@media (max-width:760px){.dashboard-actions{width:100%;justify-content:flex-start}.dashboard-summary-grid{grid-template-columns:1fr;gap:0}.dashboard-brand{width:150px}}.dashboard-brand{position:relative;height:72px;min-height:72px;padding:0 0 12px!important;overflow:hidden}.dashboard-brand img{position:absolute;top:50%;left:0;height:160px;object-position:left center;transform:translateY(-50%)}.dashboard-brand small{position:absolute;left:0;margin:0}@media (max-width:760px){.dashboard-brand{width:160px;height:72px}}.dashboard-brand{padding:0 0 2px!important}.dashboard-brand img{top:0;width:160px;height:72px;object-fit:contain;transform:none}.dashboard-brand small{bottom:0}@media (max-width:760px){.dashboard-brand{height:96px;min-height:96px}}.dashboard-brand{display:flex;width:160px;height:96px;min-height:96px;align-items:flex-start;justify-content:flex-start;gap:0;overflow:visible}.dashboard-brand-logo{position:relative;display:block;width:160px;height:72px;flex:0 0 160px;overflow:hidden}.dashboard-brand .dashboard-brand-logo img{position:absolute;top:50%;left:0;width:160px;height:160px;object-fit:contain;object-position:left center;transform:translateY(-50%)}.dashboard-brand small{position:static;display:block;margin-top:8px}.dashboard-shell .sidebar{overflow:visible}.dashboard-shell .sidebar>.dashboard-brand{display:flex;width:160px;padding:0!important}.dashboard-shell .sidebar nav{display:flex;flex-direction:column;gap:4px;width:100%;padding-top:20px}.dashboard-shell .sidebar nav a{display:flex;width:100%;min-height:44px;align-items:center;padding:12px 14px;white-space:nowrap;line-height:1.2}@media (max-width:620px){.dashboard-shell .sidebar{padding:20px 16px}.dashboard-shell .sidebar nav{flex-direction:column;gap:2px}.dashboard-shell .sidebar nav a{min-height:44px}}.dashboard-overlay{display:none}.dashboard-shell .sidebar{position:relative;z-index:2;width:250px;min-height:100vh;flex:0 0 250px;padding:24px 16px}.dashboard-shell .dashboard-brand{display:block;width:160px;height:96px;min-height:96px;margin:0 8px 24px;padding:0!important;border-bottom:1px solid var(--rule)}.dashboard-shell .dashboard-brand-logo{position:relative;display:block;width:160px}.dashboard-shell .dashboard-brand .dashboard-brand-logo img{top:50%;width:160px;height:160px;object-position:left center;transform:translateY(-50%)}.dashboard-menu-toggle,.dashboard-shell .dashboard-brand small{display:none}@media (max-width:760px){.dashboard-shell,.dashboard-shell .sidebar{display:block;min-height:100dvh}.dashboard-shell .sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:min(300px,86vw);padding:24px 16px;transform:translateX(-105%);transition:transform .22s ease;box-shadow:12px 0 28px rgba(17,17,17,.12)}.dashboard-shell .sidebar.is-open{transform:translateX(0)}.dashboard-shell .dashboard-brand{margin:0 8px 24px}.dashboard-overlay{position:fixed;inset:0;z-index:20;border:0;background:rgba(17,17,17,.35);opacity:0;pointer-events:none;transition:opacity .22s ease}.dashboard-overlay.is-open{display:block;opacity:1;pointer-events:auto}.dashboard-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;min-height:64px;padding:10px 16px;gap:12px}.dashboard-topbar .meta{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.dashboard-menu-toggle{display:flex;width:44px;height:44px;flex:0 0 44px;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;border:1px solid var(--rule);background:var(--paper)}.dashboard-menu-toggle span{display:block;width:18px;height:1px;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.dashboard-menu-toggle.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.dashboard-menu-toggle.is-open span:nth-child(2){opacity:0}.dashboard-menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.dashboard-topbar form{margin-left:auto}.dashboard-topbar form .button{min-height:40px;padding-inline:12px}}@media (prefers-reduced-motion:reduce){.dashboard-menu-toggle span,.dashboard-overlay,.dashboard-shell .sidebar{transition:none}}.dashboard-shell .dashboard-brand{height:104px;min-height:104px;overflow:hidden}.dashboard-shell .dashboard-brand-logo{height:88px;overflow:hidden}.dashboard-shell .dashboard-brand .dashboard-brand-logo img{position:absolute;top:-34px;left:0;display:block;width:176px;height:176px;object-fit:contain;transform:none}.panel-note{margin:6px 0 0;color:var(--muted);font-size:12px}.feature-toggle{min-height:30px;padding:0 9px;border:1px solid var(--rule);background:transparent;color:var(--muted);font-family:var(--font-tech);font-size:10px;text-transform:uppercase}.feature-toggle.is-active,.feature-toggle:hover{border-color:var(--accent);color:var(--accent)}.field-help{display:block;margin-top:7px;color:var(--muted);font-size:11px}.dashboard-table-image{display:block;width:56px;height:40px;object-fit:contain;background:var(--plate)}.product-editor-panel{padding:24px}.editor-media{max-width:520px;margin-top:28px;padding-top:20px;border-top:1px solid var(--rule)}.editor-media h2{margin:0 0 14px;font-size:18px}.editor-media>img{display:block;width:180px;height:140px;margin-bottom:16px;object-fit:contain;background:var(--plate)}.editor-media form{display:flex;flex-direction:column;gap:10px}.editor-media form label{font-family:var(--font-tech);font-size:11px;text-transform:uppercase}.editor-media form input[type=file],.inline-setting-form input[type=file]{max-width:100%;padding:8px;border:1px solid var(--rule);background:var(--canvas);font-size:11px}.editor-current-image{display:block;width:180px;height:120px;margin:0 0 12px;object-fit:contain;background:var(--plate)}.detail-action-panel,.product-edit-form{max-width:900px}.detail-action-content{padding:16px 24px 22px}.delete-modal-backdrop{position:fixed;inset:0;z-index:60;padding:20px;background:rgba(17,17,17,.42)}.delete-modal{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;width:min(100%,460px);padding:24px;box-shadow:0 18px 50px rgba(17,17,17,.2)}.delete-modal-mark{display:grid;width:34px;height:34px;place-items:center;font-weight:700}.delete-modal h2{margin:0 0 8px;font-size:24px}.delete-modal-actions{grid-column:1/-1;gap:10px;padding-top:16px}@media (max-width:520px){.delete-modal{padding:18px}.delete-modal-actions{flex-direction:column-reverse}.delete-modal-actions .button,.delete-modal-actions form,.delete-modal-actions form .button{width:100%}}.delete-modal-backdrop{display:grid;place-items:center;padding:24px;background:rgba(17,17,17,.58);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.delete-modal{position:relative;display:block;width:min(100%,520px);padding:32px;border:1px solid var(--ink);background:var(--paper);box-shadow:0 24px 64px rgba(17,17,17,.24)}.delete-modal-content{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:18px;gap:18px;padding-right:28px}.delete-modal-mark{width:44px;height:44px;border:1px solid #b42318;background:#fff5f3;color:#b42318;font-family:var(--font-tech);font-size:18px}.delete-modal .eyebrow{margin:2px 0 10px;color:#b42318}.delete-modal h2{margin:0 0 10px;font-size:clamp(24px,3vw,30px);line-height:1.05;letter-spacing:-.035em}.delete-modal p:not(.eyebrow){max-width:390px;margin:0;color:var(--muted);font-size:13px;line-height:1.6}.delete-modal-close{position:absolute;top:16px;right:16px;display:grid;width:40px;height:40px;place-items:center;border:1px solid transparent;background:transparent;color:var(--muted);font-size:24px;line-height:1}.delete-modal-close:hover{border-color:var(--rule);color:var(--ink)}.delete-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--rule)}.delete-modal-actions form{margin:0}.delete-modal-actions .button{min-width:112px;min-height:44px}.delete-confirm{border-color:#b42318;background:#b42318;color:#fff}.delete-confirm:hover{border-color:#8f1b13;background:#8f1b13}@media (max-width:520px){.delete-modal{padding:24px 20px 20px}.delete-modal-content{grid-template-columns:36px minmax(0,1fr);gap:12px;padding-right:28px}.delete-modal-mark{width:36px;height:36px;font-size:15px}.delete-modal-actions{flex-direction:column}.delete-modal-actions .button,.delete-modal-actions form,.delete-modal-actions form .button{width:100%}}@media (max-width:760px){.product-index-page{padding:0 16px 40px}.product-index-intro{padding-top:32px}.product-index-toolbar{margin:0;padding:16px 0}.product-results{padding-top:24px}.catalog-product-copy{padding:16px}}.product-index-toolbar{align-items:flex-start}.product-index-toolbar>.filter-slider{min-width:0;gap:8px}.filter-slider-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 100%}.filter-slider-controls{display:flex;align-items:center;gap:5px;color:var(--muted);font-family:var(--font-tech);font-size:9px}.filter-slider-controls button{display:grid;width:22px;height:22px;place-items:center;padding:0;border:1px solid var(--rule);color:var(--ink);background:var(--paper);font-family:Arial,sans-serif;font-size:17px;line-height:1}.filter-slider-controls button:disabled{opacity:.35;cursor:default}.filter-slider-items{display:flex;flex-wrap:nowrap;gap:12px;min-height:28px;overflow:hidden}.filter-slider-items button{min-width:0;max-width:145px;overflow:hidden;text-overflow:ellipsis}.filter-sidebar-note p{display:block;margin:10px 0 0;color:var(--muted);font-family:var(--font-body);font-size:11px;line-height:1.5}@media (max-width:760px){.product-index-toolbar{gap:12px}.product-index-toolbar>.filter-slider{width:100%}.filter-slider-items{gap:10px}.filter-slider-items button{flex:1 1;max-width:none;min-height:36px;overflow:hidden;text-overflow:ellipsis}.product-index-toolbar>.meta{align-self:flex-end}}.product-filters{padding-right:24px}.filter-panel{margin-top:0!important;padding:0!important;border-top:0!important}.filter-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--rule)}.filter-clear{padding:0;border:0;background:transparent;color:var(--muted);font-family:var(--font-tech);font-size:9px;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}.filter-clear:not(:disabled):hover{color:var(--accent)}.filter-clear:disabled{cursor:default;opacity:.45;text-decoration:none}.filter-panel>.filter-helper{margin:12px 0 20px}.filter-group-section{margin:0!important;padding:16px 0!important;border-top:1px solid var(--rule)!important}.filter-group-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:var(--muted);font-family:var(--font-tech);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.filter-check-row{display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;width:100%;min-height:42px;padding:7px 0;border:0;background:transparent;color:var(--ink);text-align:left}.filter-check-row:hover .filter-check-name{color:var(--accent)}.filter-check-row strong{color:var(--muted);font-family:var(--font-tech);font-size:9px;font-weight:400}.filter-check-box{display:grid;width:14px;height:14px;place-items:center;border:1px solid var(--outline-variant);color:var(--paper);font-family:Arial,sans-serif;font-size:10px;line-height:1}.filter-check-row.active .filter-check-box{border-color:var(--ink);background:var(--ink)}.filter-check-row.active .filter-check-name{font-weight:500}.filter-check-name{min-width:0;overflow-wrap:anywhere;font-size:12px;line-height:1.35}.product-filters>.filter-note{margin-top:22px}@media (max-width:900px) and (min-width:761px){.product-results{grid-template-columns:200px 1fr;gap:22px}.product-filters{padding-right:18px}}@media (max-width:760px){.product-results{gap:0}.product-filters{padding:0 0 22px;border-right:0;border-bottom:1px solid var(--rule)}.product-filters>.filter-note{margin-top:18px}.filter-panel>.filter-helper{max-width:420px}.filter-check-row{min-height:44px}}.product-filters{align-self:start}.filter-panel{position:-webkit-sticky;position:sticky;top:96px}.contact-whatsapp-link{margin-top:24px}@media (max-width:760px){.filter-panel{position:static}}.index-intro-spacer{min-height:1px}.brand-data-head,.brand-data-row{display:grid;grid-template-columns:1.05fr 1.35fr 1fr 1fr 1.5fr;grid-gap:20px;gap:20px;align-items:center}.brand-data-head{padding:12px 0;border-top:1px solid var(--rule);color:var(--muted);font-family:var(--font-tech);font-size:9px;text-transform:uppercase}.brand-data-head,.brand-data-list,.brand-data-row{border-bottom:1px solid var(--rule)}.brand-data-row{min-height:62px;padding:10px 0;font-size:12px}.brand-data-row:last-child{border-bottom:0}.brand-data-row a{font-weight:500}.brand-data-row a:hover{color:var(--accent)}.brand-data-code{font-family:var(--font-tech);font-size:10px}@media (max-width:900px){.brand-data-head,.brand-data-row{grid-template-columns:1fr 1.3fr 1fr;gap:14px}.brand-data-head span:nth-child(4),.brand-data-head span:nth-child(5),.brand-data-row>span:nth-child(4),.brand-data-row>span:nth-child(5){display:none}}@media (max-width:620px){.brand-data-head{display:none}.brand-data-row{grid-template-columns:1fr;gap:5px;min-height:0;padding:16px 0}.brand-data-row>span:nth-child(4),.brand-data-row>span:nth-child(5){display:block;color:var(--muted);font-size:11px}.brand-data-row a{font-size:16px}.brand-data-code{color:var(--muted)}.home-hero{display:grid;grid-template-columns:1fr}.home-hero .hero-copy{display:contents}.home-hero .hero-copy h1{order:1;margin:0;padding:38px 16px 22px;border-bottom:0}.home-hero .hero-image{order:2;min-height:300px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.home-hero .hero-copy .lede{order:3;margin:0;padding:24px 16px 0}.home-hero .hero-copy .hero-actions{order:4;padding:24px 16px 32px}}.brand-detail-logo img,.brand-index-logo img,.brand-logo,.brand-related-image img,.catalog-product-image img,.contact-image img,.contact-map iframe,.feature-image img,.hero-image img,.product-detail-media img,.products-section .product-image img,.sourcing-image img,.system-image img,img{filter:none!important}