html,body,#root{padding:0;margin:0;width:100%;overflow-x:hidden}:root{--primary-color: #111;--secondary-color: #BDA16B;--background-color: #fff;--text-color: #222;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--body-font: var(--font-family);--heading-font: var(--font-family);--section-padding: 80px;--max-width: 1200px;--button-radius: 4px}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:var(--font-family, var(--body-font));background-color:var(--background-color, #fff);color:var(--text-color, #222);line-height:1.6;overflow-x:hidden;position:relative}.layout-main{background-color:var(--background-color, #ffffff);background-image:var(--background-image, none);background-size:cover;background-repeat:no-repeat}.full-screen-main{background:transparent!important;background-image:none!important}h1,h2,h3,h4,h5{font-family:var(--heading-font, var(--font-family));color:var(--primary-color, #111);margin-bottom:20px;letter-spacing:.5px}a{text-decoration:none;color:var(--primary-color, #111);transition:color .3s ease}a:hover{color:var(--secondary-color, #BDA16B)}button{font-family:var(--font-family, var(--body-font));background-color:var(--primary-color, #111);color:#fff;border:none;padding:12px 24px;border-radius:var(--button-radius, 4px);cursor:pointer;transition:background-color .3s ease,color .3s ease}button:hover{background-color:var(--secondary-color, #BDA16B);color:var(--text-color, #222)}.nav-link.active{color:var(--secondary-color, #BDA16B);font-weight:700;border-bottom:2px solid var(--secondary-color, #BDA16B)}section{margin:0;transition:opacity .6s ease}.scroll-btn{margin-top:30px;background:transparent;border:2px solid #fff;color:#fff;font-size:30px;border-radius:50%;width:60px;height:60px;cursor:pointer;transition:all .3s ease;animation:bounce 2s infinite}.scroll-btn:hover{background-color:#fff;color:var(--primary-color, #111)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--primary-color, #111);border-radius:5px}::-webkit-scrollbar-track{background:var(--background-color, #fff)}@media (max-width: 768px){h2{font-size:32px}button{padding:10px 20px;font-size:14px}.scroll-btn{width:50px;height:50px;font-size:24px}}body::-webkit-scrollbar{width:0;background:transparent}.full-bleed{width:100%}body.order-online-page{background-color:transparent!important}body.order-online-page .layout-main,body.order-online-page .full-screen-main{background-color:transparent!important;background-image:none!important}:root{--container-pad: 24px;--container-max: 1200px;--radius: 12px}.menu-page img,.menu-page svg,.menu-page video,.menu-page canvas,.order-page img,.order-page svg,.order-page video,.order-page canvas,.cart-page img,.cart-page svg,.cart-page video,.cart-page canvas,.checkout-page img,.checkout-page svg,.checkout-page video,.checkout-page canvas,.account-page img,.account-page svg,.account-page video,.account-page canvas{max-width:100%;height:auto}.menu-page,.order-page,.cart-page,.checkout-page,.account-page{width:100%;overflow-x:hidden}.menu-page .container,.menu-page .main-container,.order-page .container,.order-page .main-container,.cart-page .container,.cart-page .main-container,.checkout-page .container,.checkout-page .main-container,.account-page .container,.account-page .main-container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad);box-sizing:border-box}.menu-page h1,.order-page h1,.cart-page h1,.checkout-page h1,.account-page h1{font-size:clamp(1.8rem,2.6vw + 1rem,3rem)}.menu-page h2,.order-page h2,.cart-page h2,.checkout-page h2,.account-page h2{font-size:clamp(1.4rem,2vw + .8rem,2.2rem)}.menu-page h3,.order-page h3,.cart-page h3,.checkout-page h3,.account-page h3{font-size:clamp(1.2rem,1.4vw + .8rem,1.6rem)}.menu-page p,.menu-page li,.order-page p,.order-page li,.cart-page p,.cart-page li,.checkout-page p,.checkout-page li,.account-page p,.account-page li{line-height:1.55}.menu-page button,.menu-page .btn,.menu-page [type=submit],.order-page button,.order-page .btn,.order-page [type=submit],.cart-page button,.cart-page .btn,.cart-page [type=submit],.checkout-page button,.checkout-page .btn,.checkout-page [type=submit],.account-page button,.account-page .btn,.account-page [type=submit]{cursor:pointer;border-radius:var(--radius)}.menu-page input,.menu-page select,.menu-page textarea,.order-page input,.order-page select,.order-page textarea,.cart-page input,.cart-page select,.cart-page textarea,.checkout-page input,.checkout-page select,.checkout-page textarea,.account-page input,.account-page select,.account-page textarea{width:100%;border-radius:10px;padding:10px 12px;border:1px solid #ddd;box-sizing:border-box}.menu-page .hero-section,.order-page .hero-section{min-height:56vh;display:grid;place-items:center;text-align:center;padding:40px var(--container-pad);background-position:center;background-size:cover}@media (max-width: 480px){.menu-page .hero-section,.order-page .hero-section{min-height:46vh!important;height:auto!important}}.menu-page .menu-grid,.order-page .menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}@media (max-width: 1024px){.menu-page .menu-grid,.order-page .menu-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.menu-page .menu-grid,.order-page .menu-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.menu-page .menu-grid,.order-page .menu-grid{grid-template-columns:1fr;gap:15px}}.menu-page .menu-item-card,.order-page .menu-item-card{border:1px solid #eee;border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column}.menu-page .menu-item-card .media,.order-page .menu-item-card .media{aspect-ratio:4/3;background:#f6f6f6}.menu-page .menu-item-card .body,.order-page .menu-item-card .body{padding:12px;display:flex;flex-direction:column;gap:10px}.menu-page .menu-item-card .actions,.order-page .menu-item-card .actions{margin-top:auto;display:flex;gap:8px}@media (max-width: 480px){.menu-page .menu-item-card .actions .btn,.order-page .menu-item-card .actions .btn{flex:1;padding:12px}}.menu-page .product-layout,.order-page .product-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:28px;align-items:start}@media (max-width: 900px){.menu-page .product-layout,.order-page .product-layout{grid-template-columns:1fr}}.cart-page .cart-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px;align-items:start}.cart-page .checkout-summary,.checkout-page .checkout-summary{position:sticky;top:84px;border:1px solid #eee;border-radius:var(--radius);padding:16px;background:#fff}@media (max-width: 900px){.cart-page .cart-grid{grid-template-columns:1fr}.cart-page .checkout-summary,.checkout-page .checkout-summary{position:static}}.menu-page .table-wrap,.order-page .table-wrap,.cart-page .table-wrap,.checkout-page .table-wrap,.account-page .table-wrap,.menu-page table,.order-page table,.cart-page table,.checkout-page table,.account-page table{width:100%;border-collapse:collapse}@media (max-width: 768px){.menu-page .table-wrap,.order-page .table-wrap,.cart-page .table-wrap,.checkout-page .table-wrap,.account-page .table-wrap,.menu-page table,.order-page table,.cart-page table,.checkout-page table,.account-page table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.menu-page button,.menu-page .btn,.menu-page [type=submit],.order-page button,.order-page .btn,.order-page [type=submit],.cart-page button,.cart-page .btn,.cart-page [type=submit],.checkout-page button,.checkout-page .btn,.checkout-page [type=submit],.account-page button,.account-page .btn,.account-page [type=submit]{width:100%;margin:5px 0;padding:12px}}.menu-page :focus-visible,.order-page :focus-visible,.cart-page :focus-visible,.checkout-page :focus-visible,.account-page :focus-visible{outline:2px solid #222;outline-offset:2px}
