/* =========================================================
   مندي بوابة اليمن — Stylesheet
   نظام الألوان: أسود ملكي / ذهبي فاخر / أخضر يمني
   ========================================================= */

:root{
  --black:        #111111;
  --black-soft:   #171512;
  --card:         #1c1a16;
  --card-2:       #221f19;
  --gold:         #D4AF37;
  --gold-light:   #F0D27A;
  --gold-dim:     #8a6e28;
  --green:        #4CAF50;
  --green-dim:    #35803a;
  --cream:        #F5EFE1;
  --muted:        #b9b2a1;
  --line:         rgba(212,175,55,.18);

  --font-display: 'Amiri', serif;
  --font-body:    'Tajawal', sans-serif;

  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-soft: 0 20px 50px rgba(0,0,0,.45);
  --ease: cubic-bezier(.16,1,.3,1);
}

/* ---------- إعادة ضبط ---------- */
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  background:var(--black);
  color:var(--cream);
  font-family:var(--font-body);
  line-height:1.7;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; color:inherit; }
input{ font-family:inherit; }
ul,li{ list-style:none; }
.hidden{ display:none !important; }
::selection{ background:rgba(212,175,55,.35); }

.container{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; border-radius:6px; }

/* ---------- عناصر مشتركة ---------- */
.section-eyebrow{
  display:inline-block;
  font-size:13px;
  letter-spacing:.25em;
  color:var(--gold);
  margin-bottom:10px;
  font-weight:700;
}
.section-title{
  font-family:var(--font-display);
  font-size:clamp(28px,4vw,42px);
  font-weight:700;
  color:var(--cream);
  margin-bottom:36px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:15px 32px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), filter .3s;
  white-space:nowrap;
}
.btn:active{ transform:scale(.96); }
.btn-gold{
  background:linear-gradient(135deg,var(--gold-light),var(--gold) 55%,var(--gold-dim));
  color:#161208;
  box-shadow:0 10px 30px rgba(212,175,55,.3);
}
.btn-gold:hover{ filter:brightness(1.08); box-shadow:0 14px 36px rgba(212,175,55,.42); transform:translateY(-2px); }
.btn-ghost{
  border:1.5px solid rgba(245,239,225,.35);
  color:var(--cream);
  backdrop-filter:blur(6px);
}
.btn-ghost:hover{ border-color:var(--gold); color:var(--gold-light); background:rgba(212,175,55,.08); }
.btn-sm{ padding:11px 22px; font-size:13px; }
.btn-whatsapp{
  width:100%;
  background:linear-gradient(135deg,var(--green),var(--green-dim));
  color:#fff;
  border-radius:999px;
  padding:16px;
  font-weight:800;
  font-size:15px;
  box-shadow:0 10px 26px rgba(76,175,80,.3);
}
.btn-whatsapp svg{ width:20px; height:20px; fill:#fff; }
.btn-whatsapp:hover{ filter:brightness(1.08); transform:translateY(-2px); }

.icon{ width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }

/* =========================================================
   شاشة التحميل
   ========================================================= */
.loader{
  position:fixed; inset:0; z-index:999;
  background:var(--black);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:18px;
  transition:opacity .6s var(--ease), visibility .6s var(--ease);
}
.loader.done{ opacity:0; visibility:hidden; pointer-events:none; }
.loader-gate{ position:relative; width:90px; height:110px; }
.gate-svg{ width:100%; height:100%; }
.gate-arch{
  fill:none; stroke:var(--gold); stroke-width:5;
  stroke-dasharray:520; stroke-dashoffset:520;
  animation:drawGate 1.6s var(--ease) forwards;
}
@keyframes drawGate{ to{ stroke-dashoffset:0; } }
.loader-emblem{
  position:absolute; bottom:14px; left:50%; transform:translateX(-50%);
  font-family:var(--font-display); font-size:30px; color:var(--gold);
  opacity:0; animation:fadeIn .6s ease .9s forwards;
}
.loader-text{
  font-family:var(--font-display); letter-spacing:.15em; color:var(--muted);
  font-size:15px; opacity:0; animation:fadeIn .6s ease 1.1s forwards;
}
@keyframes fadeIn{ to{ opacity:1; } }

/* =========================================================
   شريط التنقل
   ========================================================= */
.navbar{
  position:fixed; top:0; inset-inline:0; z-index:200;
  padding:14px 0;
  transition:background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
}
.navbar.scrolled{
  background:rgba(17,17,17,.86);
  backdrop-filter:blur(14px);
  padding:10px 0;
  box-shadow:0 8px 30px rgba(0,0,0,.35);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:1180px; margin:0 auto; padding:0 24px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand-gate{ width:30px; height:36px; color:var(--gold); flex-shrink:0; }
.brand-gate-svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:3; }
.brand-text{ display:flex; flex-direction:column; line-height:1.2; }
.brand-text strong{ font-family:var(--font-display); font-size:19px; color:var(--gold-light); }
.brand-text small{ font-size:10px; letter-spacing:.15em; color:var(--muted); }

.nav-links{ display:flex; align-items:center; gap:34px; }
.nav-links a{
  font-size:14.5px; font-weight:500; color:var(--cream); opacity:.85;
  position:relative; padding:4px 0;
}
.nav-links a::after{
  content:''; position:absolute; bottom:-2px; right:0; width:0; height:2px;
  background:var(--gold); transition:width .35s var(--ease);
}
.nav-links a:hover{ opacity:1; }
.nav-links a:hover::after{ width:100%; }

.nav-actions{ display:flex; align-items:center; gap:10px; }
.icon-btn{
  position:relative; width:42px; height:42px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:rgba(245,239,225,.06); border:1px solid var(--line);
  color:var(--cream); transition:border-color .3s, background .3s, transform .3s;
}
.icon-btn:hover{ border-color:var(--gold); background:rgba(212,175,55,.1); transform:translateY(-1px); }

.cart-count{
  position:absolute; top:-5px; left:-5px;
  min-width:19px; height:19px; padding:0 4px; border-radius:999px;
  background:var(--green); color:#fff; font-size:10.5px; font-weight:800;
  display:flex; align-items:center; justify-content:center;
  transform:scale(0); transition:transform .3s var(--ease);
}
.cart-count.show{ transform:scale(1); }
.cart-count.bump{ animation:bump .4s var(--ease); }
@keyframes bump{ 0%{transform:scale(1);} 40%{transform:scale(1.4);} 100%{transform:scale(1);} }

.burger{ display:none; flex-direction:column; align-items:center; justify-content:center; gap:5px; }
.burger span{ width:19px; height:2px; background:var(--cream); border-radius:2px; transition:transform .3s, opacity .3s; }
.burger.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity:0; }
.burger.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* =========================================================
   الواجهة الرئيسية (Hero)
   ========================================================= */
.hero{
  position:relative; min-height:100svh;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.hero-media{ position:absolute; inset:0; z-index:0; }
.hero-media img{ width:100%; height:100%; object-fit:cover; }
.hero-overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(17,17,17,.55) 0%, rgba(17,17,17,.75) 55%, var(--black) 96%),
    radial-gradient(ellipse at 50% 30%, rgba(212,175,55,.16), transparent 60%);
}
.hero-pattern{
  position:absolute; inset:0;
  background-image:radial-gradient(circle at 1px 1px, rgba(212,175,55,.16) 1px, transparent 0);
  background-size:26px 26px;
  opacity:.5;
}

.hero-content{
  position:relative; z-index:2; text-align:center;
  padding:130px 24px 90px;
  display:flex; flex-direction:column; align-items:center;
  animation:heroIn 1s var(--ease) .2s both;
}
@keyframes heroIn{ from{ opacity:0; transform:translateY(24px);} to{ opacity:1; transform:translateY(0);} }

.hero-emblem{ position:relative; width:78px; height:92px; margin-bottom:20px; color:var(--gold); }
.emblem-gate{ width:100%; height:100%; fill:rgba(212,175,55,.08); stroke:var(--gold); stroke-width:3.5; filter:drop-shadow(0 0 14px rgba(212,175,55,.4)); }
.emblem-letter{
  position:absolute; bottom:10px; left:50%; transform:translateX(-50%);
  font-family:var(--font-display); font-size:26px; color:var(--gold-light);
}

.hero-eyebrow{
  font-size:13px; letter-spacing:.3em; color:var(--gold);
  margin-bottom:14px; font-weight:700;
}
.hero-title{
  font-family:var(--font-display); font-weight:700;
  font-size:clamp(40px,7vw,68px); color:var(--cream); line-height:1.15;
}
.hero-title span{
  display:block;
  background:linear-gradient(135deg,var(--gold-light),var(--gold) 50%,var(--gold-dim));
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.hero-tagline{
  margin-top:18px; font-size:clamp(15px,2vw,19px); color:var(--muted); max-width:480px;
}
.hero-actions{ margin-top:36px; display:flex; gap:16px; flex-wrap:wrap; justify-content:center; }

.scroll-hint{
  position:absolute; bottom:70px; left:50%; transform:translateX(-50%); z-index:2;
  width:26px; height:42px; border:2px solid rgba(245,239,225,.35); border-radius:16px;
}
.scroll-hint span{
  position:absolute; top:7px; left:50%; transform:translateX(-50%);
  width:4px; height:8px; border-radius:2px; background:var(--gold);
  animation:scrollDot 1.8s ease infinite;
}
@keyframes scrollDot{ 0%{ opacity:1; top:7px;} 70%{ opacity:0; top:22px;} 100%{ opacity:0; top:7px;} }

.gate-divider{ position:absolute; bottom:-1px; inset-inline:0; z-index:1; line-height:0; }
.gate-divider-svg{ width:100%; height:70px; display:block; }
.gate-divider-svg path{ fill:var(--black); }

/* =========================================================
   أطباقنا المميزة
   ========================================================= */
.signature{ padding:100px 0 40px; text-align:center; }
.signature-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:26px; text-align:right;
}
.signature-card{
  position:relative; border-radius:var(--radius-lg); overflow:hidden;
  aspect-ratio:4/5; box-shadow:var(--shadow-soft);
  transition:transform .5s var(--ease), box-shadow .5s var(--ease);
}
.signature-card:hover{ transform:translateY(-8px); box-shadow:0 30px 60px rgba(212,175,55,.18); }
.signature-card img{ width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease); }
.signature-card:hover img{ transform:scale(1.08); }
.signature-info{
  position:absolute; inset:auto 0 0 0; padding:26px 22px 22px;
  background:linear-gradient(0deg, rgba(10,9,7,.94) 10%, rgba(10,9,7,.55) 60%, transparent 100%);
}
.signature-info h3{ font-family:var(--font-display); font-size:21px; color:var(--gold-light); margin-bottom:6px; }
.signature-info p{ font-size:13px; color:var(--muted); line-height:1.6; }

/* =========================================================
   قسم القائمة
   ========================================================= */
.menu-section{ padding:100px 0; text-align:center; }
.menu-toolbar{ display:flex; justify-content:center; margin-bottom:26px; }
.search-box{
  display:flex; align-items:center; gap:10px;
  width:100%; max-width:420px; padding:13px 20px;
  background:var(--card); border:1px solid var(--line); border-radius:999px;
  transition:border-color .3s, box-shadow .3s;
}
.search-box:focus-within{ border-color:var(--gold); box-shadow:0 0 0 4px rgba(212,175,55,.12); }
.search-box .icon{ width:18px; height:18px; color:var(--muted); flex-shrink:0; }
.search-box input{
  flex:1; background:none; border:none; color:var(--cream); font-size:14.5px; outline:none;
}
.search-box input::placeholder{ color:var(--muted); }

.cat-filters{
  display:flex; gap:10px; overflow-x:auto; padding:6px 2px 34px;
  scrollbar-width:none; justify-content:flex-start;
}
.cat-filters::-webkit-scrollbar{ display:none; }
.cat-chip{
  flex-shrink:0; padding:11px 24px; border-radius:999px; font-size:14px; font-weight:700;
  background:var(--card); border:1px solid var(--line); color:var(--muted);
  transition:all .3s var(--ease);
}
.cat-chip:hover{ color:var(--cream); border-color:var(--gold-dim); }
.cat-chip.active{
  background:linear-gradient(135deg,var(--gold-light),var(--gold));
  color:#161208; border-color:var(--gold); box-shadow:0 8px 22px rgba(212,175,55,.3);
}

.menu-grid{
  display:grid; grid-template-columns:repeat(auto-fill,minmax(270px,1fr));
  gap:20px; text-align:right;
}
.item-card{
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md);
  overflow:hidden; display:flex; flex-direction:column;
  transition:transform .4s var(--ease), border-color .4s, box-shadow .4s;
  animation:cardIn .5s var(--ease) both;
}
@keyframes cardIn{ from{ opacity:0; transform:translateY(16px);} to{ opacity:1; transform:translateY(0);} }
.item-card:hover{ transform:translateY(-6px); border-color:var(--gold-dim); box-shadow:0 20px 40px rgba(0,0,0,.35); }

.item-media{ position:relative; aspect-ratio:16/11; overflow:hidden; background:var(--card-2); }
.item-media img{ width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.item-card:hover .item-media img{ transform:scale(1.07); }
.item-media.placeholder{ display:flex; align-items:center; justify-content:center; font-size:40px; }

.item-body{ padding:16px 18px 18px; display:flex; flex-direction:column; gap:8px; flex:1; }
.item-name{ font-family:var(--font-display); font-size:17px; color:var(--cream); font-weight:700; }
.item-desc{ font-size:12.5px; color:var(--muted); line-height:1.6; min-height:34px; }
.item-footer{ display:flex; align-items:center; justify-content:space-between; margin-top:6px; }
.item-price{ font-size:15px; font-weight:800; color:var(--gold-light); }
.item-price small{ font-size:10.5px; color:var(--muted); font-weight:400; margin-right:2px; }

.add-btn{
  width:38px; height:38px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--gold-light),var(--gold));
  color:#161208; display:flex; align-items:center; justify-content:center;
  font-size:20px; font-weight:800; box-shadow:0 8px 18px rgba(212,175,55,.3);
  transition:transform .25s var(--ease);
}
.add-btn:hover{ transform:scale(1.1) rotate(90deg); }
.add-btn:active{ transform:scale(.9); }

.no-results{ padding:40px 0; color:var(--muted); }

/* =========================================================
   عن المطعم
   ========================================================= */
.about{ padding:60px 0 110px; }
.about-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.about-media{ border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-soft); aspect-ratio:4/3; }
.about-media img{ width:100%; height:100%; object-fit:cover; }
.about-content p{ color:var(--muted); margin-bottom:14px; font-size:15px; }
.about-stats{ display:flex; gap:30px; margin-top:26px; flex-wrap:wrap; }
.about-stats div{ display:flex; flex-direction:column; gap:2px; }
.about-stats strong{ font-family:var(--font-display); font-size:22px; color:var(--gold-light); }
.about-stats span{ font-size:12px; color:var(--muted); }

/* =========================================================
   الفوتر
   ========================================================= */
.footer{ position:relative; background:var(--black-soft); padding-top:70px; }
.footer-gate{ position:absolute; top:-69px; inset-inline:0; line-height:0; }
.footer-gate svg{ width:100%; height:70px; display:block; }
.footer-gate path{ fill:var(--black-soft); }

.footer-grid{
  display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:40px;
  padding-bottom:50px; border-bottom:1px solid var(--line);
}
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand strong{ font-family:var(--font-display); font-size:20px; color:var(--gold-light); }
.footer-col p{ color:var(--muted); font-size:14px; margin-bottom:6px; }
.footer-col h4{ font-size:14px; color:var(--gold); margin:16px 0 6px; font-weight:700; }
.footer-col h4:first-child{ margin-top:0; }
.phone-num{ font-size:19px; font-weight:800; color:var(--cream); letter-spacing:.03em; margin-bottom:16px !important; }

.social-icons{ display:flex; gap:10px; margin-top:18px; }
.social-icons a{
  width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(245,239,225,.06); border:1px solid var(--line); transition:all .3s var(--ease);
}
.social-icons svg{ width:17px; height:17px; fill:var(--cream); }
.social-icons a:hover{ background:var(--gold); border-color:var(--gold); transform:translateY(-3px); }
.social-icons a:hover svg{ fill:#161208; }

.footer-bottom{ padding:22px 0; text-align:center; color:var(--muted); font-size:12.5px; }

/* =========================================================
   زر العودة للأعلى
   ========================================================= */
.back-to-top{
  position:fixed; bottom:26px; left:26px; z-index:150;
  width:46px; height:46px; border-radius:50%;
  background:var(--card); border:1px solid var(--line); color:var(--gold);
  display:flex; align-items:center; justify-content:center;
  opacity:0; visibility:hidden; transform:translateY(12px);
  transition:all .35s var(--ease);
  box-shadow:0 10px 24px rgba(0,0,0,.4);
}
.back-to-top.show{ opacity:1; visibility:visible; transform:translateY(0); }
.back-to-top:hover{ background:var(--gold); color:#161208; }
.back-to-top svg{ width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }

/* =========================================================
   السلة العائمة
   ========================================================= */
.floating-cart{
  position:fixed; bottom:26px; right:26px; z-index:150;
  width:60px; height:60px; border-radius:50%;
  background:linear-gradient(135deg,var(--gold-light),var(--gold));
  color:#161208; display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 32px rgba(212,175,55,.4);
  transition:transform .3s var(--ease);
}
.floating-cart:hover{ transform:translateY(-4px) scale(1.05); }
.floating-cart .icon{ width:26px; height:26px; }
.floating-cart .cart-count{ background:var(--green); top:-4px; left:-4px; }

/* =========================================================
   نافذة السلة
   ========================================================= */
.cart-overlay{
  position:fixed; inset:0; z-index:400;
  visibility:hidden; pointer-events:none;
}
.cart-overlay.open{ visibility:visible; pointer-events:auto; }
.cart-backdrop{
  position:absolute; inset:0; background:rgba(0,0,0,.65); backdrop-filter:blur(4px);
  opacity:0; transition:opacity .4s var(--ease);
}
.cart-overlay.open .cart-backdrop{ opacity:1; }

.cart-drawer{
  position:absolute; top:0; bottom:0; right:0; width:min(420px,100%);
  background:var(--black-soft); border-left:1px solid var(--line);
  display:flex; flex-direction:column;
  transform:translateX(100%); transition:transform .45s var(--ease);
}
.cart-overlay.open .cart-drawer{ transform:translateX(0); }

.cart-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 22px 16px; border-bottom:1px solid var(--line);
}
.cart-header h3{ font-family:var(--font-display); font-size:20px; color:var(--gold-light); }

.cart-items{ flex:1; overflow-y:auto; padding:16px 22px; display:flex; flex-direction:column; gap:12px; }
.cart-empty{ text-align:center; color:var(--muted); padding:60px 20px; font-size:14px; }

.cart-item{
  display:flex; align-items:center; gap:12px; padding:12px; border-radius:var(--radius-sm);
  background:var(--card); border:1px solid var(--line);
  animation:cardIn .3s var(--ease) both;
}
.cart-item-info{ flex:1; min-width:0; }
.cart-item-info h5{ font-size:14px; color:var(--cream); margin-bottom:3px; }
.cart-item-info span{ font-size:12px; color:var(--gold-light); font-weight:700; }
.cart-item-remove{ font-size:11px; color:var(--muted); text-decoration:underline; margin-top:4px; display:inline-block; }
.cart-item-remove:hover{ color:#e06a5f; }

.qty-control{ display:flex; align-items:center; gap:8px; flex-shrink:0; }
.qty-control button{
  width:26px; height:26px; border-radius:50%; background:rgba(245,239,225,.08);
  border:1px solid var(--line); color:var(--cream); font-weight:800; font-size:14px;
  display:flex; align-items:center; justify-content:center; transition:all .2s;
}
.qty-control button:hover{ border-color:var(--gold); color:var(--gold); }
.qty-control span{ min-width:16px; text-align:center; font-size:13px; font-weight:700; }

.cart-footer{ padding:18px 22px 24px; border-top:1px solid var(--line); }
.cart-total-row{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom:16px; font-size:15px;
}
.cart-total-row strong{ font-size:20px; color:var(--gold-light); font-family:var(--font-display); }

/* =========================================================
   إشعار الإضافة للسلة (Toast)
   ========================================================= */
.toast{
  position:fixed; bottom:100px; right:50%; transform:translateX(50%) translateY(20px);
  background:var(--card); border:1px solid var(--gold-dim); color:var(--cream);
  padding:13px 24px; border-radius:999px; font-size:13.5px; font-weight:600;
  box-shadow:var(--shadow-soft); z-index:500;
  opacity:0; visibility:hidden; transition:all .4s var(--ease);
  display:flex; align-items:center; gap:8px; white-space:nowrap;
}
.toast.show{ opacity:1; visibility:visible; transform:translateX(50%) translateY(0); }
.toast::before{ content:'✓'; color:var(--green); font-weight:800; }

/* =========================================================
   استجابة الهاتف
   ========================================================= */
@media (max-width:900px){
  .signature-grid{ grid-template-columns:1fr; }
  .about-grid{ grid-template-columns:1fr; gap:34px; }
  .footer-grid{ grid-template-columns:1fr; gap:30px; }
}

@media (max-width:760px){
  .nav-links{
    position:fixed; top:64px; right:0; left:0; z-index:190;
    background:rgba(17,17,17,.98); backdrop-filter:blur(14px);
    flex-direction:column; align-items:flex-start; gap:0;
    padding:10px 24px 20px;
    border-bottom:1px solid var(--line);
    transform:translateY(-130%); opacity:0;
    transition:transform .4s var(--ease), opacity .3s;
  }
  .nav-links.open{ transform:translateY(0); opacity:1; }
  .nav-links a{ width:100%; padding:14px 0; border-bottom:1px solid rgba(245,239,225,.06); }
  .burger{ display:flex; }

  .hero-content{ padding:120px 20px 80px; }
  .hero-actions{ flex-direction:column; width:100%; max-width:280px; }
  .btn{ width:100%; }

  .signature{ padding:70px 0 30px; }
  .menu-section{ padding:70px 0; }
  .about{ padding:40px 0 80px; }

  .cart-drawer{ width:100%; }
  .back-to-top{ bottom:20px; left:16px; width:42px; height:42px; }
  .floating-cart{ bottom:20px; right:16px; width:56px; height:56px; }
}

@media (max-width:420px){
  .container{ padding:0 18px; }
  .hero-title{ font-size:36px; }
}
