*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-body: system-ui, -apple-system, sans-serif;--font-heading: system-ui, -apple-system, sans-serif;--font-size-base: clamp(1rem, .95rem + .25vw, 1.125rem);--font-size-h1: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);--font-size-h2: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);--font-size-small: .875rem;--section-gap: clamp(3rem, 5vw, 6rem);--content-width: min(72rem, 90vw);--card-radius: .5rem;--touch-min: 44px;--transition-fast: .15s ease}html{scroll-behavior:smooth;font-family:var(--font-body);font-size:var(--font-size-base);line-height:1.6;color:var(--bodyTextColor);background:var(--cream, #f8f6f0)}body{min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-heading);line-height:1.2;color:var(--headerColor)}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.section{padding:var(--section-gap) 0}.container{max-width:var(--content-width);margin:0 auto;padding:0 1.25rem}.section-heading{text-align:center;margin-bottom:2rem}.btn-primary{display:inline-block;padding:.875rem 2rem;background:var(--accent);color:#fff;border-radius:var(--card-radius);font-weight:600;text-decoration:none;min-height:var(--touch-min);transition:opacity var(--transition-fast)}.btn-primary:hover{opacity:.9;text-decoration:none}body{padding-top:48px;padding-bottom:72px}@media(min-width:768px){body{padding-top:56px;padding-bottom:0}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--dark);transition:background var(--transition-base),box-shadow var(--transition-base)}.site-header.header-solid{background:var(--dark);box-shadow:0 2px 8px #0000004d}.site-header .container{display:flex;justify-content:space-between;align-items:center;height:48px}@media(min-width:768px){.site-header .container{height:56px}}.site-name{color:var(--bodyTextColorWhite);font-weight:700;font-size:1.125rem;text-decoration:none}.nav-links{display:none;align-items:center;gap:1.5rem}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{color:var(--bodyTextColorWhite);font-size:var(--font-size-small);text-decoration:none}.nav-cta{display:inline-block;padding:.5rem 1.25rem;background:var(--accent);color:#fff;border-radius:var(--card-radius);font-weight:600;text-decoration:none}.hamburger-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;width:44px;height:44px;padding:0}@media(min-width:768px){.hamburger-btn{display:none}}.hamburger-btn span{display:block;width:22px;height:2px;background:var(--bodyTextColorWhite);transition:transform var(--transition-fast),opacity var(--transition-fast)}.mobile-nav{display:none;position:fixed;inset:48px 0 0;background:var(--dark);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:999}.site-header.nav-open .mobile-nav{display:flex}.mobile-nav a{color:var(--bodyTextColorWhite);font-size:1.25rem;text-decoration:none}.site-header.nav-open .hamburger-btn span:nth-child(1){transform:rotate(45deg) translateY(7px)}.site-header.nav-open .hamburger-btn span:nth-child(2){opacity:0}.site-header.nav-open .hamburger-btn span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.action-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:grid;grid-template-columns:repeat(3,1fr);background:color-mix(in srgb,var(--dark) 95%,transparent);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.1);padding:.5rem}@media(min-width:768px){.action-bar{display:none}}.action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--bodyTextColorWhite);text-decoration:none;min-height:var(--touch-min);gap:.25rem;font-size:var(--font-size-small)}.action-icon{font-size:1.25rem}.hero{position:relative;background:var(--gradient-dark);color:var(--bodyTextColorWhite);padding:var(--section-gap) 0;overflow:hidden}.hero-grid{display:flex;flex-direction:column;gap:2rem}.hero-content{display:flex;flex-direction:column;gap:1rem;z-index:1}.hero-tagline{color:var(--bodyTextColorWhite)}.hero-subtitle{font-size:1.125rem;opacity:.9;max-width:40ch}.open-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:2rem;font-size:var(--font-size-small);font-weight:600;width:fit-content;background:#ffffff1a}.open-badge.open{background:#16a34a;color:#fff}.open-badge.open:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse-dot 2s ease-in-out infinite}.open-badge.open-24-7{background:#16a34a26;color:#4ade80;border:1px solid rgba(74,222,128,.3);font-size:1rem;padding:.5rem 1rem}.open-badge.open-24-7:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse-dot 2s ease-in-out infinite}.open-badge.closed{background:#ffffff26;color:#ffffffb3}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hero-address{font-size:var(--font-size-small);opacity:.8}.hero-address a{color:var(--bodyTextColorWhite);text-decoration:underline}.hero .btn-primary{width:fit-content;max-width:280px;text-align:center}.hero-photo{border-radius:var(--card-radius);overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}@media(min-width:768px){.hero[data-variant="1"] .hero-grid{flex-direction:row;align-items:center}.hero[data-variant="1"] .hero-content{flex:3}.hero[data-variant="1"] .hero-photo{flex:2;max-height:400px}}.hero[data-variant="2"]{min-height:70vh;display:flex;align-items:center}.hero[data-variant="2"] .hero-backdrop{position:absolute;inset:0;background-size:cover;background-position:center}.hero[data-variant="2"] .hero-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000000bf 40%,#0000004d)}.hero[data-variant="2"] .hero-grid{position:relative;z-index:1}.hero[data-variant="2"] .hero-photo{display:none}@media(min-width:768px){.hero[data-variant="3"] .hero-grid{flex-direction:row-reverse;align-items:center}.hero[data-variant="3"] .hero-content{flex:3}.hero[data-variant="3"] .hero-photo{flex:2;max-height:400px}}.faq-section{background:#fff}.faq-item{border-bottom:1px solid rgba(0,0,0,.1);max-width:42rem;margin:0 auto}.faq-question{cursor:pointer;font-weight:600;padding:1.25rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:var(--touch-min)}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.5rem;color:var(--accent);flex-shrink:0;margin-left:1rem;transition:transform var(--transition-fast)}.faq-item[open] .faq-question:after{content:"−"}.faq-answer{padding:0 0 1.25rem;color:var(--bodyTextColor);line-height:1.7;max-width:60ch}.reviews-section{background:var(--offWhite);overflow:hidden}.reviews-scroll{display:flex;gap:1rem;width:max-content;animation:scroll-reviews 30s linear infinite}.reviews-scroll:hover{animation-play-state:paused}.review-card{background:#fff;border-radius:var(--card-radius);padding:1.5rem;width:320px;flex-shrink:0}@media(min-width:768px){.review-card{width:380px}}@keyframes scroll-reviews{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-stars{color:#f5a623;font-size:1.125rem;margin-bottom:.5rem;letter-spacing:2px}.review-text-wrap{margin-bottom:.75rem}.review-text-wrap summary{cursor:pointer;list-style:none;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.review-text-wrap summary::-webkit-details-marker{display:none}.review-text-wrap[open] summary{display:none}.review-text-wrap p{line-height:1.6}.review-footer{display:flex;align-items:center;gap:.75rem}.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--primaryLight);color:var(--bodyTextColorWhite);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--font-size-small);flex-shrink:0}.review-author{font-weight:600}.review-badge{font-size:var(--font-size-small);color:var(--silver);margin-left:auto}.reviews-link{display:block;text-align:center;margin-top:1.5rem;font-weight:600;color:var(--accent)}.gallery-section{padding:1.5rem 0}.gallery-scroll{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 1.25rem;scrollbar-width:none}.gallery-scroll::-webkit-scrollbar{display:none}.gallery-scroll img{flex:0 0 85vw;scroll-snap-align:center;object-fit:cover;aspect-ratio:3 / 2;border-radius:var(--card-radius)}@media(min-width:768px){.gallery-scroll{padding:0;max-width:var(--content-width);margin:0 auto}.gallery-scroll img{flex:0 0 calc(33.33% - .67rem)}}.menu-section{background:var(--offWhite)}.menu-cat-nav{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;position:sticky;top:48px;gap:.5rem;padding:.75rem 0;background:var(--offWhite);z-index:10;-webkit-overflow-scrolling:touch;scrollbar-width:none}.menu-cat-nav::-webkit-scrollbar{display:none}@media(min-width:768px){.menu-cat-nav{top:56px}}.menu-cat-link{padding:.5rem 1rem;border:1px solid var(--silver);border-radius:2rem;white-space:nowrap;scroll-snap-align:start;font-size:var(--font-size-small);text-decoration:none;color:var(--bodyTextColor);background:#fff;transition:background var(--transition-fast),color var(--transition-fast)}.menu-cat-link:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.menu-category{margin-top:2rem}.menu-category h3{padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.menu-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.menu-item-name{font-weight:600}.menu-item-desc{display:block;font-size:var(--font-size-small);color:var(--silver);margin-top:.25rem}.menu-item-price{white-space:nowrap;font-weight:500;margin-left:1rem;flex-shrink:0}.delivery-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.delivery-btn{padding:.75rem 1.5rem;border-radius:var(--card-radius);font-weight:600;color:#fff;text-decoration:none;min-height:var(--touch-min);display:inline-flex;align-items:center;transition:opacity var(--transition-fast)}.delivery-btn:hover{opacity:.9}.doordash{background:#ff3008}.ubereats{background:#06c167}.grubhub{background:#f63440}.order-section{background:var(--gradient-dark);color:var(--bodyTextColorWhite)}.order-section h2,.order-section h3{color:var(--bodyTextColorWhite)}.order-details{display:grid;grid-template-columns:1fr;gap:2rem;max-width:42rem;margin:0 auto}@media(min-width:768px){.order-details{grid-template-columns:1fr 1fr}}.hours-table table{width:100%}.hours-table td{padding:.375rem 0}.hours-table td:first-child{font-weight:600}.phone-large{font-size:1.5rem;font-weight:700}.phone-large a{color:var(--accent)}.contact-details a{color:var(--bodyTextColorWhite);text-decoration:underline}.services-section{background:var(--offWhite)}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.services-grid:has(>:last-child:nth-child(1)),.services-grid:has(>:last-child:nth-child(2)){max-width:700px;margin-inline:auto}}.service-card{background:#fff;border-radius:var(--card-radius);overflow:hidden;transition:transform var(--transition-fast);text-decoration:none;color:inherit;display:block}.service-card:hover{transform:translateY(-2px)}.service-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.service-card-body{padding:1.25rem}.service-card h3{margin-bottom:.5rem}.service-card p{font-size:var(--font-size-small);color:var(--bodyTextColor);line-height:1.6}.form-section{background:var(--gradient-dark);color:var(--bodyTextColorWhite)}.form-section h2{color:var(--bodyTextColorWhite)}.quote-form{max-width:36rem;margin:0 auto}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.375rem;font-weight:600;font-size:var(--font-size-small)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:var(--card-radius);background:#ffffff1a;color:var(--bodyTextColorWhite);font-size:1rem;font-family:inherit}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.form-group textarea{min-height:120px;resize:vertical}.form-submit{width:100%;padding:.875rem;background:var(--accent);color:#fff;border:none;border-radius:var(--card-radius);font-weight:600;font-size:1rem;cursor:pointer;min-height:var(--touch-min);transition:background var(--transition-fast)}.form-submit:hover{background:var(--accentDark)}.form-section noscript p{text-align:center;margin-top:1rem}.form-section noscript a{color:var(--accent)}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:52rem;margin:0 auto}@media(min-width:768px){.about-grid{grid-template-columns:3fr 2fr;align-items:start}}.about-text-content{line-height:1.7;max-width:65ch}.about-map-link{text-align:center}@media(min-width:768px){.about-map-link{text-align:left}}.about-address{margin-top:1rem;color:var(--silver);font-size:var(--font-size-small)}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background:var(--accent);color:#fff;text-decoration:none;border-radius:var(--card-radius);font-weight:600;min-height:var(--touch-min);transition:background var(--transition-fast)}.btn-primary:hover{background:var(--accentDark)}.site-footer{background:var(--dark);color:var(--bodyTextColorWhite);padding:2rem 0}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-name{font-weight:700;font-size:1.125rem}.footer-details{font-size:var(--font-size-small);color:var(--silver)}.footer-details a{color:var(--silver)}.footer-socials{display:flex;gap:1rem}.footer-socials a{color:var(--silver);font-size:1.25rem;text-decoration:none;transition:color var(--transition-fast)}.footer-socials a:hover{color:var(--accent)}.footer-copy{font-size:var(--font-size-small);color:var(--silver);opacity:.7;text-align:center;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.footer-powered{font-size:.75rem;color:var(--silver);opacity:.4;text-align:center;margin-top:.5rem}.footer-powered a{color:var(--silver);text-decoration:none}.footer-powered a:hover{opacity:1;color:var(--accent)}[data-accent=border]{.review-card{border-left:3px solid var(--accent)}.faq-item{border-left:3px solid var(--accent);padding-left:1rem}.about-section{border-left:3px solid var(--accent)}}[data-accent=underline]{.section-heading{text-decoration-line:underline;text-decoration-color:var(--accent);text-decoration-thickness:3px;text-underline-offset:.3em}}[data-accent=tint]{.review-card{background:color-mix(in srgb,var(--accent) 5%,white)}.faq-item[open]{background:color-mix(in srgb,var(--accent) 8%,white);padding:0 1rem}}
