.navbar[data-v-1194c33f]{width:100%;background:#262626;color:#d6d1ce;position:fixed;top:0;z-index:200;height:90px}.nav-container[data-v-1194c33f]{max-width:2090px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 40px}.nav-logo[data-v-1194c33f]{font-size:2.4rem;font-weight:600;text-decoration:none;color:#d6d1ce;letter-spacing:2px}.nav-logo[data-v-1194c33f]:hover{color:var(--accent)}.nav-links[data-v-1194c33f]{display:flex;gap:45px;list-style:none}.nav-links li a[data-v-1194c33f]{color:#d6d1ce;text-decoration:none;font-size:.95rem;letter-spacing:3px;transition:opacity .2s ease}.nav-links li a[data-v-1194c33f]:hover{opacity:.6;color:var(--accent)}.nav-toggle[data-v-1194c33f]{display:none;flex-direction:column;gap:8px;cursor:pointer}.line[data-v-1194c33f]{width:32px;height:3px;background:#fff;transition:transform .3s ease,opacity .3s ease}.line:first-child.open[data-v-1194c33f]{transform:translateY(5px) rotate(45deg)}.line:last-child.open[data-v-1194c33f]{transform:translateY(-5px) rotate(-45deg)}.mobile-menu[data-v-1194c33f]{position:fixed;top:0;left:0;width:100%;height:100vh;background:#2f2e2e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu.open[data-v-1194c33f]{opacity:1;pointer-events:auto}.close-icon[data-v-1194c33f]{position:absolute;top:40px;right:40px;font-size:2.8rem;color:#e0a458;cursor:pointer}.mobile-menu ul[data-v-1194c33f]{list-style:none;text-align:center}.mobile-menu li[data-v-1194c33f]{margin:30px 0}.mobile-menu a[data-v-1194c33f]{color:#e0a458;font-size:1.5rem;letter-spacing:4px;text-decoration:none}@media (max-width:900px){.nav-links[data-v-1194c33f]{display:none}.nav-toggle[data-v-1194c33f]{display:flex}}.footer[data-v-2d75434c]{background-color:#1c1c1c;padding:2rem;text-align:center;margin-top:auto}.social-links[data-v-2d75434c]{margin-bottom:1rem}.social-links a[data-v-2d75434c]{display:inline-block;color:var(--text-secondary);font-size:2rem;margin:0 1rem;transition:color .3s ease;padding:10px}.social-links a[data-v-2d75434c]:hover{color:var(--accent)}.footer p[data-v-2d75434c]{color:var(--text-secondary);font-size:.9rem}:root{--background:#2f2e2e;--secondary-background:#454545;--accent:#8b7054;--accent-secondary:#6c553d;--text-primary:#d6d1ce;--text-secondary:#e6e1de}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Halenoir,sans-serif;background-color:var(--background);color:var(--text-primary)}.app,.home[data-v-1fe0bfc6]{min-height:100vh}.hero[data-v-1fe0bfc6]{height:100vh;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#0d0d0d}.background-video[data-v-1fe0bfc6]{position:absolute;top:50%;left:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:translate(-50%,-50%);z-index:0}.overlay[data-v-1fe0bfc6]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);z-index:1}.hero-content[data-v-1fe0bfc6]{position:relative;z-index:2;text-align:center;color:#fff;padding:0 1rem;max-width:90%}.btn.square[data-v-1fe0bfc6]{border-radius:0;min-width:140px;min-height:50px;display:flex;justify-content:center;align-items:center;background:transparent;color:var(--accent);border:2px solid var(--accent);font-weight:700;font-size:1.1rem;text-decoration:none;transition:transform .2s ease,background .3s ease}.btn.square[data-v-1fe0bfc6]:hover{color:#0d0d0d;background:#f0b66c}.hero h1[data-v-1fe0bfc6]{font-size:7rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:4px;font-weight:800;color:#e0a458;text-shadow:0 4px 10px rgba(0,0,0,.6);opacity:0;transform:scale(.8) translateY(40px);filter:blur(8px);animation:heroTitleIn-1fe0bfc6 1.2s ease-out forwards;animation-delay:.4s;word-break:break-word}.hero p[data-v-1fe0bfc6]{font-size:1.8rem;color:#d6d1ce;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;width:0;margin:0 auto;animation:typing-center-1fe0bfc6 2.5s steps(60) forwards;animation-delay:1.5s}.gallery-button[data-v-1fe0bfc6]{margin-top:2rem;opacity:0;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;animation:fadeInButtons-1fe0bfc6 1s forwards;animation-delay:4s}@keyframes typing-center-1fe0bfc6{0%{width:0}to{width:100%}}@keyframes fadeInButtons-1fe0bfc6{to{opacity:1}}@keyframes heroTitleIn-1fe0bfc6{0%{opacity:0;transform:scale(.8) translateY(40px);filter:blur(8px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}@media only screen and (max-width:768px){.hero h1[data-v-1fe0bfc6]{font-size:3.5rem}.hero p[data-v-1fe0bfc6]{font-size:1.2rem;white-space:normal}}@media only screen and (max-width:480px){.hero h1[data-v-1fe0bfc6]{font-size:2.5rem}.hero p[data-v-1fe0bfc6]{font-size:1rem;white-space:normal}.gallery-button[data-v-1fe0bfc6]{flex-direction:column;gap:.8rem}}.not-found[data-v-7ef7f0cb]{height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-dark);color:#fff;text-align:center}.not-found .content[data-v-7ef7f0cb]{display:flex;flex-direction:column;align-items:center}.not-found .smiley[data-v-7ef7f0cb]{font-size:6rem;margin-bottom:1rem;transition:transform .3s ease,color .3s ease;cursor:default}@keyframes sadBounce-7ef7f0cb{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px) rotate(-10deg)}60%{transform:translateY(-5px) rotate(5deg)}}.not-found .smiley[data-v-7ef7f0cb]:hover{animation:sadBounce-7ef7f0cb 1s infinite;color:var(--accent)}.not-found .content h1[data-v-7ef7f0cb]{font-size:8rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.not-found .content p[data-v-7ef7f0cb]{font-size:2rem;margin-bottom:2rem;color:var(--text-secondary);text-shadow:1px 1px 2px rgba(0,0,0,.5)}.not-found .btn[data-v-7ef7f0cb]{background:var(--accent);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:background-color .3s ease}.not-found .btn[data-v-7ef7f0cb]:hover{background:var(--primary)}