:root{--canvas:#f2eee4;--canvas-deep:#e6e0d4;--ink:#0b2118;--ink-soft:#496157;--ink-faint:#0b211833;--machine:#0b2419;--machine-soft:#17392b;--signal-orange:#dc602b;--signal-orange-ink:#a9471f;--signal-green:#259765;--font-main:"Space Grotesk", sans-serif}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html{background:var(--canvas);min-height:100%}body{background:var(--canvas);width:100%;min-height:100svh;color:var(--ink);font-family:var(--font-main);overflow-x:hidden}.overlay{z-index:0;pointer-events:none;background-image:linear-gradient(#0b21180b 1px,#0000 1px),linear-gradient(90deg,#0b21180b 1px,#0000 1px);background-size:72px 72px;position:fixed;inset:0}.site-shell{z-index:1;grid-template-rows:auto 1fr auto;width:min(100%,1440px);min-height:100svh;margin:0 auto;padding:clamp(1.25rem,3.5vw,3rem) clamp(1.25rem,5vw,5rem) clamp(1rem,2.5vw,2.5rem);display:grid;position:relative}.site-header{align-items:center;gap:1rem;display:flex}.brand-mark{border-radius:.2rem;flex:none;width:2.45rem;height:2.45rem;transition:transform .18s,box-shadow .18s;display:block;position:relative;overflow:hidden}.brand-mark:hover,.brand-mark:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 .45rem #0b21182e}.brand-mark__image{object-fit:cover;width:100%;height:100%;display:block}.header-rule{background:var(--ink-faint);width:min(100%,12rem);height:1px;display:block}main{flex-direction:column;justify-content:center;align-items:center;gap:clamp(2rem,7vh,5rem);width:100%;min-height:0;padding-block:clamp(2rem,5vh,4rem);display:flex}.factory{width:100%}.factory-stage{justify-content:center;align-items:center;width:min(100%,1120px);height:clamp(170px,26vh,240px);margin:0 auto;display:flex;position:relative}.machine-line{background:linear-gradient(90deg, transparent 0%, var(--ink-soft) 9%, var(--ink-soft) 91%, transparent 100%);opacity:.7;height:1px;transition:background .18s,opacity .18s;position:absolute;top:50%;left:0;right:0}.machine-line:before,.machine-line:after{content:"";background:var(--ink-soft);opacity:.48;width:1px;height:.6rem;position:absolute;top:-.3rem}.machine-line:before{left:18%}.machine-line:after{right:18%}.machine-line.is-inspecting{background:linear-gradient(90deg, transparent 0%, var(--signal-orange) 20%, var(--signal-orange) 80%, transparent 100%);opacity:.9}.inspection-gate{pointer-events:none;background:#f2eee46b;border:1px solid #0b211833;width:clamp(7.5rem,13vw,10.5rem);height:clamp(4.3rem,8vw,5.8rem);transition:border-color .18s,box-shadow .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 .35rem #f2eee461}.inspection-gate.is-inspecting{border-color:var(--signal-orange);box-shadow:inset 0 0 0 .35rem #dc602b14,0 0 2.5rem #dc602b1f}.gate-corner{border-color:var(--ink);opacity:.55;border-style:solid;width:.7rem;height:.7rem;position:absolute}.gate-corner--top-left{border-width:1px 0 0 1px;top:-1px;left:-1px}.gate-corner--top-right{border-width:1px 1px 0 0;top:-1px;right:-1px}.gate-corner--bottom-left{border-width:0 0 1px 1px;bottom:-1px;left:-1px}.gate-corner--bottom-right{border-width:0 1px 1px 0;bottom:-1px;right:-1px}.item-group{position:absolute;inset:0;overflow:visible}.product{--product-accent:var(--signal-orange);--product-fill:var(--machine);--product-text:var(--canvas);--product-glow:#dc602b3d;border:1px solid var(--product-accent);background:var(--product-fill);min-width:8rem;height:3.2rem;color:var(--product-text);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;will-change:transform, opacity;border-radius:.2rem;justify-content:center;align-items:center;gap:.55rem;padding-inline:1rem;font-size:.82rem;font-weight:500;display:flex;position:absolute;top:50%;left:0;box-shadow:0 .7rem 1.5rem #0b211826}.product[data-project-index="0"]{--product-accent:#7667e8;--product-fill:#21194b;--product-text:#f5f1ff;--product-glow:#6f5de65c}.product[data-project-index="1"]{--product-accent:#42bc67;--product-fill:#123a21;--product-text:#effcf2;--product-glow:#1070255c}.product[data-project-index="2"]{--product-accent:#27b7f0;--product-fill:#10364a;--product-text:#effaff;--product-glow:#009fe35c}.product[data-project-index="3"]{--product-accent:#65b7ff;--product-fill:#153653;--product-text:#f0f7ff;--product-glow:#53aafa5c}.product-icon{object-fit:cover;border-radius:.3rem;flex:none;width:1.35rem;height:1.35rem}.product:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffeccfb8,#0000);position:absolute;inset:0;transform:translate(-120%)}.product.is-inspecting{border-color:var(--product-accent);color:var(--product-text);box-shadow:0 0 2rem var(--product-glow)}.product.is-inspecting:after{opacity:1;animation:.6s ease-out forwards scan}.product.is-resolved{border-color:var(--product-accent);box-shadow:0 0 1.6rem var(--product-glow)}@keyframes scan{0%{transform:translate(-120%)}to{transform:translate(120%)}}.project-index{border-top:1px solid var(--ink-faint);border-bottom:1px solid var(--ink-faint);grid-template-columns:repeat(4,1fr);width:min(100%,980px);display:grid}.project-link{--project-ink:var(--signal-orange-ink);--project-wash:#dc602b14;border-right:1px solid var(--ink-faint);min-height:4.8rem;color:var(--ink);grid-template-columns:auto auto 1fr auto;align-items:center;gap:.8rem;padding:.9rem 1rem;text-decoration:none;transition:background .18s,color .18s;display:grid}.project-icon{background:var(--canvas-deep);border-radius:.45rem;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;display:flex;overflow:hidden}.project-icon img{object-fit:cover;width:100%;height:100%;display:block}.project-link:last-child{border-right:0}.project-link:hover,.project-link:focus-visible,.project-link.is-active{background:var(--project-wash);outline:none}.project-link:focus-visible{box-shadow:inset 0 0 0 2px var(--signal-orange)}.project-link.is-active .project-name,.project-link:hover .project-name,.project-link:focus-visible .project-name{color:var(--project-ink)}.project-link[data-project-index="0"]{--project-ink:#4e3aab;--project-wash:#6550c81c}.project-link[data-project-index="1"]{--project-ink:#126b2e;--project-wash:#1070251a}.project-link[data-project-index="2"]{--project-ink:#155b83;--project-wash:#009fe31a}.project-link[data-project-index="3"]{--project-ink:#14689d;--project-wash:#53aafa21}.project-number,.project-arrow{color:var(--ink-soft);letter-spacing:.12em;font-size:.68rem}.project-name{letter-spacing:.13em;text-transform:uppercase;font-size:clamp(.86rem,1.15vw,1.04rem);font-weight:500;transition:color .18s}footer{color:var(--ink-soft);letter-spacing:.06em;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.72rem;display:flex}.email-link{color:var(--ink);text-decoration:none;transition:color .18s}.email-link:hover,.email-link:focus-visible{color:var(--signal-orange-ink);outline:none}@media (width<=700px){.site-shell{padding-inline:1.1rem}main{gap:2.4rem;padding-block:2rem}.factory-stage{height:150px}.inspection-gate{width:9rem;height:4.6rem}.product{letter-spacing:.12em;min-width:8rem;height:2.85rem;font-size:.72rem}.project-index{grid-template-columns:1fr}.project-link,.project-link:last-child{border-right:0;border-bottom:1px solid var(--ink-faint);min-height:3.65rem}.project-link:last-child{border-bottom:0}footer{flex-direction:column;align-items:flex-start;gap:.45rem}}@media (height<=520px) and (width>=701px){main{gap:1.8rem;padding-block:1.2rem}.factory-stage{height:135px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.product{box-shadow:none}.product:after{display:none}}
