*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#d42027;--red-dark:#b01a20;--red-deep:#8a1418;--cream:#fff8f0;--cream-dark:#f5ede3;--charcoal:#1a1a1a;--charcoal-light:#2d2d2d;--warm-gray:#6b6360;--warm-gray-light:#9b9490;--white:#fff;--gold:#d4a853;--olive:#5a6b3c;--transition:cubic-bezier(.23, 1, .32, 1)}.text-red{color:var(--red-dark)!important}html{scroll-behavior:smooth;font-size:16px}body{color:var(--charcoal);background:var(--cream);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}.loader{background:var(--charcoal);z-index:10000;justify-content:center;align-items:center;transition:opacity .6s,visibility .6s;display:flex;position:fixed;inset:0}.loader.hidden{opacity:0;visibility:hidden}.loader-logo{width:200px;animation:1.2s infinite loaderPulse}@keyframes loaderPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.96)}}.navbar{z-index:1000;transition:all .4s var(--transition);background:0 0;padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:var(--white);padding:.7rem 2rem;box-shadow:0 4px 20px #00000014}.navbar.scrolled .nav-links a{color:var(--charcoal)}.navbar.scrolled .nav-cta .btn-outline{color:var(--charcoal);border-color:#1a1a1a33}.navbar.menu-open{background:var(--white)!important;box-shadow:0 1px #0000000f!important}.navbar.menu-open .nav-links a{color:var(--charcoal)}.navbar.menu-open .hamburger span{background:var(--charcoal)}.nav-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.nav-logo img{width:auto;height:40px;max-height:40px;transition:height .3s var(--transition)}.navbar.scrolled .nav-logo img{height:34px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--white);letter-spacing:.08em;text-transform:uppercase;padding:.3rem 0;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--red);width:0;height:2px;transition:width .3s var(--transition);position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--red)}.nav-cta{align-items:center;gap:.8rem;display:flex}.btn{letter-spacing:.06em;text-transform:uppercase;transition:all .35s var(--transition);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 25px #d4202759}.btn-outline{color:var(--white);background:0 0;border:1.5px solid #ffffff59}.btn-outline:hover{border-color:var(--white);background:#ffffff14}.btn-dark{background:var(--charcoal);color:var(--white)}.btn-dark:hover{background:var(--charcoal-light);transform:translateY(-2px);box-shadow:0 8px 25px #00000040}.nav-dropdown{position:relative}.nav-dropdown>a{align-items:center;gap:4px;display:inline-flex}.nav-dropdown>a>.chevron-down{stroke:currentColor;stroke-width:2.5px;fill:none;flex-shrink:0;width:10px;height:10px;transition:transform .3s}.nav-dropdown:hover>a>.chevron-down{transform:rotate(180deg)}.nav-dropdown>a:after{display:none!important}.nav-dropdown-menu{background:var(--white);opacity:0;visibility:hidden;min-width:210px;transition:all .3s var(--transition);z-index:100;border-radius:12px;padding:.5rem 0;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 10px 40px #0000001f}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-dropdown-menu a{white-space:nowrap;padding:.6rem 1.2rem;font-size:.82rem;font-weight:500;transition:all .2s;display:block;color:var(--charcoal)!important;text-transform:none!important;letter-spacing:.02em!important}.nav-dropdown-menu a:hover{background:#d420270f;color:var(--red)!important}.nav-dropdown-menu a:after{display:none!important}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--white);border-radius:2px;width:26px;height:2px;transition:all .3s;display:block}.navbar.scrolled .hamburger span,.hamburger.active span{background:var(--charcoal)}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--white);z-index:999;opacity:0;visibility:hidden;transition:all .4s var(--transition);flex-direction:column;align-items:flex-start;gap:0;padding:6rem 2rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu .mobile-order{text-align:center;background:var(--red);width:100%;color:var(--white);border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s;display:block}.mobile-menu .mobile-order:hover{background:var(--red-dark)}.mobile-menu a.mobile-link{color:var(--charcoal);border-bottom:1px solid #0000000f;width:100%;padding:.8rem 0;font-size:1.4rem;text-decoration:none;transition:color .2s;display:block}.mobile-menu a.mobile-link:hover{color:var(--red)}.mobile-dropdown-toggle{justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-dropdown-toggle svg{width:18px;height:18px;transition:transform .3s}.mobile-dropdown-toggle.open svg{transform:rotate(180deg)}.mobile-submenu{padding-left:1rem;display:none}.mobile-submenu.open{display:block}.mobile-submenu a{color:var(--warm-gray);border-bottom:none;padding:.5rem 0;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.mobile-submenu a:hover{color:var(--red)}.hero{background:var(--charcoal);align-items:center;height:85vh;min-height:600px;display:flex;position:relative;overflow:hidden;padding:0!important}.hero-slides{z-index:0;position:absolute;inset:0}.hero-slides img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.5s,transform 7s;position:absolute;inset:0;transform:scale(1)}.hero-slides img.active{opacity:.85;transform:scale(1.08)}.hero-overlay{background:linear-gradient(135deg,#1a1a1a8c 0%,#1a1a1a33 50%,#d4202714 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 3rem;position:relative}.hero-badge{color:var(--red);letter-spacing:.1em;text-transform:uppercase;background:#d4202726;border:1px solid #d420274d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.78rem;font-weight:600;animation:.8s .3s both fadeUp;display:inline-flex}.hero-badge svg{width:14px;height:14px}.hero h1{color:var(--white);margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:700;line-height:1.05;animation:.8s .5s both fadeUp}.hero h1 em{color:var(--red);font-style:italic}.hero-sub{color:#fff;max-width:520px;margin-bottom:2.5rem;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:300;line-height:1.7;animation:.8s .7s both fadeUp}.hero-actions{flex-wrap:wrap;gap:1rem;animation:.8s .9s both fadeUp;display:flex}.hero-scroll{z-index:2;color:#fff6;letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;animation:.8s 1.2s both fadeUp;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(#fff6,#0000);width:1px;height:50px;animation:2s infinite scrollLine}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:all .8s var(--transition);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.greek-band{background:url(/images/divider.png) 50%/auto 100% repeat-x;height:50px;margin:0;line-height:0;display:block}section{padding:3rem 2rem}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--red);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--red);width:30px;height:1.5px}.section-title{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15}.section-title em{color:var(--red);font-style:italic}.section-desc{color:var(--warm-gray);max-width:550px;font-size:1.05rem;line-height:1.7}.favorites{background:var(--white)}.favorites-inner{max-width:1400px;margin:0 auto}.favorites-header{text-align:center;margin-bottom:4rem}.favorites-header .section-desc{margin:0 auto}.favorites-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.fav-card{background:var(--cream);cursor:pointer;group:true;border-radius:16px;position:relative;overflow:hidden}.fav-card-img{aspect-ratio:1;position:relative;overflow:hidden}.fav-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition)}.fav-card:hover .fav-card-img img{transform:scale(1.08)}.fav-card-overlay{opacity:0;background:linear-gradient(#0000 50%,#1a1a1ab3 100%);transition:opacity .4s;position:absolute;inset:0}.fav-card:hover .fav-card-overlay{opacity:1}.fav-card-content{padding:1.2rem 1.4rem}.fav-card-name{margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600}.fav-card-desc{color:var(--warm-gray);font-size:.85rem;line-height:1.5}.fav-card-arrow{background:var(--red);opacity:0;width:36px;height:36px;transition:all .35s var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:1.2rem;right:1.2rem;transform:translateY(10px)}.fav-card:hover .fav-card-arrow{opacity:1;transform:translateY(0)}.fav-card-arrow svg{width:16px;height:16px;color:var(--white)}.favorites-cta{text-align:center}.combo{background:var(--white);position:relative;overflow:hidden;padding:0!important}.combo-inner{z-index:1;grid-template-columns:1fr 1fr;max-width:1400px;min-height:600px;margin:0 auto;display:grid;position:relative}.combo-visual{position:relative;overflow:hidden}.combo-visual img{object-fit:contain;width:100%;height:100%;transition:transform 8s;display:block}.combo-visual:hover img{transform:scale(1.05)}.combo-visual-overlay{position:absolute;inset:0}.combo-price-float{background:var(--red);width:110px;height:110px;color:var(--white);z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;animation:3s infinite comboPulse;display:flex;position:absolute;top:2rem;left:2rem;box-shadow:0 8px 30px #d4202766}.combo-price-float .price-amount{align-items:flex-start;font-family:Playfair Display,serif;font-weight:700;line-height:1;display:flex}.combo-price-float .price-amount .dollar{margin-top:.3rem;font-size:1.3rem}.combo-price-float .price-amount .number{font-size:2.8rem}.combo-price-float .price-label{letter-spacing:.12em;text-transform:uppercase;opacity:.9;padding-top:10px;font-size:.55rem;font-weight:900}@keyframes comboPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.combo-content{flex-direction:column;justify-content:center;padding:4rem 3rem;display:flex;position:relative}.combo-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--red);z-index:1;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.72rem;font-weight:600;display:inline-flex;position:relative}.combo-eyebrow:before{content:"";background:var(--red);width:30px;height:1.5px}.combo-title{color:var(--charcoal);z-index:1;margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;line-height:1.05;position:relative}.combo-title em{color:var(--red);font-style:italic}.combo-tagline{color:var(--warm-gray-light);z-index:1;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.15rem;font-style:italic;position:relative}.combo-desc{color:var(--warm-gray);z-index:1;max-width:460px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7;position:relative}.combo-sides-list{z-index:1;flex-direction:column;gap:0;margin-bottom:2rem;list-style:none;display:flex;position:relative}.combo-sides-list li{color:var(--charcoal);border-bottom:1px solid #1a1a1a0f;justify-content:space-between;align-items:center;padding:.65rem 0;font-size:.92rem;font-weight:500;display:flex}.combo-sides-list li:last-child{border-bottom:none}.combo-sides-list li svg{width:15px;height:15px;color:var(--red);flex-shrink:0;margin-right:.6rem}.combo-side-name{align-items:center;display:flex}.combo-side-extra{color:var(--red);font-size:.8rem;font-weight:600}.combo-side-included{color:var(--warm-gray-light);font-size:.75rem;font-weight:500}.combo-actions{z-index:1;flex-wrap:wrap;gap:1rem;display:flex;position:relative}.order-now{background:var(--cream)}.order-now-inner{max-width:1000px;margin:0 auto}.order-now-header{text-align:center;margin-bottom:3rem}.order-now-header .section-desc{margin:0 auto}.order-now-grid{justify-content:center;gap:1.2rem;display:flex}.order-card{background:var(--white);transition:all .4s var(--transition);border:2px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;padding:2rem 1.5rem;text-decoration:none;display:flex}.order-card:hover{border-color:var(--red);transform:translateY(-6px);box-shadow:0 16px 40px #d420271f}.order-card-icon{justify-content:center;align-items:center;height:44px;display:flex}.order-card-icon img{object-fit:contain;width:auto;max-width:140px;height:36px}.order-card-icon svg{width:auto;max-width:150px;height:34px}.order-card-icon.doordash-icon{height:60px}.order-card-icon.doordash-icon svg{max-width:170px;height:55px}.order-card-name{color:var(--charcoal);letter-spacing:.03em;font-size:.85rem;font-weight:600}.order-card-sub{color:var(--warm-gray-light);font-size:.7rem;font-weight:500}.order-hub{background:var(--charcoal);text-align:center;padding:5rem 2rem}.order-hub-inner{max-width:860px;margin:0 auto}.order-hub-label{letter-spacing:.12em;text-transform:uppercase;color:var(--red);background:#d420271f;border:1px solid #d420274d;border-radius:50px;margin-bottom:1.2rem;padding:.35rem 1rem;font-size:.72rem;font-weight:700;display:inline-block}.order-hub h2{color:var(--white);margin-bottom:.8rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.15}.order-hub h2 em{color:var(--red);font-style:italic}.order-hub-sub{color:#ffffff8c;max-width:520px;margin:0 auto 2.5rem;font-size:.95rem;line-height:1.7}.order-hub-primary{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.btn-order-main{background:var(--red);width:100%;color:var(--white);letter-spacing:.04em;text-transform:uppercase;transition:all .3s var(--transition);text-align:center;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1.3rem 2.4rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex;box-shadow:0 8px 32px #d4202773}.btn-order-main.btn-green{background:#1e8c1e;box-shadow:0 8px 32px #1e8c1e73}.btn-order-main.btn-green:hover{background:#156d15;transform:translateY(-3px);box-shadow:0 14px 40px #1e8c1e8c}.btn-order-main svg{flex-shrink:0;width:20px;height:20px}.btn-order-main .btn-sub{letter-spacing:.06em;opacity:.85;text-transform:uppercase;margin-top:.15rem;font-size:.65rem;font-weight:500;display:block}.btn-catering{color:var(--white);letter-spacing:.05em;text-transform:uppercase;transition:all .3s var(--transition);background:0 0;border:1.5px solid #ffffff40;border-radius:50px;align-items:center;gap:.6rem;padding:1.1rem 2rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-catering:hover{border-color:var(--white);background:#ffffff12;transform:translateY(-2px)}.order-divider{color:#fff3;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.75rem;font-weight:600;display:flex}.order-divider:before,.order-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.delivery-apps{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.delivery-app-btn{color:#ffffff8c;letter-spacing:.04em;transition:all .3s var(--transition);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.6rem;padding:.65rem 1.3rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.delivery-app-btn:hover{color:#fffc;background:#ffffff1a;border-color:#fff3}.delivery-app-btn svg{opacity:.6;width:15px;height:15px}.order-note{color:#ffffff4d;letter-spacing:.03em;margin-top:1.5rem;font-size:.75rem}@media (width<=600px){.btn-order-main,.btn-catering{justify-content:center;width:100%}.delivery-apps{gap:.6rem}.delivery-app-btn{padding:.55rem 1rem;font-size:.72rem}}.specials{background:var(--white);position:relative;overflow:hidden}.specials-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.specials-text{text-align:left}.specials .section-label{color:var(--red)}.specials .section-label:before{background:var(--red)}.specials .section-title{color:var(--charcoal)}.specials .section-title em{color:var(--red)}.specials .section-desc{color:var(--warm-gray);margin-bottom:2rem}.specials-btns{flex-wrap:wrap;gap:1rem;display:flex}.specials-img{border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.specials-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition);display:block}.specials-img:hover img{transform:scale(1.05)}.btn-outline-light{color:var(--white);background:0 0;border:1.5px solid #ffffff59}.btn-outline-light:hover{border-color:var(--white);background:#ffffff1a}.locations{background:var(--cream)}.locations-inner{max-width:1400px;margin:0 auto}.locations-header{text-align:center;margin-bottom:4rem}.locations-header .section-desc{margin:0 auto}.locations-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.location-card{background:var(--white);min-height:280px;transition:transform .4s var(--transition), box-shadow .4s var(--transition);border-radius:20px;grid-template-columns:1fr 1fr;display:grid;position:relative;overflow:hidden}.location-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000014}.location-card-img{overflow:hidden}.location-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition)}.location-card:hover .location-card-img img{transform:scale(1.05)}.location-card-info{flex-direction:column;justify-content:center;padding:2rem;display:flex}.location-card-name{margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.location-card-address{color:var(--warm-gray);margin-bottom:1.2rem;font-size:.88rem;line-height:1.6}.location-card-hours{color:var(--warm-gray-light);margin-bottom:1.5rem;font-size:.8rem}.location-card-hours strong{color:var(--charcoal);font-weight:600}.location-card-actions{flex-wrap:wrap;gap:.6rem;display:flex}.btn-sm{padding:.55rem 1.2rem;font-size:.75rem}.location-card-v2{background:var(--white);transition:transform .4s var(--transition), box-shadow .4s var(--transition);border-radius:24px;flex-direction:column;padding:2.25rem 2rem 2rem;display:flex;position:relative;box-shadow:0 4px 20px #0000000a}.location-card-v2:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000014}.loc-pin-badge{width:48px;height:48px;color:var(--red);background:#d4202714;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.loc-pin-badge svg{width:22px;height:22px}.loc-title{color:var(--charcoal);letter-spacing:-.01em;margin-bottom:.85rem;font-family:Playfair Display,serif;font-size:2.1rem;font-weight:700;line-height:1.1}.loc-rating{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.loc-rating-line{background:#d420272e;flex:1;height:1px}.loc-rating-inner{white-space:nowrap;align-items:center;gap:.5rem;display:inline-flex}.loc-star{width:18px;height:18px;color:var(--red);flex-shrink:0}.loc-rating-text{color:var(--charcoal);font-size:.95rem;font-weight:500}.loc-rating-text strong{font-weight:700}.loc-info-row{align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.loc-icon{width:38px;height:38px;color:var(--red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.loc-icon svg{width:25px;height:25px}.loc-info-text{color:var(--charcoal);padding-top:4px;font-size:1rem;line-height:1.55}.loc-info-text strong{color:var(--charcoal);font-weight:700}.loc-divider{background:#d420272e;height:1px;margin:1.25rem 0}.loc-btn-order{background:var(--red);color:var(--white);letter-spacing:.04em;text-transform:uppercase;transition:all .3s var(--transition);border-radius:50px;justify-content:center;align-items:center;gap:1rem;margin-bottom:.9rem;padding:.4rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.loc-btn-order:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 10px 25px #d420274d}.loc-btn-order-icon{background:var(--white);width:35px;height:35px;color:var(--red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.loc-btn-order-icon svg{width:20px;height:20px}.loc-secondary-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.loc-btn-outline{background:var(--white);color:var(--charcoal);transition:all .3s var(--transition);border:1.5px solid #d4202780;border-radius:50px;justify-content:flex-start;align-items:center;gap:.7rem;padding:.45rem .9rem .45rem .45rem;font-family:Outfit,sans-serif;text-decoration:none;display:flex}.loc-btn-outline:hover{border-color:var(--red);background:#d420270a;transform:translateY(-2px)}.loc-btn-outline-icon{width:36px;height:36px;color:var(--red);background:#d4202714;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.loc-btn-outline-icon svg{width:16px;height:16px}.loc-btn-outline-text{flex-direction:column;line-height:1.15;display:flex}.loc-btn-outline-label{letter-spacing:.06em;text-transform:uppercase;color:var(--charcoal);font-size:.78rem;font-weight:700}.loc-btn-outline-sub{color:var(--red);margin-top:2px;font-size:.78rem;font-weight:600}.loc-btn-outline-simple{justify-content:flex-start}.loc-btn-outline-simple .loc-btn-outline-label{font-size:.85rem}.loc-review-link{color:var(--charcoal);transition:color .25s var(--transition);align-items:center;gap:.75rem;padding:.25rem 0;text-decoration:none;display:flex}.loc-review-link:hover{color:var(--red)}.loc-review-icon{color:var(--red);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.loc-review-icon svg{width:20px;height:20px}.loc-review-label{flex:1;font-size:1rem;font-weight:500}.loc-review-arrow{color:var(--charcoal);opacity:.5;transition:transform .25s var(--transition), opacity .25s var(--transition);display:inline-flex}.loc-review-arrow svg{width:16px;height:16px}.loc-review-link:hover .loc-review-arrow{opacity:1;color:var(--red);transform:translate(3px)}.lp-delivery{background:#fff;border:1.5px solid #ebebeb;border-radius:14px;margin:1rem 0 0;overflow:hidden}.lp-delivery-header{border-bottom:1px solid #f0f0f0;align-items:center;gap:.4rem;padding:.7rem 1.1rem .5rem;display:flex}.lp-delivery-header svg{stroke:#d42027;fill:none;stroke-width:2px;stroke-linecap:round;width:16px;height:16px}.lp-delivery-header span{text-transform:uppercase;letter-spacing:.1em;color:#d42027;font-size:.72rem;font-weight:800}.lp-delivery-body{align-items:center;gap:.8rem;padding:.6rem;display:flex}.lp-apps{grid-template-columns:repeat(3,1fr);gap:.3rem;width:100%;display:grid}.lp-app{background:#a3a3a314;border-radius:5px;flex-direction:column;align-items:center;gap:.25rem;padding:5px;text-decoration:none;display:flex}.lp-app-icon{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:60px;height:50px;padding:5px;font-size:1.2rem;display:flex;overflow:hidden}.lp-app-name{color:#888;text-align:center;font-size:.58rem;font-weight:600;line-height:1.2}.loyalty{background:var(--white);text-align:center;position:relative;overflow:hidden}.loyalty:before{content:"";background:radial-gradient(circle,#d420270a,#0000 70%);position:absolute;inset:0}.loyalty-inner{z-index:1;max-width:700px;margin:0 auto;position:relative}.loyalty .section-label{color:var(--red)}.loyalty .section-label:before{background:var(--red)}.loyalty .section-title{color:var(--charcoal)}.loyalty .section-title em{color:var(--red)}.loyalty .section-desc{color:var(--warm-gray);margin:0 auto 2rem}.loyalty-perks{flex-direction:column;gap:.6rem;max-width:480px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;list-style:none;display:flex}.loyalty-perks li{color:var(--charcoal);background:var(--cream);text-align:left;border-radius:12px;align-items:center;gap:.8rem;padding:.8rem 1.4rem;font-size:1rem;font-weight:500;display:flex}.loyalty-perks li svg{width:20px;height:20px;color:var(--red);flex-shrink:0}.loyalty-perks li strong{color:var(--red);min-width:110px;font-weight:700;display:inline-block}.loyalty-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-white{background:var(--white);color:var(--red)}.btn-white:hover{background:var(--cream);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn-outline-white{color:var(--white);background:0 0;border:1.5px solid #fff6}.btn-outline-white:hover{border-color:var(--white);background:#ffffff1a}.footer{background:var(--cream-dark);color:var(--charcoal);padding:3rem 2rem 2rem}.footer-inner{max-width:1400px;margin:0 auto}.footer-top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-brand img{height:42px;margin-bottom:1.2rem}.footer-brand p{color:var(--warm-gray);max-width:300px;font-size:.9rem;line-height:1.7}.footer-social{gap:1rem;margin-top:1.5rem;display:flex}.footer-social a{background:var(--red);width:46px;height:46px;transition:all .3s var(--transition);color:var(--white);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--red-dark);transform:translateY(-3px);box-shadow:0 8px 20px #d420274d}.footer-social a svg{width:20px;height:20px}.footer-col h4{letter-spacing:.15em;text-transform:uppercase;color:var(--warm-gray-light);margin-bottom:1.5rem;font-size:.78rem;font-weight:600}.footer-col a{color:var(--warm-gray);padding:.4rem 0;font-size:.9rem;text-decoration:none;transition:color .3s;display:block}.footer-col a:hover{color:var(--red)}.footer-bottom{border-top:1px solid #1a1a1a14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:var(--warm-gray-light);font-size:.8rem}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--warm-gray-light);font-size:.8rem;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:var(--red)}@media (width<=1024px){.favorites-grid{grid-template-columns:repeat(2,1fr)}.combo-inner{grid-template-columns:1fr}.combo-visual{height:280px}.combo-content{z-index:2;padding:1.5rem 2rem 2.5rem;position:relative}.location-card{grid-template-columns:1fr}.location-card-img{height:200px}.specials-inner{grid-template-columns:1fr}.specials-text{text-align:center}.specials-btns{justify-content:center}.specials-img{max-height:300px}.footer-top{grid-template-columns:1fr 1fr}}@media (width<=768px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}.nav-logo img{height:30px;max-height:30px}.navbar.scrolled .nav-logo img{height:28px}.navbar{padding:.8rem 1.2rem}.navbar.scrolled{padding:.6rem 1.2rem}section{padding:2.5rem 1.5rem}.hero-content{padding:0 1.5rem}.hero{align-items:flex-end;height:auto;min-height:auto;padding:7rem 0 3rem!important}.favorites-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.favorites-grid::-webkit-scrollbar{display:none}.favorites-grid .fav-card{scroll-snap-align:center;flex-shrink:0;min-width:75vw;max-width:75vw}.favorites-grid .fav-card-img{aspect-ratio:4/3}.locations-grid{grid-template-columns:1fr}.location-card-v2{padding:1.75rem 1.25rem 1.5rem}.loc-title{font-size:2rem;line-height:1.05}.loc-rating{justify-content:center}.loc-rating-line{display:block}.loc-rating-text{font-size:.9rem}.loc-info-text,.loc-btn-order{font-size:.95rem}.loc-secondary-row{grid-template-columns:1fr 1fr;gap:.6rem}.loc-btn-outline{gap:.55rem;padding:.4rem .6rem .4rem .4rem}.loc-btn-outline-icon{width:25px;height:25px}.loc-btn-outline-icon svg{width:10px;height:10px}.loc-btn-outline-text{flex-direction:column;align-items:flex-start;line-height:1.1}.loc-btn-outline-label{letter-spacing:.04em;font-size:.7rem}.loc-btn-outline-sub{margin-top:1px;font-size:.7rem}.loc-btn-outline-simple .loc-btn-outline-label{font-size:.72rem}}@media (width<=380px){.loc-title{font-size:1.75rem}.loc-btn-outline-label,.loc-btn-outline-sub{font-size:8px}.loc-btn-outline-simple .loc-btn-outline-label{font-size:9px}.loyalty-actions{flex-direction:column;align-items:center}.hero-actions{flex-direction:column;align-items:flex-start}.order-now-grid{grid-template-columns:repeat(1,1fr);gap:.8rem}.order-card{gap:.5rem;min-height:110px;padding:1.5rem 1rem}.order-card-icon{height:36px}.order-card-icon svg{max-width:120px;height:28px}.order-now-header{margin-bottom:2rem}.loyalty-perks li{padding:.7rem 1rem;font-size:.9rem}.loyalty-perks li strong{min-width:95px}}.why-gf{background:var(--cream);padding:5rem 2rem}.why-gf-inner{text-align:center;max-width:700px;margin:0 auto}.why-gf-header{margin-bottom:2.5rem}.why-gf-header .section-label{justify-content:center;margin-bottom:.75rem}.why-gf-list{text-align:left;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.why-gf-list li{background:var(--white);color:var(--charcoal);border-radius:14px;align-items:center;gap:1rem;padding:1.1rem 1.4rem;font-size:1rem;display:flex}.why-gf-list li svg{width:20px;height:20px;color:var(--red);flex-shrink:0}.btn-order-main{position:relative;overflow:hidden}.btn-order-main:before{content:"";background:linear-gradient(120deg,#0000,#ffffff40,#0000);width:50%;height:100%;animation:2.8s infinite btn-shimmer;position:absolute;top:0;left:-75%;transform:skew(-20deg)}.btn-order-main:after{content:"";border-radius:50px;animation:2.8s infinite btn-pulse;position:absolute;inset:0;box-shadow:0 0 #d4202799}@keyframes btn-shimmer{0%{left:-75%}60%{left:125%}to{left:125%}}@keyframes btn-pulse{0%{box-shadow:0 0 #d4202780}60%{box-shadow:0 0 0 14px #d4202700}to{box-shadow:0 0 #d4202700}}@keyframes btn-pulse-green{0%{box-shadow:0 0 #1e8c1e80}60%{box-shadow:0 0 0 14px #1e8c1e00}to{box-shadow:0 0 #1e8c1e00}}.btn-order-main.btn-green:after{animation:2.8s infinite btn-pulse-green;box-shadow:0 0 #1e8c1e99}.btn-order-main:hover:before,.btn-order-main:hover:after{animation-play-state:paused}@media (width<=600px){.btn-order-main{text-align:center;justify-content:center;gap:.65rem;width:100%;padding:1.1rem 1.4rem;font-size:1rem;line-height:1.15}.btn-order-main svg{width:22px;height:22px}.btn-order-main>span{flex-direction:column;flex:1;min-width:0;display:flex}.btn-order-main .btn-sub{letter-spacing:.05em;opacity:.9;white-space:normal;margin-top:.25rem;font-size:.6rem}.order-now-grid{grid-template-columns:repeat(1,1fr);gap:.7rem}.order-card{text-align:center;justify-content:center;gap:.35rem;padding:1.2rem .8rem}.order-card .order-card-name{font-size:.78rem;line-height:1.2}.order-card .order-card-sub{font-size:.65rem;line-height:1.2}.order-card-icon{height:38px;margin-bottom:.15rem}.order-card-icon svg{max-width:110px;height:30px}.order-card-icon.doordash-icon{height:44px}.order-card-icon.doordash-icon svg{max-width:130px;height:40px}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-brand img{height:32px}.footer-bottom{text-align:center;flex-direction:column}}
