*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f1e38;--amber:#f2a425;--gold:#c8851a;--cream:#faf6ee;--dark:#1a1a1a;--white:#fff}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--dark);font-family:system-ui,-apple-system,sans-serif}.sticky-order{z-index:999;background:var(--amber);color:var(--navy);border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 20px #0000004d}.sticky-order:hover{background:var(--gold);transform:scale(1.05)}nav{z-index:100;background:#0f1e38f7;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:#dc2626;text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,2px 2px 4px #0000004d;font-size:1.4rem;font-weight:800}.nav-logo span{color:#38bdf8}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#ffffffb3;text-transform:uppercase;font-size:.9rem;font-weight:600;text-decoration:none}.nav-links a:hover{color:var(--amber)}.nav-order{border-radius:4px;padding:.5rem 1.2rem;background:var(--amber)!important;color:var(--navy)!important}.hero{align-items:center;min-height:90vh;margin-top:64px;display:flex;position:relative;overflow:hidden}.hero-bg{filter:brightness(.4);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:4rem 2rem;position:relative}.hero h1{color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1}.hero h1 em{color:var(--amber);font-style:normal}.hero p{color:#ffffffb3;max-width:500px;margin:0 auto 2rem;font-size:1.2rem}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-amber{background:var(--amber);color:var(--navy);border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.btn-amber:hover{background:var(--gold)}.btn-ghost{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:4px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-ghost:hover{border-color:var(--amber);color:var(--amber)}.highlights{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:grid}.highlight-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.highlight-card img{object-fit:cover;width:100%;height:250px}.highlight-card-body{padding:1.5rem}.highlight-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.4rem}.highlight-card p{color:#666;line-height:1.6}.about{background:var(--navy);text-align:center;padding:5rem 2rem}.about h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.about p{color:#fff9;max-width:600px;margin:0 auto 2rem;line-height:1.8}.features{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.feature{text-align:center;border:1px solid #ffffff1a;border-radius:4px;padding:1rem 2rem}.feature h4{color:var(--amber);margin-bottom:.3rem;font-size:1.1rem}.feature p{color:#ffffff80;margin:0;font-size:.9rem}.hours{text-align:center;max-width:900px;margin:0 auto;padding:5rem 2rem}.hours h2{color:var(--navy);margin-bottom:2rem;font-size:2rem}.hours-content{text-align:left}.hours-info{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;display:grid}.hours-box h3{color:var(--amber);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.8rem}.hours-box p{color:var(--dark);font-size:1rem;line-height:1.8}.hours-box a{color:var(--navy);font-weight:600;text-decoration:none}.hours-box a:hover{color:var(--amber)}.hours-actions{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.btn-call{background:var(--navy);color:#fff;border-radius:4px;padding:.8rem 2rem;font-weight:700;text-decoration:none;display:inline-block}.btn-call:hover{background:var(--dark)}.btn-directions{color:var(--navy);border:2px solid var(--navy);background:0 0;border-radius:4px;padding:.8rem 2rem;font-weight:700;text-decoration:none;display:inline-block}.btn-directions:hover{background:var(--navy);color:#fff}.map-container{border-radius:8px;margin-top:1rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.order-cta{background:var(--amber);text-align:center;padding:5rem 2rem}.order-cta h2{color:var(--navy);margin-bottom:1rem;font-size:2.5rem}.order-cta p{color:#0f1e3899;margin-bottom:2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-navy{background:var(--navy);color:#fff;border-radius:4px;padding:1rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block}.btn-navy:hover{background:var(--dark)}.btn-navy-outline{color:var(--navy);border:2px solid var(--navy);background:0 0;border-radius:4px;padding:1rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block}.btn-navy-outline:hover{background:var(--navy);color:#fff}footer{background:var(--dark);color:#ffffff80;text-align:center;padding:2rem;font-size:.9rem}footer span{color:#38bdf8}.footer-phone{margin-top:.5rem}.footer-phone a{color:var(--amber);font-weight:600;text-decoration:none}.footer-phone a:hover{text-decoration:underline}.nav-call{color:#ffffffe6!important}@media (max-width:768px){.nav-links{display:none}.hours-info{grid-template-columns:1fr 1fr;gap:1.5rem}.sticky-order{padding:.8rem 1.5rem;font-size:.9rem;bottom:15px;right:15px}.features{gap:1rem}.feature{padding:.8rem 1rem}.hours-actions{flex-direction:column}.btn-call,.btn-directions{text-align:center;width:100%}}@media (max-width:500px){.hours-info{grid-template-columns:1fr}}
