.hover-img-container{--hi-bg:#f2f2f2;--hi-text:#000;--hi-text-muted:#666;--hi-border:#00000026;background:var(--hi-bg);width:100%;min-height:100vh;color:var(--hi-text);flex-direction:column;justify-content:center;align-items:center;font-family:Raleway,Inter,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.dark .hover-img-container,:root[class~=dark] .hover-img-container{--hi-bg:#0a0a0a;--hi-text:#fff;--hi-text-muted:#999;--hi-border:#fff3}.hover-img-projects{flex-direction:column;width:100%;max-width:1200px;display:flex}.hover-img-project{border-top:1px solid var(--hi-border);cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:2rem 4rem;transition:opacity .5s;display:flex}.hover-img-project:last-child{border-bottom:1px solid var(--hi-border)}.hover-img-project h2{letter-spacing:-.02em;margin:0;font-size:2.5rem;font-weight:500;transition:transform .5s}.hover-img-project p{color:var(--hi-text-muted);margin:0;font-size:1rem;font-weight:400;transition:transform .5s}.hover-img-project:hover{opacity:.5}.hover-img-project:hover h2{transform:translate(-15px)}.hover-img-project:hover p{transform:translate(15px)}.hover-img-thumbnail-wrapper{pointer-events:none;transform-origin:50%;z-index:100;border-radius:12px;flex-direction:column;width:400px;height:250px;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.hover-img-thumbnail{flex-shrink:0;width:100%;height:100%}.hover-img-thumbnail img{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.hover-img-project{padding:2rem 4rem}.hover-img-project h2{font-size:2.5rem}}@media (max-width:768px){.hover-img-project{padding:1.5rem 2rem}.hover-img-project h2{font-size:1.75rem}.hover-img-project p{font-size:.875rem}.hover-img-thumbnail-wrapper{display:none}}.hover-img-compact{min-height:auto;padding:0}.hover-img-compact .hover-img-project{padding:.75rem 1rem}.hover-img-compact .hover-img-project h2{font-size:1.125rem}.hover-img-compact .hover-img-project p{font-size:.7rem}.hover-img-compact .hover-img-thumbnail-wrapper{width:160px;height:100px;box-shadow:0 10px 25px -5px #0003}
