:root{--red:#e31b23;--red2:#c9141b;--black:#101010;--muted:#6d6d6d;--line:#e9e9e9;--bg:#f7f7f7;--yellow:#ffd400;--shell:1240px;--radius:22px;--shadow:0 10px 35px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--black);background:#fff}.shell{width:min(var(--shell),calc(100% - 36px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:10000}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{height:86px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;min-width:260px}.brand img{width:68px;height:68px;object-fit:contain}.brand-copy{display:grid}.brand-copy strong{font-size:22px;letter-spacing:-.03em}.brand-copy small{font-size:10px;color:var(--red);font-weight:800;letter-spacing:.16em}.main-nav{display:flex;gap:24px;margin-left:auto}.main-nav a{color:#171717;text-decoration:none;font-weight:800;font-size:14px}.main-nav a:hover{color:var(--red)}.nav-toggle{display:none;border:0;background:none;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:14px 20px;font-weight:900;text-decoration:none;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--red);color:#fff;box-shadow:0 8px 22px rgba(227,27,35,.2)}.btn-primary:hover{background:var(--red2)}.btn-outline{background:#fff;color:#111;border:2px solid #111}.btn-light{background:#fff;color:#111}.btn-ghost{background:#f1f1f1;color:#111}.btn-full{width:100%}.header-order{margin-left:10px;white-space:nowrap}.hero{background:linear-gradient(115deg,#fff 0%,#fff 52%,#f4f4f4 52%,#ececec 100%);overflow:hidden}.hero-inner{min-height:560px;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:20px}.eyebrow{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.17em;margin:0 0 10px}.eyebrow.light{color:#fff}.hero h1{font-size:clamp(52px,6.5vw,88px);line-height:.88;letter-spacing:-.065em;margin:0 0 18px;max-width:610px}.hero h1 span{display:block;color:var(--red)}.hero-lead{font-size:23px;font-weight:900;margin:0 0 7px}.hero-sub{font-size:17px;color:var(--muted);margin:0}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-facts{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;font-size:13px;font-weight:800}.hero-facts span{display:flex;gap:8px;align-items:center}.hero-visual{position:relative;height:100%;min-height:520px;display:flex;align-items:center;justify-content:center}.hero-visual img{width:112%;max-width:760px;position:relative;z-index:2;filter:drop-shadow(0 28px 22px rgba(0,0,0,.22))}.checker{position:absolute;width:180px;height:100%;right:-50px;top:0;background-image:linear-gradient(45deg,#111 25%,transparent 25%),linear-gradient(-45deg,#111 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#111 75%),linear-gradient(-45deg,transparent 75%,#111 75%);background-size:42px 42px;background-position:0 0,0 21px,21px -21px,-21px 0;opacity:.08}.hero-location{position:absolute;right:4px;bottom:52px;z-index:3;background:var(--red);color:#fff;padding:12px 18px;border-radius:12px;font-weight:900;box-shadow:var(--shadow)}.menu-section{padding:64px 0 80px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end}.section-heading h2,.about-grid h2,.school-copy h2{font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:.98;margin:0}.section-heading>p{max-width:450px;color:var(--muted);line-height:1.55}.category-wrap{position:relative;margin:32px 0 34px}.category-rail{display:flex;gap:14px;overflow-x:auto;padding:8px 45px 15px;scrollbar-width:none;scroll-behavior:smooth}.category-rail::-webkit-scrollbar{display:none}.category{flex:0 0 126px;border:0;background:#fff;border-radius:18px;padding:10px 8px 12px;cursor:pointer;font-weight:900;color:#222}.category .thumb{height:92px;border-radius:50%;display:grid;place-items:center;background:#fafafa;border:2px solid #efefef;margin-bottom:9px;transition:.18s}.category img{max-width:96%;max-height:80px;object-fit:contain}.category.active{color:var(--red)}.category.active .thumb{border-color:var(--red);box-shadow:0 5px 18px rgba(227,27,35,.14)}.rail-arrow{position:absolute;top:42px;z-index:5;border:1px solid #ddd;background:#fff;width:38px;height:38px;border-radius:50%;font-size:25px;box-shadow:0 5px 20px rgba(0,0,0,.08);cursor:pointer}.rail-left{left:0}.rail-right{right:0}.menu-toolbar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:28px;margin-bottom:22px}.menu-toolbar h3{font-size:31px;margin:0}.menu-toolbar p{margin:5px 0 0;color:var(--muted)}.cart-summary{border:0;background:#111;color:#fff;border-radius:14px;padding:12px 16px;display:grid;text-align:left;cursor:pointer}.cart-summary span{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.cart-summary strong{font-size:15px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid #ececec;border-radius:19px;background:#fff;padding:18px;display:flex;flex-direction:column;min-width:0;box-shadow:0 8px 28px rgba(0,0,0,.04)}.product-image{height:180px;display:grid;place-items:center;background:#fafafa;border-radius:14px;margin-bottom:14px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 8px rgba(0,0,0,.12))}.product-card h4{font-size:19px;margin:0 0 6px}.product-card p{font-size:13px;color:var(--muted);line-height:1.45;margin:0 0 15px;min-height:56px}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-size:22px;font-weight:900;color:var(--red)}.add-btn{border:0;background:var(--red);color:#fff;border-radius:10px;padding:10px 13px;font-weight:900;cursor:pointer}.special-section{padding:0 0 70px}.special-card{background:#121212;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1.15fr 1fr;color:#fff;min-height:330px}.special-image{background:radial-gradient(circle at center,#3c3c3c,#151515);display:grid;place-items:center;overflow:hidden}.special-image img{width:110%;filter:drop-shadow(0 18px 15px rgba(0,0,0,.35))}.special-copy{padding:45px;display:flex;flex-direction:column;justify-content:center}.special-copy h2{font-size:55px;line-height:.9;letter-spacing:-.04em;margin:0 0 15px}.special-copy p{color:#ddd;max-width:430px;line-height:1.5}.special-price{font-size:32px;font-weight:900;color:var(--yellow);margin:4px 0 18px}.school-section{background:#f5f5f5;padding:75px 0}.school-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:45px;align-items:center}.school-copy p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.55;max-width:570px}.school-badges{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.school-badges span{background:#fff;border:1px solid #dedede;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800}.school-actions{display:flex;gap:10px}.school-food{display:flex;align-items:end;justify-content:center;gap:0}.school-food img{width:34%;filter:drop-shadow(0 16px 12px rgba(0,0,0,.18))}.school-food img:nth-child(2){transform:translateY(12px) scale(1.08)}.about-section{padding:80px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about-grid>p{font-size:18px;color:var(--muted);line-height:1.6}.site-footer{border-top:1px solid var(--line)}.footer-main{padding:34px 0;display:grid;grid-template-columns:1.4fr 1fr 1fr .6fr;gap:25px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:72px;height:72px;object-fit:contain}.footer-brand div{display:grid}.footer-brand strong{font-size:22px}.footer-brand span,.footer-contact span{font-size:12px;color:var(--muted)}.footer-contact{display:grid;gap:5px;font-size:13px}.footer-links{display:grid;gap:6px}.footer-links a{color:#111;text-decoration:none;font-size:13px}.footer-bottom{background:#111;color:#bbb;padding:15px 0;font-size:12px}.order-drawer{position:fixed;top:0;right:0;bottom:0;width:min(440px,94vw);background:#fff;z-index:2500;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column;box-shadow:-12px 0 50px rgba(0,0,0,.18)}.order-drawer.open{transform:none}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:2400;opacity:0;pointer-events:none;transition:.2s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer-head{padding:25px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0}.drawer-close,.modal-close{border:0;background:#eee;border-radius:50%;width:38px;height:38px;font-size:25px;cursor:pointer}.drawer-body{padding:18px 25px;overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-line small{color:var(--muted)}.qty-controls{display:flex;align-items:center;gap:8px}.qty-controls button{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer}.drawer-foot{padding:20px 25px;border-top:1px solid var(--line)}.drawer-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin-bottom:10px}.drawer-note{font-size:12px;color:var(--muted);line-height:1.4}.drawer-foot .btn{margin-top:8px}.empty-cart{color:var(--muted);padding:30px 0}.modal{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:3000;display:none;place-items:center;padding:24px}.modal.open{display:grid}.modal-card{max-width:660px;max-height:92vh;position:relative;background:#fff;border-radius:18px;padding:8px;overflow:auto}.modal-card img{width:100%;display:block;border-radius:12px}.modal-close{position:absolute;right:16px;top:16px;z-index:2}.mobile-order{display:none}.no-results{grid-column:1/-1;padding:30px;background:#f7f7f7;border-radius:16px;color:var(--muted)}
@media(max-width:1000px){.header-inner{height:76px}.brand{min-width:0}.brand-copy{display:none}.main-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.main-nav.open{display:flex}.nav-toggle{display:block;margin-left:auto}.header-order{display:none}.hero-inner{grid-template-columns:1fr}.hero-copy{padding-top:55px}.hero-visual{min-height:390px}.hero-visual img{width:90%}.hero-location{right:8%;bottom:20px}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr}.special-card{grid-template-columns:1fr}.special-image{min-height:280px}.school-grid,.about-grid{grid-template-columns:1fr}.school-food{margin-top:12px}}
@media(max-width:650px){body{padding-bottom:66px}.shell{width:min(100% - 24px,var(--shell))}.brand img{width:56px;height:56px}.header-inner{height:70px}.main-nav{top:70px}.hero{background:#fff}.hero-inner{min-height:auto}.hero-copy{padding-top:35px}.hero h1{font-size:52px}.hero-lead{font-size:19px}.hero-actions .btn{flex:1}.hero-facts{gap:13px}.hero-visual{min-height:300px}.hero-visual img{width:106%}.checker{display:none}.hero-location{font-size:12px;bottom:10px}.menu-section{padding:45px 0}.section-heading{display:block}.section-heading>p{font-size:14px}.category-rail{padding-left:32px;padding-right:32px}.category{flex-basis:104px}.category .thumb{height:76px}.rail-arrow{top:33px;width:32px;height:32px}.menu-toolbar h3{font-size:26px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{padding:11px;border-radius:14px}.product-image{height:120px}.product-card h4{font-size:15px}.product-card p{font-size:11px;min-height:49px}.price{font-size:18px}.add-btn{padding:9px 10px;font-size:11px}.special-copy{padding:28px}.special-copy h2{font-size:44px}.school-section{padding:55px 0}.school-food img{width:37%}.about-section{padding:55px 0}.footer-main{grid-template-columns:1fr;gap:16px}.footer-links{grid-template-columns:repeat(4,auto)}.mobile-order{display:block;position:fixed;z-index:2100;bottom:10px;left:12px;right:12px;border:0;background:var(--red);color:#fff;border-radius:14px;padding:15px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.2)}.school-actions{flex-direction:column}.school-actions .btn{width:100%}}
