*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg-main);color:var(--color-text);margin:0;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}:root{--font-xs:14px;--font-sm:16px;--font-md:18px;--font-lg:22px;--font-xl:26px;--font-xxl:32px;--color-bg-main:#181818;--color-bg-card:#ececec;--color-bg-light:#181818;--color-text:#fff;--color-text-black:#111;--color-text-muted:#aaa;--color-primary:#e30613;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:40px;--space-5:64px;--radius-sm:8px;--radius-md:12px;--radius-full:999px;--shadow-card:0 6px 20px #00000040;--shadow-heavy:0 20px 50px #0009;--z-header:200;--z-sticky:100;--z-dropdown:1000;--z-lightbox:2000;--container:1200px}.container{gap:var(--space-3);max-width:var(--container);padding-inline:var(--space-2);margin-inline:auto;flex-direction:column;margin:0 auto;display:flex}.section{background-color:var(--color-bg-light);padding-block:var(--space-5)}.section+.section{padding-top:0}.stack{gap:var(--space-3);flex-direction:column;display:flex}.flex-column{flex-direction:column;align-items:center;display:flex}.flex-row{flex-direction:row;align-items:center;display:flex}.flex-start{justify-content:center;align-items:flex-start;display:flex}.text-center{text-align:center}.card{font-size:var(--font-md);gap:var(--space-2);color:var(--color-text-black);background:var(--color-bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:var(--space-3);display:flex}.hero{background-image:url(/assets/hero_background-BYSAlZQK.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;height:100svh;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero:after{content:"";background:#000000b3;position:absolute;inset:0}.hero-content{z-index:2;max-width:var(--container);font-size:var(--font-lg);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-content img{border-radius:16px}.hero-grid{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.restaurant-logo{width:50%}.delivery-logos{gap:var(--space-3);flex-direction:row;display:flex}.pyszne_logo{width:auto;height:60px}.about-image{width:100%;max-width:500px;height:400px}.about-image img{object-fit:cover;border-radius:12px;width:100%;height:400px}@media (width<900px){.card{flex-direction:column}.hero-content{font-size:var(--font-lg)}.pyszne_logo{width:auto;height:50px}.hero-grid{gap:var(--space-3);grid-template-columns:1fr;display:grid}}.menu-container{background:#181818;border-radius:12px;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex;box-shadow:0 20px 50px #0009}.menu{background-color:#181818;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px 20px 80px;display:flex}.menu-header{border-radius:12px 12px 0 0;justify-content:center;align-items:center;width:100%;max-width:1200px;height:200px;margin:0 auto;font-size:24px;font-weight:700;display:flex;box-shadow:0 20px 50px #0009}.category-title{color:#fff;text-align:center;background:#e30613b3;border-radius:8px;margin-bottom:12px;padding:12px 18px;font-size:28px;font-weight:300}.category-bar{z-index:var(--z-sticky);white-space:nowrap;box-sizing:border-box;background:#181818;border-bottom:1px solid #1a1a1a;padding:10px 16px;position:sticky;top:90px;overflow-x:auto}.tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;scroll-behavior:smooth;flex-direction:row;gap:10px;padding:0 16px;display:flex;overflow:auto hidden}.tabs button{color:#bbb;text-align:center;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;outline:none;flex:none;padding:10px 18px;font-size:15px;transition:all .2s}.tabs button:hover{color:#fff}.tabs .active{color:#fff;cursor:grabbing;background:#e30613}.tabs::-webkit-scrollbar{display:none}.menu-item{border-bottom:1px solid #1a1a1a;align-items:center;gap:20px;padding:20px 0;transition:all .2s;display:flex}.menu-item:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 0 0 1px #ffffff1a,0 15px 40px #000000b3}.menu-item img{object-fit:cover;border-radius:50%;width:60px;height:60px}.menu-info{flex:1}.menu-info h3{margin-bottom:6px;font-size:18px;font-weight:600}.menu-info p{color:#aaa;font-size:14px}.price{color:#e30613;font-size:16px;font-weight:700}.content{background-color:#1f1f1f;border-radius:0 0 12px 12px;flex:1;padding:40px 60px}.lightbox{width:100%;height:100%;z-index:var(--z-lightbox);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.lightbox img{border-radius:12px;width:30%;height:auto;animation:.25s forwards zoomIn;transform:scale(.9)}@keyframes zoomIn{to{transform:scale(1)}}@media (width<900px){.category-bar{top:60px}.tabs{flex-direction:row;overflow-x:auto}.content{padding:20px}.menu{padding:20px 0 60px}.menu-item{align-items:flex-start}.menu-item img{width:50px;height:50px}.menu-info h3{font-size:16px}.lightbox img{width:90%}}.contact-grid{gap:var(--space-3);grid-template-columns:1fr;display:grid}@media (width>768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.discounts-grid{gap:var(--space-3);grid-template-columns:1fr;display:grid}@media (width>768px){.discounts-grid{grid-template-columns:repeat(2,1fr)}}.btn{cursor:pointer;text-align:center;border:none;border-radius:999px;justify-content:center;align-items:center;margin-right:10px;padding:14px 28px;font-size:16px}.btn-primary{color:#fff;background:#c1121f;text-decoration:none}.btn-secondary{color:#fff;background:0 0;border:1px solid #fff}.header{width:100%;height:90px;z-index:var(--z-header);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#181818b3;border-bottom:1px solid #ffffff0d;position:sticky;top:0}.logo img{object-fit:contain;width:auto;height:90px}.nav{justify-content:space-between;align-items:center;height:100%;display:flex}.mobile-menu{display:none}.nav-links,.social{align-items:center;gap:30px;display:flex}.nav a{color:#fff;font-size:14px;text-decoration:none}.active-link{color:red;border-bottom:2px solid #e30613;padding-bottom:3px}@media (width<900px){.header{height:60px}.logo img{object-fit:contain;width:auto;height:60px}.nav-links,.social{display:none}.mobile-menu{display:block;position:absolute;top:10px;right:20px}.menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:28px}.mobile-dropdown{z-index:var(--z-dropdown);background:#111;border-radius:8px;flex-direction:column;gap:10px;padding:16px;display:flex;position:absolute;top:35px;right:0}.mobile-dropdown a{padding:8px 0;font-size:20px}.mobile-socials{justify-content:center;gap:20px;display:flex}.mobile-socials a{font-size:24px;display:flex}}.footer{max-width:var(--container);padding:var(--space-3);background:var(--color-bg-main);color:var(--color-text);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.footer-copy{white-space:nowrap;color:var(--color-text-muted)}.footer-socials{gap:var(--space-2);display:flex}.footer-socials a{color:var(--color-text);font-size:24px;text-decoration:none}
