.about-hero{
    background-color: #DAC2A1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 0;
    position: relative;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
  }
  
  .about-hero__inner{
    position: relative;
    z-index: 1;
    text-align: center;
  }
  
  .about-hero h1{
    margin: 0;
    font-size: clamp(44px, 3vw, 44px);
    font-weight: 800;
    color: #1d1d1d;
  }
  
  .about-hero__subtitle{
    margin: 10px auto 0;
    max-width: 720px;
    color: rgba(0,0,0,0.55);
    line-height: 1.6;
    font-size: 24px;
  }
  

.cta{
    background: #F6EBCF;
    padding: 70px 0;
    text-align: center;
  }
  
  .cta h2{
    margin: 0;
    font-size: clamp(44px, 3vw, 44px);
    font-weight: 800;
    color: #1d1d1d;
  }
  
  .cta__subtitle{
    margin: 10px auto 0;
    max-width: 720px;
    color: rgba(0,0,0,0.55);
    font-size: 24px;
    line-height: 1.6;
  }
  
  .cta__actions{
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  
  .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid transparent;
    transition: transform 120ms ease, background-color 120ms ease, color 120ms ease, border-color 120ms ease;
  }
  
  .btn:hover,
  .btn:focus{
    transform: translateY(-1px);
  }
  
  .btn--primary{
    background: #6a0017;
    border-radius: 0 24px;
    color: #fff;
    border-color: #6a0017;
  }
  
  .btn--primary:hover,
  .btn--primary:focus{
    background: #5a0013;
    border-color: #5a0013;
  }
  
  .btn--outline{
    background: transparent;
    border-radius: 24px 0 ;
    color: #6a0017;
    border-color: rgba(106, 0, 23, 0.65);
  }
  
  .btn--outline:hover,
  .btn--outline:focus{
    background: rgba(106, 0, 23, 0.08);
    border-color: rgba(106, 0, 23, 0.85);
  }

.menu-section{
  background: #F5F0E6;
  padding: 60px 0;
}

.menu-list-parent{
    display: flex;
    padding: 0px;
    border-radius: 100px;
    margin-bottom: 12px;
    white-space: nowrap;
    position: relative;
    overflow: visible;
}

.menu-list{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.menu-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.menu-list.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.menu-tabs{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: visible;
  width: max-content;
  min-width: 100%;
  padding: 0;
}

.menu-list .menu-tabs li:first-child {
  margin-left: 20px !important;
  border-radius: 100px 0 0 100px;
}

.menu-list .menu-tabs li:last-child {
  margin-right: 20px !important;
  border-radius: 0 100px 100px 0;
}

.menu-tabs li{
  list-style: none;
  background: #6a0017;
}

.menu-tab{
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(245, 240, 230, 0.95);
  padding: 14px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

.menu-tab.is-active{
  background: #f1b51f;
  color: #3b2100;
}

.menu-panels{
  max-width: 820px;
  margin: 0 auto;
}

.menu-panel{
  display: none;
}

.menu-panel.is-active{
  display: block;
}

.menu-item{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 4px;
}

.menu-item h3{
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #1d1d1d;
}

.menu-item p{
  margin: 6px 0 0;
  color: rgba(0,0,0,0.55);
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.menu-item__price{
  color: #6a0017;
  font-size: 20px;
  white-space: nowrap;
  padding-left: 12px;
}

.menu-item__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(23, 122, 68, 0.12);
  color: #177a44;
  font-size: 10px;
  font-weight: 800;
  margin-left: 6px;
  transform: translateY(-1px);
}

.menu-note{
  max-width: 820px;
  margin: 30px auto 0;
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
  color: rgba(0,0,0,0.55);
}

.menu-note p{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.curated-menu {
  background: #F5F0E6;
  padding: 60px 20px;
  text-align: center;
}

.menu-heading {
  font-size: 32px;
  font-weight: bold;
  color: #6b0f1a;
  margin-bottom: 40px;
}

.menu-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.menu-card {
  background: #F6EBCF;
  border: 2px solid #f4e0a5;
  border-radius: 12px;
  width: 280px;
  padding: 15px;
  transition: 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-5px);
}

.menu-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}

.menu-card .menu-head {
  margin: 15px 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}

.menu-link {
  font-size: 14px;
  color: #6b0f1a;
  text-decoration: none;
  font-weight: 500;
}

.menu-link:hover {
  text-decoration: underline;
}

ins{
  text-decoration: none;
}

del{
  opacity: 0.5;
  font-size: 15px;
}

@media (min-width: 901px) {
  /* Inset bar from viewport edges */
  .menu-list-parent {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  /*
   * justify-content: center + overflow clips BOTH ends when tabs are wider than the row.
   * flex-start + scroll keeps the first tab visible; use li margins for end breathing room.
   */
  .menu-tabs {
    justify-content: flex-start;
  }

  .menu-list {
    scroll-padding-inline: 16px;
  }

  .menu-list .menu-tabs li:first-child {
    margin-left: 0 !important;
  }

  .menu-list .menu-tabs li:last-child {
    margin-right: 32px !important;
  }
}

@media (max-width: 900px){

    .about-hero__subtitle{
        font-size: 16px;
    }

    .menu-tabs{
      justify-content: flex-start;
    }

    .cta__subtitle{
        font-size: 14px;
    }

    .menu-tab{
        padding: 12px 14px;
        flex: 0 0 auto;
        font-size: 14px;
    }

    .menu-item h3{
        font-size: 14px;
    }

    .menu-item p{
        font-size: 12px;
    }

    /* Product description comes from $product->get_description() and may not always be wrapped in <p>.
       Force the font sizing inside the left content block to keep it consistent on mobile. */
    .menu-item > div{
        font-size: 12px !important;
    }

    .menu-item > div *{
        font-size: inherit;
    }

    .menu-item__price{
        font-size: 14px;
    }

    .menu-note p{
        font-size: 11px;
    }

}
  
  