:root{--restprimary:#ff6f61;--restaccent:#ffd93d;--restdark:#2d2d2d;--restlight:#fff8f0;--restroof:#ff4c4c;--restwall:#ffffff;--restdoor:#2b2e4a;--restwindow:#8ecae6;--restbike-frame:#2b2e4a;--restbike-wheel:#444}.restuarant-soon-wrapper{display:flex;align-items:center;justify-content:center;text-align:center}.icon-wrapper{position:relative;width:200px;height:180px;margin:5px auto}.shop-icon{width:150px;height:150px;position:absolute;left:0;top:0;animation:bounce 2s infinite ease-in-out}.roof{width:100%;height:40px;background:var(--restroof);-webkit-clip-path:polygon(10% 100%,50% 10%,90% 100%);clip-path:polygon(10% 100%,50% 10%,90% 100%);border-radius:5px 5px 0 0}.building{width:100%;height:100px;background:var(--restwall);border:3px solid var(--restprimary);border-top:none;position:absolute;top:35px;border-radius:0 0 10px 10px}.window{width:25px;height:25px;background:var(--restwindow);position:absolute;top:60px;left:20px;border-radius:5px;border:2px solid var(--restdark)}.door{width:40px;height:55px;background:var(--restdoor);position:absolute;bottom:10px;right:20px;border-radius:6px}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.restuarant-soon-wrapper>.rest-main-text{font-size:2.5em;color:var(--restdark)}.rest-highlight{font-size:1.2em;color:#444;margin-bottom:30px}.rest-form{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:400px;width:100%;margin:auto}.restuarant-soon-wrapper input[type="email"]{padding:12px 16px;border:2px solid var(--restprimary);border-radius:8px;width:100%;font-size:1em;outline:none}.rest-btn{padding:12px 20px;background:var(--restprimary);color:white;border:none;border-radius:8px;font-size:1em;cursor:pointer;transition:background 0.3s}.rest-btn:hover{background:#ff3b3b}.list-rest{margin:26px 0}.rest-cta-button{background:var(--restaccent);color:var(--restdark);font-weight:bold;text-decoration:none;display:inline-block;padding:14px 26px;border-radius:8px;border:2px solid var(--restprimary);font-size:1em;transition:all 0.3s}.rest-cta-button:hover{background:var(--restprimary);color:#fff;border-color:var(--restprimary)}.bicycle{position:absolute;bottom:-44px;right:88px;width:60px;height:40px;animation:cycle 3s infinite alternate ease-in-out}@keyframes cycle{0%{transform:translateX(0) translateY(0)}50%{transform:translateX(-10px) translateY(-2px)}100%{transform:translateX(0) translateY(0)}}.wheel{width:20px;height:20px;border:3px solid var(--restbike-wheel);border-radius:50%;position:absolute;bottom:0;background:white}.wheel.front{left:0}.wheel.back{right:0}.frame{position:absolute;top:8px;left:5px;width:50px;height:20px}.frame::before,.frame::after{content:'';position:absolute;background:var(--restbike-frame)}.frame::before{width:30px;height:2px;top:5px;left:0;transform:rotate(-10deg)}.frame::after{width:20px;height:2px;bottom:2px;left:10px;transform:rotate(15deg)}.rest-soon-text{margin-top:35px}@media (max-width:480px){.icon-wrapper{transform:scale(0.8)}.rest-main-text{font-size:2em}.rest-highlight{font-size:1em}}@media (min-width:769px){.rest-soon-text{margin-top:80px}}

