:root{
  --green:#5d9414;--deep:#16260d;--brown:#3a1e10;--cream:#fffaf2;--paper:#ffffff;
  --text:#2c211a;--muted:#75675e;--line:#e9ded1;--shadow:0 18px 55px rgba(44,25,12,.13);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--text);background:var(--cream)}
body.dark{--cream:#101510;--paper:#182018;--text:#f7efe5;--muted:#c0b7ad;--line:#344034}
a{text-decoration:none;color:inherit}.container{width:min(1180px,91%);margin:auto}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;background:rgba(7,10,8,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.12)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:64px;height:64px;object-fit:cover;object-position:center;border-radius:50%;filter:contrast(1.03)}
.nav{display:flex;gap:25px;align-items:center;color:#fff}.nav>a:not(.pill){font-weight:600;font-size:.94rem}.nav>a:hover{color:#9dcc45}.menu-button{display:none;background:none;border:0;color:#fff;font-size:1.7rem}.theme-toggle{height:42px;width:42px;border-radius:50%;border:1px solid #4f514f;background:#242524;color:#fff;cursor:pointer}
.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:700}.primary{background:linear-gradient(135deg,#6ca713,#87b925);color:#fff;box-shadow:0 12px 30px rgba(93,148,20,.26)}.outline{border:1px solid rgba(255,255,255,.7);color:#fff}.hero{height:720px;position:relative;color:#fff;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity .9s,transform 6s}.hero-slide.active{opacity:1;transform:scale(1)}.hero-content{position:relative;z-index:2;padding-top:155px}.hero-logo{width:220px;height:86px;object-fit:cover;border-radius:12px;margin-bottom:18px;box-shadow:0 15px 38px rgba(0,0,0,.36)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:#9dcc45;font-size:.79rem}.eyebrow.dark{color:var(--green)}h1,h2,h3{font-family:"Montserrat",sans-serif}.hero h1{font-size:clamp(3.2rem,7vw,6.5rem);line-height:.92;margin:12px 0 22px;max-width:720px}.hero h1 span{color:#9dcc45}.hero p{font-size:1.08rem;line-height:1.7;max-width:525px;color:#f0ebe4}.hero-actions{display:flex;gap:14px}.slide-dots{display:flex;gap:9px;margin-top:38px}.dot{width:11px;height:11px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer}.dot.active{background:#fff}.feature-strip{position:relative;margin-top:-55px;z-index:5}.feature-grid{background:linear-gradient(120deg,#47240f,#6b3519);color:#fff;border-radius:22px;display:grid;grid-template-columns:repeat(4,1fr);padding:24px;box-shadow:var(--shadow)}.feature-grid article{display:flex;gap:14px;padding:5px 22px;border-right:1px solid rgba(255,255,255,.2)}.feature-grid article:last-child{border:0}.feature-grid span{font-size:2rem}.feature-grid h3{margin:0 0 5px;font-size:.95rem}.feature-grid p{margin:0;color:#e4d5ca;font-size:.82rem}.section{padding:95px 0}.section-heading{text-align:center;max-width:700px;margin:0 auto 38px}.section-heading h2,.gallery-copy h2,.about-section h2{font-size:clamp(2rem,4vw,3.4rem);margin:10px 0}.section-heading p,.gallery-copy p{color:var(--muted)}.menu-tools{display:flex;flex-direction:column;gap:18px;align-items:center;margin-bottom:34px}#menuSearch{width:min(580px,100%);padding:14px 19px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--text);font:inherit}.filters{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.filter{padding:9px 16px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--text);cursor:pointer}.filter.active{background:var(--green);color:#fff;border-color:var(--green)}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.food-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 9px 26px rgba(30,20,10,.07)}.food-card img{width:100%;height:190px;object-fit:cover}.food-card-body{padding:17px}.food-card h3{margin:0 0 7px;font-size:1rem}.price{color:var(--green);font-weight:800;font-size:1.08rem}.order-mini{display:inline-flex;margin-top:12px;border:1px solid var(--green);color:var(--green);border-radius:999px;padding:8px 13px;font-size:.83rem;font-weight:700}.menu-list{display:none;margin-top:28px;columns:3;column-gap:22px}.menu-list.open{display:block}.category-block{break-inside:avoid;background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:18px;margin:0 0 20px}.category-block h3{color:var(--green);margin:0 0 12px}.menu-row{display:flex;justify-content:space-between;gap:14px;border-bottom:1px dashed var(--line);padding:8px 0;font-size:.91rem}.dark-button{display:flex;margin:28px auto 0;border:0;background:var(--brown);color:#fff;cursor:pointer}.gallery-section{background:var(--paper)}.gallery-copy{max-width:700px;margin-bottom:30px}.text-button{border:0;background:none;color:var(--green);font-weight:700;padding:0;cursor:pointer}.upload-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.upload-box{height:235px;border:2px dashed #cbb9a7;border-radius:18px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;overflow:hidden;background:var(--cream);cursor:pointer;text-align:center;padding:18px}.upload-box input{display:none}.upload-box img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.upload-box .upload-label{position:relative;z-index:2;background:rgba(255,255,255,.88);padding:10px 14px;border-radius:11px;color:#2c211a}.about-section{background:var(--deep);color:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.about-photo img{width:100%;max-height:540px;object-fit:cover;border-radius:28px;box-shadow:0 25px 70px rgba(0,0,0,.28)}.about-section p{color:#d5dccf;line-height:1.8}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:22px}.contact-card>span{font-size:2rem}.contact-card h3{margin:9px 0}.contact-card p{color:var(--muted);min-height:44px}.contact-card a{color:var(--green);font-weight:800}.quick-actions{position:fixed;right:18px;top:38%;z-index:30;background:#fff;border-radius:18px;padding:9px;box-shadow:var(--shadow);display:grid;gap:4px}.quick-actions a{width:68px;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#35251c;font-size:1.2rem}.quick-actions small{font-size:.63rem;margin-top:2px}footer{background:#0c110d;color:#ddd;padding:28px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-inner img{width:125px;height:55px;object-fit:cover;border-radius:8px}
@media(max-width:950px){.menu-button{display:block}.nav{display:none;position:absolute;top:82px;left:4.5%;right:4.5%;background:#101410;padding:18px;border-radius:15px;flex-direction:column}.nav.open{display:flex}.hero{height:660px}.feature-grid{grid-template-columns:1fr 1fr}.feature-grid article:nth-child(2){border-right:0}.featured-grid,.upload-grid,.contact-grid{grid-template-columns:1fr 1fr}.menu-list{columns:2}.about-grid{grid-template-columns:1fr}.quick-actions{top:auto;bottom:12px;right:50%;transform:translateX(50%);grid-template-columns:repeat(4,1fr)}}
@media(max-width:600px){.brand img{width:54px;height:54px}.hero{height:700px}.hero-content{padding-top:130px}.hero-logo{display:none;}.hero h1{font-size:3.15rem}.feature-grid,.featured-grid,.upload-grid,.contact-grid{grid-template-columns:1fr}.feature-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.feature-grid article:last-child{border-bottom:0}.feature-strip{margin-top:-32px}.menu-list{columns:1}.footer-inner{flex-direction:column;gap:12px}.quick-actions a{width:58px}}

/* Shopping cart */
.cart-nav-button{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;padding:11px 16px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.cart-nav-button span{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:5px;padding:0 6px;border-radius:999px;background:var(--green);color:#fff;font-size:.78rem}.add-cart-button{background:transparent;cursor:pointer}.menu-row-actions{display:flex;align-items:center;gap:10px}.menu-row-actions button{border:1px solid var(--green);background:transparent;color:var(--green);border-radius:999px;padding:5px 10px;font:inherit;font-size:.76rem;font-weight:800;cursor:pointer}.floating-cart{position:fixed;right:20px;bottom:22px;z-index:42;border:0;border-radius:999px;background:linear-gradient(135deg,#6ca713,#87b925);color:#fff;box-shadow:0 15px 35px rgba(54,90,12,.35);padding:13px 16px;font:inherit;font-weight:800;display:flex;align-items:center;gap:7px;cursor:pointer}.floating-cart strong{display:grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border-radius:50%;background:#fff;color:var(--green);font-size:.78rem}.cart-overlay{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.56);opacity:0;visibility:hidden;transition:.25s}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:81;width:min(430px,100%);background:var(--paper);color:var(--text);box-shadow:-20px 0 60px rgba(0,0,0,.25);transform:translateX(105%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-header{display:flex;align-items:flex-start;justify-content:space-between;padding:25px 23px 18px;border-bottom:1px solid var(--line)}.cart-header h2{margin:5px 0 0;font-size:1.65rem}.cart-close{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--cream);color:var(--text);font-size:1.8rem;line-height:1;cursor:pointer}.cart-items{padding:8px 22px;overflow:auto;flex:1}.cart-item{display:flex;justify-content:space-between;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item h3{font-size:.96rem;margin:0 0 5px}.cart-item p{margin:0;color:var(--muted);font-size:.82rem}.remove-item{border:0;background:none;color:#b34335;padding:6px 0 0;font:inherit;font-size:.76rem;font-weight:700;cursor:pointer}.cart-item-side{text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:13px}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}.quantity-control button{width:32px;height:30px;border:0;background:var(--cream);color:var(--text);font-size:1.1rem;cursor:pointer}.quantity-control span{min-width:28px;text-align:center;font-weight:800;font-size:.85rem}.cart-empty{margin:auto;text-align:center;padding:35px;color:var(--muted)}.cart-empty span{font-size:3rem}.cart-empty h3{color:var(--text);margin-bottom:7px}.cart-footer{padding:18px 22px 22px;border-top:1px solid var(--line);background:var(--paper)}.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:1.15rem;margin-bottom:13px}.cart-total strong{font-size:1.45rem;color:var(--green)}#orderNote{width:100%;resize:vertical;border:1px solid var(--line);border-radius:12px;background:var(--cream);color:var(--text);padding:11px 12px;font:inherit;margin-bottom:11px}.checkout-button{width:100%;border:0;border-radius:12px;background:#25d366;color:#fff;padding:14px;font:inherit;font-weight:800;cursor:pointer}.checkout-button:disabled,.clear-cart:disabled{opacity:.45;cursor:not-allowed}.clear-cart{width:100%;border:0;background:none;color:var(--muted);padding:10px;font:inherit;font-weight:700;cursor:pointer}.cart-open{overflow:hidden}
@media(max-width:950px){.cart-nav-button{width:100%}.floating-cart{bottom:88px}.quick-actions{z-index:40}}
@media(max-width:600px){.floating-cart{right:12px;bottom:82px}.floating-cart span{display:none}.menu-row{align-items:center}.menu-row-actions{flex-shrink:0}.cart-header{padding:20px 18px 15px}.cart-items,.cart-footer{padding-left:18px;padding-right:18px}}
.hero-logo{display:none !important;}
