﻿*{box-sizing:border-box}body{margin:0;background:#000;color:#e6e6e6;font-family:"Space Grotesk",sans-serif;line-height:1.7;padding:4rem 1.5rem}h1,h2{font-weight:500;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:1.2rem;margin-top:4rem;letter-spacing:1px}a{color:#e6e6e6;text-decoration:underline}a:hover{opacity:.6}p{margin:.5rem 0}main{max-width:720px;margin:0 auto}.hero{margin-bottom:4rem}.hero .subtitle{color:#777;margin-top:.5rem}.project-list{list-style:none;padding:0;margin:0}.project-list li{margin-bottom:2rem}.projects{display:flex;flex-direction:column;gap:5rem}.project{display:flex;align-items:flex-start;gap:2rem}.project-image{flex:0 0 180px}.project-image img{width:180px;height:auto;display:block}.project-content{flex:1;min-width:0}.project-content h3{margin-top:0}.dropdown{margin-top:1rem}.dropdown summary{cursor:pointer;font-weight:500;margin-top:1rem;list-style:none}.dropdown summary::-webkit-details-marker{display:none}.dropdown summary::before{content:"▸";display:inline-block;margin-right:.6rem;font-size:1.35rem;line-height:1;transform-origin:center;transition:transform .2s ease}.dropdown[open] summary::before{transform:rotate(90deg)}.dropdown-content{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem;justify-content:flex-start}.dropdown-content img{flex:0 0 200px;width:200px;max-width:200px;height:auto;object-fit:cover;border:1px solid #222;transition:transform .2s ease;cursor:pointer}.dropdown-content img:hover{transform:scale(1.03)}@media (max-width: 700px){.project{gap:1rem}.project-image{flex:0 0 90px}.project-image img{width:90px}.dropdown-content img{flex:0 0 145px;width:145px;max-width:145px}}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);justify-content:center;align-items:center;z-index:9999}.lightbox-img{max-width:90%;max-height:85%;object-fit:contain}.lightbox-close{position:absolute;top:2rem;right:2rem;font-size:2rem;color:#fff;cursor:pointer;user-select:none}