/* ==========================
   MENU IMAGE
========================== */
.menu .menu-img {
    width: clamp(55px, 14vw, 80px);
    height: clamp(55px, 14vw, 80px);
    object-fit: cover;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    border: 6px solid color-mix(in srgb, var(--default-color), transparent 90%);
    display: block;
    flex-shrink: 0;
}

/* =====================================================
   RESPONSIVE FIXES
   Paste in a separate CSS file loaded LAST
===================================================== */


/* ---------- General ---------- */

img{
    max-width:100%;
    height:auto;
}

.section-title p{
    font-size:clamp(28px,5vw,36px);
}

.section-title{
    padding-bottom:45px;
}


/* ---------- Hero ---------- */

@media (max-width:768px){

    .hero{
        min-height:85vh;
        padding:120px 0 70px;
        text-align:center;
    }

    .hero h2{
        font-size:clamp(30px,7vw,42px);
    }

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

    .hero .cta-btn{
        padding:10px 24px;
        margin-bottom:12px;
    }

}


/* ---------- About ---------- */

.about .about-img img{
    width:100%;
    display:block;
}

@media (max-width:768px){

    .about .about-img{
        margin-bottom:30px;
    }

}


/* ---------- Menu ---------- */

.menu .menu-img{
    width:clamp(58px,14vw,80px);
    height:clamp(58px,14vw,80px);
    object-fit:cover;
}

.menu .menu-content{
    margin-left:calc(clamp(58px,14vw,80px) + 18px);
}

.menu .menu-ingredients{
    margin-left:calc(clamp(58px,14vw,80px) + 18px);
}


/* ---------- Testimonials ---------- */

.testimonials .testimonial-item{
    min-height:auto;
}

.testimonials .testimonial-item .testimonial-img{

    width:clamp(70px,18vw,90px);
    height:clamp(70px,18vw,90px);

    object-fit:cover;

    margin:-35px auto 15px;

    display:block;
}

.testimonials .testimonial-item h3,
.testimonials .testimonial-item h4{

    margin-left:0;
    text-align:center;

}

.testimonials .testimonial-item p{

    padding:25px 18px 30px;

}


/* ---------- Gallery ---------- */

.gallery .gallery-item img{

    width:100%;
    display:block;

}


/* ---------- Chef ---------- */

.chefs .member img{

    width:100%;
    display:block;

}


/* ---------- Contact ---------- */

.contact iframe{

    width:100%;
    min-height:350px;
    border:0;

}


/* ---------- Extra Small Phones ---------- */

@media (max-width:480px){

    section{
        padding:55px 0;
    }

    .section-title p{
        font-size:28px;
    }

    .menu .menu-content{
        font-size:15px;
    }

    .menu .menu-ingredients{
        font-size:13px;
    }

}


.specials .nav-link.active {
    color: black !important;
}


/* ===== Menu Navigation Tabs ===== */
.menu-nav-section {
  background: #1a1a1a;
  padding: 20px 0;
  border-bottom: 1px solid #2a2a2a;
  margin-top: 5rem;
}

.menu-type-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 0;
}

.menu-type-tabs li {
  display: inline-block;
}

.menu-type-tabs li a {
  display: block;
  padding: 12px 40px;
  color: #888;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.menu-type-tabs li a:hover {
  color: #fff;
}

.menu-type-tabs li.active a {
  color: #d4a853;
  border-bottom-color: #d4a853;
}

/* ===== Menu Split Layout ===== */
.menu-section {
  background: #0f0f0f;
  padding: 60px 0 80px;
}

.menu-sidebar {
  border-right: 1px solid #2a2a2a;
  padding-right: 40px;
}

.menu-sidebar-title {
  color: #d4a853;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 700;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list li a {
  display: block;
  padding: 12px 20px;
  color: #aaa;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
}

.category-list li a:hover {
  color: #fff;
  background: rgba(212, 168, 83, 0.08);
}

.category-list li.active a {
  color: #d4a853;
  background: rgba(212, 168, 83, 0.12);
}

.category-list li.active a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #d4a853;
  border-radius: 0 2px 2px 0;
}

/* ===== Menu Content Panel ===== */
.menu-content-panel {
  padding-left: 40px;
}

.menu-category-section {
  display: none;
}

.menu-category-section.active {
  display: block;
}

.menu-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #2a2a2a;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.menu-category-header h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.category-count {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

/* ===== Menu Items ===== */
.menu-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s ease;
}

.menu-item:hover {
  border-bottom-color: rgba(212, 168, 83, 0.2);
}

.menu-item-left {
  flex: 1;
  padding-right: 30px;
}

.item-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.item-description {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 6px 0;
}

.item-variants {
  display: flex;
  gap: 20px;
  margin-top: 6px;
}

.item-variants .variant {
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
}

.item-variants .variant-price {
  color: #d4a853;
  font-weight: 600;
  margin-left: 4px;
}

.menu-item-right {
  flex-shrink: 0;
  min-width: 100px;
  text-align: right;
}

.menu-item-right .item-price {
  color: #d4a853;
  font-size: 18px;
  font-weight: 700;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .menu-sidebar {
    border-right: none;
    border-bottom: 1px solid #2a2a2a;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .menu-content-panel {
    padding-left: 0;
  }

  .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .category-list li {
    margin-bottom: 0;
  }

  .category-list li a {
    padding: 8px 16px;
    font-size: 13px;
  }

  .category-list li.active a::before {
    display: none;
  }

  .menu-category-header h2 {
    font-size: 22px;
  }

  .menu-item {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-item-left {
    padding-right: 0;
    margin-bottom: 8px;
  }

  .menu-item-right {
    text-align: left;
    min-width: auto;
  }

  .item-variants {
    flex-wrap: wrap;
    gap: 12px;
  }

  .menu-type-tabs li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .menu-section {
    padding: 30px 0 50px;
  }

  .menu-type-tabs li a {
    padding: 8px 14px;
    font-size: 12px;
  }

  .menu-category-header h2 {
    font-size: 18px;
  }

  .item-name {
    font-size: 16px;
  }
}
/* ===== Menu Split Layout ===== */
.menu-section {
  background: #0f0f0f;
  padding: 60px 0 80px;
  position: relative;
}

/* --- Sidebar (sticky on desktop) --- */
.menu-sidebar {
  border-right: 1px solid #2a2a2a;
  padding-right: 40px;
  /* sticky behaviour */
  position: sticky;
  top: 80px;               /* adjust to your header height */
  align-self: flex-start;  /* prevents stretching */
  max-height: calc(100vh - 100px);
  overflow-y: auto;        /* if categories exceed viewport, scroll inside */
}

/* hide scrollbar but keep functionality (optional) */
.menu-sidebar::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.menu-sidebar {
  scrollbar-width: none;
}

/* --- Sidebar categories --- */
.menu-sidebar-title {
  color: #d4a853;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 700;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list li a {
  display: block;
  padding: 12px 20px;
  color: #aaa;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
}

.category-list li a:hover {
  color: #fff;
  background: rgba(212, 168, 83, 0.08);
}

.category-list li.active a {
  color: #d4a853;
  background: rgba(212, 168, 83, 0.12);
}

.category-list li.active a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #d4a853;
  border-radius: 0 2px 2px 0;
}

/* --- Right panel --- */
.menu-content-panel {
  padding-left: 40px;
}

.menu-category-section {
  display: none;
}

.menu-category-section.active {
  display: block;
}

.menu-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #2a2a2a;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.menu-category-header h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.category-count {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

/* --- Menu items --- */
.menu-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s ease;
}

.menu-item:hover {
  border-bottom-color: rgba(212, 168, 83, 0.2);
}

.menu-item-left {
  flex: 1;
  padding-right: 30px;
}

.item-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.item-description {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 6px 0;
}

.item-variants {
  display: flex;
  gap: 20px;
  margin-top: 6px;
}

.item-variants .variant {
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
}

.item-variants .variant-price {
  color: #d4a853;
  font-weight: 600;
  margin-left: 4px;
}

.menu-item-right {
  flex-shrink: 0;
  min-width: 100px;
  text-align: right;
}

.menu-item-right .item-price {
  color: #d4a853;
  font-size: 18px;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */

/* --- Tablet and smaller --- */
@media (max-width: 991px) {
  /* Remove sticky, sidebar becomes horizontal scroll */
  .menu-sidebar {
    position: relative;
    top: auto;
    max-height: none;
    overflow-y: visible;
    border-right: none;
    border-bottom: 1px solid #2a2a2a;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .menu-content-panel {
    padding-left: 0;
  }

  .category-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .category-list li {
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .category-list li a {
    padding: 8px 20px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
  }

  .category-list li.active a {
    background: rgba(212, 168, 83, 0.2);
    color: #d4a853;
  }

  .category-list li.active a::before {
    display: none;
  }

  .menu-category-header h2 {
    font-size: 24px;
  }
}

/* --- Mobile (small phones) --- */
@media (max-width: 575px) {
  .menu-section {
    padding: 30px 0 50px;
  }

  .menu-nav-section {
    padding: 12px 0;
  }

  .menu-type-tabs li a {
    padding: 8px 16px;
    font-size: 13px;
  }

  .menu-category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

  .menu-category-header h2 {
    font-size: 20px;
  }

  .category-count {
    font-size: 12px;
  }

  .menu-item {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 0;
  }

  .menu-item-left {
    padding-right: 0;
    margin-bottom: 6px;
  }

  .menu-item-right {
    text-align: left;
    min-width: auto;
  }

  .item-name {
    font-size: 16px;
  }

  .item-description {
    font-size: 13px;
  }

  .item-variants {
    flex-wrap: wrap;
    gap: 10px;
  }

  .menu-item-right .item-price {
    font-size: 16px;
  }

  .category-list li a {
    padding: 6px 14px;
    font-size: 12px;
  }
}
/* --- Mobile padding fix --- */
@media (max-width: 575px) {
  .menu-section .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-content-panel {
    padding-left: 0;
    padding-right: 0;
  }

  /* ensure category chips don't overflow */
  .category-list {
    padding-left: 0;
    padding-right: 0;
  }

  /* adjust item spacing */
  .menu-item {
    padding: 14px 0;
  }

  .item-description {
    font-size: 13px;
    line-height: 1.5;
  }

  /* price stays visible */
  .menu-item-right .item-price {
    font-size: 15px;
  }
}






/* ===== Menu Section ===== */
.menu-section {
  background: #0f0f0f;
  padding: 60px 0 80px;
  position: relative;
}

/* Critical: ensure the row doesn't break sticky */
.menu-row {
  align-items: flex-start;
}

/* --- Sidebar wrapper (handles sticky) --- */
.menu-sidebar-wrapper {
  position: relative;
}

/* --- Sidebar (sticky on desktop) --- */
.menu-sidebar {
  border-right: 1px solid #2a2a2a;
  padding-right: 40px;
  padding-bottom: 20px;
  
  /* === STICKY === */
  position: sticky;
  top: 80px;               /* adjust to match your header height */
  align-self: flex-start;  /* prevents the sidebar from stretching */
}

/* --- Sidebar title --- */
.menu-sidebar-title {
  color: #d4a853;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 700;
}

/* --- Category list --- */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list li a {
  display: block;
  padding: 12px 20px;
  color: #aaa;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
}

.category-list li a:hover {
  color: #fff;
  background: rgba(212, 168, 83, 0.08);
}

.category-list li.active a {
  color: #d4a853;
  background: rgba(212, 168, 83, 0.12);
}

.category-list li.active a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #d4a853;
  border-radius: 0 2px 2px 0;
}

/* --- Right panel --- */
.menu-content-panel {
  padding-left: 40px;
}

/* ===== Category sections ===== */
.menu-category-section {
  display: none;
}

.menu-category-section.active {
  display: block;
}

.menu-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #2a2a2a;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.menu-category-header h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.category-count {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

/* --- Menu items --- */
.menu-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s ease;
}

.menu-item:hover {
  border-bottom-color: rgba(212, 168, 83, 0.2);
}

.menu-item-left {
  flex: 1;
  padding-right: 30px;
}

.item-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.item-description {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 6px 0;
}

.item-variants {
  display: flex;
  gap: 20px;
  margin-top: 6px;
}

.item-variants .variant {
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
}

.item-variants .variant-price {
  color: #d4a853;
  font-weight: 600;
  margin-left: 4px;
}

.menu-item-right {
  flex-shrink: 0;
  min-width: 100px;
  text-align: right;
}

.menu-item-right .item-price {
  color: #d4a853;
  font-size: 18px;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */

/* Tablet and smaller */
@media (max-width: 991px) {
  .menu-sidebar-wrapper {
    position: relative;
  }

  .menu-sidebar {
    position: relative;
    top: auto;
    border-right: none;
    border-bottom: 1px solid #2a2a2a;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .menu-content-panel {
    padding-left: 0;
  }

  .category-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .category-list li {
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .category-list li a {
    padding: 8px 20px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
  }

  .category-list li.active a {
    background: rgba(212, 168, 83, 0.2);
    color: #d4a853;
  }

  .category-list li.active a::before {
    display: none;
  }

  .menu-category-header h2 {
    font-size: 24px;
  }
}

/* Mobile (small phones) */
@media (max-width: 575px) {
  .menu-section {
    padding: 30px 0 50px;
  }

  .menu-section .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-content-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-nav-section {
    padding: 12px 0;
  }

  .menu-type-tabs li a {
    padding: 8px 16px;
    font-size: 13px;
  }

  .menu-category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

  .menu-category-header h2 {
    font-size: 20px;
  }

  .category-count {
    font-size: 12px;
  }

  .menu-item {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 0;
  }

  .menu-item-left {
    padding-right: 0;
    margin-bottom: 4px;
  }

  .menu-item-right {
    text-align: left;
    min-width: auto;
  }

  .item-name {
    font-size: 16px;
  }

  .item-description {
    font-size: 13px;
    line-height: 1.5;
  }

  .item-variants {
    flex-wrap: wrap;
    gap: 10px;
  }

  .menu-item-right .item-price {
    font-size: 15px;
  }

  .category-list li a {
    padding: 6px 14px;
    font-size: 12px;
  }
}



/* ===== Better Mobile Menu Spacing ===== */
@media (max-width: 576px) {

  .menu-section {
    padding: 35px 18px 50px !important;
  }

  .menu-section .container,
  .menu-section .container-fluid,
  .menu-section .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .menu-sidebar,
  .menu-content-panel {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .menu-category-header,
  .menu-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .menu-item-left {
    width: 100%;
  }

  .menu-item-right {
    margin-top: 10px;
  }
}




