*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#101010;color:#fff}
a{color:inherit}

.site-hero{
  min-height:560px;
  background-size:cover;
  background-position:center 42%;
  background-repeat:no-repeat;
  position:relative;
}

.hero-overlay{
  min-height:560px;
  display:flex;
  align-items:center;
}

.hero-inner{max-width:1050px;margin:0 auto;padding:54px 18px;width:100%}
.eyebrow{color:#ffd166;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px;margin-bottom:12px}
.hero-inner h1{font-size:56px;line-height:1;margin:0 0 14px}
.hero-inner p{font-size:21px;color:#eee;max-width:650px;line-height:1.4;margin:0 0 26px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}

.hero-logo{
  margin-bottom:18px;
}

.hero-logo img{
  max-width:280px;
  height:auto;
  display:block;
}

.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:13px 17px;border-radius:999px;font-weight:800;border:1px solid transparent}
.btn.primary{background:#e54822;color:#fff}
.btn.secondary{background:#fff;color:#111}
.btn.ghost{border-color:#fff;color:#fff;background:rgba(255,255,255,.08)}

.open-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 22px;
  padding:9px 13px;
  border-radius:999px;
  font-weight:900;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(6px);
}

.open-status.open{color:#d8ffd8}
.open-status.closed{color:#ffd8d8}

.wrap{max-width:1100px;margin:0 auto;padding:26px 16px}

.intro-panel{
  background:#181818;
  border:1px solid #2c2c2c;
  border-radius:20px;
  padding:22px;
  margin-bottom:24px;
}

.intro-panel h2{margin:0 0 8px;font-size:30px}
.intro-panel p{margin:0;color:#ccc;line-height:1.5}

.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px}

.info-card{
  background:#181818;
  border:1px solid #303030;
  border-radius:20px;
  padding:20px;
  margin-bottom:20px;
}

.info-card h2{
  margin:0 0 14px;
  color:#f26522;
}

.info-card h3{
  margin:0 0 12px;
  font-size:22px;
  color:#f26522;
}

.hours-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #2d2d2d;padding:9px 0}
.hours-row:last-child{border-bottom:0}

.special-hours{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid #333;
}

.special-hours h3{
  margin:0 0 10px;
  color:#ffd166;
}

.delivery-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.delivery-list a{background:#e54822;color:#fff;text-decoration:none;border-radius:999px;padding:10px 13px;font-weight:800}

.delivery-divider{
  border:0;
  border-top:1px solid #2f2f2f;
  margin:24px 0;
}

.takeaway-phone{
  margin:0;
}

.takeaway-phone a{
  color:#fff;
  text-decoration:none;
  font-size:26px;
  font-weight:800;
}

.takeaway-phone a:hover{
  color:#ffd166;
}

.floating-contact{position:fixed;right:18px;bottom:18px;z-index:100}

.contact-toggle,
.contact-btn{
  width:58px;
  height:58px;
  border-radius:999px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:27px;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(0,0,0,.35);
}

.contact-toggle{background:#b57be8;cursor:pointer}
.contact-options{display:none;flex-direction:column;gap:10px;margin-bottom:10px}
.floating-contact.open .contact-options{display:flex}
.contact-close-icon{display:none}
.floating-contact.open .contact-open-icon{display:none}
.floating-contact.open .contact-close-icon{display:block}
.contact-btn.phone{background:#00D084}
.contact-btn.whatsapp{background:#25D366}
.contact-btn.messenger{background:#0084FF}

.back-to-top{
  position:fixed;
  left:18px;
  bottom:18px;
  width:46px;
  height:46px;
  border-radius:999px;
  background:#e54822;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  text-decoration:none;
  z-index:99998;
  box-shadow:0 8px 24px rgba(0,0,0,.35);
}

.back-to-top:hover{background:#ff5a2e}

.social-dock{
  position:fixed;
  left:74px;
  bottom:18px;
  display:flex;
  gap:10px;
  z-index:99998;
}

.social-dock a{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#111;
  color:#fff;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(0,0,0,.35);
  transition:.2s;
}

.social-dock a:hover{
  background:#e54822;
  transform:translateY(-2px);
}

.footer{text-align:center;color:#aaa;padding:34px 12px;border-top:1px solid #242424;margin-top:20px}
.mobile-delivery{display:none}
