:root{--yellow:#f5e600;--graphite:#171a1c;--white:#f4f5ef;--paper:#f4f3ec;--muted:#b4b8b6;--ink-muted:#555b5c;--line-dark:#3c4142;--line-light:#cdd0c8;--space:clamp(4rem,8vw,7.5rem);--container:1184px;--ease:.18s ease;--body:1rem;--h1:clamp(2.7rem,4.7vw,4.25rem);--h2:clamp(2rem,3.6vw,3.1rem)}*{box-sizing:border-box}html{scroll-padding-top:2rem}body{background:var(--graphite);color:var(--white);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.8}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p,h1,h2,h3,figure{margin:0}p+p{margin-top:1.1rem}h1,h2,h3{font-weight:650;line-height:1.35}h1{font-size:var(--h1);letter-spacing:-.045em}h2{font-size:var(--h2);letter-spacing:-.035em}h3{font-size:1.35rem}::selection{background:var(--yellow);color:var(--graphite)}:focus-visible{outline:3px solid var(--yellow);outline-offset:6px}.light :focus-visible{outline-color:var(--graphite)}.container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}.section{padding-block:var(--space)}.light{background:var(--paper);color:var(--graphite)}.dark{background:var(--graphite);color:var(--white)}.eyebrow{letter-spacing:.14em;font-size:.78rem;font-weight:650;line-height:1.6}.eyebrow+h2{margin-top:1rem}.skip-link{z-index:20;background:var(--yellow);color:var(--graphite);padding:.6rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--line-dark)}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:100px;display:flex}.brand{flex-shrink:0;width:205px;overflow:hidden}.brand img{width:205px;margin-block:-12px}.site-header nav{align-items:center;gap:clamp(1rem,2.8vw,2.5rem);display:flex}.site-header nav a{white-space:nowrap;transition:color var(--ease);padding:.8rem 0;font-size:.875rem}.site-header nav a:hover,.site-header nav a:last-child{color:var(--yellow)}.hero{overflow:hidden}.hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:2rem;min-height:620px;padding-block:4.3rem;display:grid}.hero-copy .eyebrow{color:var(--muted);margin-bottom:1.7rem}.hero-copy .eyebrow span{color:var(--yellow);padding-inline:.7rem}.highlight{color:var(--yellow)}.hero-description{color:var(--muted);margin-top:1.5rem;font-size:1.08rem}.button{background:var(--yellow);color:var(--graphite);min-height:52px;transition:background var(--ease),transform var(--ease);justify-content:space-between;align-items:center;gap:2.4rem;padding:.85rem 1.5rem;font-weight:650;display:inline-flex}.button:hover{background:#fff34a;transform:translateY(-2px)}.button span{font-size:1.4rem;line-height:1}.hero .button{margin-top:2rem}.hero-art{border:1px solid var(--line-dark);background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:32px 32px;flex-direction:column;align-items:center;padding:1.5rem 0 2rem;display:flex;position:relative}.circuit-label{width:100%;color:var(--muted);letter-spacing:.09em;justify-content:space-between;padding-inline:1.5rem;font:600 .7rem/1.5 ui-monospace,monospace;display:flex}.circuit-label span{color:var(--yellow)}.hero-symbol{width:min(360px,85%);animation:1s ease-out power-on}.hero-wordmark{width:65%;height:auto;margin-top:-.8rem}.hero-art p{letter-spacing:.14em;color:var(--muted);margin-top:1.5rem;font-size:.6rem}.hero-foot{border-top:1px solid var(--line-dark);color:var(--muted);justify-content:space-between;gap:1rem;padding-block:1.1rem 1.5rem;font-size:.8rem;display:flex}.hero-foot a{min-height:32px}.hero-foot a span{color:var(--yellow);margin-left:1.5rem}.intro-grid{grid-template-columns:1fr 1.2fr;gap:5rem;display:grid}.light .eyebrow,.intro-copy>p:not(.lead){color:var(--ink-muted)}.lead{font-size:clamp(1.15rem,2vw,1.5rem);line-height:1.75}.origin{border-top:1px solid var(--line-light);align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;font-size:.875rem;display:flex}.node{border:1px solid;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font:400 1.8rem/1 system-ui;display:grid}.section-heading{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:3rem;display:flex}.section-heading>p{color:var(--muted);font-size:.95rem}.light .section-heading>p{color:var(--ink-muted)}.dark .eyebrow{color:var(--yellow)}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.project-card{border:1px solid var(--line-dark);transition:border-color var(--ease),transform var(--ease);background:#1d2022;position:relative}.project-card.has-link:hover{border-color:var(--yellow);transform:translateY(-4px)}.card-image img{aspect-ratio:4/3;object-fit:cover;width:100%}.card-copy{padding:1.7rem 1.5rem}.card-copy .eyebrow{color:var(--muted);font-size:.7rem}.card-copy h3{margin-block:.65rem}.card-copy h3 a{justify-content:space-between;gap:.5rem;display:flex}.card-copy h3 a:after{content:"";position:absolute;inset:0}.card-copy h3 a span{color:var(--yellow)}.card-copy>p:not(.eyebrow){color:var(--muted);font-size:.9rem}.card-note{color:var(--yellow);margin-top:1.1rem;font-size:.8rem;display:block}.interest-strip{border-block:1px solid var(--line-dark);grid-template-columns:1fr 1fr;margin-top:2.7rem;display:grid}.interest-strip>div{align-items:center;gap:1.6rem;padding:1.5rem 1.5rem 1.5rem 0;display:flex}.interest-strip>div+div{border-left:1px solid var(--line-dark);padding-left:1.5rem}.interest-strip h3{white-space:nowrap;font-size:1rem}.interest-strip p{color:var(--muted);font-size:.85rem}.timeline{margin:4rem 0 0;padding:0;list-style:none}.timeline li{grid-template-columns:150px 32px 1fr;gap:2rem;padding-bottom:3rem;display:grid;position:relative}.timeline li:not(:last-child):after{content:"";background:var(--line-light);width:1px;position:absolute;top:32px;bottom:0;left:197px}.timeline-year{letter-spacing:-.04em;font-size:3.5rem;font-weight:650;line-height:1}.timeline .node{background:var(--yellow);z-index:1;margin-top:.4rem;position:relative}.timeline-content{border-bottom:1px solid var(--line-light);grid-template-columns:1fr 150px;gap:3rem;padding-bottom:2.5rem;display:grid}.timeline-content h3{margin-bottom:1rem}.timeline-content p{color:var(--ink-muted);max-width:540px}.timeline-content img{aspect-ratio:1;object-fit:cover;width:150px}.timeline-content figcaption{color:var(--ink-muted);margin-top:.7rem;font-size:.7rem}.history-note{color:var(--ink-muted);text-align:right;font-size:.8rem}.members{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.member{border-top:1px solid var(--line-dark);align-items:center;gap:2rem;padding-top:2rem;display:flex}.member>img{object-fit:cover;filter:saturate(.7);width:150px;height:150px}.member .eyebrow{color:var(--muted);font-size:.7rem}.member h3{margin:.5rem 0;font-size:1.55rem}.text-link{text-underline-offset:5px;padding-block:.5rem;font-size:.875rem;text-decoration:underline;display:inline-block}.text-link:hover{color:var(--yellow)}.contact-grid{grid-template-columns:1fr 1.2fr;gap:5rem;display:grid}.contact h2{margin-bottom:1.3rem}.contact p{color:var(--ink-muted)}.external-links>a{border-top:1px solid var(--line-light);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}.external-links>a:last-child{border-bottom:1px solid var(--line-light)}.external-links>a:hover h3{text-underline-offset:5px;text-decoration:underline}.external-links p{margin-top:.4rem;font-size:.875rem}.external-links>a>span{background:var(--yellow);flex-shrink:0;place-items:center;width:44px;height:44px;font-size:1.5rem;display:grid}.footer-inner{min-height:110px;color:var(--muted);justify-content:space-between;align-items:center;gap:2rem;font-size:.8rem;display:flex}.footer-brand{letter-spacing:.12em;color:var(--white);font-size:1.15rem;font-weight:750}.footer-inner>a:last-child{padding-block:.8rem}.error-page{padding-block:6rem 8rem}.error-page .eyebrow{color:var(--yellow);margin-bottom:1.5rem}.error-page p:not(.eyebrow){margin-block:1.5rem 2rem}@keyframes power-on{0%{filter:brightness(.6)}to{filter:brightness()}}@media (width>=961px){.intro-copy{animation:.5s ease-out both arrive}@keyframes arrive{0%{transform:translateY(8px)}to{transform:translateY(0)}}}@media (width<=1100px){.hero-grid{min-height:570px}.hero-symbol{width:300px}.member{gap:1.3rem}.member>img{width:120px;height:120px}.timeline-content{gap:2rem}.intro-grid,.contact-grid{gap:3rem}}@media (width<=960px){.container{width:calc(100% - 48px)}.header-inner{gap:1rem;min-height:90px}.brand,.brand img{width:175px}.site-header nav{gap:1.15rem}.site-header nav a{font-size:.8rem}.hero-grid{gap:2rem;min-height:auto;padding-block:3.5rem}.hero-copy h1{font-size:clamp(2.3rem,5vw,3.4rem)}.hero-art{padding-bottom:1.5rem}.hero-symbol{width:95%}.hero-description{font-size:1rem}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card:last-child{grid-column:auto}.intro-grid,.contact-grid{grid-template-columns:.9fr 1.1fr;gap:2.5rem}.timeline li{grid-template-columns:110px 32px 1fr;gap:1.3rem}.timeline li:not(:last-child):after{left:146px}.timeline-year{font-size:2.8rem}.timeline-content{grid-template-columns:1fr 120px;gap:1.3rem}.timeline-content img{width:120px}.members{gap:2rem}.member{flex-direction:column;align-items:flex-start}.member h3{font-size:1.4rem}.interest-strip>div{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=600px){.container{width:calc(100% - 40px)}.header-inner{padding-top:.4rem;display:block}.brand{width:185px;display:block}.brand img{width:185px;margin-block:-10px}.site-header nav{justify-content:space-between;gap:.5rem;padding:.2rem 0 .4rem}.site-header nav a{min-height:44px;font-size:.75rem}.hero-grid{grid-template-columns:1fr;gap:3rem;padding-top:3rem;padding-bottom:2.5rem}.hero-copy h1{font-size:clamp(2.35rem,8.3vw,3.15rem)}.hero-copy .eyebrow{margin-bottom:1.3rem;font-size:.68rem}.hero-description{font-size:.95rem}.hero-art{width:100%;max-width:400px;margin:auto}.hero-symbol{width:240px}.hero-wordmark{width:60%}.hero-art p{font-size:.56rem}.hero-foot{align-items:center;font-size:.7rem}.hero-foot>span{max-width:95px}.hero-foot a span{margin-left:.5rem}.intro-grid,.contact-grid{grid-template-columns:1fr;gap:2rem}.section-heading{margin-bottom:2rem;display:block}.section-heading>p{margin-top:1.3rem}.section-heading>p br{display:none}.project-grid{grid-template-columns:1fr}.card-copy{padding:1.5rem}.interest-strip{grid-template-columns:1fr}.interest-strip>div+div{border-left:0;border-top:1px solid var(--line-dark);padding-left:0}.timeline{margin-top:2.5rem}.timeline li{grid-template-columns:28px 1fr;gap:1rem;padding-bottom:2.5rem}.timeline-year{grid-column:2;font-size:2.7rem}.timeline .node{grid-area:1/1;width:28px;height:28px;font-size:1.5rem}.timeline li:not(:last-child):after{top:35px;bottom:0;left:13px}.timeline-content{grid-column:2;grid-template-columns:1fr;padding-bottom:1.5rem}.timeline-content img{width:140px}.timeline-content figure{margin-top:.2rem}.timeline-content h3{font-size:1.25rem}.history-note{text-align:left}.members{grid-template-columns:1fr;gap:2rem}.member{flex-direction:row;align-items:center;gap:1.25rem}.member>img{width:100px;height:100px}.member h3{overflow-wrap:anywhere;font-size:1.18rem}.member .eyebrow{font-size:.63rem}.member .text-link{font-size:.78rem}.external-links h3{font-size:1.13rem}.footer-inner{flex-wrap:wrap;gap:.5rem 1rem;padding-block:1.5rem}.footer-inner p{order:3;width:100%}.origin{align-items:flex-start}.error-page{padding-block:4rem 6rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.button:hover,.project-card.has-link:hover{transform:none}}@media (width<=600px){.site-header nav{flex-wrap:wrap}}.timeline-content--text{grid-template-columns:1fr}.member-description{color:var(--muted);margin-top:.5rem;font-size:.875rem;line-height:1.8}.member-aside{color:var(--muted);margin-top:.5rem;font-size:.875rem}.other-members{color:var(--muted);border-top:1px solid var(--line-dark);margin-top:2.5rem;padding-top:1.5rem;font-size:.95rem}.project-opening{padding-block:2.5rem 0}.project-opening-copy{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;padding-block:3rem;display:grid}.project-opening .eyebrow{color:var(--yellow);margin-bottom:1rem}.project-opening h1{font-size:clamp(2.4rem,4.5vw,4rem)}.project-intro{color:var(--muted);font-size:1.05rem}.hardware-gallery{columns:3 19rem;border-top:1px solid var(--line-dark);column-gap:2rem;margin:0;padding:2.5rem 0 1rem;list-style:none}.hardware-item{break-inside:avoid;border:1px solid var(--line-dark);background:#1d2022;width:100%;margin-bottom:2rem;display:inline-block}.hardware-item figure{margin:0}.hardware-item img{width:100%;height:auto}.hardware-caption{padding:1.5rem}.hardware-caption h2{font-size:1.3rem;line-height:1.5}.project-outro{border-top:1px solid var(--line-dark);justify-content:space-between;align-items:center;gap:3rem;padding-block:3.5rem 5rem;display:flex}.project-outro .eyebrow{color:var(--yellow)}.project-outro h2{margin-block:1rem;font-size:clamp(1.6rem,2.5vw,2.2rem)}.project-outro p:last-child{color:var(--muted)}.project-outro-links{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.75rem;display:flex}.project-detail{border-bottom:1px solid var(--line-dark)}@media (width<=960px){.project-opening-copy,.project-outro{gap:2rem}}@media (width<=700px){.project-opening-copy{grid-template-columns:1fr;gap:1.5rem;padding-block:2rem}.project-outro{flex-direction:column;align-items:flex-start;gap:1.5rem}}.thanks-inner{grid-template-columns:200px minmax(0,1fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.thanks-logo{background:#fff}.thanks-logo img{width:100%;height:auto}.thanks-copy h2{margin-block:.8rem 1.25rem}.thanks-copy .lead{color:var(--ink-muted);max-width:40rem}.thanks-copy .text-link{margin-top:1rem}.thanks-copy .text-link:hover{color:var(--graphite);text-decoration-thickness:2px}.special-thanks+.contact{border-top:1px solid var(--line-light)}@media (width<=600px){.thanks-inner{grid-template-columns:1fr;gap:1.5rem}.thanks-logo{width:160px}}
