@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");body,html{height:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--background:#0a0a0a;--foreground:#ededed;--font-main:"Inter",sans-serif}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-main);line-height:1.6;padding:0 1.5rem}.vt323{font-family:VT323,monospace!important}.inter{font-family:Inter,sans-serif!important}header{border-bottom:1px solid #444;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}a{color:inherit;text-decoration:none;margin-left:1.5rem}a:hover{opacity:.8}h1{font-size:2rem;letter-spacing:.2em;font-weight:300}nav{display:flex;align-items:center}svg{fill:#fff;width:20px;height:20px;margin-left:1.25rem}svg:hover{fill:#ccc}.desktop-header{display:none}@media (min-width:768px){.desktop-header{display:flex!important;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #444}.mobile-nav-wrapper{display:none!important}}.hamburger{width:30px;height:24px;position:relative;background:none;border:none;cursor:pointer;z-index:1001}.hamburger span{display:block;height:2px;width:100%;background:white;position:absolute;left:0;transition:.3s ease}.hamburger span:first-child{top:6px}.hamburger span:last-child{bottom:6px}.hamburger.open span:first-child{transform:rotate(45deg);top:12px}.hamburger.open span:last-child{transform:rotate(-45deg);bottom:12px}@media (max-width:767px){body{overflow-x:hidden}main{padding-top:64px!important}.gallery-row,main{padding-left:0!important;padding-right:0!important}.gallery-row{display:flex!important;flex-direction:column!important;gap:8px!important;margin:0 0 8px!important}.photo-wrapper{position:relative!important;width:100%!important;padding-top:66.66%!important;height:auto!important;margin:0 auto}.photo-wrapper,.photo-wrapper img{border-radius:0!important}footer{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:16px;padding:24px 16px!important}.footer-name,footer svg{display:none!important}.footer-rune{display:block!important}}.footer-rune{display:none}