.gallery-main{min-height:100vh;padding:30px;display:grid;grid-template-columns:300px 1fr;grid-gap:50px;gap:50px;background:#fff;color:#0d1014;font-family:Arial,sans-serif}.gallery-sidebar{position:-webkit-sticky;position:sticky;top:30px;height:calc(100vh - 60px)}.gallery-sun{font-size:30px}.gallery-sidebar h1{margin-top:13px;font-size:50px;letter-spacing:-.05em}.gallery-sidebar p{width:215px;margin-top:16px;color:#666;font-size:17px;line-height:1.5}.gallery-sidebar nav{position:absolute;bottom:0;display:flex;flex-direction:column}.gallery-sidebar nav a{width:195px;padding:10px 0;border-bottom:1px solid #ddd;color:#666}.gallery-projects{display:flex;flex-direction:column;gap:42px}.gallery-project{position:relative}.gallery-placeholder{height:500px;background:repeating-linear-gradient(135deg,#e9e9e9 0 13px,#fff 13px 14px)}.gallery-project div:not(.gallery-placeholder){margin-top:12px;display:flex;flex-direction:column;gap:5px}.gallery-project a{position:absolute;right:0;bottom:9px;color:#666}@media (max-width:700px){.gallery-main{grid-template-columns:1fr}.gallery-sidebar{position:static;height:auto}.gallery-sidebar nav{position:static;margin-top:25px}.gallery-placeholder{height:300px}}