/* Start custom CSS */.meze-info-page{
  --panel:#fffdf9;
  --panel-soft:#f6efe4;
  --text:#2b2723;
  --muted:#6b6358;
  --gold:#b5893d;
  --gold-dark:#8a672d;
  --line:#e6d8be;
  --shadow:0 18px 44px rgba(43,39,35,.08);
  max-width:1180px;
  margin:0 auto;
  padding:24px 16px 90px;
  color:var(--text);
  font-family:inherit;
}

.meze-info-page *{box-sizing:border-box}
.meze-info-page img{max-width:100%;display:block}
.meze-info-page a{text-decoration:none!important}
.meze-info-page h1,.meze-info-page h2,.meze-info-page h3{margin:0;color:#1f1b17}
.meze-info-page p{margin:0;line-height:1.72}

.meze-info-hero{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:24px;
  align-items:stretch;
  margin-bottom:28px;
}

.meze-info-hero__content,
.meze-info-hero__media,
.meze-info-card,
.meze-feature,
.meze-point-card,
.meze-info-split__content,
.meze-info-cta__box,
.meze-info-faq-list{
  border-radius:24px;
}

.meze-info-hero__content{
  background:linear-gradient(180deg,var(--panel),var(--panel-soft));
  border:1px solid rgba(181,137,61,.18);
  box-shadow:var(--shadow);
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.meze-info-eyebrow,
.section-kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--gold-dark);
  font-weight:700;
}

.meze-info-hero h1{
  font-size:clamp(38px,5vw,62px);
  line-height:1.02;
  margin:10px 0 14px;
}

.meze-info-lead{
  font-size:20px;
  line-height:1.55;
  color:#3a352f;
  font-weight:600;
  margin-bottom:12px!important;
}

.meze-info-hero__content > p:not(.meze-info-eyebrow):not(.meze-info-lead){
  color:var(--muted);
}

.meze-info-hero__media{
  overflow:hidden;
  min-height:460px;
  box-shadow:var(--shadow);
}

.meze-info-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.meze-info-hero__actions,
.meze-info-cta__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.meze-info-btn{
  min-height:50px;
  padding:13px 20px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  transition:.2s ease;
  border:1px solid transparent;
  cursor:pointer;
}

.meze-info-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.meze-info-btn--gold{
  background:var(--gold);
  color:#fff;
}

.meze-info-btn--gold:hover{
  background:#a57a34;
}

.meze-info-btn--light{
  background:#fff;
  color:var(--text);
  border-color:#ddd1bf;
}

.meze-info-tags{
  list-style:none;
  margin:20px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.meze-info-tags li{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(181,137,61,.09);
  color:#544c43;
  font-size:14px;
  font-weight:600;
}

.meze-info-intro,
.meze-info-grid{
  display:grid;
  gap:18px;
}

.meze-info-intro{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0 0 30px;
}

.meze-info-card,
.meze-feature,
.meze-point-card,
.meze-info-split__content,
.meze-info-cta__box{
  background:var(--panel);
  border:1px solid rgba(181,137,61,.15);
  box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.meze-info-card{
  padding:28px;
}

.meze-info-card h2{
  font-size:30px;
  line-height:1.15;
  margin:8px 0 12px;
}

.meze-info-card p:last-child,
.meze-feature p,
.meze-point-card p,
.meze-info-split__content p:not(.section-kicker),
.meze-info-cta__box p:not(.section-kicker),
.section-head p:last-child{
  color:var(--muted);
}

.meze-info-section,
.meze-info-faq{
  margin-top:34px;
}

.section-head{
  max-width:760px;
  margin-bottom:18px;
}

.section-head--center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.section-head h2{
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  margin:8px 0 10px;
}

.meze-info-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.meze-info-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.meze-feature,
.meze-point-card{
  padding:24px;
}

.meze-feature__icon{
  width:54px;
  height:54px;
  border-radius:16px;
  background:#f2e8d7;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:14px;
}

.meze-feature h3,
.meze-point-card h3{
  font-size:22px;
  margin-bottom:8px;
}

.meze-feature--soft{
  background:linear-gradient(180deg,#fffaf2,#f7f0e3);
}

.meze-info-split{
  margin-top:34px;
  display:grid;
  grid-template-columns:.96fr 1.04fr;
  gap:20px;
  align-items:stretch;
}

.meze-info-split__content{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.meze-info-split__content h2{
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  margin:8px 0 12px;
}

.meze-info-split__content p + p{
  margin-top:10px;
}

.meze-info-split__media{
  min-height:380px;
  overflow:hidden;
  border-radius:24px;
  box-shadow:var(--shadow);
}

.meze-info-split__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.meze-info-cta{
  margin-top:36px;
}

.meze-info-cta__box{
  padding:36px;
  text-align:center;
  background:linear-gradient(180deg,#f6eedf,#fbf8f2);
}

.meze-info-cta__box h2{
  font-size:clamp(28px,3vw,44px);
  line-height:1.08;
  margin:8px 0 10px;
}

.meze-info-cta__box p:not(.section-kicker){
  max-width:760px;
  margin:0 auto;
}

.meze-info-cta__actions{
  justify-content:center;
}

.meze-info-faq-list{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(181,137,61,.15);
}

.meze-info-faq-item + .meze-info-faq-item{
  border-top:1px solid #eee3d1;
}

.meze-info-faq-q{
  width:100%;
  padding:20px 56px 20px 20px;
  border:none;
  background:none;
  text-align:left;
  position:relative;
  font-size:16px;
  font-weight:700;
  color:#1f1b17;
  cursor:pointer;
}

.meze-info-faq-q:after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  color:#7d7366;
}

.meze-info-faq-item.open .meze-info-faq-q:after{
  content:"–";
}

.meze-info-faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .25s ease;
  padding:0 20px;
}

.meze-info-faq-a p{
  color:var(--muted);
  padding:0 0 18px;
}

@media (max-width:980px){
  .meze-info-hero,
  .meze-info-intro,
  .meze-info-split,
  .meze-info-grid--3,
  .meze-info-grid--2{
    grid-template-columns:1fr;
  }

  .meze-info-hero__media{
    min-height:300px;
  }

  .meze-info-split__media{
    min-height:260px;
  }
}

@media (max-width:767px){
  .meze-info-page{
    padding:18px 14px 80px;
  }

  .meze-info-hero{
    gap:16px;
  }

  .meze-info-hero__content,
  .meze-info-card,
  .meze-feature,
  .meze-point-card,
  .meze-info-split__content,
  .meze-info-cta__box{
    padding:22px 18px;
    border-radius:18px;
  }

  .meze-info-hero h1{
    font-size:34px;
  }

  .meze-info-lead{
    font-size:17px;
  }

  .meze-info-hero__media{
    min-height:220px;
    border-radius:18px;
  }

  .meze-info-tags li{
    width:100%;
    border-radius:12px;
  }

  .meze-info-card h2,
  .section-head h2,
  .meze-info-split__content h2,
  .meze-info-cta__box h2{
    font-size:28px;
  }

  .meze-feature h3,
  .meze-point-card h3{
    font-size:20px;
  }

  .meze-info-btn{
    width:100%;
  }

  .meze-info-hero__actions,
  .meze-info-cta__actions{
    flex-direction:column;
  }

  .meze-info-faq-q{
    font-size:15px;
    padding:18px 50px 18px 18px;
  }

  .meze-info-faq-a{
    padding:0 18px;
  }
}/* End custom CSS */