@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";:root{--red: #e31937;--red-dark: #b81430;--yellow: #ffc72c;--yellow-dark: #e6b000;--white: #ffffff;--cream: #fff8f0;--dark: #1a0a0e;--gray: #6b5b60;--gray-light: #f5ece9;--radius: 1rem;--shadow: 0 4px 24px rgba(227, 25, 55, .12);--shadow-lg: 0 12px 48px rgba(227, 25, 55, .18)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,ui-sans-serif,system-ui,sans-serif;line-height:1.6;color:var(--dark);background:var(--cream);-webkit-font-smoothing:antialiased}#root{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--red);box-shadow:0 2px 12px #0000000f}.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.logo-bee{font-size:1.8rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.logo-text{font-size:1.5rem;font-weight:800;color:var(--red);letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links button{background:none;border:none;font-family:inherit;font-size:.9rem;font-weight:500;color:var(--gray);padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.nav-links button:hover,.nav-links button.active{color:var(--red);background:#e319370f}.nav-cta{background:var(--red)!important;color:var(--white)!important;font-weight:600!important;padding:.5rem 1.5rem!important;border-radius:2rem!important}.nav-cta:hover{background:var(--red-dark)!important;transform:translateY(-1px)}.mobile-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--red);cursor:pointer}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(227,25,55,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(255,199,44,.1) 0%,transparent 50%),linear-gradient(180deg,var(--cream) 0%,#fff 100%);z-index:0}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center}.hero-badge{display:inline-block;background:var(--yellow);color:var(--dark);font-size:.85rem;font-weight:600;padding:.4rem 1.2rem;border-radius:2rem;margin-bottom:1.5rem;box-shadow:0 4px 16px #ffc72c4d}.hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;color:var(--dark);margin-bottom:1.5rem}.hero-langhap{color:var(--red);font-style:italic}.hero-sub{font-size:1.15rem;color:var(--gray);max-width:550px;margin:0 auto 2rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-primary{background:var(--red);color:var(--white);border:none;font-family:inherit;font-size:1rem;font-weight:600;padding:.85rem 2.5rem;border-radius:2rem;cursor:pointer;transition:all .25s;box-shadow:0 4px 20px #e319374d}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 28px #e3193766}.btn-secondary{background:var(--white);color:var(--red);border:2px solid var(--red);font-family:inherit;font-size:1rem;font-weight:600;padding:.8rem 2.5rem;border-radius:2rem;cursor:pointer;transition:all .25s}.btn-secondary:hover{background:var(--red);color:var(--white);transform:translateY(-2px)}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center}.stat strong{font-size:1.6rem;font-weight:800;color:var(--red)}.stat span{font-size:.8rem;color:var(--gray);font-weight:500}.section{padding:6rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-label{display:inline-block;background:#e3193714;color:var(--red);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem 1rem;border-radius:2rem;margin-bottom:1rem}.section h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:var(--dark);margin-bottom:.75rem}.section-desc{font-size:1.05rem;color:var(--gray);max-width:550px;margin-bottom:3rem;line-height:1.7}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.menu-card{background:var(--white);border-radius:var(--radius);padding:1.75rem;border:1px solid rgba(227,25,55,.08);transition:all .3s;box-shadow:0 2px 12px #0000000a}.menu-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#e3193726}.menu-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.menu-emoji{font-size:2.5rem}.menu-tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:var(--yellow);color:var(--dark);padding:.2rem .7rem;border-radius:1rem}.menu-card h3{font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}.menu-card p{font-size:.9rem;color:var(--gray);line-height:1.6;margin-bottom:1.25rem}.menu-card-bottom{display:flex;align-items:center;justify-content:space-between}.menu-price{font-size:1.4rem;font-weight:800;color:var(--red)}.btn-add{background:var(--yellow);color:var(--dark);border:none;font-family:inherit;font-size:.8rem;font-weight:600;padding:.5rem 1.2rem;border-radius:2rem;cursor:pointer;transition:all .2s}.btn-add:hover{background:var(--yellow-dark);transform:translateY(-1px)}.combos-section{background:var(--red);color:var(--white)}.combos-section .section-label{background:#fff3;color:var(--white)}.combos-section .section-desc{color:#fffc}.combos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.combo-card{background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:2rem;transition:all .3s}.combo-card:hover{background:#ffffff2e;transform:translateY(-4px)}.combo-emoji{font-size:3rem;display:block;margin-bottom:1rem}.combo-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.4rem}.combo-card p{font-size:.9rem;color:#ffffffbf;margin-bottom:1.5rem}.combo-bottom{display:flex;align-items:center;justify-content:space-between}.combo-price{font-size:1.5rem;font-weight:800;color:var(--yellow)}.btn-combo{background:var(--yellow);color:var(--dark);border:none;font-family:inherit;font-size:.85rem;font-weight:600;padding:.55rem 1.4rem;border-radius:2rem;cursor:pointer;transition:all .2s}.btn-combo:hover{background:var(--white);transform:translateY(-1px)}.about-section{background:var(--white)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1rem;color:var(--gray);line-height:1.8;margin-bottom:1rem}.about-values{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.value{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gray-light);border-radius:.75rem}.value-icon{font-size:1.5rem}.value strong{display:block;font-size:.95rem;color:var(--dark)}.value span{font-size:.8rem;color:var(--gray)}.about-visual{display:flex;justify-content:center;align-items:center}.about-card-stack{position:relative;width:280px;height:320px}.about-card-item{position:absolute;width:200px;height:240px;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;box-shadow:var(--shadow-lg);transition:transform .3s}.about-card-item:hover{transform:scale(1.05)!important}.ac1{background:var(--red);color:var(--white);top:0;left:50%;transform:translate(-50%) rotate(-3deg);z-index:3}.ac2{background:var(--yellow);color:var(--dark);top:30px;left:10%;transform:rotate(5deg);z-index:2}.ac3{background:var(--white);color:var(--dark);border:2px solid var(--red);top:30px;left:55%;transform:rotate(-5deg);z-index:1}.ac-emoji{font-size:3.5rem}.ac-label{font-weight:700;font-size:1rem}.locations-section{background:var(--cream)}.locations-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.locations-info p{font-size:1rem;color:var(--gray);line-height:1.7;margin-bottom:2rem}.location-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.loc-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--white);border-radius:.75rem;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px #0000000a}.loc-feature span:first-child{font-size:1.3rem}.cta-box{background:var(--white);border-radius:var(--radius);padding:3rem;text-align:center;box-shadow:var(--shadow-lg);border:2px solid rgba(227,25,55,.1)}.cta-box h3{font-size:1.6rem;font-weight:800;color:var(--dark);margin-bottom:.5rem}.cta-box p{font-size:1rem;color:var(--gray);margin-bottom:2rem}.cta-box button{display:block;width:100%;margin-bottom:.75rem}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.btn-outline{background:transparent;color:var(--red);border:2px solid var(--red);font-family:inherit;font-size:1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .25s}.btn-outline:hover{background:var(--red);color:var(--white)}.footer{background:var(--dark);color:#fffc;padding:4rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.footer-brand .logo-text{color:var(--white)}.footer-tagline{width:100%;font-size:.9rem;color:#ffffff80;margin-top:.25rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2.5rem 0;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col h4{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col li{font-size:.85rem;color:#ffffff80;cursor:pointer;transition:color .2s}.footer-col li:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:#fff6}.footer-socials{display:flex;gap:1.5rem}.footer-socials span{font-size:.8rem;color:#fff6;cursor:pointer;transition:color .2s}.footer-socials span:hover{color:var(--yellow)}@media(max-width:768px){.mobile-toggle{display:block}.nav-links{display:none;position:absolute;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:1.5rem;gap:.5rem;border-bottom:2px solid var(--red);box-shadow:0 8px 24px #00000014}.nav-links.open{display:flex}.nav-links button{width:100%;text-align:left;padding:.75rem 1rem}.nav-cta{text-align:center!important;margin-top:.5rem}.hero{padding:7rem 1.5rem 3rem;min-height:auto}.hero h1{font-size:2.2rem}.hero-stats{gap:1.5rem}.section{padding:4rem 1.5rem}.menu-grid,.combos-grid{grid-template-columns:1fr}.about-inner,.locations-inner{grid-template-columns:1fr;gap:2rem}.about-visual{order:-1}.about-card-stack{width:240px;height:280px}.about-card-item{width:170px;height:210px}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center}}
