/* Start custom CSS */html{
  scroll-behavior:smooth;
}

.meze-contact-page{
  max-width:1180px;
  margin:0 auto;
  padding:20px 16px 90px;
  color:#111;
  font-family:inherit;
}

.meze-contact-page h1,
.meze-contact-page h2,
.meze-contact-page h3,
.meze-contact-page h4{
  margin:0 0 10px;
  line-height:1.15;
}

.meze-contact-page p{
  margin:0 0 10px;
  line-height:1.68;
}

.meze-contact-page a{
  text-decoration:none !important;
}

.mcp-hero{
  margin-bottom:22px;
}

.mcp-hero__content{
  border:1px solid #e6dccd;
  border-radius:20px;
  padding:28px 28px;
  background:linear-gradient(180deg,#f7f2ea,#f2ece2);
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.mcp-eyebrow{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.65;
  margin:0 0 10px;
}

.mcp-hero h1{
  font-size:38px;
}

.mcp-lead{
  font-size:17px;
  max-width:760px;
}

.mcp-hero__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.mcp-section{
  margin-top:22px;
}

.mcp-section__head{
  margin-bottom:12px;
}

.mcp-section__head h2{
  font-size:30px;
  margin-bottom:4px;
}

.mcp-section__head p{
  color:#666;
  font-size:14px;
}

.mcp-grid{
  display:grid;
  gap:18px;
}

.mcp-grid--2{
  grid-template-columns:repeat(2,1fr);
}

.mcp-grid--2-compact{
  grid-template-columns:0.9fr 1.1fr;
  align-items:start;
  margin-top:8px;
}

.mcp-card{
  background:#fff;
  border:1px solid #ece6da;
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.mcp-card--soft{
  background:#fffaf0;
  border-style:dashed;
  border-color:#ccb98c;
}

.mcp-card__head{
  margin-bottom:12px;
}

.mcp-card__head h3{
  font-size:24px;
  margin-bottom:4px;
}

.mcp-card__sub{
  color:#666;
  font-size:14px;
}

.mcp-list{
  display:grid;
  gap:10px;
  margin-bottom:16px;
}

.mcp-list__item{
  display:grid;
  gap:2px;
}

.mcp-list__label{
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#777;
}

.mcp-link{
  color:#111;
  font-weight:600;
}

.mcp-hours{
  margin-top:8px;
  margin-bottom:14px;
  padding-top:12px;
  border-top:1px solid #eee4d3;
}

.mcp-hours h4{
  font-size:17px;
  margin-bottom:8px;
}

.mcp-hours__rows{
  display:grid;
  gap:6px;
}

.mcp-hours__row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-bottom:7px;
  border-bottom:1px solid #f1eee8;
  font-size:14px;
}

.mcp-hours__row span:first-child{
  color:#444;
}

.mcp-hours__row span:last-child{
  font-weight:600;
}

.mcp-special-hours{
  margin-bottom:14px;
}

.mcp-special-hours h4{
  font-size:17px;
  margin-bottom:8px;
}

.mcp-special-hours__box{
  background:#fffaf0;
  border:1px solid #e9dec6;
  border-radius:10px;
  padding:10px 12px;
  color:#444;
  line-height:1.6;
  font-size:14px;
}

.mcp-actions{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:10px;
  margin-top:6px;
}

.mcp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 16px;
  border-radius:12px;
  font-weight:700;
  border:1px solid transparent;
  transition:all .2s ease;
  font-size:14px;
  text-align:center;
}

.mcp-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.mcp-btn--primary{
  background:#b08a3c;
  color:#fff;
}

.mcp-btn--secondary{
  background:#fff;
  color:#111;
  border-color:#ddd4c5;
}

.mcp-delivery{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:10px;
}

.mcp-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:8px 12px;
  border-radius:12px;
  border:1px solid #d8c6a0;
  background:#f7f2ea;
  color:#111;
  font-size:13px;
  font-weight:700;
  text-decoration:none !important;
  transition:all .18s ease;
}

.mcp-chip:hover{
  background:#efe7d7;
  border-color:#c7b081;
  color:#111;
  transform:translateY(-1px);
}

.mcp-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:10px;
}

.mcp-gallery__card{
  background:#fff;
  border:1px solid #ece6da;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.mcp-gallery__image{
  height:210px;
  background-size:cover;
  background-position:center;
}

.mcp-gallery__body{
  padding:14px;
}

.mcp-gallery__body h3{
  font-size:18px;
  margin-bottom:4px;
}

.mcp-gallery__body p{
  color:#555;
  margin:0;
  font-size:13px;
  line-height:1.55;
}

.mcp-quicklinks{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:14px 0 12px;
}

.mcp-tips{
  display:grid;
  gap:8px;
  margin-top:10px;
}

.mcp-tip{
  background:#fff;
  border:1px solid #ede3cf;
  border-radius:10px;
  padding:10px 12px;
  line-height:1.6;
  font-size:13px;
}

.mcp-card--form .wpforms-container,
.mcp-card--form .wpforms-form{
  width:100%;
}

.mcp-faq{
  border:1px solid #ece6da;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.mcp-faq__item + .mcp-faq__item{
  border-top:1px solid #eee;
}

.mcp-faq__q{
  width:100%;
  padding:16px 18px;
  background:none;
  border:none;
  text-align:left;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  position:relative;
}

.mcp-faq__q:hover{
  background:#f8f8f8;
}

.mcp-faq__q:after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  opacity:.6;
}

.mcp-faq__item.is-open .mcp-faq__q:after{
  content:"–";
}

.mcp-faq__a{
  max-height:0;
  overflow:hidden;
  padding:0 18px;
  transition:max-height .25s ease;
}

.mcp-faq__a p{
  padding-bottom:15px;
  margin:0;
  color:#555;
  max-width:900px;
  font-size:14px;
}

.mcp-faq__a a{
  color:#111;
  text-decoration:underline !important;
  text-underline-offset:2px;
}

.mcp-faq-delivery{
  display:grid;
  gap:12px;
  padding-bottom:15px;
}

.mcp-faq-delivery__group strong{
  display:block;
  margin-bottom:8px;
}

.mcp-faq-delivery__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.mcp-inline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:10px;
  border:1px solid #d8c6a0;
  background:#f7f2ea;
  color:#111 !important;
  font-size:13px;
  font-weight:700;
  text-decoration:none !important;
  transition:all .18s ease;
}

.mcp-inline-btn:hover{
  background:#efe7d7;
  border-color:#c7b081;
  transform:translateY(-1px);
}

@media (max-width:980px){
  .mcp-grid--2,
  .mcp-gallery{
    grid-template-columns:1fr;
  }

  .mcp-grid--2-compact{
    display:flex;
    flex-direction:column;
  }

  .mcp-card--form{
    order:1;
  }

  .mcp-card--soft{
    order:2;
  }

  .mcp-hero__content{
    padding:24px 20px;
  }

  .mcp-hero h1{
    font-size:34px;
  }
}

@media (max-width:768px){
  .meze-contact-page{
    padding:16px 14px 90px;
  }

  .mcp-lead{
    font-size:15px;
  }

  .mcp-section__head h2{
    font-size:26px;
  }

  .mcp-card__head h3,
  .mcp-gallery__body h3{
    font-size:22px;
  }

  .mcp-gallery__image{
    height:190px;
  }
}

@media (max-width:640px){
  .mcp-quicklinks,
  .mcp-actions,
  .mcp-hero__actions{
    grid-template-columns:1fr;
    display:grid;
  }

  .mcp-faq-delivery__buttons{
    flex-direction:column;
  }
}

@media (max-width:480px){
  .mcp-hero h1{
    font-size:30px;
  }

  .mcp-btn{
    width:100%;
  }
}/* End custom CSS */