.header{padding:56px 0 32px;border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}.header__brand{min-width:0}.header__name{font-family:var(--font-display);font-weight:800;font-size:clamp(2.25rem,5vw,3.5rem);letter-spacing:-.02em;line-height:1.05;color:var(--text)}.header__tagline{margin-top:10px;color:var(--text-muted);font-size:clamp(.95rem,1.4vw,1.1rem)}.header__links{display:flex;gap:20px;flex-wrap:wrap}.header__link{color:var(--text-muted);font-weight:600;font-size:.95rem;padding:8px 0;border-bottom:2px solid transparent;transition:color .18s ease,border-color .18s ease}.header__link:hover,.header__link:focus-visible{color:var(--accent-hover);border-bottom-color:var(--accent-hover);outline:none}.header__link--copy{background:none;border-top:none;border-left:none;border-right:none;cursor:pointer;font-family:inherit}.header__link-label{display:inline-block}@media(max-width:640px){.header{padding:36px 0 24px}.header__inner{align-items:flex-start}.header__links{gap:16px}}.who{padding:72px 0 56px}.who__heading{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.01em;margin-bottom:24px;color:var(--text);position:relative;display:inline-block}.who__heading:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:var(--accent);border-radius:2px}.who__body{display:flex;flex-direction:column;gap:16px;color:var(--text-muted);font-size:clamp(1rem,1.4vw,1.1rem);max-width:760px}.who__body strong{color:var(--text);font-weight:600}@media(max-width:640px){.who{padding:48px 0 32px}}.project-bar{display:flex;align-items:stretch;width:100%;color:var(--text);cursor:pointer;text-decoration:none;background:var(--surface);border:1px solid var(--border);position:relative;overflow:hidden}.project-bar:focus-visible{outline:2px solid var(--accent-hover);outline-offset:2px}.project-bar__logo-block{flex:0 0 auto;width:var(--logo-size);display:flex;align-items:center;justify-content:center;padding:10px}.project-bar__logo{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.project-bar__right{flex:1 1 auto;align-self:stretch;display:flex;flex-direction:column;min-width:0;border-left:1px solid var(--border)}.project-bar__strip{height:var(--strip-height);flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:0 18px;background:var(--surface-2);border-bottom:1px solid var(--border)}.project-bar__text{display:flex;align-items:baseline;gap:12px;min-width:0;flex:1 1 auto}.project-bar__name{font-family:var(--font-display);font-weight:800;font-size:clamp(1.05rem,1.6vw,1.35rem);letter-spacing:-.01em;line-height:1.1;color:var(--text);white-space:nowrap}.project-bar__tagline{color:var(--text-muted);font-size:clamp(.85rem,1.1vw,.95rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.project-bar__tagline:before{content:"— ";opacity:.6}.project-bar__arrow{flex:0 0 auto;font-size:1.3rem;color:var(--text-muted)}.project-bar__video-area{width:100%;aspect-ratio:var(--video-aspect, 16 / 9);position:relative;overflow:hidden;background:#000}.project-bar__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}@media(max-width:640px){.project-bar__logo-block{padding:8px}.project-bar__strip{padding:0 12px;gap:8px}.project-bar__text{flex-direction:column;align-items:flex-start;gap:0}.project-bar__tagline{font-size:.78rem}.project-bar__tagline:before{content:""}}.projects{padding:24px 0 96px}.projects__heading{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.01em;margin-bottom:32px;color:var(--text);position:relative;display:inline-block}.projects__heading:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:var(--accent);border-radius:2px}.projects__list{width:100%;display:flex;flex-direction:column;gap:24px}@media(max-width:640px){.projects__list{gap:16px}}.footer{border-top:1px solid var(--border);padding:24px 0;color:var(--text-muted);font-size:.9rem}.footer__inner{display:flex;justify-content:space-between;align-items:center}.footer__link{color:var(--text-muted);transition:color .18s ease}.footer__link:hover,.footer__link:focus-visible{color:var(--accent-hover);outline:none}:root{--bg: #050507;--surface: #0e0e14;--surface-2: #15151c;--border: #23232c;--text: #f5f5f7;--text-muted: #a1a1aa;--accent: #ea580c;--accent-hover: #f97316;--font-display: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--content-width: 80vw;--content-max: 1500px;--strip-height: 56px;--logo-size: 340px;--video-aspect: 16 / 9;--transition: .28s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.55}body{min-height:100vh;background:var(--bg)}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}img,video{display:block;max-width:100%}.container{width:var(--content-width);max-width:var(--content-max);margin:0 auto;padding:0}@media(max-width:640px){:root{--strip-height: 44px;--logo-size: 150px;--content-width: 92vw}}
