body{background:var(--base-color) !important}h1{font-weight:900}.menu-main li a span{white-space:nowrap}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:2rem}.summary-description a{color:var(--dot-color)}.gallery-img{width:100%;height:auto;object-fit:cover;border:4px solid #fff;background-color:#1a1a1a;transition:transform .3s ease}.gallery-img:hover{transform:scale(1.03)}.gallery-img.span-full{grid-column:1/-1}#lightbox-overlay{display:none;position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,.85);justify-content:center;align-items:center;animation:fadeIn .3s ease forwards}#lightbox-overlay img{max-width:95%;max-height:95%;object-fit:contain;border:20px solid #fff;box-shadow:0 0 20px rgba(0,0,0,.4);animation:zoomIn .3s ease forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes zoomIn{from{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.footer-social svg{width:24px;height:24px;color:#2e2e2e;transition:color .3s ease}.footer-social svg:hover{color:var(--dot-color)}.summary-title a{color:var(--base-offset-color);text-decoration:none;display:inline-block;transition:filter .6s ease-in-out;filter:blur(0);font-weight:bolder}.summary-title a:hover{animation:lens-focus .8s ease forwards}@keyframes lens-focus{0%{filter:blur(4px)}20%{filter:blur(0)}40%{filter:blur(3px)}80%{filter:blur(0)}90%{filter:blur(2px)}90%{filter:blur(0)}}.footer-copyright{text-align:center;font-size:.8rem;margin-top:2rem;color:var(--text-color);opacity:.8}.footer-copyright a{color:var(--highlight-color);text-decoration:none}.footer-copyright a:hover{color:var(--dot-color)}@media(max-width:400px){.intro h1{font-size:2rem;text-align:center}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:1rem;gap:.5rem}.footer-social{flex-direction:column;gap:.5rem}}