*{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;
}

.svg-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

.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;
}

.language-picker {
  position: fixed !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 2147483647 !important;
  font-size: 14px;
  width: auto;
  pointer-events: auto;
}

.language-picker * {
  pointer-events: auto;
}

.language-picker-toggle {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.72);
  color: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 2147483647;
}

.language-picker-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: rgba(0,0,0,.92);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  overflow: hidden;
  min-width: 150px;
  box-shadow: 0 14px 35px rgba(0,0,0,.35);
}

.language-picker.open .language-picker-menu {
  display: block;
}

.language-picker-menu a {
  display: block;
  padding: 9px 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.language-picker-menu a:hover,
.language-picker-menu a.active {
  background: rgba(255,255,255,.12);
}


.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}

/* =========================================================
   Booking SECTION
   ========================================================= */

.booking-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}

.booking-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-weight:800;
}

.booking-form input,
.booking-form textarea,
.booking-form select{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:#0f0f0f;
  color:#fff;
  padding:14px 15px;
  font-size:16px;
  outline:none;
}

.booking-form input:focus,
.booking-form textarea:focus{
  border-color:#f04a24;
}

.booking-form textarea,
.booking-form .full{
  grid-column:1/-1;
}

.booking-form button{
  grid-column:1/-1;
  justify-self:start;
}

.success-message{
  margin-top:16px;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(44,180,90,.14);
  border:1px solid rgba(44,180,90,.35);
  color:#9ff0b8;
  font-weight:800;
}

.phone-input{
  display:flex;
  gap:10px;
}

.phone-input select{
  width:140px;
  flex-shrink:0;
}

.iti{width:100%}
.iti input{width:100%!important}
.iti__country-container{color:#111}
.iti__dropdown-content{background:#fff!important;color:#111!important;border-radius:14px!important;overflow:hidden!important;z-index:999999!important}
.iti__country-list{background:#fff!important;color:#111!important;max-height:55vh!important;overflow-y:auto!important}
.iti__country{color:#111!important;font-size:15px!important;padding:10px 12px!important}
.iti__country-name,.iti__dial-code{color:#111!important}
.iti__search-input{color:#111!important;background:#fff!important;border:1px solid #ccc!important;border-radius:8px!important;padding:10px!important;font-size:16px!important}
.iti__selected-dial-code{color:#fff!important;font-weight:800!important;margin-left:8px!important}
.iti__selected-country{background:transparent!important;padding-left:14px!important}
.iti--separate-dial-code .iti__selected-dial-code{display:inline-block!important;min-width:44px!important}
.iti--separate-dial-code input.iti__tel-input{padding-left:112px!important}

.bookings-table{
  width:100%;
  border-collapse:collapse;
  margin-top:24px;
  font-size:15px;
}

.bookings-table th{
  text-align:left;
  padding:14px 12px;
  border-bottom:2px solid #ddd;
  font-size:15px;
}

.bookings-table td{
  padding:14px 12px;
  border-bottom:1px solid #eee;
  vertical-align:top;
}

.bookings-table tr:hover{
  background:#fafafa;
}

.status-pill{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
}

.status-confirmed{background:#e7f7ed;color:#14783b}
.status-pending,
.status-new{background:#fff4d6;color:#9a6500}
.status-cancelled{background:#ffe5e5;color:#a60000}

.booking-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.booking-actions form{
  margin:0;
}

.booking-actions button{
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:800;
  cursor:pointer;
}

.booking-actions .confirm-btn{background:#14783b;color:white}
.booking-actions .cancel-btn{background:#111;color:white}

.booking-settings-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(280px,1fr));
  gap:24px;
  margin-bottom:24px;
}

.booking-settings-grid label{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.booking-checkboxes{
  display:flex;
  gap:40px;
  align-items:center;
  margin:24px 0;
}

.booking-checkboxes label{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  cursor:pointer;
}

.booking-checkboxes input[type="checkbox"]{
  width:20px;
  height:20px;
  margin:0;
}

.booking-settings-actions{
  margin-top:20px;
}

.booking-settings-actions button{
  min-width:220px;
}

.booking-settings-footer{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:24px;
}

.booking-checkbox{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
}

.booking-checkbox input{
  margin:0;
  width:18px;
  height:18px;
}

.booking-settings-footer button{
  margin-left:auto;
}


.booking-website{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.booking-form input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  opacity: 1;
  cursor: pointer;
  filter: invert(1);
}

.booking-form input[type="date"]{
    width:200px;
    max-width:100%;
}
@media (max-width:760px){
    .booking-form input[type="date"]{
        width:100%;
    }
}

/* =========================================================
   MENU SECTION
   ========================================================= */


.category-nav{
  position:sticky;
  top:0;
  z-index:50;
  background:#161616;
  border-top:1px solid #2a2a2a;
  border-bottom:1px solid #2a2a2a;
  overflow:hidden;
}

.category-nav::before{
  content: attr(data-swipe-label);
  display:block;
  text-align:center;
  font-size:15px;
  font-weight:900;
  color:#aaa;
  padding:8px 0 4px;
}

.category-scroll{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:8px 16px 11px;
  max-width:1100px;
  margin:0 auto;
  scrollbar-width:none;
}

.category-scroll::before{
  content:none;
}

.category-nav::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:55px;
  height:100%;
  background:linear-gradient(to right,transparent,#161616);
  pointer-events:none;
}


.category-scroll::-webkit-scrollbar{display:none}

.category-scroll a{
  white-space:nowrap;
  text-decoration:none;
  background:#242424;
  border:1px solid #333;
  padding:9px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  color:#f5f5f5;
  text-transform:uppercase;
}

.category-scroll a:hover{background:#e54822;border-color:#e54822}

.menu-section{scroll-margin-top:72px;margin-bottom:38px}

.cat{
  font-size:32px;
  margin:0 0 16px;
  padding-bottom:10px;
  border-bottom:1px solid #333;
  color:#f26522;
}

.menu-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}

.menu-grid:has(.menu-card:only-child){
  grid-template-columns:minmax(280px,390px);
}

.menu-grid:has(.menu-card:only-child) .menu-card{
  width:100%;
}

.menu-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding-bottom:86px;
  background:#1b1b1b;
  border:1px solid #303030;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(0,0,0,.18);
}

.drinks-menu-card{
  padding-bottom:0 !important;
}

.menu-img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  background:#242424;
}

.menu-img.placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  font-size:22px;
  font-weight:900;
  letter-spacing:.06em;
}

.menu-body{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.item-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}

.item-head h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
  color:#fff;
}

.price{
  font-weight:900;
  color:#ffd166;
  white-space:nowrap;
  font-size:18px;
}

.desc{color:#d0d0d0;line-height:1.45;margin:10px 0 0}
.allergens{color:#aaa;font-size:13px;margin:10px 0 0}

.labels{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}

.label{
  font-size:12px;
  padding:5px 9px;
  border-radius:999px;
  background:#333;
  font-weight:800;
}

.label.new{background:#e54822;color:#fff}
.label.popular{background:#ffd166;color:#111}

.menu-card-actions{
  position:absolute;
  right:18px;
  bottom:18px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
  z-index:3;
}

.menu-action-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid #e54822;
  color:#e54822;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  transition:.2s;
  white-space:nowrap;
}

.menu-action-btn:hover{
  background:#e54822;
  color:#fff;
}

.menu-action-btn.primary{
  background:#e54822;
  color:#fff;
}

.menu-action-btn.primary:hover{
  background:#ff5a2e;
  border-color:#ff5a2e;
}

.bottom-buttons-div{
  width:100%;
}

.bottom-buttons{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:20px 0 30px;
}
.category-updating-note{
  margin:0 0 22px;
  color:#ffd166;
  font-size:20px;
  line-height:1.35;
  font-weight:800;
}

@media(max-width:760px){
  .category-updating-note{
    font-size:17px;
  }
}

/* =========================================================
   MOBILE SECTION
   ========================================================= */

@media (max-width:768px){
  .hero-logo img{
    max-width:170px;
  }
}

@media(min-width:761px){
  .floating-contact{
    display:none;
  }
}

@media(max-width:760px){
  .site-hero,
  .hero-overlay{
    min-height:360px;
  }

  .hero-inner{
    padding:28px 16px;
  }

  .hero-inner h1{
    font-size:40px;
  }

  .hero-inner p{
    font-size:17px;
  }

  .hero-buttons{
    gap:8px;
  }

  .hero-buttons .delivery-provider{
    display:none;
  }

  .mobile-delivery{
    display:inline-flex;
  }

  .btn{
    width:auto;
    padding:10px 13px;
    font-size:14px;
  }

  .menu-grid{
    grid-template-columns:1fr;
  }

  .menu-img{
    height:210px;
  }

  .info-grid{
    grid-template-columns:1fr !important;
    gap:18px;
  }

  .info-card{
    width:100%;
  }

  .booking-form{
    grid-template-columns:1fr !important;
  }

  .booking-form textarea,
  .booking-form .full,
  .booking-form button{
    grid-column:auto;
  }

  body{
    padding-bottom:80px;
  }
}

@media(max-width:520px){
  .menu-card{
    padding-bottom:120px;
  }

  .drinks-menu-card{
    padding-bottom:0 !important;
  }

  .menu-card-actions{
    left:16px;
    right:16px;
    justify-content:space-between;
  }

  .menu-action-btn{
    flex:1;
    padding:10px 12px;
  }
}

@media(max-width:900px){
  .booking-settings-grid{
    grid-template-columns:1fr;
  }

  .booking-checkboxes{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }

  .booking-settings-footer{
    flex-direction:column;
    align-items:flex-start;
  }

  .booking-settings-footer button{
    margin-left:0;
  }
}
