:root{--primary: #000080;--primary-light: #1a1a9f;--secondary: #ecf5f4;--accent: #e31716;--text-dark: #1a1a1a;--text-light: #555;--white: #ffffff;--glass: rgba(255, 255, 255, .8);--shadow: 0 8px 32px 0 rgba(31, 38, 135, .1);--font-display: "Fredoka", cursive;--font-body: "Outfit", sans-serif;--header-height: 98px;--header-height-mobile: 80px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--secondary);background-image:radial-gradient(var(--white) 1px,transparent 1px);background-size:20px 20px;color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700}a{text-decoration:none;color:inherit;transition:all .3s ease}button{cursor:pointer;border:none;outline:none;font-family:var(--font-body)}.glass{background:var(--glass);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:1rem;box-shadow:var(--shadow)}.polaroid{background:#fff;padding:.75rem .75rem 2.5rem;box-shadow:0 10px 25px #0000001a;width:fit-content}.polaroid img{display:block;max-width:100%;aspect-ratio:1;object-fit:cover}@media(max-width:768px){.container{padding:0 1rem}}.main-header{background:var(--white);padding:1.5rem 0;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:100}@media(max-width:768px){.main-header{padding:.75rem 0}}.header-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;flex-shrink:1;min-width:0}.logo-img{height:50px;max-width:100%;width:auto;object-fit:contain}@media(max-width:768px){.logo{max-width:80%}.logo-img{height:70px}.header-container{gap:.5rem;padding:0 .75rem}}.menu-toggle{flex-shrink:0}.mobile-menu{position:fixed;top:var(--header-height-mobile);left:0;right:0;bottom:0;background:var(--white);z-index:1000;overflow-y:auto;padding:2rem 0;border-top:1px solid #f0f0f0}@media(min-width:1024px){.mobile-menu{top:var(--header-height)}}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.mobile-nav-link{font-size:1.25rem;font-weight:600;color:var(--primary);font-family:var(--font-display)}.mobile-categories h5{font-size:1rem;color:var(--text-light);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em}.mobile-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mobile-cat-item{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--secondary);border-radius:.75rem;font-weight:600;font-size:.875rem}.mobile-cat-item:hover{background:var(--primary);color:var(--white)}.desktop-nav{display:none;gap:2rem;align-items:center}@media(min-width:1024px){.desktop-nav{display:flex}}.nav-link{font-size:.875rem;font-weight:600;text-transform:uppercase;color:var(--text-light);letter-spacing:.05em}.nav-link:hover{color:var(--primary)}.btn-contact{background:var(--primary);color:var(--white);padding:.5rem 1.5rem;border-radius:9999px;font-weight:600}.btn-contact:hover{background:var(--primary-light)}.category-nav{display:none;background:var(--primary);color:var(--white);padding:.75rem 0;position:sticky;top:var(--header-height);z-index:90;box-shadow:0 4px 6px -1px #0000001a}@media(min-width:1024px){.category-nav{display:block}}.category-list{display:flex;flex-wrap:nowrap;justify-content:center;gap:1rem 2rem;list-style:none;font-size:1rem}.category-item a{display:flex;align-items:center;gap:.6rem;opacity:.85;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-item a:hover{opacity:1;transform:translateY(-2px);text-shadow:0 0 10px rgba(255,255,255,.3)}.hero{padding:5rem 0;background:linear-gradient(180deg,var(--white) 0%,var(--secondary) 100%);overflow:hidden}@media(max-width:768px){.hero{padding:2rem 0}}.hero-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1.2fr .8fr}}.hero-content .subtitle{color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;display:block;margin-bottom:1rem}.hero-content h2{font-size:clamp(2.5rem,5vw,4rem);color:var(--primary);line-height:1.1;margin-bottom:1.5rem}.hero-content h2 span{font-style:italic;font-weight:400}.hero-text{font-size:1.125rem;color:var(--text-light);max-width:500px}.hero-buttons{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--primary);color:var(--white);padding:1rem 2rem;border-radius:.75rem;font-weight:700;transition:all .3s ease}.btn-secondary{background:var(--white);border:2px solid var(--primary);color:var(--primary);padding:1rem 2rem;border-radius:.75rem;font-weight:700;transition:all .3s ease}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.hero-visuals{position:relative;height:450px}.polaroid-1{position:absolute;top:0;left:0;z-index:2;width:260px;transform:rotate(-5deg)}.polaroid-2{position:absolute;bottom:0;right:0;z-index:1;width:260px;transform:rotate(5deg)}.info-section{padding:6rem 0;background:#fff}.info-grid{display:grid;gap:4rem}@media(min-width:768px){.info-grid{grid-template-columns:1fr 1fr}}.hours-card{background:var(--primary);background-image:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);padding:3rem;border-radius:2.5rem;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #0000004d}.hours-title{font-size:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.hours-list{display:flex;flex-direction:column;gap:1rem}.hours-row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem}.hours-row span:last-child{font-weight:600}.facebook-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--primary);color:var(--white);border-radius:.75rem;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 12px #00008033}.facebook-link:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 16px #0000804d}.footer-social-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--primary);color:var(--white);border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 12px #00008026}.footer-social-btn:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 16px #00008040}.hours-card .bg-icon{position:absolute;bottom:-2rem;right:-2rem;opacity:.1;transform:rotate(-15deg)}.main-footer{background:#f8f8f8;padding:4rem 0 2rem;border-top:1px solid #eee}.footer-grid{display:grid;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1.5fr}}.footer-section h4{color:var(--primary);margin-bottom:1.5rem}.footer-section h5{font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-light)}.footer-links a:hover{color:var(--primary)}.contact-info{list-style:none}.contact-info li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--text-light)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee;text-align:center;font-size:.875rem;color:#888}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hidden-mobile{display:none}@media(min-width:1024px){.hidden-mobile{display:initial}}.menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;background:var(--secondary);color:var(--primary);transition:all .3s ease}.menu-toggle:hover{background:var(--primary);color:var(--white)}@media(min-width:1024px){.menu-toggle{display:none}}
