@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}a{color:inherit}@media (prefers-color-scheme:dark){html{color-scheme:dark}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:sans-serif;background:linear-gradient(135deg,#fffbe6,#d5c7bc,#91ad89);background-size:400% 400%;animation:gradientShift 15s ease infinite;color:#111827}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.navbar-title{font-family:Parisienne,cursive;font-size:2rem;color:#6A5D7B}.navbar{width:100%;background-color:#5D4A66;box-shadow:0 2px 6px rgba(0,0,0,.05);left:0}.logo{font-size:1.5rem;font-weight:700;color:#1e3a8a;font-family:Georgia,serif}.gallery-wrapper{display:flex;justify-content:center;align-items:center;padding:4rem 0;overflow-x:hidden;width:100%;margin-top:-62rem}.gallery-inner{transform:rotate(-10deg)}.polaroid-gallery{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));grid-gap:2rem;max-width:450px;width:100%;margin:0 auto;transform:translateX(250px)}.gallery-grid,.polaroid-gallery{gap:2rem;justify-content:center;padding:2rem}.gallery-grid{display:flex;flex-wrap:wrap}.container{max-width:1200px;margin:0 auto;padding:2rem}.custom-font{font-family:Helvetica,sans-serif}.polaroid{background:white;padding:1rem;border:1px solid #ccc;box-shadow:2px 4px 12px rgba(0,0,0,.2);width:100%;max-width:280px;text-align:center;transform-origin:center;transition:transform .3s}.polaroid img{display:block;margin-bottom:.5rem}.intro-polaroid img,.polaroid img{width:100%;height:230px;object-fit:cover}.intro-polaroid img{max-width:280px}.caption{font-size:.9rem;color:#873030}.polaroid-0{transform:rotate(15deg);margin-left:35px;z-index:3;margin-top:80px;position:relative}.polaroid-1{transform:rotate(-1deg);margin-right:20px;z-index:1;position:relative}.polaroid-2{transform:rotate(-6deg);margin-top:80px;margin-left:-35px;position:relative;z-index:2}.polaroid-3{transform:rotate(17deg);margin-left:-100px;margin-top:300px}.polaroid-3,.polaroid-4{position:relative;z-index:1}.polaroid-4{transform:rotate(5deg);margin-left:200px;margin-top:-675px}.intro-polaroid-wrapper{margin-top:1rem;margin-bottom:1rem;display:flex;justify-content:left;margin-left:8rem}body,html{overflow-x:hidden}.polaroid:hover{transform:scale(1.05) rotate(0deg);z-index:2}.navbar{justify-content:space-between;background:#9CAF88;color:white;padding:1rem 2rem;font-family:Parisienne,cursive;font-size:1.5rem;position:fixed;top:0;z-index:100}.navbar,.navbar-links{display:flex;align-items:center}.navbar-links{gap:2rem;margin-left:400px}.navbar-links a{color:white;font-family:Parisienne,cursive;font-size:1.1rem;text-decoration:none;transition:color .2s ease}.navbar-links a:hover{color:#e0d6f3}.menu-btn{background:none;border:none;color:white;font-size:2rem;cursor:pointer;display:none}.sidebar{position:fixed;top:0;right:-300px;width:280px;height:100%;background:#f2dff7;box-shadow:-4px 0 12px rgba(0,0,0,.1);transition:right .3s ease;z-index:200;padding:2rem 1rem}.sidebar.open{right:0}.sidebar .close-btn{background:none;border:none;font-size:2rem;position:absolute;top:1rem;right:1rem;cursor:pointer}.sidebar ul{list-style:none;padding:2rem 0}.sidebar li{margin:1rem 0}.sidebar a{text-decoration:none;color:#1e293b;font-size:1.1rem}.camera-icon{transform:rotate(-225deg);display:flex;top:500px;margin-top:5rem;left:2.4rem;width:350px;height:auto;z-index:9999;opacity:.9;transition:transform .3s ease;z-index:999}.camera-icon:hover{transform:scale(1.1) rotate(-230deg)}.sticker-icon{transform:rotate(5deg);display:flex;top:350px;margin-top:-9rem;left:2.4rem;margin-left:20rem;width:175px;height:auto;z-index:99;opacity:.9;transition:transform .3s ease}.sticker-icon:hover{transform:scale(1.1)}.cassette-icon{transform:rotate(15deg);display:flex;bottom:-5rem;right:1rem;width:325px;height:auto;z-index:9999;opacity:.9;transition:transform .3s ease;z-index:999}.cassette-icon:hover{transform:scale(1.1) rotate(5deg)}.popup-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.popup-buttons button{min-width:180px;height:54px;vertical-align:middle;text-align:center}.contact-button{margin-top:1rem;background:#4a5568;color:white;border:none;padding:.6rem 1.2rem;border-radius:5px;font-family:Parisienne,cursive;cursor:pointer}.contact-button:hover{background:#2d3748}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999}.popup-content{background:rgb(131,145,134);padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 5px 20px rgba(0,0,0,.3);text-align:center}.close-button,.popup-content{font-family:Parisienne,cursive}.close-button{margin-top:1rem;background:#5D4A66;color:white;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;padding:2rem;position:flex}.photo-grid img{width:100%;height:auto;border-radius:8px;object-fit:cover}h1{text-align:center;font-size:2.5rem;margin:2rem 0;color:#333}@media (max-width:768px){.gallery-wrapper{margin-top:0;padding:2rem 1rem}.gallery-inner{transform:none}.polaroid-gallery{grid-template-columns:1fr;transform:none;padding:1rem}.polaroid{max-width:100%;margin:0 auto;transform:none!important}.polaroid img{width:100%;height:100%}.navbar-links{display:none;flex-direction:column;position:absolute;top:100%;right:0;background:#9CAF88;padding:1rem;border-radius:8px;width:max-content;z-index:100}.navbar-links.mobile-open{display:flex}.menu-btn{display:block;z-index:101}.navbar-title{font-size:1.5rem;z-index:100}.intro-polaroid-wrapper{justify-content:center;margin-top:0}.camera-icon{transform:rotate(-225deg)}.cassette-icon{transform:rotate(15deg)}.sticker-icon{width:200px;margin:1rem auto;display:block;position:relative;left:0;top:0;transform:none;z-index:99}}