:root{color:#101010;background:#fbfbfa;font-family:Arial,Helvetica,sans-serif;font-synthesis:none;--ink: #101010;--muted: #696969;--rule: #c9c9c6;--paper: #fbfbfa;--placeholder: #efefec;--accent: #f04a16}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;font:inherit}a{color:inherit;text-decoration:none}.site-shell{width:min(100%,1600px);margin:0 auto;padding:0 48px}.site-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--rule)}.nameplate{font-size:20px;font-weight:700;letter-spacing:-.03em}.site-header nav{display:flex;align-items:center;gap:clamp(24px,4vw,68px);font-size:16px}.site-header a,footer a{text-underline-offset:5px}.site-header a:hover,.site-header a:focus-visible,footer a:hover,footer a:focus-visible{text-decoration:underline}.intro{padding:48px 0 40px}.intro h1{max-width:980px;margin:0;font-size:clamp(48px,5.8vw,88px);line-height:.98;letter-spacing:-.065em;font-weight:700}.intro p{margin:22px 0 0;font:18px/1.5 Consolas,Courier New,monospace}.featured{display:grid;grid-template-columns:minmax(320px,31%) 1fr;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.featured-index{border-right:1px solid var(--rule)}.featured-row{position:relative;width:100%;height:108px;display:grid;grid-template-columns:72px 1fr;align-items:center;gap:0;padding:0 28px;border:0;border-bottom:1px solid var(--rule);background:transparent;text-align:left;cursor:pointer;font-size:clamp(17px,1.45vw,22px);font-weight:600;transition:color .16s ease,background .16s ease}.featured-row:last-child{border-bottom:0}.featured-row:before{content:"";position:absolute;top:-1px;bottom:-1px;left:0;width:4px;background:transparent}.featured-row:hover{background:#f7f7f5}.featured-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.featured-row.is-active:before{background:var(--accent)}.featured-row.is-active .featured-number{color:var(--accent)}.featured-number{font-size:28px;font-weight:500;letter-spacing:-.04em}.featured-view{min-width:0;display:grid;grid-template-rows:1fr auto}.project-media{min-height:220px;overflow:hidden;background:var(--placeholder)}.project-media img{width:100%;height:100%;display:block;object-fit:cover}.project-media picture{display:block;width:100%;height:100%}.featured-view>.project-media{min-height:430px}.featured-meta{min-height:108px;display:grid;grid-template-columns:1fr auto;border-top:1px solid var(--rule)}.featured-meta ul{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;margin:0;padding:0;list-style:none}.featured-meta li{min-width:0;padding:0 20px;border-right:1px solid var(--rule);color:#323232;font-size:14px;text-align:center}.project-link{min-width:174px;padding:0 28px;border:0;background:transparent;color:var(--accent);cursor:pointer;font-weight:600}.project-link:hover,.project-link:focus-visible,.text-button:hover,.text-button:focus-visible{text-decoration:underline;text-underline-offset:5px}.all-projects{padding:64px 0 96px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:32px;padding-bottom:20px;border-bottom:1px solid var(--rule)}.section-heading h2{margin:0;font-size:30px;letter-spacing:-.04em}.filters{display:flex;align-items:center;gap:clamp(20px,3vw,48px);overflow-x:auto}.filter{padding:8px 0 10px;border:0;border-bottom:2px solid transparent;background:transparent;white-space:nowrap;cursor:pointer}.filter:hover,.filter:focus-visible,.filter.is-active{color:var(--accent);border-bottom-color:var(--accent)}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px 24px;padding-top:28px}.project-card{width:100%;display:block;align-self:start;min-width:0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.project-card .project-media{aspect-ratio:4 / 3;min-height:0;border-bottom:3px solid transparent;transition:border-color .16s ease,background .16s ease}.project-card:hover .project-media,.project-card:focus-visible .project-media{border-bottom-color:var(--accent);background:#e7e7e2}.project-card:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.card-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-top:14px;min-height:57px}.card-title-row strong{font-size:17px;line-height:1.25;letter-spacing:-.025em}.card-title-row>span,.card-categories{color:var(--muted);font:12px/1.4 Consolas,Courier New,monospace}.card-categories{display:block;margin-top:8px;text-transform:uppercase;letter-spacing:.04em}.information{display:grid;grid-template-columns:1fr 1fr;gap:72px;padding:72px 0;border-top:1px solid var(--rule)}.information h2{max-width:520px;margin:24px 0 0;font-size:clamp(34px,4vw,62px);line-height:1;letter-spacing:-.055em}.information p{max-width:640px;margin:34px 0 0;font:18px/1.6 Consolas,Courier New,monospace}.eyebrow{color:var(--accent);font:12px/1.4 Consolas,Courier New,monospace;text-transform:uppercase;letter-spacing:.08em}footer{min-height:112px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--rule);font-size:14px}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:28px;overflow-y:auto;background:#101010b8}.project-dialog{width:min(1080px,100%);max-height:calc(100vh - 56px);overflow-y:auto;background:var(--paper)}.dialog-toolbar{position:sticky;top:0;z-index:2;min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--rule);background:var(--paper)}.text-button{padding:8px 0;border:0;background:transparent;cursor:pointer}.project-dialog>.project-media{aspect-ratio:16 / 6;min-height:240px;max-height:42vh}.project-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--rule)}.project-gallery img{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover;background:var(--placeholder)}.project-gallery video{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover;background:var(--placeholder)}.dialog-heading{display:grid;grid-template-columns:1fr 190px;gap:48px;padding:42px 48px;border-bottom:1px solid var(--rule)}.dialog-heading h2{margin:0;font-size:clamp(36px,5vw,66px);line-height:.98;letter-spacing:-.055em}.dialog-heading p,.dialog-content p{margin:18px 0 0;color:#3d3d3d;font:16px/1.6 Consolas,Courier New,monospace}.dialog-date{display:flex;flex-direction:column;gap:12px;padding-top:8px;color:var(--muted);font:12px/1.4 Consolas,Courier New,monospace;text-transform:uppercase;letter-spacing:.06em}.dialog-date strong{color:var(--ink);font-size:14px}.dialog-content{display:grid;grid-template-columns:1fr 1fr;gap:0}.dialog-content section{min-height:220px;padding:38px 48px;border-bottom:1px solid var(--rule)}.dialog-content section:nth-child(odd){border-right:1px solid var(--rule)}.dialog-content h3{margin:0;font-size:18px;letter-spacing:-.025em}.technology-list{display:flex;flex-wrap:wrap;gap:10px 24px;margin:20px 0 0;padding:0;list-style:none;font:14px/1.5 Consolas,Courier New,monospace}@media(max-width:1100px){.featured{grid-template-columns:38% 1fr}.featured-row{height:92px;grid-template-columns:56px 1fr;padding:0 20px}.featured-view>.project-media{min-height:350px}.featured-meta{min-height:92px}.featured-meta ul{grid-template-columns:repeat(2,1fr)}.featured-meta li:nth-child(2){border-right:0}.featured-meta li:nth-child(-n+2){margin-bottom:12px}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.site-shell{padding:0 20px}.site-header{min-height:64px}.site-header nav{gap:18px;overflow-x:auto;font-size:14px}.site-header nav a:nth-child(2),.site-header nav a:nth-child(3){display:none}.intro{padding:44px 0 32px}.intro h1{font-size:clamp(46px,14vw,68px)}.featured{grid-template-columns:1fr}.featured-index{border-right:0}.featured-row{height:72px;grid-template-columns:50px 1fr}.featured-view>.project-media{min-height:280px}.featured-meta{min-height:0;grid-template-columns:1fr}.featured-meta ul{padding:18px 0;border-bottom:1px solid var(--rule)}.project-link{min-height:64px}.section-heading{align-items:flex-start;flex-direction:column;gap:16px}.filters{width:100%}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 16px}.card-title-row{display:block}.card-title-row>span{display:block;margin-top:8px}.information{grid-template-columns:1fr;gap:20px;padding:56px 0}.information p{margin-top:0}.dialog-backdrop{padding:0}.project-dialog{min-height:100vh;max-height:100vh}.project-dialog>.project-media{min-height:210px}.project-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.dialog-heading{grid-template-columns:1fr;gap:28px;padding:34px 24px}.dialog-content{grid-template-columns:1fr}.dialog-content section{min-height:0;padding:32px 24px;border-right:0!important}}@media(max-width:480px){.nameplate{font-size:18px}.site-header nav a:first-child{display:none}.project-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important}}.editor-gate{width:min(520px,calc(100% - 40px));min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0 auto}.editor-gate h1{margin:14px 0 10px;font-size:clamp(42px,8vw,68px);line-height:.98;letter-spacing:-.055em}.editor-gate p{color:var(--muted)}.editor-back-link{margin-top:24px;text-decoration:underline;text-underline-offset:4px}.editor-error{color:#a22b0a!important}.editor-primary-button,.editor-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;font-weight:700}.editor-primary-button:disabled{opacity:.45;cursor:wait}.editor-shell{min-height:100vh;background:#f4f4f1}.editor-header{position:sticky;top:0;z-index:20;min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid var(--rule);background:var(--paper)}.editor-header>div{display:flex;flex-direction:column;gap:4px}.editor-header nav{display:flex;gap:28px}.editor-header nav a:hover{text-decoration:underline;text-underline-offset:4px}.editor-layout{width:min(1500px,100%);min-height:calc(100vh - 72px);display:grid;grid-template-columns:280px 1fr;margin:0 auto}.editor-sidebar{padding:24px 18px;border-right:1px solid var(--rule);background:var(--paper)}.editor-sidebar-heading{display:flex;align-items:center;justify-content:space-between;margin:26px 10px 10px;color:var(--muted);font:12px/1.4 Consolas,monospace;text-transform:uppercase;letter-spacing:.06em}.editor-sidebar-heading button{border:0;background:transparent;color:var(--accent);cursor:pointer;font-weight:700}.editor-nav-item{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border:0;background:transparent;text-align:left;cursor:pointer}.editor-nav-item:hover{background:#f2f2ef}.editor-nav-item.is-active{background:var(--ink);color:#fff}.editor-nav-item small{color:var(--accent);font:10px/1 Consolas,monospace;text-transform:uppercase}.editor-workspace{min-width:0;padding:42px clamp(24px,5vw,72px) 100px}.editor-workspace form{width:min(920px,100%);margin:0 auto}.editor-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-bottom:28px;border-bottom:1px solid var(--rule)}.editor-title-row h1{margin:8px 0 0;font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.05em}.editor-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:32px 0 48px}.editor-field{min-width:0;display:flex;flex-direction:column;gap:8px;margin:0;padding:0;border:0}.editor-field>span,.editor-field legend{color:var(--muted);font:12px/1.4 Consolas,monospace;text-transform:uppercase;letter-spacing:.05em}.editor-field-wide{grid-column:1 / -1}.editor-field input,.editor-field textarea{width:100%;padding:12px 14px;border:1px solid var(--rule);border-radius:0;background:var(--paper);color:var(--ink);font:16px/1.5 Arial,sans-serif;resize:vertical}.editor-field input:focus,.editor-field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.editor-check{min-height:48px;display:flex!important;flex-direction:row!important;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--rule);background:var(--paper);color:var(--ink)!important;font:15px/1.4 Arial,sans-serif!important;text-transform:none!important;letter-spacing:0!important}.editor-check input{width:18px;height:18px;accent-color:var(--accent)}.editor-category-list{display:flex;flex-wrap:wrap;gap:10px 22px;padding:14px;border:1px solid var(--rule);background:var(--paper)}.editor-category-list label{display:flex;align-items:center;gap:7px}.editor-category-list input{width:17px;height:17px;accent-color:var(--accent)}.editor-feature-order{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--rule);background:var(--paper)}.editor-feature-order span{margin-right:auto}.editor-feature-order button,.editor-row-actions button{min-height:32px;padding:0 10px;border:1px solid var(--rule);background:var(--paper);cursor:pointer}.editor-feature-order button:disabled,.editor-row-actions button:disabled{opacity:.35;cursor:default}.editor-upload-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.editor-upload-panel h2{margin:0 0 8px;font-size:24px}.editor-upload-panel p{max-width:620px;margin:0;color:var(--muted);line-height:1.5}.editor-upload-button{flex:0 0 auto}.editor-upload-button input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.editor-media-section{padding:28px 0;border-bottom:1px solid var(--rule)}.editor-section-heading{display:flex;align-items:baseline;gap:10px}.editor-section-heading h3{margin:0;font-size:18px}.editor-section-heading span{color:var(--muted);font:12px/1 Consolas,monospace}.editor-empty{color:var(--muted)}.editor-media-list{display:grid;gap:10px;margin-top:18px}.editor-media-row{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;padding:8px;border:1px solid var(--rule);background:var(--paper)}.editor-media-thumb{width:72px;height:52px;display:grid;place-items:center;overflow:hidden;background:var(--placeholder);color:var(--muted);font:10px/1 Consolas,monospace}.editor-media-thumb img{width:100%;height:100%;object-fit:cover}.editor-media-row code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-row-actions{display:flex;gap:6px}.editor-danger-zone{padding-top:40px}.editor-danger-zone button{padding:10px 0;border:0;background:transparent;color:#a22b0a;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.editor-status{position:fixed;right:24px;bottom:24px;z-index:30;max-width:520px;padding:14px 18px;background:var(--ink);color:#fff;box-shadow:0 8px 28px #0003}@media(max-width:800px){.editor-header{padding:0 18px}.editor-layout{grid-template-columns:1fr}.editor-sidebar{position:static;display:flex;gap:6px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--rule)}.editor-sidebar-heading{display:none}.editor-nav-item{width:auto;flex:0 0 auto}.editor-workspace{padding:30px 18px 100px}.editor-form-grid{grid-template-columns:1fr}.editor-field-wide{grid-column:auto}.editor-title-row,.editor-upload-panel{align-items:flex-start;flex-direction:column}.editor-media-row{grid-template-columns:58px minmax(0,1fr)}.editor-media-thumb{width:58px}.editor-row-actions{grid-column:1 / -1}}
