:root{--charcoal:#1d252d;--charcoal-soft:#27323b;--paper:#f4f0e9;--paper-deep:#e7dfd4;--brown:#63513d;--orange:#ed8b00;--teal:#00b2a9;--active-ink:#ed8b00;--draw-duration:.8s;--ease-out:cubic-bezier(.16, 1, .3, 1);color:var(--paper);background:var(--charcoal);font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}html{background:var(--charcoal);min-width:320px}body{background:var(--charcoal);min-height:100vh;color:var(--paper);margin:0}button,input{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,.specimen:focus-visible,input:focus-visible{outline:3px solid var(--teal);outline-offset:3px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lab-header{border-bottom:1px solid #f4f0e929;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:16px clamp(20px,4vw,64px);display:flex}.brand-lockup{color:inherit;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{width:38px;height:38px;color:var(--orange);place-items:center;display:grid}.brand-mark svg{width:100%;height:100%}.brand-lockup>span:last-child{gap:1px;display:grid}.brand-lockup strong{font-size:.9rem;font-weight:600}.brand-lockup small{color:#c8d0d4;font-size:.72rem}.lab-header code{color:#c8d0d4;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}main{width:min(1500px,100%);margin:0 auto}.intro{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:end;gap:clamp(32px,7vw,112px);padding:clamp(52px,8vw,112px) clamp(20px,4vw,64px) clamp(40px,6vw,76px);display:grid}.intro h1{letter-spacing:-.025em;text-wrap:balance;margin:0;font-family:Bebas Neue,Arial Narrow,sans-serif;font-size:clamp(4.9rem,13vw,10.5rem);font-weight:400;line-height:.78}.intro p{color:#d6dcdf;max-width:64ch;margin:clamp(26px,4vw,42px) 0 0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65}.intro-signature{color:var(--orange);align-self:center;transform:rotate(-3deg)}.intro-signature svg{width:100%;height:auto;display:block;overflow:visible}.intro-signature span{color:var(--paper);text-align:right;margin:-6px 18px 0 0;font-family:Patrick Hand,cursive;font-size:clamp(1.4rem,2.5vw,2.1rem);display:block}.hero-path{animation:hero-settle .72s var(--ease-out) .12s;transform-box:fill-box;transform-origin:50%}.hero-path-secondary{opacity:.5;animation-delay:.44s}.toolbar{z-index:10;backdrop-filter:blur(16px);background:#1d252df0;border-block:1px solid #f4f0e929;grid-template-columns:minmax(0,1.7fr) auto minmax(180px,.45fr) auto;align-items:end;gap:20px 28px;padding:18px clamp(20px,4vw,64px);display:grid;position:sticky;top:0}.control-group{gap:10px;display:grid}.control-label{color:#b8c2c7;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:12px;font-size:.68rem;font-weight:600;display:flex}.control-label output{color:var(--paper);letter-spacing:0;text-transform:none}.filter-list{flex-wrap:wrap;gap:6px;display:flex}.filter-button,.utility-button,.copy-button{cursor:pointer;border:0}.filter-button{color:#cbd2d5;background:0 0;border:1px solid #f4f0e938;border-radius:999px;padding:8px 11px;font-size:.78rem;transition:color .16s,border-color .16s,background .16s}.filter-button:hover{color:#fff;border-color:#f4f0e980}.filter-button[aria-pressed=true]{background:var(--paper);border-color:var(--paper);color:var(--charcoal)}.swatch-list{align-items:center;gap:10px;min-height:34px;display:flex}.swatch{cursor:pointer;background:0 0;border:0;border-radius:50%;width:44px;height:44px;padding:0;position:relative}.swatch:before{background:var(--swatch);border-radius:inherit;box-shadow:0 0 0 0 var(--charcoal), 0 0 0 0 var(--paper);content:"";transition:transform .16s,box-shadow .16s;position:absolute;inset:11px}.swatch:hover:before{transform:scale(1.12)}.swatch.is-selected:before{box-shadow:0 0 0 3px var(--charcoal), 0 0 0 5px var(--paper)}.speed-control input{width:100%;accent-color:var(--active-ink)}.toolbar-actions{justify-content:flex-end;gap:8px;display:flex}.utility-button{white-space:nowrap;background:0 0;border:1px solid #f4f0e940;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:9px 13px;font-size:.8rem;font-weight:600;display:inline-flex}.utility-button:hover{background:#f4f0e914}.utility-button-primary{background:var(--orange);border-color:var(--orange);color:#1d252d}.utility-button-primary:hover{background:#f49b22}.utility-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.catalog{background:var(--paper);color:var(--charcoal);padding:clamp(50px,7vw,90px) clamp(20px,4vw,64px) clamp(72px,9vw,128px)}.catalog-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px;display:flex}.catalog-heading h2{letter-spacing:-.025em;margin:0;font-family:Bebas Neue,Arial Narrow,sans-serif;font-size:clamp(3rem,6vw,5.25rem);font-weight:400;line-height:.9}.catalog-heading p{color:#665f58;margin:12px 0 0;font-size:.9rem}.catalog-heading output{color:var(--brown);font-size:.82rem;font-weight:600}.specimen-grid{background:var(--paper);border-top:1px solid #cfc5b8;border-left:1px solid #cfc5b8;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.specimen{cursor:pointer;border-bottom:1px solid #cfc5b8;border-right:1px solid #cfc5b8;min-width:0;padding:18px;transition:background-color .18s}.specimen:hover,.specimen:focus-visible{background:#ede5da}.specimen[hidden]{display:none}.specimen-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.specimen-meta code{color:#786f67;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem}.copy-button{color:#625b54;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:.68rem;font-weight:600;display:inline-flex}.copy-button:hover{color:var(--charcoal);background:#ded4c7}.copy-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.specimen-stage{min-height:190px;color:var(--active-ink);place-items:center;margin:8px 0 2px;transition:background-color .18s,color .18s;display:grid}.preview-dark .specimen-stage{background:var(--charcoal);color:var(--active-ink)}.mark-svg{width:min(100%,320px);height:auto;display:block;overflow:visible}.brush-path{stroke-dasharray:100;stroke-dashoffset:0}.brush-echo{opacity:.72}.brush-thread{opacity:.48}.brush-fray{opacity:.58;stroke-dasharray:28 2 7 1 15 1.5 5 2;transform:translateY(2px)}.brush-wash{opacity:.28}.brush-wash-detail{opacity:.18}.has-js .specimen:not(.is-playing) .brush-path{stroke-dashoffset:100px}.has-js .specimen.is-playing .brush-path{animation:draw-path var(--draw-duration) var(--ease-out) both}.has-js .specimen.is-playing .delay-1{animation-delay:calc(var(--draw-duration) * .13)}.has-js .specimen.is-playing .delay-2{animation-delay:calc(var(--draw-duration) * .31)}.has-js .specimen.is-playing .delay-3{animation-delay:calc(var(--draw-duration) * .46)}.specimen-caption{gap:6px;min-height:58px;display:grid}.specimen-caption h3{margin:0;font-size:.96rem;font-weight:600}.specimen-caption p{color:#6c645d;margin:0;font-size:.78rem;line-height:1.45}.lab-footer{color:#9eaaaf;border-top:1px solid #f4f0e929;justify-content:space-between;gap:24px;padding:26px clamp(20px,4vw,64px);font-size:.72rem;display:flex}.lab-footer p{margin:0}@keyframes draw-path{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@keyframes hero-settle{0%{opacity:.42;transform:scaleX(.94)translateY(4px)}to{opacity:1;transform:scaleX(1)translateY(0)}}@media (width<=1100px){.toolbar{grid-template-columns:minmax(0,1fr) auto auto}.control-group-wide{grid-column:1/-1}.specimen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.lab-header{min-height:68px}.lab-header code{display:none}.intro{grid-template-columns:1fr;gap:18px;padding:42px 20px 28px}.intro p{margin-top:20px;line-height:1.5}.intro-signature{justify-self:end;width:min(72%,360px)}.intro-signature span{margin-top:-10px;font-size:1.25rem}.toolbar{grid-template-columns:1fr 1fr;position:static}.control-group-wide,.speed-control,.toolbar-actions{grid-column:1/-1}.filter-list{scrollbar-width:none;flex-wrap:nowrap;padding:2px;overflow-x:auto}.filter-list::-webkit-scrollbar{display:none}.filter-button{min-height:44px}.toolbar-actions{justify-content:stretch}.utility-button{flex:1;min-height:44px}.specimen-grid{grid-template-columns:1fr}.catalog-heading{align-items:start}.specimen-stage{min-height:170px}.lab-footer{flex-direction:column;gap:6px}}@media (width<=460px){.intro h1{font-size:4rem}.filter-list{gap:5px}.filter-button{padding:9px 12px;font-size:.72rem}.toolbar{grid-template-columns:auto minmax(0,1fr);gap:14px 18px;padding-block:14px}.control-group-wide,.toolbar-actions{grid-column:1/-1}.speed-control{grid-column:2}.catalog-heading{display:grid}.copy-button span{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}.hero-path,.has-js .specimen .brush-path{stroke-dashoffset:0!important;animation:none!important}.specimen,.swatch,.filter-button{transition:none}}
