:root{--orange:#ff5a0a;--green:#198c45;--black:#080808;--dark:#111;--cream:#fffaf4;--ink:#191919;--line:#ddd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:#fff;font-family:Arial,sans-serif}img{max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:78px;padding:0 5vw;background:rgba(5,5,5,.96);border-bottom:1px solid #333}.logo{color:#fff;text-decoration:none;font:700 34px Georgia,serif}.logo>span{color:var(--orange)}.logo small{margin-left:7px;font:12px Arial;letter-spacing:2px}.site-header nav{display:flex;gap:23px}.site-header nav a{color:#fff;text-decoration:none;font-weight:bold;font-size:13px;text-transform:uppercase}.site-header nav a:hover{color:var(--orange)}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:30px}.hero{min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:55px;padding:75px 7vw;background:radial-gradient(circle at 78% 35%,#542006 0,transparent 32%),#070707}.kicker,.section-title>p{margin:0 0 10px;color:var(--orange);font-weight:bold;text-transform:uppercase;letter-spacing:2px}.hero h1{margin:0 0 20px;font-size:clamp(48px,6vw,84px);line-height:.98;text-transform:uppercase}.hero h1 span{color:var(--orange)}.hero-text>p:not(.kicker){max-width:650px;color:#ddd;font-size:20px;line-height:1.55}.hero-image{display:flex;align-items:center;justify-content:center;min-height:420px}.hero-image img{width:100%;max-width:650px;object-fit:contain}.actions{display:flex;gap:14px;margin-top:30px}.btn{display:inline-block;padding:14px 23px;border:2px solid var(--orange);background:var(--orange);color:#fff;text-decoration:none;font-weight:bold;text-transform:uppercase}.btn.order{background:var(--green);border-color:var(--green)}.btn.secondary{background:transparent}.section{padding:85px 6vw}.light{background:var(--cream);color:var(--ink)}.dark{background:var(--dark)}.section-title{text-align:center;margin-bottom:44px}.section-title h2{margin:0 0 24px;font-size:clamp(37px,5vw,59px);line-height:1.05;text-transform:uppercase}.simple-prices{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin:0 0 25px}.simple-prices span{font-size:19px}.simple-prices b{margin-left:8px;color:var(--orange);font-size:27px}.compose-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1400px;margin:auto}.compose-grid article{padding:26px;background:#191919;border-top:5px solid var(--orange)}.compose-grid i{color:var(--orange);font-size:45px;font-weight:bold;font-style:normal}.compose-grid h3{margin:5px 0 18px;text-transform:uppercase}.compose-grid h3 small{display:block;color:var(--orange);font-size:11px}.compose-grid p{margin:0;padding:8px 0;border-bottom:1px solid #333;color:#ddd}.compose-grid p b{float:right;color:var(--orange)}.product-grid{display:grid;gap:18px;max-width:1400px;margin:auto}.product-grid.five,.product-grid.drinks{grid-template-columns:repeat(5,1fr)}.product-grid.desserts{grid-template-columns:repeat(5,1fr);margin-top:55px}.product-grid article{overflow:hidden;background:#fff;color:var(--ink);border:1px solid var(--line);border-bottom:5px solid var(--orange)}.photo{height:220px;display:flex;align-items:center;justify-content:center;padding:15px;background:#fff;border-bottom:1px solid #eee}.photo img{display:block;max-width:100%;max-height:100%;object-fit:contain}.menu-hotdog{display:grid;grid-template-columns:1.6fr .8fr;gap:8px}.menu-hotdog img{margin:auto}.product-info{padding:20px;text-align:center}.product-info h3{min-height:48px;margin:0 0 8px;text-transform:uppercase}.product-info p{margin:5px 0;color:#666}.product-info strong{display:block;margin-top:8px;color:var(--orange);font-size:36px}.bowls{background:linear-gradient(135deg,#eef7e9,#fffaf4);color:var(--ink)}.bowl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;max-width:1120px;margin:auto}.bowl-grid article{overflow:hidden;background:#fff;border:1px solid #ccd9c7;border-bottom:5px solid #4f8b3d}.bowl-grid img{display:block;width:100%;height:auto}.bowl-grid p{margin:0;padding:22px 25px;color:#4e584a;line-height:1.6}.full-flyer{display:block;width:min(100%,620px);margin:0 auto;border:3px solid var(--orange)}.drinks .photo{height:280px}.info{text-align:center;background:#101010}.info>p{color:#ccc;font-size:19px}.centered{justify-content:center}footer{display:flex;justify-content:space-between;align-items:center;padding:30px 6vw;background:#000;border-top:1px solid #333;color:#aaa}footer .logo{font-size:27px}@media(max-width:1050px){.compose-grid{grid-template-columns:repeat(2,1fr)}.product-grid.five,.product-grid.drinks,.product-grid.desserts{grid-template-columns:repeat(3,1fr)}.site-header nav{display:none;position:absolute;top:78px;left:0;right:0;padding:25px;background:#080808;flex-direction:column}.site-header nav.open{display:flex}.nav-toggle{display:block}}@media(max-width:700px){.hero{grid-template-columns:1fr;padding:55px 20px}.hero-image{min-height:260px}.hero h1{font-size:49px}.section{padding:65px 18px}.compose-grid,.product-grid.five,.product-grid.drinks,.product-grid.desserts,.bowl-grid{grid-template-columns:1fr}.photo{height:260px}.actions{flex-direction:column}.btn{text-align:center}.simple-prices{flex-direction:column;gap:10px}.simple-prices span{display:flex;justify-content:space-between}.bowl-grid p{padding:18px}footer{align-items:flex-start;flex-direction:column;gap:18px}}
