.menu-page{
  background:#f5fcf7;
  color:#1f7f4d;
}

.menu-page .site-header{
  position:sticky;
  top:0;
  background:#ffffff;
  box-shadow:0 1px 0 rgba(31,127,77,0.08), 0 8px 24px rgba(0,0,0,0.05);
}

.menu-page .header-inner{
  min-height:104px;
  padding-top:1rem;
  padding-bottom:1rem;
}

.menu-page .brand-link{
  display:inline-flex;
  align-items:center;
  gap:0.9rem;
  color:inherit;
  text-decoration:none;
}

.menu-page .brand-mark{
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#31a85d;
  flex:0 0 auto;
  box-shadow:0 10px 20px rgba(47,163,94,0.18);
}

.menu-page .brand-mark svg{
  width:34px;
  height:34px;
  stroke:#ffffff;
  fill:none;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.menu-page .logo{
  color:#218651;
  font-size:clamp(2rem, 2.1vw, 2.5rem);
  letter-spacing:-0.03em;
  text-transform:none;
  text-shadow:none;
}

.menu-page .main-nav{
  gap:2.3rem;
}

.menu-page .main-nav a{
  color:#2c915c;
  font-family:'Lora',serif;
  font-size:1rem;
}

.menu-page .main-nav a.active{
  border-bottom:none;
  color:#208651;
  font-weight:700;
}

.menu-shell{
  padding:0 0 6rem;
}

.menu-landing{
  padding:5.8rem 0 2.5rem;
}

.menu-heading{
  text-align:center;
}

.menu-heading h1{
  margin:0;
  color:#238751;
  font-size:clamp(2.8rem, 5vw, 4.8rem);
  line-height:1.08;
}

.section-accent{
  display:block;
  width:138px;
  height:5px;
  margin:1.25rem auto 0;
  border-radius:999px;
  background:#d6b039;
}

.menu-heading p{
  max-width:820px;
  margin:2rem auto 0;
  color:#2d9160;
  font-size:clamp(1.15rem, 2vw, 1.5rem);
  line-height:1.6;
}

.menu-section{
  padding:2rem 0 0;
}

.menu-section-head{
  display:flex;
  align-items:center;
  gap:1.4rem;
  margin-bottom:1.8rem;
}

.menu-section-head h2{
  margin:0;
  color:#208651;
  font-size:clamp(2rem, 3vw, 3.2rem);
  line-height:1.1;
}

.menu-icon-badge{
  width:86px;
  height:86px;
  border-radius:20px;
  background:#33b063;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 16px 32px rgba(51,176,99,0.18);
}

.menu-icon-badge svg{
  width:48px;
  height:48px;
  stroke:#ffffff;
  fill:none;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.menu-icon-badge-dark{
  background:#278a53;
}

.menu-icon-badge-light{
  background:#42c873;
}

.menu-icon-badge-gold{
  background:#e0b62f;
  box-shadow:0 16px 32px rgba(224,182,47,0.2);
}

.menu-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:2.2rem 2rem;
}

.menu-card{
  overflow:hidden;
  border-radius:24px;
  background:#ffffff;
  box-shadow:0 16px 32px rgba(0,0,0,0.08);
}

.menu-card-media{
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  overflow:hidden;
}

.menu-card-media.has-image{
  height:192px;
}

.menu-card-media img.menu-card-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.menu-card-symbol{
  color:#a7e8c7;
  display:none;
}

.menu-card-symbol svg{
  width:96px;
  height:96px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.menu-card-body{
  padding:1.55rem 1.6rem 1.7rem;
}

.menu-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
}

.menu-card h3{
  margin:0;
  color:#1f8a54;
  font-size:1.15rem;
  line-height:1.45;
  flex:1 1 auto;
}

.price{
  margin:0;
  flex:0 0 auto;
  color:#46c86f;
  font-size:1rem;
  font-weight:700;
  white-space:nowrap;
}

.menu-desc{
  margin:0.95rem 0 0;
  color:#2d9160;
  font-size:0.95rem;
  line-height:1.55;
}

.menu-info-section{
  padding-top:3.4rem;
}

.menu-info-box{
  border-radius:20px;
  background:#2d9e57;
  padding:3.3rem 2.5rem;
  color:#ffffff;
}

.menu-info-box h2{
  margin:0 0 2rem;
  text-align:center;
  color:#ffffff;
  font-size:clamp(2rem, 3.2vw, 3rem);
}

.menu-info-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:2rem;
}

.menu-info-grid article{
  text-align:center;
}

.menu-info-grid h3{
  margin:0 0 0.85rem;
  color:#e0b63a;
  font-size:1.15rem;
}

.menu-info-grid p{
  margin:0;
  color:#ffffff;
  font-size:1rem;
  line-height:1.5;
}

.menu-footer{
  padding:0;
  background:#25874f;
  border-top:none;
}

.menu-footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:2.5rem;
  padding-top:4rem;
  padding-bottom:2.25rem;
  align-items:start;
}

.footer-block{
  text-align:left;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:0.85rem;
  margin-bottom:1rem;
}

.footer-brand h2,
.footer-block h3{
  margin:0 0 1rem;
  color:#e1b53a;
  font-size:1.2rem;
}

.brand-mark-footer{
  width:54px;
  height:54px;
  box-shadow:none;
  background:#3bb965;
}

.footer-block p,
.footer-block a{
  margin:0 0 0.9rem;
  color:#ffffff;
  font-size:1rem;
  line-height:1.8;
  text-decoration:none;
}

.footer-legal{
  padding-top:1.75rem;
  padding-bottom:3rem;
  border-top:1px solid rgba(255,255,255,0.12);
}

.footer-legal small{
  display:block;
  color:rgba(255,255,255,0.86);
  text-align:center;
  font-size:0.98rem;
}

@media (max-width: 1100px){
  .menu-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

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

}

@media (max-width: 799px){
  .menu-page .header-inner{
    min-height:88px;
  }

  .menu-page .brand-mark{
    width:50px;
    height:50px;
    border-radius:16px;
  }

  .menu-page .logo{
    font-size:1.9rem;
  }

  .menu-landing{
    padding-top:4.8rem;
  }

  .menu-section-head{
    gap:1rem;
  }

  .menu-icon-badge{
    width:72px;
    height:72px;
    border-radius:18px;
  }

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

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

  .menu-card-media{
    height:192px;
  }
}

@media (max-width: 560px){
  .menu-section-head h2{
    font-size:2rem;
  }

  .menu-card-body{
    padding-left:1.2rem;
    padding-right:1.2rem;
  }

  .menu-card-head{
    flex-direction:column;
    gap:0.45rem;
  }

  .menu-info-box{
    padding:2.3rem 1.3rem;
  }
}
