.topbar{display:flex;align-items:flex-start;justify-content:space-between;padding:clamp(1.25rem,3vw,2rem) var(--pad)}.topbar__brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-logo{width:30px;height:30px;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.topbar__brand:hover .brand-logo{transform:scale(1.15)}.brand-line{stroke-dasharray:32;stroke-dashoffset:32;transition:stroke-dashoffset .4s ease}.bl-2{transition-delay:.07s}.bl-3{transition-delay:.14s}.topbar__brand:hover .brand-line{stroke-dashoffset:0}.brand-dot{transform-box:fill-box;transform-origin:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.topbar__brand:hover .brand-dot{transform:scale(1.25)}.brand-identity{display:flex;flex-direction:column;gap:.15rem}.brand-name{font-size:clamp(.9rem,1.1vw,1rem);font-weight:600;letter-spacing:-.01em;color:var(--text);line-height:1.2}.brand-tagline{font-size:clamp(.68rem,.8vw,.78rem);color:var(--text-dim);letter-spacing:.01em;line-height:1.2}.topbar__nav{display:flex;gap:1.75rem}.topbar__nav a{font-size:.9rem;color:var(--text-dim);text-decoration:none;transition:color .2s ease}.topbar__nav a:hover{color:var(--text)}body{min-height:100svh;display:flex;flex-direction:column}.projects{position:relative;flex:1 0 auto;display:flex;flex-direction:column}.d-hero{position:relative;flex:1 0 auto;min-height:0;overflow:hidden;background:var(--bg)}.d-hero__video{position:absolute;left:0;bottom:0;width:48%;height:88%;object-fit:cover;object-position:50% 42%;-webkit-mask-image:linear-gradient(to right,#000 92%,transparent 100%),linear-gradient(to bottom,transparent 0%,#000 7%);-webkit-mask-composite:source-in;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:linear-gradient(to right,#000 92%,transparent 100%),linear-gradient(to bottom,transparent 0%,#000 7%);mask-composite:intersect;mask-repeat:no-repeat;mask-size:100% 100%}.d-hero__panel{position:absolute;top:0;right:0;height:100%;width:50%;padding:clamp(2rem,4vw,3.5rem) var(--pad);display:flex;flex-direction:column;justify-content:center;overflow:auto}.projects__title{font-size:clamp(2rem,5vw,3.2rem);font-weight:600;letter-spacing:-.02em;margin-bottom:.4rem}.projects__sub{font-size:1.1rem;color:var(--text-dim);margin-bottom:1.75rem}.plist{list-style:none;display:flex;flex-direction:column;border-top:1px solid var(--line)}.pitem{border-bottom:1px solid var(--line)}.pitem__head{width:100%;display:flex;align-items:center;gap:.75rem;background:none;border:0;text-align:left;padding:.95rem 0;cursor:pointer;font:inherit;color:var(--text)}.pitem__name{font-size:1.1rem;font-weight:600;white-space:nowrap}.pitem__ttl{color:var(--text-dim);font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.pitem__tag{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);border:1px solid var(--line);border-radius:999px;padding:.15rem .5rem}.pitem__plus{color:var(--text-dim);font-size:1.15rem;width:1rem;text-align:center;transition:transform .25s ease}.pitem.is-open .pitem__plus{transform:rotate(45deg)}.pitem__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.pitem.is-open .pitem__body{grid-template-rows:1fr}.pitem__inner{overflow:hidden}.pitem__ctx{color:var(--text-dim);font-size:.98rem;line-height:1.55;padding:0 0 .75rem;max-width:52ch}.chips{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding-bottom:.9rem}.chips li{font-size:.72rem;color:var(--accent);border:1px solid var(--line);border-radius:999px;padding:.2rem .6rem}.pitem__link{display:inline-block;font-size:.9rem;font-weight:500;color:var(--text);text-decoration:none;border-bottom:1px solid var(--text-dim);padding-bottom:2px;margin-bottom:1.1rem;transition:opacity .2s ease}.pitem__link:hover{opacity:.6}@media (max-width: 768px){.brand-tagline{display:none}.d-hero{min-height:0;height:auto;display:flex;flex-direction:column}.d-hero__video{position:relative;width:100%;height:46svh;object-position:50% 40%;-webkit-mask-image:none;mask-image:none}.d-hero__panel{position:static;width:100%;height:auto;justify-content:flex-start;padding-top:1.75rem}}@media (prefers-reduced-motion: reduce){.pitem__body{transition:none}}
