:root{--bg:#0c0b0a;--bg-elevated:#141210;--bg-card:#1a1714;--text:#f2ebe3;--text-muted:#9a8f82;--accent:#e8a54b;--accent-dim:#b87d2e;--border:#f2ebe314;--border-strong:#f2ebe329;--serif:"DM Serif Display", Georgia, serif;--sans:"Instrument Sans", system-ui, sans-serif;--radius:12px;--radius-lg:20px;--shadow:0 24px 64px #00000073;--transition:.35s cubic-bezier(.22, 1, .36, 1);--scrollbar-thumb:#9a8f8247;--scrollbar-thumb-hover:#e8a54b8c;--scrollbar-track:transparent}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);min-height:100vh;line-height:1.6;overflow-x:hidden}html::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar{width:6px;height:6px}.modal__inner::-webkit-scrollbar{width:6px;height:6px}html::-webkit-scrollbar-track{background:var(--scrollbar-track)}body::-webkit-scrollbar-track{background:var(--scrollbar-track)}.modal__inner::-webkit-scrollbar-track{background:var(--scrollbar-track)}html::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.modal__inner::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}html::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}body::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.modal__inner::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.grain{pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.site-header{z-index:100;background:linear-gradient(to bottom, var(--bg) 60%, transparent);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.logo{font-family:var(--serif);color:var(--accent);transition:opacity var(--transition);font-size:1.5rem;font-weight:400}.logo:hover{opacity:.75}.site-nav{gap:2rem;display:flex}.site-nav a{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);transition:color var(--transition);font-size:.875rem;font-weight:500}.site-nav a:hover{color:var(--text)}.lang-switch{letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border-strong);color:var(--accent);transition:background var(--transition), border-color var(--transition), color var(--transition);border-radius:999px;padding:.35rem .7rem;font-size:.8rem;font-weight:600}.lang-switch:hover{background:var(--accent);border-color:var(--accent);color:var(--bg)}.hero{grid-template-columns:1fr auto;align-items:end;gap:3rem;max-width:1200px;min-height:90vh;margin:0 auto;padding:8rem 2rem 4rem;display:grid}.hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:600}.hero__name{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:400;line-height:1.05}.hero__bio{color:var(--text-muted);max-width:36rem;margin-bottom:2rem;font-size:1.125rem}.hero__links{flex-wrap:wrap;gap:.75rem;display:flex}.hero__avatar-wrap{align-self:center}.hero__avatar{object-fit:cover;border:2px solid var(--border-strong);width:280px;height:280px;box-shadow:var(--shadow);border-radius:50%}.btn{font-family:var(--sans);border:1px solid var(--border-strong);color:var(--text);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition);background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn:hover{background:var(--bg-elevated);border-color:var(--accent);color:var(--accent)}.btn--primary{background:var(--accent);border-color:var(--accent);color:var(--bg)}.btn--primary:hover{background:var(--accent-dim);border-color:var(--accent-dim);color:var(--bg)}.section-head{max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.section-head h2{font-family:var(--serif);margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:400}.section-head p{color:var(--text-muted);font-size:1.05rem}.projects{border-top:1px solid var(--border);padding:6rem 0}.projects__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.projects__filters{flex-wrap:wrap;gap:.5rem;max-width:1200px;margin:0 auto 2rem;padding:0 2rem;display:flex}.filter-btn{font-family:var(--sans);letter-spacing:.04em;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);border-radius:999px;padding:.4rem .75rem;font-size:.75rem;font-weight:600}.filter-btn:hover{border-color:var(--border-strong);color:var(--text)}.filter-btn--active{background:var(--accent);border-color:var(--accent);color:var(--bg)}.filter-btn--active:hover{background:var(--accent-dim);border-color:var(--accent-dim);color:var(--bg)}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition), opacity var(--transition);opacity:0;flex-direction:column;animation:.7s cubic-bezier(.22,1,.36,1) forwards reveal;display:flex;position:relative;overflow:hidden;transform:translateY(24px)}.project-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.project-card--highlighted{border-color:var(--accent);box-shadow:0 0 0 1px #e8a54b59, var(--shadow)}.project-card--dimmed{opacity:.38}.project-card--dimmed:hover{opacity:.55}.project-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-4px)}.project-card--featured:before{content:none}.project-card__featured{z-index:2;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:var(--bg);border-radius:999px;padding:.35rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.project-card__media{aspect-ratio:16/9;background:var(--bg-elevated);flex-shrink:0;overflow:hidden}.project-card__media-inner{width:100%;height:100%;position:relative}.project-card__image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity var(--transition);position:absolute;inset:0}.project-card__image--visible{opacity:1}.project-card__media img,.project-card__media .placeholder{object-fit:cover;width:100%;height:100%}.project-card__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.project-card__year{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.project-card__badge{letter-spacing:.06em;text-transform:uppercase;background:var(--bg-elevated);border:1px solid var(--border-strong);color:var(--text-muted);border-radius:999px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.project-card__title{font-family:var(--serif);margin-bottom:.35rem;font-size:1.35rem;font-weight:400}.project-card__tagline{color:var(--text-muted);flex:1;margin-bottom:1rem;font-size:.9rem}.project-card__tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{letter-spacing:.04em;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.3rem .6rem;font-size:.7rem;font-weight:600}.tag--filter{appearance:none;font-family:var(--sans);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition);margin:0;line-height:1.2}.tag--filter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tag--filter:hover{border-color:var(--border-strong);color:var(--text)}.tag--active{background:var(--accent);border-color:var(--accent);color:var(--bg)}.tag--active:hover{background:var(--accent-dim);border-color:var(--accent-dim);color:var(--bg)}.placeholder{width:100%;height:100%;font-family:var(--serif);color:#f2ebe359;user-select:none;justify-content:center;align-items:center;font-size:2.5rem;display:flex}.placeholder--hero{min-height:280px;font-size:4rem}.placeholder--card{position:absolute;inset:0}.infrastructure{border-top:1px solid var(--border);padding:6rem 0}.infrastructure__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.infrastructure__card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition), transform var(--transition);padding:1.5rem}.infrastructure__card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.infrastructure__card-title{font-family:var(--serif);margin-bottom:.75rem;font-size:1.35rem;font-weight:400}.infrastructure__card-desc{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.infrastructure__impact{color:var(--text);border-left:2px solid var(--accent);margin-bottom:1rem;padding-left:.75rem;font-size:.9rem;line-height:1.5}.infrastructure__tools{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.contact{border-top:1px solid var(--border);padding:6rem 0}.contact__links{flex-wrap:wrap;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.site-footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:2rem;font-size:.85rem}body.modal-open{overflow:hidden}.modal{border-radius:var(--radius-lg);background:var(--bg-card);width:min(920px,100vw - 2rem);max-height:calc(100vh - 2rem);color:var(--text);box-shadow:var(--shadow);border:none;margin:auto;padding:0;overflow:hidden}.modal::backdrop{backdrop-filter:blur(4px);background:#000000bf}.modal__inner{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-gutter:stable;max-height:calc(100vh - 2rem);position:relative;overflow-y:auto}.modal__close{z-index:10;border:1px solid var(--border-strong);width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;transition:background var(--transition), color var(--transition);background:#0c0b0acc;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:1rem;right:1rem}.modal__close:hover{background:var(--accent);color:var(--bg)}.modal__media{aspect-ratio:16/9;background:var(--bg-elevated);position:relative;overflow:hidden}.modal__media img,.modal__media .placeholder{object-fit:cover;width:100%;height:100%}.modal__body{padding:2rem}.modal__year{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.modal__title{font-family:var(--serif);margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400}.modal__tagline{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.05rem}.modal__description{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.modal__tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.modal__subprojects{margin-bottom:1.5rem}.modal__subprojects-title{font-family:var(--serif);margin-bottom:1rem;font-size:1.25rem;font-weight:400}.modal__subproject{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.25rem}.modal__subproject:last-child{margin-bottom:0}.modal__subproject-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.modal__subproject-title{font-family:var(--serif);font-size:1.1rem;font-weight:400}.modal__subproject-badge{letter-spacing:.06em;text-transform:uppercase;background:var(--bg-card);border:1px solid var(--border-strong);color:var(--accent);border-radius:999px;padding:.25rem .55rem;font-size:.65rem;font-weight:700}.modal__subproject-tagline{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem}.modal__subproject-description{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.65}.modal__subproject .modal__tags{margin-bottom:1rem}.modal__subproject .modal__video{margin-bottom:0}.modal__video{border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1.5rem;overflow:hidden}.modal__video video,.modal__video iframe{aspect-ratio:16/9;background:#000;border:none;width:100%;display:block}.modal__gallery{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.modal__gallery img{aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;width:100%;transition:opacity var(--transition)}.modal__gallery img:hover{opacity:.85}.modal__actions{flex-wrap:wrap;gap:.75rem;display:flex}@keyframes reveal{to{opacity:1;transform:translateY(0)}}@media (width<=768px){.site-header{padding:1rem 1.25rem}.hero{grid-template-columns:1fr;min-height:auto;padding:7rem 1.25rem 3rem}.hero__avatar-wrap{order:-1}.hero__avatar{width:120px;height:120px}.section-head,.projects__filters,.projects__grid,.infrastructure__grid,.contact__links{padding:0 1.25rem}.projects__grid,.infrastructure__grid{grid-template-columns:1fr}.modal__body{padding:1.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}html{scroll-behavior:auto}}
