*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-black: #0D0D0D;--brand-gold: #E8C832;--brand-red: #C0392B;--brand-white: #F0EDE8;--font-display: "Bebas Neue", cursive;--font-mono: "Space Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--font-mono);background:var(--brand-black);color:var(--brand-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}::selection{background:var(--brand-gold);color:var(--brand-black)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.02em}a{color:currentColor;text-decoration:none}img{max-width:100%;height:auto;display:block}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:50;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.btn-gold{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-gold);color:var(--brand-black);font-family:var(--font-display);font-size:1.25rem;padding:.75rem 2rem;text-transform:uppercase;letter-spacing:.04em;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-gold:hover{background:var(--brand-white);transform:scale(1.05)}.btn-gold:active{transform:scale(.95)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--brand-gold);font-family:var(--font-display);font-size:1.25rem;padding:.75rem 2rem;text-transform:uppercase;letter-spacing:.04em;border:2px solid var(--brand-gold);cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-outline:hover{background:var(--brand-gold);color:var(--brand-black);transform:scale(1.05)}.btn-outline:active{transform:scale(.95)}.section-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,4.5rem);color:var(--brand-gold);text-transform:uppercase;margin-bottom:2rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.navbar[data-astro-cid-5hce7sga]{position:fixed;top:0;left:0;width:100%;z-index:50;transition:all .5s ease;padding:1rem 1.5rem;background:transparent}.navbar[data-astro-cid-5hce7sga].scrolled{background:#0d0d0df2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,200,50,.2)}.navbar__inner[data-astro-cid-5hce7sga]{max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar__logo[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.75rem;height:6.8rem;transition:opacity .3s ease}.navbar__logo[data-astro-cid-5hce7sga]:hover{opacity:.8}.navbar__logo-img[data-astro-cid-5hce7sga]{height:100%;width:auto;object-fit:contain}.navbar__logo-text[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);color:var(--brand-gold);letter-spacing:-.02em;text-transform:uppercase;white-space:nowrap}.navbar__links[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:2rem}.navbar__links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:1.125rem;letter-spacing:.15em;color:var(--brand-white);text-transform:uppercase;transition:color .3s ease;position:relative}.navbar__links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--brand-gold)}.navbar__cta[data-astro-cid-5hce7sga]{padding:.5rem 1.5rem;font-size:1.125rem}.navbar__toggle[data-astro-cid-5hce7sga]{display:none;background:none;border:none;color:var(--brand-gold);cursor:pointer;padding:.25rem}.navbar__mobile[data-astro-cid-5hce7sga]{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--brand-black);border-bottom:1px solid rgba(232,200,50,.2);flex-direction:column;align-items:center;padding:2rem 0;gap:1.5rem;animation:slideDown .3s ease}.navbar__mobile[data-astro-cid-5hce7sga].open{display:flex}.navbar__mobile[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.15em;color:var(--brand-white);text-transform:uppercase;transition:color .3s ease}.navbar__mobile[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--brand-gold)}.navbar__mobile-cta[data-astro-cid-5hce7sga]{width:75%;text-align:center;margin-top:.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.site-footer[data-astro-cid-5hce7sga]{background:var(--brand-black);border-top:1px solid rgba(232,200,50,.3);padding:5rem 1.5rem 2.5rem;position:relative;overflow:hidden}.footer__bg-accent[data-astro-cid-5hce7sga]{position:absolute;top:-10rem;right:-10rem;width:20rem;height:20rem;background:#e8c8320d;border-radius:50%;filter:blur(100px);pointer-events:none}.footer__inner[data-astro-cid-5hce7sga]{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:3rem;position:relative;z-index:1}.footer__brand[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:1.5rem}.footer__logo[data-astro-cid-5hce7sga]{display:inline-block;height:5.2rem;transition:opacity .3s ease}.footer__logo[data-astro-cid-5hce7sga]:hover{opacity:.8}.footer__logo-img[data-astro-cid-5hce7sga]{height:100%;width:auto;object-fit:contain}.footer__mission[data-astro-cid-5hce7sga]{font-size:.875rem;color:#f0ede899;line-height:1.6;max-width:20rem;font-style:italic}.footer__social[data-astro-cid-5hce7sga]{display:flex;gap:1rem}.footer__social[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(232,200,50,.3);display:flex;align-items:center;justify-content:center;color:var(--brand-gold);transition:all .3s ease}.footer__social[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{background:var(--brand-gold);color:var(--brand-black)}.footer__col[data-astro-cid-5hce7sga] h4[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:1.5rem;color:var(--brand-gold);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem}.footer__col[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga]{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__col[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga]{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#f0ede8cc}.footer__col[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#f0ede8cc;transition:color .3s ease}.footer__col[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--brand-gold)}.footer__contact-link[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;transition:color .3s ease}.footer__contact-link[data-astro-cid-5hce7sga]:hover{color:var(--brand-gold)}.footer__icon[data-astro-cid-5hce7sga]{color:var(--brand-gold);flex-shrink:0;margin-top:2px;display:flex}.footer__hours[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#f0ede8cc}.footer__hour-row[data-astro-cid-5hce7sga]{display:flex;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid rgba(232,200,50,.1)}.footer__hour-value[data-astro-cid-5hce7sga]{color:var(--brand-gold)}.footer__bottom[data-astro-cid-5hce7sga]{max-width:80rem;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(232,200,50,.1);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#f0ede866;text-transform:uppercase;letter-spacing:.15em}.footer__bottom-links[data-astro-cid-5hce7sga]{display:flex;gap:1.5rem}.footer__bottom-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#f0ede866;transition:color .3s ease}.footer__bottom-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--brand-gold)}.whatsapp-float[data-astro-cid-5hce7sga]{position:fixed;bottom:2rem;right:2rem;z-index:50;width:4rem;height:4rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 32px #25d36666;transition:transform .3s ease}.whatsapp-float[data-astro-cid-5hce7sga]:hover{transform:scale(1.1)}.whatsapp-float[data-astro-cid-5hce7sga]:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(37,211,102,.4);animation:whatsappPulse 2s ease-out infinite}@keyframes whatsappPulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.4);opacity:0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulseSlow{0%,to{transform:scale(1.1)}50%{transform:scale(1.15)}}@media(max-width:768px){.navbar__links[data-astro-cid-5hce7sga],.navbar__cta[data-astro-cid-5hce7sga]{display:none}.navbar__toggle[data-astro-cid-5hce7sga]{display:block}.footer__inner[data-astro-cid-5hce7sga]{grid-template-columns:1fr;gap:2rem}.footer__bottom[data-astro-cid-5hce7sga]{flex-direction:column;gap:1rem;text-align:center}}
