:root{
  --charcoal:#181312;
  --charcoal-2:#241c1a;
  --cream:#fbf6ee;
  --gold:#e0a33b;
  --gold-2:#f4c469;
  --ember:#d9491f;
  --text-dark:#2b211d;
  --text-muted:#6f6259;
  --radius:16px;
  --shadow:0 20px 40px -20px rgba(24,19,18,.35);
  --font-head:'Playfair Display', serif;
  --font-body:'Poppins', sans-serif;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font-body);
  color:var(--text-dark);
  background:var(--cream);
  line-height:1.6;
  overflow-x:hidden;
}
img{max-width:100%; display:block;}
a{text-decoration:none; color:inherit;}
ul{list-style:none;}
.container{max-width:1180px; margin:0 auto; padding:0 24px;}

h1,h2,h3,h4{font-family:var(--font-head); line-height:1.15; font-weight:700; color:var(--charcoal);}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 28px; border-radius:999px; font-weight:600; font-size:.95rem;
  transition:.25s ease; cursor:pointer; border:2px solid transparent; white-space:nowrap;
}
.btn-primary{background:linear-gradient(135deg,var(--ember),#b8380f); color:#fff; box-shadow:0 12px 24px -10px rgba(217,73,31,.6);}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 16px 28px -10px rgba(217,73,31,.7);}
.btn-outline{border-color:var(--gold); color:var(--charcoal); background:transparent;}
.btn-outline:hover{background:var(--gold); color:#fff;}
.btn-ghost{border-color:rgba(255,255,255,.6); color:#fff;}
.btn-ghost:hover{background:rgba(255,255,255,.15);}
.btn-light{background:#fff; color:var(--charcoal);}
.btn-light:hover{transform:translateY(-2px);}

/* Topbar */
.topbar{background:var(--charcoal); color:#d8cfc7; font-size:.82rem;}
.topbar-inner{display:flex; align-items:center; justify-content:space-between; gap:20px; padding:8px 24px; flex-wrap:wrap;}
.topbar-item{display:flex; align-items:center; gap:6px; white-space:nowrap;}
.topbar-item svg{width:14px; height:14px; fill:var(--gold-2); flex-shrink:0;}
.topbar-hours{color:var(--gold-2); margin-left:auto;}

/* Header */
.site-header{
  position:sticky; top:0; z-index:100; background:rgba(251,246,238,.9);
  backdrop-filter:blur(10px); border-bottom:1px solid rgba(0,0,0,.06);
  transition:.3s ease;
}
.header-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 24px;}
.brand{display:flex; align-items:center; gap:10px;}
.brand-mark{font-size:1.6rem;}
.brand-text{display:flex; flex-direction:column; line-height:1.1;}
.brand-text strong{font-family:var(--font-head); font-size:1.25rem; color:var(--charcoal);}
.brand-text em{font-style:normal; font-size:.62rem; letter-spacing:2px; color:var(--ember); font-weight:600;}

.nav{display:flex; gap:32px;}
.nav a{font-weight:500; font-size:.95rem; position:relative; padding:6px 0; color:var(--text-dark);}
.nav a::after{content:''; position:absolute; left:0; bottom:0; height:2px; width:0; background:var(--ember); transition:.25s;}
.nav a:hover::after{width:100%;}
.nav a.active{color:var(--ember); font-weight:600;}
.nav a.active::after{width:100%;}

.header-actions{display:flex; align-items:center; gap:16px;}
.cart-link{position:relative; display:flex; align-items:center; color:var(--charcoal); padding:6px;}
.cart-link svg{width:24px; height:24px; fill:none; stroke:var(--charcoal); stroke-width:1.8;}
.cart-badge{
  position:absolute; top:-4px; right:-6px; background:var(--ember); color:#fff;
  font-size:.68rem; font-weight:700; min-width:18px; height:18px; border-radius:999px;
  display:none; align-items:center; justify-content:center; padding:0 4px;
}
.hamburger{display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px;}
.hamburger span{width:24px; height:2px; background:var(--charcoal); border-radius:2px; transition:.25s;}

/* Hero */
.hero{position:relative; min-height:92vh; display:flex; align-items:center; color:#fff; overflow:hidden;}
.hero-bg{position:absolute; inset:0; background-size:cover; background-position:center; transform:scale(1.05);}
.hero-overlay{position:absolute; inset:0; background:linear-gradient(180deg, rgba(24,19,18,.55) 0%, rgba(24,19,18,.75) 60%, rgba(24,19,18,.92) 100%);}
.hero-content{position:relative; z-index:2; max-width:760px; padding-top:60px; padding-bottom:60px;}
.badge{display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25); padding:8px 18px; border-radius:999px; font-size:.85rem; margin-bottom:24px;}
.badge .stars{color:var(--gold-2); letter-spacing:1px;}
.hero h1{font-size:clamp(2.4rem, 5vw, 4rem); color:#fff; margin-bottom:20px;}
.hero h1 span{color:var(--gold-2);}
.hero p{font-size:1.1rem; color:#eee5da; max-width:560px; margin-bottom:32px;}
.hero-cta{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:28px;}
.hero-tags{display:flex; gap:20px; flex-wrap:wrap; font-size:.9rem; color:#e7dccf;}

.scroll-cue{position:absolute; bottom:28px; left:50%; transform:translateX(-50%); width:26px; height:42px; border:2px solid rgba(255,255,255,.6); border-radius:20px; z-index:2;}
.scroll-cue span{position:absolute; top:6px; left:50%; width:4px; height:8px; background:#fff; border-radius:2px; transform:translateX(-50%); animation:scrollcue 1.6s infinite;}
@keyframes scrollcue{0%{opacity:1; top:6px;} 70%{opacity:0; top:22px;} 100%{opacity:0; top:6px;}}

/* Page header (interior pages) */
.page-header{position:relative; min-height:340px; display:flex; align-items:center; color:#fff; overflow:hidden; padding-top:20px;}
.page-header-bg{position:absolute; inset:0; background-size:cover; background-position:center;}
.page-header-overlay{position:absolute; inset:0; background:linear-gradient(180deg, rgba(24,19,18,.75) 0%, rgba(24,19,18,.88) 100%);}
.page-header-content{position:relative; z-index:2;}
.crumb{display:block; color:var(--gold-2); font-size:.85rem; margin-bottom:14px; font-weight:500;}
.crumb a{color:#e7dccf; text-decoration:underline;}
.page-header h1{color:#fff; font-size:clamp(2.2rem,4vw,3rem); margin-bottom:10px;}
.page-header p{color:#e7dccf; font-size:1.05rem;}

/* Section CTA (teasers) */
.section-cta{text-align:center; margin-top:44px;}

/* Stat strip */
.strip{background:var(--charcoal-2); color:#fff; padding:36px 0;}
.strip-inner{display:grid; grid-template-columns:repeat(4,1fr); text-align:center; gap:16px;}
.strip-item h3{color:var(--gold-2); font-size:1.9rem;}
.strip-item p{color:#cfc4b9; font-size:.85rem; letter-spacing:.5px; text-transform:uppercase; margin-top:4px;}

/* Sections generic */
section{padding:100px 0;}
.section-head{max-width:640px; margin:0 auto 56px; text-align:center;}
.section-head h2{font-size:clamp(1.9rem,3.5vw,2.6rem); margin:10px 0 14px;}
.section-head p{color:var(--text-muted);}
.eyebrow{display:inline-block; color:var(--ember); font-weight:600; letter-spacing:2px; text-transform:uppercase; font-size:.78rem;}
.section-head.light .eyebrow{color:var(--gold-2);}
.section-head.light h2{color:#fff;}
.section-head.light p{color:#d8cfc7;}

/* About */
.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.about-media{position:relative;}
.about-media img:first-child{border-radius:var(--radius); box-shadow:var(--shadow); width:100%; height:460px; object-fit:cover;}
.float-card{position:absolute; bottom:-32px; right:-32px; width:220px !important; height:150px !important; object-fit:cover; border-radius:12px; border:6px solid var(--cream); box-shadow:var(--shadow);}
.about-text h2{margin:10px 0 18px;}
.about-text p{color:var(--text-muted); margin-bottom:22px;}
.about-points{margin-bottom:28px;}
.about-points li{position:relative; padding-left:26px; margin-bottom:12px; color:var(--text-dark);}
.about-points li::before{content:'✓'; position:absolute; left:0; top:0; color:var(--ember); font-weight:700;}

/* Feature grid (About page) */
.features{background:#fff;}
.feature-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.feature-card{background:var(--cream); border-radius:16px; padding:32px 26px; text-align:center; transition:.25s ease;}
.feature-card:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
.feature-icon{font-size:2.2rem; margin-bottom:16px;}
.feature-card h4{font-size:1.05rem; margin-bottom:10px;}
.feature-card p{color:var(--text-muted); font-size:.9rem;}

/* Menu */
.menu{background:#fff;}
.menu-tabs{display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-bottom:44px;}
.tab-btn{padding:10px 22px; border-radius:999px; border:1.5px solid #e6ddd0; background:#fff; font-weight:500; cursor:pointer; font-family:var(--font-body); font-size:.9rem; transition:.2s;}
.tab-btn.active, .tab-btn:hover{background:var(--charcoal); border-color:var(--charcoal); color:#fff;}

.menu-panel{display:none; grid-template-columns:repeat(2,1fr); gap:24px;}
.menu-panel.active{display:grid;}
.menu-item{display:flex; gap:18px; align-items:center; padding:16px; border-radius:14px; transition:.2s;}
.menu-item:hover{background:var(--cream); box-shadow:0 10px 30px -18px rgba(0,0,0,.25);}
.menu-item img{width:84px; height:84px; border-radius:12px; object-fit:cover; flex-shrink:0;}
.menu-item h4{font-size:1.05rem; display:flex; align-items:center; gap:8px; margin-bottom:6px;}
.menu-item p{color:var(--text-muted); font-size:.88rem; margin-bottom:10px;}
.tag{background:var(--gold); color:#fff; font-size:.62rem; letter-spacing:1px; padding:3px 9px; border-radius:999px; font-family:var(--font-body); font-weight:600;}
.menu-note{text-align:center; margin-top:40px; color:var(--text-muted); font-size:.9rem;}
.menu-note a{color:var(--ember); font-weight:600;}

.menu-item-footer{display:flex; align-items:center; justify-content:space-between; gap:12px;}
.menu-item-price{font-weight:700; color:var(--charcoal); font-family:var(--font-head); font-size:1.05rem;}
.add-to-cart-btn{
  padding:8px 16px; border-radius:999px; border:1.5px solid var(--ember); background:#fff;
  color:var(--ember); font-weight:600; font-size:.82rem; cursor:pointer; transition:.2s; font-family:var(--font-body);
  white-space:nowrap;
}
.add-to-cart-btn:hover{background:var(--ember); color:#fff;}
.add-to-cart-btn.added{background:#2e9e5b; border-color:#2e9e5b; color:#fff;}
.price-disclaimer{text-align:center; color:var(--text-muted); font-size:.82rem; margin-bottom:36px; background:#fff8ec; border:1px solid #f0e0c0; padding:10px 16px; border-radius:10px; max-width:640px; margin-left:auto; margin-right:auto;}

/* Cart page */
.cart-section{padding-top:60px;}
.cart-layout{display:grid; grid-template-columns:1.6fr 1fr; gap:48px; align-items:start;}
.cart-items{display:flex; flex-direction:column; gap:4px;}
.cart-row{
  display:grid; grid-template-columns:1.6fr auto auto auto; align-items:center; gap:18px;
  padding:16px 0; border-bottom:1px solid #eee2d3;
}
.cart-item-name{font-weight:600;}
.qty-stepper{display:flex; align-items:center; gap:10px; background:var(--cream); border-radius:999px; padding:4px 10px;}
.qty-btn{width:26px; height:26px; border-radius:50%; border:none; background:#fff; font-size:1rem; cursor:pointer; box-shadow:0 2px 6px rgba(0,0,0,.1);}
.qty-val{min-width:16px; text-align:center; font-weight:600;}
.cart-item-price{font-weight:700; min-width:90px; text-align:right;}
.cart-remove{background:none; border:none; color:var(--text-muted); font-size:1.3rem; cursor:pointer; line-height:1;}
.cart-remove:hover{color:var(--ember);}
.cart-empty{text-align:center; padding:60px 0; color:var(--text-muted);}
.cart-empty a{color:var(--ember); font-weight:600;}

.cart-summary-box{background:var(--cream); border-radius:var(--radius); padding:28px; position:sticky; top:110px;}
.cart-summary-box h3{margin-bottom:20px;}
.summary-line{display:flex; justify-content:space-between; margin-bottom:10px; font-size:.94rem; color:var(--text-muted);}
.summary-line.total{font-weight:700; color:var(--charcoal); font-size:1.15rem; border-top:1px solid #e6ddd0; padding-top:14px; margin-top:14px;}
.cart-summary-box .btn{width:100%; margin-top:16px;}

/* Checkout */
.checkout-section{padding-top:60px;}
.checkout-layout{display:grid; grid-template-columns:1.3fr 1fr; gap:48px; align-items:start;}
.checkout-form-box{background:#fff; border:1px solid #eee2d3; border-radius:var(--radius); padding:32px; box-shadow:var(--shadow);}
.checkout-form-box h3{margin-bottom:22px;}
.checkout-form-box .form-row{margin-bottom:18px;}
.checkout-form-box select{
  border:1.5px solid #e6ddd0; border-radius:10px; padding:12px 14px; font-family:var(--font-body);
  font-size:.92rem; background:#fff;
}

.payment-options{display:flex; flex-direction:column; gap:12px; margin-bottom:22px;}
.payment-option{
  display:flex; align-items:flex-start; gap:12px; border:1.5px solid #e6ddd0; border-radius:12px;
  padding:14px 16px; cursor:pointer; transition:.2s;
}
.payment-option:has(input:checked){border-color:var(--ember); background:#fff7f3;}
.payment-option input{margin-top:4px;}
.payment-option-label{font-weight:600; display:block;}
.payment-option-desc{color:var(--text-muted); font-size:.85rem;}

.test-mode-banner{
  background:#fff3cd; border:1px solid #f0d68a; color:#7a5b00; font-size:.82rem;
  padding:10px 14px; border-radius:10px; margin-bottom:18px; font-weight:600;
}

.easypaisa-panel{display:none; background:var(--cream); border-radius:12px; padding:18px; margin-bottom:18px;}
.easypaisa-panel .form-row{margin-bottom:14px;}

.order-summary-box{background:var(--cream); border-radius:var(--radius); padding:28px; position:sticky; top:110px;}
.summary-row{display:flex; justify-content:space-between; font-size:.9rem; color:var(--text-muted); margin-bottom:10px;}
.summary-total-row{display:flex; justify-content:space-between; font-weight:700; font-size:1.15rem; border-top:1px solid #e6ddd0; padding-top:14px; margin-top:6px;}

/* Checkout: waiting / confirmation steps */
.checkout-step{display:none;}
.waiting-box{background:#fff; border:1px solid #eee2d3; border-radius:var(--radius); padding:44px 32px; text-align:center; box-shadow:var(--shadow);}
.waiting-spinner{
  width:64px; height:64px; border-radius:50%; border:5px solid #eee2d3; border-top-color:#25D366;
  margin:0 auto 24px; animation:spin 1s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg);}}
.waiting-countdown{font-size:2.6rem; font-weight:700; color:var(--charcoal); font-family:var(--font-head); margin:10px 0;}
.waiting-box p{color:var(--text-muted); margin-bottom:6px;}
.demo-controls{
  margin-top:28px; padding-top:24px; border-top:1px dashed #e0d5c4;
}
.demo-controls-label{font-size:.78rem; text-transform:uppercase; letter-spacing:1px; color:#b08a2e; font-weight:700; margin-bottom:12px;}
.demo-controls-buttons{display:flex; gap:12px; justify-content:center; flex-wrap:wrap;}

.confirmation-box{background:#fff; border:1px solid #eee2d3; border-radius:var(--radius); padding:44px 32px; text-align:center; box-shadow:var(--shadow);}
.confirmation-icon{font-size:3rem; margin-bottom:16px;}
.confirmation-box h3{margin-bottom:10px;}
.confirmation-order-id{font-family:var(--font-head); font-size:1.4rem; font-weight:700; color:var(--ember); margin:10px 0;}
.confirmation-actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-top:24px;}

/* Gallery */
.gallery{padding-bottom:100px;}
.gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:1180px; margin:0 auto; padding:0 24px;}
.gallery-grid img{width:100%; height:260px; object-fit:cover; border-radius:14px; transition:.35s ease;}
.gallery-grid img:hover{transform:scale(1.03); box-shadow:var(--shadow);}

.gallery-page{padding-top:100px;}
.gallery-grid-full{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.gallery-grid-full img{width:100%; height:280px; object-fit:cover; border-radius:14px; cursor:pointer; transition:.3s ease;}
.gallery-grid-full img:hover{transform:scale(1.03); box-shadow:var(--shadow);}

.lightbox{
  display:none; position:fixed; inset:0; z-index:999; background:rgba(15,10,9,.92);
  align-items:center; justify-content:center; padding:40px;
}
.lightbox.open{display:flex;}
.lightbox img{max-width:90vw; max-height:85vh; border-radius:12px; box-shadow:0 30px 60px rgba(0,0,0,.5);}
.lightbox-close{
  position:absolute; top:24px; right:32px; background:none; border:none; color:#fff;
  font-size:2.4rem; line-height:1; cursor:pointer;
}

/* Reviews */
.reviews{background:var(--charcoal); color:#fff;}
.rating-summary{display:flex; align-items:center; justify-content:center; gap:12px; margin-top:16px; color:#e7dccf;}
.big-star{color:var(--gold-2); font-weight:700; font-size:1.3rem;}
.review-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.review-card{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:28px;}
.review-card .stars{color:var(--gold-2); letter-spacing:2px; margin-bottom:14px;}
.review-card p{color:#e7dccf; margin-bottom:22px; font-size:.95rem;}
.reviewer{display:flex; align-items:center; gap:12px;}
.avatar{width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg,var(--ember),var(--gold)); display:flex; align-items:center; justify-content:center; font-weight:700;}
.reviewer strong{display:block; font-size:.9rem;}
.reviewer small{color:#b6aca1;}
.reviews-cta{text-align:center; margin-top:44px;}
.reviews-cta a{color:var(--gold-2); font-weight:600;}

/* Location */
.location-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:stretch;}
.info-row{display:flex; gap:16px; margin-bottom:26px;}
.info-row svg{width:24px; height:24px; fill:var(--ember); flex-shrink:0; margin-top:2px;}
.info-row strong{display:block; margin-bottom:4px;}
.info-row p{color:var(--text-muted); font-size:.94rem;}
.info-row a{color:var(--ember); font-weight:600;}
.muted{color:var(--text-muted) !important; font-size:.85rem !important;}
.location-map{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); min-height:420px;}
.location-map iframe{width:100%; height:100%; min-height:420px;}

/* CTA band */
.cta-band{background:linear-gradient(135deg,var(--ember),#b8380f); color:#fff; padding:70px 0;}
.cta-band-inner{text-align:center;}
.cta-band-inner h2{color:#fff; margin-bottom:10px; font-size:2rem;}
.cta-band-inner p{color:#ffe3d6; margin-bottom:26px;}
.cta-band-actions{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}

/* Contact form */
.contact-form-section{background:#fff;}
.contact-form-grid{display:grid; grid-template-columns:1fr 1.2fr; gap:64px; align-items:start;}
.contact-form-grid h2{margin:10px 0 14px;}
.contact-form-grid > div:first-child p{color:var(--text-muted);}
.contact-form{display:flex; flex-direction:column; gap:18px; background:var(--cream); padding:36px; border-radius:var(--radius); box-shadow:var(--shadow);}
.form-row{display:flex; flex-direction:column; gap:8px;}
.form-row label{font-size:.88rem; font-weight:600; color:var(--charcoal);}
.form-row input, .form-row textarea{
  border:1.5px solid #e6ddd0; border-radius:10px; padding:12px 14px; font-family:var(--font-body);
  font-size:.92rem; background:#fff; resize:vertical; transition:.2s;
}
.form-row input:focus, .form-row textarea:focus{outline:none; border-color:var(--ember);}
.contact-form .btn{align-self:flex-start;}

/* Footer */
.site-footer{background:var(--charcoal); color:#c9beb3; padding:64px 0 0;}
.footer-grid{display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,.08);}
.footer-grid h4{color:#fff; margin-bottom:16px; font-size:1rem;}
.footer-grid a{display:block; margin-bottom:10px; font-size:.9rem;}
.footer-grid a:hover{color:var(--gold-2);}
.footer-grid p{font-size:.9rem; margin-bottom:10px;}
.site-footer .brand-text strong{color:#fff;}
.footer-grid > div:first-child p{margin-top:14px; max-width:280px; color:#a89d92;}
.footer-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px; padding:22px 24px; max-width:1180px; margin:0 auto; font-size:.82rem;}

/* Mobile call FAB */
.mobile-call-fab{
  display:none; position:fixed; bottom:22px; right:22px; z-index:200;
  width:56px; height:56px; border-radius:50%; background:var(--ember); color:#fff;
  align-items:center; justify-content:center; font-size:1.4rem; box-shadow:0 12px 26px -8px rgba(217,73,31,.7);
}

/* WhatsApp order FAB (visible on all screen sizes) */
.whatsapp-fab{
  position:fixed; bottom:22px; right:22px; z-index:200;
  width:56px; height:56px; border-radius:50%; background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center; box-shadow:0 12px 26px -8px rgba(37,211,102,.7);
  transition:.25s ease;
}
.whatsapp-fab svg{width:28px; height:28px; fill:#fff;}
.whatsapp-fab:hover{transform:translateY(-3px); box-shadow:0 16px 30px -8px rgba(37,211,102,.8);}

/* Reveal animation */
.fade-up{opacity:0; transform:translateY(24px); animation:fadeUp .7s ease forwards;}
.delay-1{animation-delay:.15s;}
.delay-2{animation-delay:.3s;}
.delay-3{animation-delay:.45s;}
@keyframes fadeUp{to{opacity:1; transform:translateY(0);}}

.reveal{opacity:0; transform:translateY(30px); transition:opacity .7s ease, transform .7s ease;}
.reveal.in-view{opacity:1; transform:translateY(0);}

/* Responsive */
@media (max-width:980px){
  .about-grid, .location-grid, .contact-form-grid, .cart-layout, .checkout-layout{grid-template-columns:1fr;}
  .cart-summary-box, .order-summary-box{position:static;}
  .about-media{margin-bottom:60px;}
  .review-grid{grid-template-columns:1fr;}
  .strip-inner{grid-template-columns:repeat(2,1fr); row-gap:28px;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .gallery-grid-full{grid-template-columns:repeat(2,1fr);}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:820px){
  .topbar-item.topbar-hours{display:none;}
  .nav{
    position:fixed; top:0; right:-100%; height:100vh; width:78%; max-width:320px;
    background:var(--cream); flex-direction:column; padding:100px 32px; gap:28px;
    transition:.35s ease; box-shadow:-10px 0 30px rgba(0,0,0,.15);
  }
  .nav.open{right:0;}
  .hamburger{display:flex;}
  .header-actions .btn-outline{display:none;}
  .menu-panel.active{grid-template-columns:1fr;}
  .mobile-call-fab{display:flex;}
  .whatsapp-fab{bottom:90px;}
}
@media (max-width:600px){
  .topbar-item:not(.topbar-hours):nth-child(2){display:none;}
  .gallery-grid{grid-template-columns:1fr;}
  .gallery-grid-full{grid-template-columns:1fr;}
  .feature-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  section{padding:70px 0;}
  .float-card{display:none;}
  .cart-row{grid-template-columns:1fr; gap:8px; text-align:left;}
  .cart-item-price{text-align:left;}
  .cart-remove{justify-self:flex-end; margin-top:-32px;}
}
