:root{
  --mb-white:#ffffff;
  --mb-ink:#3f3834;
  --mb-muted:#6f6762;
  --mb-soft:#f7f4f2;
  --mb-soft-2:#faf8f7;
  --mb-pink:#BE4788;
  --mb-gold:#d7a24a;
  --mb-border:#e6dfda;
}

/* *{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:var(--mb-ink);font-size:14px;line-height:1.55} */
/* a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
body{overflow-x:hidden} */
.mb-page a{text-decoration:none; color: #000;}
.mb-page img {width: 100%;}
.mb-page {font-family: 'ngg_fontregular';}
.mb-page{width:100%;overflow:hidden;background:#fff}
.mb-center{text-align:center}
.mb-eyebrow.mb-eyebrow {
    margin: 0 0 10px;
    color: #b8a196;
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: .30em;
    text-transform: uppercase;
}
.mb-section{width:100%;margin:0 auto;padding:26px 0}
.mb-section-title{margin:0 0 18px;font-size:7vw;line-height:1.22;font-weight:500;color:#3f3834}
.mb-button{display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 18px;
    border: 1px solid #000;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: .05em;
    /* background: #fff; */
    transition: .2s ease;
    white-space: nowrap;
    font-family: 'DBHeavent';}
.mb-button-dark{background:#111;color: #fff !important;border-color:#111}
.mb-button-outline{background:#fff;border-color:#cfc8c3;color:#312b28}
/* .mb-button-light{background:rgba(255,255,255,.72);backdrop-filter:blur(8px)} */
.mb-button:hover{transform:translateY(-1px)}
.mb-link-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:36px;border:1px solid #b7afa9;color:#443b37;background:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
/* .mb-divider{height:1px;background:#ebe5e0;margin:0} */

/* HERO */
.mb-hero-section{position:relative;width:100%;overflow:hidden;background:#f7ebf6}
.mb-hero-bg{width:100%;min-height:430px;object-fit:cover;object-position:center top;display:block}
.mb-hero-inner{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:18px 16px 24px}
.mb-hero-top{width:100%;display:flex;justify-content:center}
.mb-hero-top .mb-eyebrow{margin:0;color:#2f2a2b;font-size:4vw;text-align:center; font-weight: 400 !important;}
.mb-hero-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;width:100%;}
.mb-hero-title{margin:0;color:var(--mb-pink);    font-size: 7vw;line-height:1.08; font-weight:700;letter-spacing:.005em}
.mb-hero-copy{ 
    margin: 10px auto;
    color: #000;
    font-size: 4.8vw;
    line-height: 1.45;
    font-family: DBHeavent !important;}
.mb-hero-button-wrap{display:flex;justify-content:center}

/* CATEGORY */
.mb-category-section{
  padding-top:26px;
  width: 85%;
  display: block;
  margin: 0 auto;
  /* overflow:hidden; */
}

.mb-category-section .mb-section-title{
  margin-bottom:18px;
}

.mb-category-grid{
  display:flex;
  gap:12px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:0 16px 8px;
  margin:0 -16px;
}

.mb-category-grid::-webkit-scrollbar{
  display:none;
}

.mb-category-grid{
  scrollbar-width:none;
}

.mb-category-card{
  flex:0 0 31%;
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  font-size:4.8vw;
  /* font-weight:700; */
  color:#3e3936;
  text-align:center;
  font-family: DBHeavent !important;
}

.mb-category-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  background:var(--mb-soft-2);
  border-radius:999px;
  padding:12px;
  border:1px solid #f2ece8;
}

.mb-category-card span{
  display:block;
  min-height:28px;
  line-height:1.25;
}

/* SPLIT / GENERAL CONTENT */
.mb-split-section,.mb-dshine-inner{display:grid;grid-template-columns:1fr;gap:20px;align-items:center}
.mb-split-image-wrap{overflow:hidden;background:#f8f4f1}
.mb-split-image{width:100%;height:auto;object-fit:cover}
.mb-split-content{text-align:left}
.mb-content-title{margin:0 0 10px;font-size:24px;line-height:1.28;font-weight:500;color:#3f3834}
.mb-content-title span{display:block;color:#d79e68;font-weight:500}
.mb-body-text{margin:0 0 20px;color:#6d6560;font-size:12px;line-height:1.62}
.mb-product-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:start;margin:0 0 18px}
.mb-mini-product{text-align:center;color:#7b716d;font-size:9px}
.mb-mini-product a{display:block}
.mb-mini-product img{width:100%;aspect-ratio:1/1;object-fit:cover;margin:0 auto 8px;border-radius:10px;}
.mb-mini-product p{margin:0;line-height:1.35}
/* .mb-explore-card a{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;border-radius:999px;background:#f6f3f1;color:#8c837d;font-size:8px;font-weight:700;letter-spacing:.08em} */
 .mb-explore-card a {width:56px;
  height:56px;
  font-size:6px;} 
.mb-text-link,.mb-view-all{display:inline-flex;align-items:center;justify-content:center}
.mb-split-content .mb-text-link{width:100%}
/* YELLOW DIAMOND SECTION - MOBILE REF */
.mb-yellow-section{
  width:100%;
  padding:0 0 28px;
  /* background:#f7f7f5; */
}

.mb-yellow-section .mb-split-image-wrap{
  width:100%;
  /* background:#f3f1ef;
  overflow:hidden; */
}

.mb-yellow-section .mb-split-image{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio:auto !important;
  object-fit:cover;
  object-position:center center;
}

.mb-yellow-section .mb-split-content{
  width:calc(100% - 32px);
  margin:0 auto;
  padding:18px 0 0;
  text-align:left;
}

.mb-yellow-section .mb-eyebrow{
  margin:0 0 10px;
  color:#8e847e;
  font-size:3vw;
  font-weight:500;
  letter-spacing:.35em;
  text-transform:uppercase;
}

.mb-yellow-section .mb-content-title{
    margin: 0 0 12px;
    font-size: 8vw;
    line-height: 1.34;
    font-weight: 500;
    color: #2f2b29;
    font-family: DBHeavent !important;
}

.mb-yellow-section .mb-body-text{
  margin:0 0 20px;
  color:#6e6763;
  font-size:5vw;
  line-height:1.75;
  font-family: DBHeavent !important;
}

.mb-yellow-section .mb-product-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  align-items:center;
  margin:0 0 20px;
}

.mb-yellow-section .mb-mini-product{
  text-align:center;
  color:#7a716c;
  font-size:3.5vw;
  font-family: DBHeavent !important;
}

.mb-yellow-section .mb-mini-product a{
  display:block;
}

.mb-yellow-section .mb-mini-product img{
  width:100%;
  /* max-width:68px;
  aspect-ratio:1/1;
  object-fit:contain;
  margin:0 0 8px;
  background:transparent;
  border-radius:0; */
}

.mb-yellow-section .mb-mini-product p{
  margin:0;
  line-height:1.4;
}

.mb-yellow-section .mb-explore-card{
  display:flex;
  align-items:center;
  justify-content:center;
}

.mb-yellow-section .mb-explore-card a{
  width: 85px;
    height: 85px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efedeb;
    color: #6f6864;
    font-size: 3.5vw;
    /* font-weight: 700; */
    /* letter-spacing: .16em; */
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto;
    font-family: DBHeavent !important;
}

.mb-yellow-section .mb-link-button{
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9a29d;
    background: transparent;
    color: #2f2b29;
    font-size: 3.8vw;
    font-weight: 300;
    letter-spacing: .02em;
    font-family: DBHeavent !important;
}

/* FEATURE */
.mb-feature-section{text-align:center;padding-top:24px}
.mb-feature-section .mb-section-title{margin-bottom:16px}
.mb-feature-banner{position:relative;overflow:hidden;background:#f8e6ed}
.mb-feature-banner>img{width:100%;height:auto;object-fit:cover}
.mb-view-all{margin:16px auto 0;padding-bottom:6px;border-bottom:1px solid #81746f;color:#81746f;font-size:10px;font-weight:700;letter-spacing:.14em}

/* BRANDS FULL WIDTH + ORIGINAL IMAGE RATIO + KEEP TEXT */
.mb-brand-section{
  position:relative;
  left:50%;
  width:100vw;
  margin-left:-50vw;
  padding:26px 0 0;
}
.mb-dshine-section .mb-split-image-wrap{
  width:100%;
  aspect-ratio: 1 / 1;
  overflow:hidden;
  background:#f7f3ee;
}

.mb-dshine-section .mb-split-image{
  width:100%;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center 42% !important;
  display:block;
}
.mb-brand-section > .mb-eyebrow,
.mb-brand-section > .mb-section-title{
  width:calc(100% - 32px);
  margin-left:auto;
  margin-right:auto;
}

.mb-brand-grid{
  width:100%;
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
}

.mb-brand-card{
  position:relative;
  width:100%;
  overflow:hidden;
  display:block;
  padding:0;
  color:#fff;
  background:#fff;
}

.mb-brand-card img{
  position:relative;
  inset:auto;
  width:100%;
  height:auto;
  max-width:none;
  display:block;
  object-fit:contain;
  object-position:center;
}

.mb-brand-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0) 25%,
    rgba(0,0,0,.18) 58%,
    rgba(0,0,0,.45) 100%
  );
}

.mb-brand-card > div{
  position:absolute;
  left:14px;
  bottom:15px;
  z-index:2;
  max-width:72%;
}

.mb-brand-mark{
  position:absolute;
  top:10px;
  right:14px;
  z-index:2;
  font-size:9px;
  line-height:1.15;
  letter-spacing:.08em;
  color:#fff;
  text-align:right;
}

.mb-brand-mark-left{
  left:14px;
  right:auto;
  text-align:left;
}

.mb-brand-card h3{
  margin:0 0 4px;
  
  font-size:18px;
  line-height:1.1;
  font-weight:500;
  color:#fff;
}

.mb-brand-card p{
     margin: 0;
    font-size: 3.8vw;
    line-height: 1.35;
    color: rgba(255, 255, 255, .92);
    font-family: DBHeavent !important;
}
/* DSHINE SECTION - MOBILE REF STYLE */
.mb-dshine-section{
  background:#f7f3ee;
  margin-top:18px;
  padding:0 0 28px;
}

.mb-dshine-inner{
  width:100%;
  margin:0;
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}

.mb-dshine-section .mb-split-image-wrap{
  width:100%;
  background:#f7f3ee;
  overflow:hidden;
}

.mb-dshine-section .mb-split-image{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  object-position:center;
}

.mb-dshine-section .mb-split-content{
  width:calc(100% - 32px);
  margin:0 auto;
  padding:20px 0 0;
  text-align:left;
}

.mb-dshine-section .mb-eyebrow{
    margin: 0 0 8px;
    color: #b8a196;
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.mb-dshine-section .mb-content-title{
    margin: 0 0 10px;
    font-size: 10vw;
    line-height: 1.1;
    font-weight: 500;
    color: #2f2926;
}

.mb-dshine-section .mb-content-title span{
  display:block;
  margin-top:8px;
  
  font-size:16px;
  line-height:1.35;
  font-weight:400;
  color:#e3a16d;
}

.mb-dshine-section .mb-body-text{
    margin: 0 0 18px;
    color: #6f6762;
    font-size: 3.8vw;
    line-height: 1.7;
    font-family: 'DBHeavent';
}

.mb-thumb-row{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:0 0 18px;
}

.mb-thumb-row a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:1/1;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  border:1px solid #f0e9e4;
  padding:10px;
}

.mb-thumb-row img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
  border:0;
}

.mb-dshine-section .mb-link-button{
  width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9a29d;
    background: transparent;
    color: #2f2b29;
    font-size: 3.8vw;
    font-weight: 300;
    letter-spacing: .02em;
    font-family: DBHeavent !important;
}
/* BENEFITS */
.mb-benefit-section{display:grid;grid-template-columns:repeat(2,1fr);
    gap:10px;width:calc(100% - 32px);margin:0 auto;
    padding:26px 0;text-align:center;background:#fff;
    font-family: DBHeavent !important;
}
.mb-benefit-section article{color:#9c8577}
.mb-benefit-section span{display:block;font-size:18px;line-height:1}
.mb-benefit-section h3{margin:8px 0 4px;color:#6a5b52;font-size:4.8vw;line-height:1.35;font-weight:500}
.mb-benefit-section p{margin:0;color:#a0938c;font-size:3.6vw;line-height:1.35}

/* DESTINATION */
.mb-destination-section{display:grid;grid-template-columns:1fr;background:#eee7e1;margin-top:4px;overflow:hidden}
.mb-destination-content{padding:26px 16px 18px;position:relative;z-index:2}
.mb-destination-content .mb-eyebrow{margin:0 0 12px;color:#c3a982;font-size:8px;letter-spacing:.30em}
.mb-destination-content h2{margin:0 0 10px;font-size:28px;line-height:1.16;font-weight:500;color:#111}
.mb-destination-content p{margin: 0 0 18px;
    color: #333;
    font-size: 4.5vw;
    line-height: 1.65;
    font-family: 'DBHeavent';}
.mb-action-row{display:flex;gap:10px;flex-wrap:wrap}
.mb-destination-photo img,.mb-destination-image{width:100%;height:auto;aspect-ratio:1.3;object-fit:cover;object-position:center right;display:block}


.mb-benefit-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin:0 auto 8px;
  color:#9c8577;
}

.mb-benefit-icon svg{
  width:24px;
  height:24px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

