:root{
  --red:#ED2511;
  --yellow:#FFC300;
  --black:#000000;
  --cream:#FFEECA;
  --white:#fffdf6;
  --shadow:0 18px 50px rgba(0,0,0,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--black);font-family:"Tufuli Arabic DEMO","Arial",sans-serif;line-height:1.7}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.top-strip{background:var(--black);color:var(--yellow);font-weight:800;font-size:.9rem}
.top-strip-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.top-strip a{color:var(--cream)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,238,202,.94);backdrop-filter:blur(14px);border-bottom:2px solid rgba(237,37,17,.12)}
.nav-wrap{min-height:82px;display:flex;align-items:center;gap:28px}
.brand img{width:94px;height:94px;object-fit:contain}
nav{display:flex;align-items:center;gap:8px;margin-inline:auto}
nav a{padding:10px 14px;border-radius:999px;font-weight:800;color:#231a15;transition:.2s}
nav a:hover,nav a.active{background:var(--red);color:var(--cream)}
.nav-cta{background:var(--yellow);padding:12px 18px;border-radius:999px;font-weight:900;border:2px solid var(--black);white-space:nowrap}
.menu-toggle{display:none;margin-inline-start:auto;border:2px solid var(--black);background:transparent;width:44px;height:44px;border-radius:14px;cursor:pointer}
.hero{position:relative;overflow:hidden;background:var(--red);color:var(--cream)}
.hero-pattern,.promo-pattern{position:absolute;inset:0;background-image:url("assets/wall-design.jpg");background-size:cover;background-position:center;opacity:.08;mix-blend-mode:screen;pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:650px;padding:70px 0}
.eyebrow{display:inline-flex;padding:7px 13px;border-radius:999px;background:var(--yellow);color:var(--black);font-size:.85rem;font-weight:900;letter-spacing:.2px}
.eyebrow.light{background:var(--cream)}
.hero h1{font-size:clamp(3rem,7vw,6rem);line-height:.95;margin:20px 0 20px;font-weight:1000}
.hero h1 span{color:var(--yellow)}
.hero-copy p{max-width:620px;font-size:1.15rem;color:rgba(255,238,202,.88)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:999px;font-weight:900;border:2px solid transparent;transition:transform .2s,box-shadow .2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--yellow);color:var(--black);box-shadow:0 12px 30px rgba(0,0,0,.16)}
.btn-secondary{border-color:var(--cream);color:var(--cream);background:transparent}
.btn-light{background:var(--cream);color:var(--red)}
.btn-outline-light{border-color:var(--cream);color:var(--cream);background:transparent}
.hero-meta{display:grid;gap:7px;font-size:.95rem;color:var(--cream)}
.hero-phone{color:var(--cream);text-decoration:none;font-weight:900;display:inline-flex;align-items:center;gap:6px}.hero-phone:hover{color:var(--yellow)}
.hero-art{position:relative;min-height:450px;display:grid;place-items:center}
.logo-orbit{position:absolute;width:390px;height:390px;border:1px solid rgba(255,195,0,.4);border-radius:50%;box-shadow:0 0 0 22px rgba(255,195,0,.05),0 0 0 44px rgba(255,195,0,.035)}
.hero-art img{width:min(380px,78%);filter:drop-shadow(0 30px 55px rgba(0,0,0,.3));position:relative;z-index:2;background:var(--cream);border-radius:28px;padding:18px}
.hero-note{position:absolute;bottom:24px;background:var(--yellow);color:var(--black);padding:10px 18px;border-radius:999px;font-weight:900;z-index:3}
.quick-links{background:var(--yellow)}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(0,0,0,.15)}
.quick-grid a{padding:24px;background:var(--yellow);display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px}
.quick-grid strong{grid-row:1/3;font-size:2rem;align-self:center}
.quick-grid span{font-weight:1000;font-size:1.05rem}
.quick-grid small{opacity:.7}
.section{padding:90px 0}
.menu-section{background:var(--cream)}
.section-heading{text-align:center;max-width:720px;margin:0 auto 38px}
.section-heading h2,.about-copy h2,.location-copy h2,.promo-inner h2{font-size:clamp(2.4rem,5vw,4rem);line-height:1;margin:16px 0}
.section-heading p{margin:0;color:#6f6258;font-size:1.05rem}
.category-tabs{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}
.tab{border:2px solid var(--red);background:transparent;color:var(--red);padding:10px 16px;border-radius:999px;font-weight:900;cursor:pointer;transition:.2s}
.tab:hover,.tab.active{background:var(--red);color:var(--cream)}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.menu-card{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.05);position:relative;overflow:hidden}
.menu-card::after{content:"";position:absolute;inset:auto -10px -20px auto;width:90px;height:90px;background:var(--yellow);border-radius:50%;opacity:.16}
.menu-card-top{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}
.menu-card h3{font-size:1.15rem;margin:0 0 5px;font-weight:1000}
.menu-card .meta{font-size:.84rem;color:#6f6258}
.menu-footer{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:34px;color:#6f6258;text-align:center}
.promo-band{position:relative;overflow:hidden;background:var(--red);color:var(--cream)}
.promo-inner{position:relative;min-height:240px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.promo-inner h2{margin-bottom:0}
.about-section{background:var(--black);color:var(--cream)}
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.about-copy p{color:rgba(255,238,202,.8);font-size:1.08rem;max-width:680px}
.slogan-stack{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.slogan-stack div{border:1px solid rgba(255,195,0,.55);padding:11px 15px;border-radius:999px;color:var(--yellow);font-weight:900}
.about-card{background:var(--cream);padding:10px;border-radius:28px;transform:rotate(2deg);box-shadow:var(--shadow)}
.about-card img{border-radius:20px;height:520px;width:100%;object-fit:contain;object-position:center;background:var(--cream)}
.about-card-caption{background:var(--yellow);color:var(--black);border-radius:14px;padding:7px 12px;text-align:center;font-weight:900;margin-top:10px}
.location-section{position:relative;overflow:hidden;background:var(--red);color:var(--cream)}
.location-section::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,.08)),url("assets/wall-design.jpg") center/cover;opacity:.16}
.location-overlay{position:absolute;inset:0;background:radial-gradient(circle at 75% 20%,rgba(255,195,0,.3),transparent 35%)}
.location-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:28px;align-items:center;min-height:520px;max-width:980px}
.location-copy p{font-size:1.1rem;max-width:700px;color:rgba(255,238,202,.9)}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
.direct-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin-top:24px}
.direct-link{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,238,202,.35);border-radius:50%;color:var(--cream);background:rgba(0,0,0,.16);text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.direct-link:hover{transform:translateY(-3px);background:rgba(255,195,0,.18);border-color:rgba(255,195,0,.7)}
.direct-icon{width:24px;height:24px;display:grid;place-items:center;color:var(--yellow)}
.direct-icon svg{width:23px;height:23px;fill:currentColor;stroke:none}
.direct-link:last-child .direct-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-footer{background:var(--black);color:var(--cream);padding:55px 0 35px}
.footer-inner{text-align:center;display:grid;justify-items:center;gap:12px}
.footer-inner img{width:110px;height:110px;object-fit:contain;background:var(--cream);border-radius:24px;padding:7px}
.footer-inner p{margin:0;color:var(--yellow);font-size:1.1rem;font-weight:900}
.socials{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:3px}
.social-icon{width:46px;height:46px;border:1px solid rgba(255,238,202,.32);border-radius:50%;display:grid;place-items:center;color:var(--cream);background:rgba(255,255,255,.03);transition:transform .2s ease,color .2s ease,background .2s ease,border-color .2s ease}
.social-icon svg{width:23px;height:23px;fill:currentColor;stroke:none}
.social-icon:first-child svg,.social-icon:last-child svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-icon:hover{transform:translateY(-3px);color:var(--yellow);background:rgba(255,195,0,.1);border-color:rgba(255,195,0,.7)}
.footer-inner small{opacity:.55;margin-top:8px}
.floating-whatsapp,.back-top{position:fixed;z-index:55;border:0;cursor:pointer;display:grid;place-items:center;box-shadow:0 16px 35px rgba(0,0,0,.22)}
.floating-whatsapp{right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#20c76a;color:#fff;font-size:1.7rem}
.back-top{left:22px;bottom:22px;width:46px;height:46px;border-radius:16px;background:var(--yellow);color:var(--black);font-weight:1000;opacity:0;pointer-events:none;transition:.2s}
.back-top.visible{opacity:1;pointer-events:auto}

@media (max-width:960px){
  nav{display:none;position:absolute;left:4%;right:4%;top:82px;background:var(--cream);padding:12px;border:2px solid rgba(237,37,17,.16);border-radius:22px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  nav.open{display:flex}
  nav a{text-align:center}
  .menu-toggle{display:block}
  .nav-cta{display:none}
  .hero-grid,.about-grid,.location-grid{grid-template-columns:1fr}
  .hero-art{order:-1;min-height:330px}
  .hero-grid{padding-top:45px}
  .hero-copy{text-align:center}
  .hero-copy p{margin-inline:auto}
  .hero-actions,.hero-meta{justify-content:center}
  .hero-meta{display:flex;flex-wrap:wrap}
  .menu-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .top-strip-inner{font-size:.78rem}
  .brand img{width:76px;height:76px}
  .site-header{position:sticky}
  .hero-grid{min-height:0;padding:40px 0 55px}
  .hero-art{min-height:270px}
  .logo-orbit{width:270px;height:270px}
  .hero-art img{width:250px}
  .hero-note{bottom:2px;font-size:.82rem}
  .quick-grid{grid-template-columns:1fr 1fr}
  .quick-grid a{padding:17px 13px}
  .section{padding:70px 0}
  .menu-grid{grid-template-columns:1fr}
  .category-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .tab{white-space:nowrap}
  .promo-inner{min-height:220px;flex-direction:column;justify-content:center;text-align:center}
  .about-card img{height:380px;object-fit:contain}
  .direct-links{justify-content:center}
  .location-grid{padding:55px 0}
  .back-top{left:auto;right:88px}
}

/* Final refinement pass */
.top-strip{
  background:linear-gradient(90deg,#000 0%,#000 52%,#ED2511 100%);
  color:var(--cream);
  border-bottom:3px solid var(--yellow);
  font-size:1rem;
}
.top-strip-inner{min-height:58px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.top-location,.top-phone{display:inline-flex;align-items:center;gap:10px;font-weight:1000}
.top-location{color:var(--cream)}
.top-phone{background:var(--yellow);color:var(--black);padding:8px 15px;border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.top-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto}
.top-icon svg{width:21px;height:21px;fill:currentColor;stroke:none}
.top-location .top-icon svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.top-phone:hover{transform:translateY(-1px)}

.quick-grid{grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(0,0,0,.14)}
.quick-grid a{min-height:132px;padding:22px 20px;transition:background .2s ease,transform .2s ease}
.quick-grid a:hover{background:#ffd53c;transform:translateY(-2px)}
.quick-grid strong.quick-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:var(--red);color:var(--yellow);font-size:1.4rem}
.quick-grid .quick-icon svg{width:24px;height:24px;fill:currentColor;stroke:none}
.quick-grid a:nth-child(3) .quick-icon svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.quick-grid a:nth-child(4) .quick-icon svg{fill:currentColor}

.section-heading h2{max-width:900px;margin-inline:auto}
.category-tabs{margin-bottom:34px}
.menu-footer{margin-top:30px}
.menu-card{min-height:102px}
.menu-card-top{align-items:center}

@media (max-width:960px){
  .quick-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .top-strip{font-size:.78rem}
  .top-strip-inner{min-height:52px}
  .top-phone{padding:6px 10px}
  .top-location span:last-child{max-width:190px}
  .quick-grid{grid-template-columns:1fr 1fr}
  .quick-grid a{min-height:118px}
}

/* Location + social icon refinement */
.location-section{
  position:relative;
  overflow:hidden;
  background:var(--cream);
  color:var(--black);
  padding:88px 0;
}
.location-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,195,0,.28), transparent 30%),
    radial-gradient(circle at 94% 78%, rgba(237,37,17,.12), transparent 28%);
  pointer-events:none;
}
.location-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(0,1.45fr);
  gap:30px;
  align-items:stretch;
}
.location-copy{
  background:var(--white);
  border:2px solid rgba(237,37,17,.1);
  border-radius:30px;
  padding:38px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.location-copy h2{color:var(--red)}
.location-copy p{color:#62574f;max-width:none;margin:0 0 18px}
.location-address{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:14px 15px;
  border-radius:18px;
  background:var(--cream);
  color:#4c423d;
  font-weight:900;
  line-height:1.8;
}
.location-pin{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:var(--red);color:var(--yellow)}
.location-pin svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.location-copy .contact-actions{margin-top:18px}
.btn-outline-dark{border-color:var(--black);color:var(--black);background:transparent}
.btn-outline-dark:hover{background:var(--black);color:var(--cream)}
.location-map-card{
  background:var(--white);
  border-radius:30px;
  border:2px solid rgba(0,0,0,.07);
  padding:12px;
  box-shadow:var(--shadow);
  overflow:hidden;
  min-height:540px;
  display:flex;
  flex-direction:column;
}
.location-map-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 12px 14px;font-weight:1000;color:var(--black)}
.map-chip{background:var(--yellow);border-radius:999px;padding:6px 12px;font-size:.78rem}
.location-map-frame{position:relative;flex:1;min-height:460px;border-radius:22px;overflow:hidden;background:#e8e8e8}
.location-map-frame iframe{width:100%;height:100%;min-height:460px;border:0;display:block}
.direct-links{margin-top:22px}
.direct-icon img,.social-image{width:26px;height:26px;object-fit:contain;display:block}
.direct-icon .tiktok-icon svg{width:23px;height:23px;fill:currentColor}
.direct-icon.phone-icon svg,.direct-icon.map-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-icon{overflow:hidden}
.social-icon .social-image{width:28px;height:28px;object-fit:contain}
.social-icon:first-child .social-image,.social-icon:last-child .social-image{width:26px;height:26px}
.floating-whatsapp{overflow:hidden;padding:0}
.floating-whatsapp img{width:34px;height:34px;object-fit:contain;display:block}

@media (max-width:960px){
  .location-shell{grid-template-columns:1fr}
  .location-copy{order:1}
  .location-map-card{order:0;min-height:420px}
  .location-map-frame,.location-map-frame iframe{min-height:420px}
}
@media (max-width:640px){
  .location-section{padding:60px 0}
  .location-copy{padding:26px 20px;border-radius:24px}
  .location-map-card{padding:8px;border-radius:24px;min-height:350px}
  .location-map-head{padding:8px 8px 10px;font-size:.94rem}
  .location-map-frame,.location-map-frame iframe{min-height:330px;border-radius:18px}
  .location-address{font-size:.92rem}
}

/* ===== Eating Zone final requested refinements ===== */
.top-strip{
  background:linear-gradient(135deg,#000 0%,#17100a 58%,#ED2511 100%);
  color:var(--cream);
  border-bottom:3px solid var(--yellow);
  font-family:"Tufuli Arabic DEMO","Arial",sans-serif;
  font-weight:900;
}
.top-strip-inner{min-height:60px;padding:7px 0;gap:14px}
.top-location,.top-phone{min-height:42px;display:inline-flex;align-items:center;gap:10px;font-weight:1000}
.top-location{
  color:var(--yellow);
  background:rgba(255,195,0,.08);
  border:1px solid rgba(255,195,0,.28);
  padding:6px 13px;
  border-radius:999px;
}
.top-phone{
  color:var(--black);
  background:var(--yellow);
  padding:7px 16px;
  border:2px solid rgba(0,0,0,.5);
  border-radius:999px;
  box-shadow:0 7px 18px rgba(0,0,0,.22);
}
.top-icon{width:23px;height:23px}
.top-icon svg{width:22px;height:22px}

.quick-grid{grid-template-columns:repeat(4,1fr)}
.quick-grid a{min-height:128px;align-items:center}
.quick-grid .quick-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--cream);
  border:3px solid var(--yellow);
  color:var(--red);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.quick-grid .quick-icon svg{width:26px;height:26px;fill:currentColor;stroke:none}
.quick-grid .quick-icon svg[stroke]{fill:none;stroke:currentColor}

.section-heading .eyebrow{font-size:.95rem}
.section-heading h2{margin-top:14px}

/* Social/contact icons: two matching branded treatments.
   Location panel uses Style A (cream center / yellow ring / red glyph).
   Footer + floating button use Style B (yellow center / red ring / red glyph). */
.direct-links,.socials{align-items:center}
.direct-link,.social-icon{
  width:60px;
  height:60px;
  border-radius:50%;
  display:grid;
  place-items:center;
  padding:0;
  color:var(--red);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* Style A */
.direct-link{
  background:var(--cream);
  border:3px solid var(--yellow);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.direct-link:hover{
  transform:translateY(-3px);
  background:var(--white);
  border-color:var(--red);
  box-shadow:0 14px 28px rgba(0,0,0,.14);
}

/* Style B */
.social-icon{
  background:var(--yellow);
  border:3px solid var(--red);
  box-shadow:0 10px 24px rgba(237,37,17,.15);
}
.social-icon:hover{
  transform:translateY(-3px);
  background:var(--cream);
  border-color:var(--red);
  box-shadow:0 14px 28px rgba(237,37,17,.2);
}

.direct-icon,.social-icon .social-image{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
}
.direct-icon img,.social-image{
  width:34px !important;
  height:34px !important;
  object-fit:contain;
  display:block;
}
.direct-icon svg,.social-icon svg{
  width:30px;
  height:30px;
  fill:var(--red);
  stroke:none;
}
.direct-icon.phone-icon svg,.direct-icon.map-icon svg,
.social-icon:first-child svg,.social-icon:last-child svg{
  fill:none;
  stroke:var(--red);
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.direct-icon .tiktok-icon svg{fill:var(--red)}
.social-icon .social-image{border-radius:0}

/* Floating WhatsApp follows Style B too. */
.floating-whatsapp{
  width:60px;
  height:60px;
  background:var(--yellow);
  border:3px solid var(--red);
  border-radius:50%;
  padding:9px;
  overflow:hidden;
}
.floating-whatsapp img{width:38px;height:38px;object-fit:contain}

/* The location block now has one clear primary action only. */

/* Final icon consistency pass: vector glyphs, no stretched source images. */
.brand-glyph{width:32px;height:32px;display:grid;place-items:center;color:var(--red)}
.brand-glyph svg{width:100%;height:100%;display:block;overflow:visible}
.brand-glyph svg path,.brand-glyph svg rect,.brand-glyph svg circle{fill:currentColor;stroke:currentColor;stroke-width:0}
.instagram-glyph svg rect{fill:none;stroke:currentColor;stroke-width:2.25}
.instagram-glyph svg circle{fill:none;stroke:currentColor;stroke-width:2.25}
.instagram-glyph svg .ig-dot{fill:currentColor;stroke:none}
.whatsapp-glyph svg path:first-child{fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-glyph svg path:last-child{fill:currentColor;stroke:none}
.snapchat-glyph svg path{fill:currentColor;stroke:currentColor;stroke-width:.35;stroke-linejoin:round}
.direct-link,.social-icon{overflow:visible}
.direct-icon,.social-icon .brand-glyph{width:32px;height:32px;display:grid;place-items:center}
.social-icon .brand-glyph{width:31px;height:31px}
.floating-whatsapp .brand-glyph{width:34px;height:34px}
.floating-whatsapp .brand-glyph svg{width:100%;height:100%}
/* Keep all six footer icons perfectly identical as containers. */
.social-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center}
.direct-link{width:60px;height:60px;border-radius:50%;display:grid;place-items:center}
