body{margin:0;background-color:#121212;color:#f0f0f0;font-family:inter,sans-serif}.site-header{background-color:#121212;padding:1rem;border-bottom:none}.navbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto}.nav-container{display:flex;align-items:center;width:100%;justify-content:space-between}.logo img{height:40px}.nav-toggle{display:none;font-size:1.8rem;background:0 0;border:none;color:#f0f0f0;cursor:pointer;padding-bottom:.5rem;padding-right:0}.nav-menu{list-style:none;display:flex;gap:1rem;padding:0;margin:0}.nav-menu li a{text-decoration:none;color:#f0f0f0;font-weight:600}@media(max-width:768px){.nav-toggle{display:block}.nav-menu{display:none;flex-direction:column;width:100%;margin-top:1rem;background-color:#1f1f1f;padding:1rem;border-radius:6px}.nav-menu.active{display:flex}.nav-menu li{margin-bottom:.5rem}}.gallery{column-count:2;column-gap:1rem;padding:0 1rem}@media(min-width:600px){.gallery{column-count:3}}@media(min-width:900px){.gallery{column-count:4}}.gallery-item{break-inside:avoid;margin-bottom:1rem}.gallery-item img{width:100%;height:auto;display:block;border-radius:4px;cursor:pointer;transition:transform .3s ease;margin-bottom:1rem}.gallery-item img:hover{transform:scale(1.02)}.site-footer{text-align:center;padding:1rem;font-size:.9rem;color:#aaa}.site-footer a{color:#aaa;text-decoration:none;margin:0 .5rem;transition:color .2s ease}.site-footer a:hover{color:#fff}.footer-socials{margin-bottom:1rem}.footer-socials a{color:#aaa;margin:0 .5rem;display:inline-block;transition:color .3s ease}.footer-socials a:hover{color:#f0f0f0}.footer-socials .icon{width:24px;height:24px;vertical-align:middle}.about-socials{margin-bottom:1rem}.about-socials a{color:#aaa;display:inline-block;transition:color .3s ease}.about-socials a:hover{color:#f0f0f0}.about-socials .icon{width:24px;height:24px}.contact-form{max-width:600px;margin:2rem auto;padding:1rem;background-color:#1f1f1f;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.2);box-sizing:border-box}.contact-form h1{text-align:left;color:#f0f0f0;font-size:2rem;margin-bottom:1rem}.contact-form label{display:block;margin-top:1rem;margin-bottom:.25rem;color:#f0f0f0;font-size:1rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;background-color:#333;border:1px solid #444;color:#f0f0f0;border-radius:4px;font-size:1rem;box-sizing:border-box}.contact-form textarea{resize:vertical}.contact-form button{margin-top:1.5rem;background-color:#f0f0f0;color:#121212;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:700;cursor:pointer;width:100%;font-size:1.1rem;box-sizing:border-box}.contact-form button:hover{background-color:#e0e0e0}.contact-form p{text-align:center;font-size:.9rem;color:#aaa;margin-top:1rem}.hidden{display:none}#scrollToTop{position:fixed;bottom:2rem;right:2rem;padding:.5rem 1rem;background-color:rgba(255,255,255,.1);color:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-size:1.2rem;display:none;z-index:999;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}#scrollToTop:hover{background-color:rgba(255,255,255,.2)}.legal-page{max-width:800px;margin:2rem auto;padding:1rem;background-color:#1a1a1a;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.3)}.legal-content h1{font-size:2rem;margin-bottom:1.5rem;border-bottom:1px solid #333;padding-bottom:.5rem}.legal-content p,.legal-content li{line-height:1.6;font-size:1rem;color:#ddd;margin-bottom:1rem;text-align:justify}.legal-content a{color:#bbb;text-decoration:underline}.legal-content a:hover{color:#fff}.last-updated{text-align:right;font-size:.9rem;color:#888;margin-top:2rem;margin-bottom:0}