.mp-age21{position:relative;display:inline-grid;place-items:center;width:var(--sz,118px);height:var(--sz,118px);flex:0 0 auto}
.mp-age21__bloom{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}
.mp-age21__disc{position:relative;display:grid;place-items:center;width:47%;height:47%;border-radius:50%;background-image:radial-gradient(circle at 38% 30%,#ffe1a0,#ffb01f 58%,#e08a08);border:2px solid #ffd98a;box-shadow:0 4px 12px -3px rgba(70,26,4,.6),inset 0 1px 2px rgba(255,255,255,.5);font-family:var(--mp-fd);font-weight:700;color:#5a3410;line-height:1}
.mp-age21--lg{--sz:clamp(122px,30vw,150px)}
.mp-age21--lg .mp-age21__disc{font-size:clamp(1.55rem,5.4vw,2rem)}
.mp-age21--lg .mp-age21__bloom{animation:mp-sway 7s ease-in-out infinite}
.mp-age21--sm{--sz:50px}
.mp-age21--sm .mp-age21__disc{width:64%;height:64%;font-size:1rem;color:#4a2c0c}

.mp-topbar{background-color:var(--mp-plum);color:var(--mp-inv-soft)}
.mp-topbar__in{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:40px;padding-block:.2rem}
.mp-topbar__grp{display:flex;align-items:center;gap:1.1rem}
.mp-topbar__lnk{display:inline-flex;align-items:center;gap:.4rem;color:var(--mp-inv-soft);font-weight:600;font-size:1rem}
.mp-topbar__lnk:hover{color:#fff}
.mp-topbar__lnk .mp-ic{width:1.05em;height:1.05em;color:var(--mp-teal)}
.mp-topbar__lnk--legal{font-weight:500}
.mp-topbar__note{display:inline-flex;align-items:center;gap:.4rem;color:var(--mp-pink);font-weight:600;font-size:1rem}
.mp-topbar__note .mp-ic{width:1.05em;height:1.05em;color:var(--mp-pink)}
.mp-orgplate{display:inline-flex;align-items:center;gap:.42rem;font-weight:700;font-size:1rem;color:#06231a;background-image:var(--mp-grad-teal);border-radius:.6rem;padding:.34rem .72rem;line-height:1}
.mp-orgplate .mp-ic{width:1.05em;height:1.05em;color:#06231a}
.mp-orgplate:hover{filter:brightness(1.06)}

.mp-header{position:sticky;top:0;z-index:50;background-color:var(--mp-bg);backdrop-filter:saturate(1.2) blur(8px);transition:box-shadow .25s ease}
.mp-header.is-scrolled{box-shadow:0 12px 30px -18px rgba(5,0,15,.85)}
.mp-header__in{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--mp-header-h)}
.mp-header__left{display:flex;align-items:center;gap:1.4rem}

.mp-brand{display:inline-flex;align-items:center;flex:0 0 auto}
.mp-brand__img{width:clamp(142px,18vw,180px);height:auto;display:block}

.mp-nav{display:flex;align-items:center;gap:.3rem}
.mp-nav__lnk{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--mp-fb);font-weight:600;font-size:1rem;color:var(--mp-text);padding:.5rem .85rem;border-radius:var(--mp-r);transition:background-color .22s ease,color .22s ease}
.mp-nav__lnk .mp-ic{width:1.15em;height:1.15em;color:var(--mp-honey)}
.mp-nav__lnk:hover{background-color:var(--mp-honey);color:#3a2410}
.mp-nav__lnk:hover .mp-ic{color:#7a4a08}
.mp-nav__lnk.is-active{background-color:var(--mp-magenta);color:#fff}
.mp-nav__lnk.is-active .mp-ic{color:#fff}

.mp-header__act{display:flex;align-items:center;gap:.95rem}
.mp-header__login{font-weight:600;color:var(--mp-text)}
.mp-header__login:hover{color:var(--mp-honey)}

.mp-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;padding:0 10px;border-radius:.7rem;background-color:var(--mp-surface)}
.mp-burger span{display:block;height:3px;border-radius:3px;background-color:var(--mp-honey);transition:transform .26s ease,opacity .2s ease}

.mp-drawer{position:fixed;inset:0;z-index:100;visibility:hidden}
.mp-drawer__scrim{position:absolute;inset:0;width:100%;height:100%;background-color:rgba(8,2,16,.6);opacity:0;transition:opacity .3s ease}
.mp-drawer__panel{position:absolute;top:0;right:0;height:100dvh;width:min(86vw,360px);background-color:var(--mp-bg-2);box-shadow:-14px 0 44px -22px rgba(0,0,0,.7);transform:translateX(100%);transition:transform .34s cubic-bezier(.3,.9,.3,1);display:flex;flex-direction:column;gap:1.1rem;padding:calc(env(safe-area-inset-top,0px) + 1.2rem) 1.3rem calc(env(safe-area-inset-bottom,0px) + 1.3rem);overflow-y:auto}
.mp-drawer.is-open{visibility:visible}
.mp-drawer.is-open .mp-drawer__scrim{opacity:1}
.mp-drawer.is-open .mp-drawer__panel{transform:translateX(0)}
.mp-drawer__top{display:flex;align-items:center;gap:.7rem}
.mp-drawer__rg{font-weight:700;color:var(--mp-honey);font-size:1rem}
.mp-drawer__x{margin-left:auto;width:42px;height:42px;display:grid;place-items:center;border-radius:.7rem;background-color:var(--mp-surface);color:var(--mp-text)}
.mp-drawer__x .mp-ic{width:1.3em;height:1.3em}
.mp-drawer__nav{display:flex;flex-direction:column}
.mp-drawer__nav a{font-family:var(--mp-fd);font-weight:600;font-size:1.22rem;color:var(--mp-ink);padding:.72rem 0;display:flex;align-items:center;gap:.55rem}
.mp-drawer__nav a.is-active{color:var(--mp-magenta)}
.mp-drawer__nav a.is-active::before{content:"";width:1.05rem;height:1.05rem;flex:0 0 auto;background-color:var(--mp-honey);-webkit-mask:var(--mp-bee) center/contain no-repeat;mask:var(--mp-bee) center/contain no-repeat}
.mp-drawer__act{display:flex;flex-direction:column;gap:.7rem;margin-top:auto}
.mp-drawer__foot{font-size:1rem;color:var(--mp-muted);text-align:center}

.mp-gate{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:1.2rem;background-color:rgba(8,3,18,.72);overflow-y:auto}
.mp-gate__card{width:100%;max-width:440px;background-color:var(--mp-panel);border:2px solid var(--mp-line-2);border-radius:var(--mp-r-xl);box-shadow:0 34px 64px -24px rgba(0,0,0,.7);padding:clamp(1.4rem,4vw,2.1rem);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.62rem}
.mp-gate__kicker{font-weight:700;font-size:1rem;color:var(--mp-magenta)}
.mp-gate__title{font-family:var(--mp-fd);font-weight:700;font-size:clamp(1.4rem,4.6vw,1.9rem);color:var(--mp-ink)}
.mp-gate__txt{font-size:1rem;line-height:1.55;color:var(--mp-soft);max-width:34rem}
.mp-gate__act{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}

.mp-cookie{position:fixed;right:clamp(1rem,3vw,1.6rem);bottom:clamp(1rem,3vw,1.6rem);z-index:90;width:min(344px,calc(100vw - 2rem))}
.mp-cookie__body{background-color:var(--mp-panel);padding:1.4rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}
.mp-cookie__title{font-family:var(--mp-fd);font-weight:700;font-size:1rem;color:var(--mp-ink)}
.mp-cookie__txt{font-size:1rem;line-height:1.5;color:var(--mp-soft)}
.mp-cookie__act{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.3rem}

html.mp-lock{overflow:hidden}

@media (max-width:1080px){
  .mp-topbar__note{display:none}
  .mp-topbar__lnk--legal{display:none}
  .mp-nav{display:none}
  .mp-header__login{display:none}
  .mp-burger{display:flex}
}
@media (max-width:520px){
  .mp-orgplate{display:none}
  .mp-header__act > .mp-btn{display:none}
}

.mp-hero{position:relative;background-color:var(--mp-bg);padding-top:clamp(1.1rem,3vw,2rem);margin-bottom:clamp(4.5rem,9vw,7.5rem)}
.mp-hero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.mp-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 32%;filter:blur(2.5px);transform:scale(1.04)}
.mp-hero__bg::after{content:"";position:absolute;inset:0;background-image:linear-gradient(to top,rgba(29,15,51,0) 40%,var(--mp-bg) 95%)}
.mp-hero__in{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.1rem;max-width:52rem;padding-block:clamp(.4rem,1.5vw,1rem) clamp(3.5rem,8vw,6rem)}
.mp-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--mp-fb);font-weight:700;font-size:1rem;color:#3a2410;background-image:var(--mp-grad-honey);padding:.5rem 1.05rem .5rem .8rem;border-radius:1.3rem 1.3rem 1.3rem .4rem;box-shadow:var(--mp-sh-sm)}
.mp-hero__eyebrow .mp-bee{width:1.25em;height:1.25em;color:#6b4410}
.mp-hero__title{font-family:var(--mp-fd);font-weight:700;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.03;letter-spacing:-.02em;color:var(--mp-ink)}
.mp-hero__sub{font-size:clamp(1.02rem,1.8vw,1.22rem);line-height:1.55;color:var(--mp-inv-soft);max-width:45rem}
.mp-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:clamp(.4rem,1.2vw,.8rem)}
.mp-hero__cta .mp-btn{min-width:13.5rem;justify-content:space-between;padding:.72rem 1.4rem .72rem 1.7rem}
.mp-btn--ico{gap:.7rem;padding-right:.45rem}
.mp-btn__ic{display:inline-grid;place-items:center;width:1.95rem;height:1.95rem;border-radius:50%;background-color:rgba(58,36,16,.18)}
.mp-btn__ic .mp-ic{width:1.05em;height:1.05em}
.mp-btn--ghost .mp-btn__ic{background-color:rgba(236,95,178,.2)}
.mp-hero__facts{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem 1.5rem;padding:.95rem 1.9rem;margin-top:clamp(2rem,5vw,3.4rem);background-color:rgba(13,6,26,.55);backdrop-filter:blur(6px);border-radius:1.1rem}
.mp-hero__facts li{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;font-size:1rem;color:var(--mp-inv-soft)}
.mp-hero__facts li .mp-ic{width:1.15em;height:1.15em;color:var(--mp-teal)}
.mp-hero__feats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;transform:translateY(50%)}
.mp-feat{position:relative;display:block;min-height:184px;padding:1.4rem 1.45rem 1.55rem;transition:transform .25s ease}
.mp-feat::before{content:"";position:absolute;inset:0;z-index:0;background-color:var(--mp-surface-2);border-radius:1.35rem;filter:drop-shadow(0 18px 26px rgba(0,0,0,.5))}
.mp-feat--hl::before{background-color:transparent;background-image:var(--mp-grad-honey)}
.mp-feat:hover{transform:scale(1.025)}
.mp-feat__txt{position:relative;z-index:1;display:flex;flex-direction:column;gap:.2rem;max-width:68%}
.mp-feat__t{font-family:var(--mp-fd);font-weight:700;font-size:1.14rem;line-height:1.16;color:var(--mp-ink)}
.mp-feat__s{font-size:1rem;font-weight:600;color:var(--mp-inv-soft)}
.mp-feat__img{position:absolute;z-index:1;right:.7rem;bottom:.7rem;width:90px;height:90px;object-fit:contain}
.mp-feat__arrow{position:absolute;z-index:2;left:1.5rem;bottom:-1.8rem;width:62px;height:62px;display:grid;place-items:center;border-radius:50%;border:3px solid var(--mp-honey);color:var(--mp-honey);background-color:var(--mp-bg-2);transition:transform .25s ease}
.mp-feat__arrow .mp-ic{width:1.5em;height:1.5em}
.mp-feat:hover .mp-feat__arrow{transform:scale(1.08) rotate(-8deg)}
.mp-feat--hl .mp-feat__t{color:#3a2410}
.mp-feat--hl .mp-feat__s{color:#7a4a08}
.mp-feat--hl .mp-feat__arrow{border-color:#3a2410;color:#3a2410;background-color:#ffe1a0}

@media (max-width:900px){
  .mp-hero{margin-bottom:0}
  .mp-hero__feats{grid-template-columns:repeat(2,1fr);gap:2.4rem 1rem;transform:none;margin-bottom:clamp(2.5rem,6vw,3.5rem)}
}
@media (max-width:520px){
  .mp-hero__feats{grid-template-columns:1fr;gap:2.8rem}
  .mp-feat{min-height:152px}
  .mp-hero__eyebrow{font-size:1rem;padding:.42rem .85rem;margin-bottom:.5rem}
}

.mp-glance{padding-block:clamp(3rem,7vw,5.5rem)}
.mp-glance .mp-sec-head{max-width:62rem;margin-inline:auto}
.mp-glance .mp-sec-title{font-size:clamp(2.1rem,5vw,3.4rem)}
.mp-glance2{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:1.1rem;align-items:stretch;margin-top:clamp(1.8rem,4vw,2.8rem)}
.mp-card--img{padding:0;overflow:hidden}
.mp-show{position:relative;min-height:clamp(330px,40vw,460px)}
.mp-show__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mp-show__label{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;display:flex;align-items:center;gap:.85rem;background-color:rgba(20,9,34,.82);backdrop-filter:blur(7px);border-radius:1rem;padding:.95rem 1.05rem}
.mp-show__lic{display:grid;place-items:center;width:2.7rem;height:2.7rem;flex:0 0 auto;border-radius:.7rem;background-image:var(--mp-grad-honey);color:#3a2410}
.mp-show__lic .mp-ic{width:1.4em;height:1.4em}
.mp-show__ltxt{display:flex;flex-direction:column;gap:.2rem}
.mp-show__panel{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;display:flex;flex-direction:column;gap:.55rem;background-color:rgba(20,9,34,.85);backdrop-filter:blur(7px);border-radius:1rem;padding:1.15rem 1.25rem}
.mp-show__t{font-family:var(--mp-fd);font-weight:700;font-size:1.14rem;color:var(--mp-ink)}
.mp-show__s{font-size:1rem;color:var(--mp-inv-soft)}
.mp-show__p{font-size:1rem;line-height:1.45;color:var(--mp-inv-soft)}
.mp-show__chips{display:flex;flex-wrap:wrap;gap:.4rem}
.mp-minichip{font-family:var(--mp-fb);font-weight:700;font-size:1rem;color:#3a2410;background-image:var(--mp-grad-honey);border-radius:.5rem;padding:.26rem .55rem;line-height:1}
.mp-show__arrow{position:absolute;z-index:2;top:1rem;right:1rem;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background-image:var(--mp-grad-honey);color:#3a2410;box-shadow:var(--mp-sh-sm);transition:transform .25s ease}
.mp-show__arrow .mp-ic{width:1.2em;height:1.2em}
.mp-show--mid:hover .mp-show__arrow{transform:scale(1.1) rotate(-6deg)}
.mp-statcol{display:flex;flex-direction:column;gap:1.1rem}
.mp-statcol > *{flex:1}
.mp-rstat{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.3rem;overflow:hidden}
.mp-rstat__wm{position:absolute;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);width:6.5rem;height:6.5rem;color:var(--mp-line-2);opacity:.4}
.mp-rstat__wm .mp-ic,.mp-rstat__wm .mp-flower{width:100%;height:100%}
.mp-rstat__n{position:relative;z-index:1;font-family:var(--mp-fd);font-weight:700;font-size:clamp(2.2rem,3vw,2.7rem);line-height:1;color:var(--mp-ink)}
.mp-rstat__l{position:relative;z-index:1;font-size:1rem;font-weight:600;color:var(--mp-soft);max-width:15rem}
.mp-rstat--honey .mp-rstat__n{color:var(--mp-honey)}
.mp-rstat--teal .mp-rstat__n{color:var(--mp-teal)}
.mp-defs{position:absolute;width:0;height:0;pointer-events:none}
.mp-rstat--cta{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.3rem;padding:1.5rem;color:#3a2410;transition:transform .25s ease}
.mp-rstat--cta .mp-rstat__n{color:#3a2410}
.mp-rstat--cta .mp-rstat__l{color:#7a4a08}
.mp-rstat--cta:hover{transform:scale(1.02)}
.mp-rstat--cta:hover .mp-cornbtn{transform:scale(1.08) rotate(-6deg)}

@media (max-width:900px){
  .mp-glance2{grid-template-columns:1fr 1fr}
  .mp-statcol{grid-column:1 / -1;flex-direction:row}
}
@media (max-width:620px){
  .mp-glance2{grid-template-columns:1fr}
  .mp-statcol{flex-direction:column}
  .mp-show{min-height:280px}
}

.mp-why{padding-block:clamp(3rem,7vw,5.5rem)}
.mp-why .mp-sec-head{margin-inline:auto}
.mp-why2{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:stretch;margin-top:clamp(1.8rem,4vw,2.8rem)}
.mp-slider{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:1.6rem;min-height:clamp(21rem,32vw,25rem);border-radius:1.5rem;padding:clamp(1.9rem,3.5vw,2.7rem);background-image:var(--mp-grad-bloom);background-size:200% 200%;background-position:0% 50%;transition:background-position .7s ease;color:#fff;box-shadow:var(--mp-sh)}
.mp-slider__track{display:grid;height:clamp(13rem,20vw,15.5rem)}
.mp-slider__item{grid-area:1/1;display:flex;flex-direction:column;gap:1.25rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease}
.mp-slider__item.is-active{opacity:1;visibility:visible;transform:none}
.mp-slider__ic{display:grid;place-items:center;width:3.4rem;height:3.4rem;flex:0 0 auto;border-radius:1rem}
.mp-slider__ic .mp-ic{width:1.7em;height:1.7em}
.mp-slider__ic--honey{background-image:var(--mp-grad-honey);color:#3a2410}
.mp-slider__ic--teal{background-image:var(--mp-grad-teal);color:#06231a}
.mp-slider__ic--white{background-color:#fff;color:var(--mp-magenta-d)}
.mp-slider__h{font-family:var(--mp-fd);font-weight:700;font-size:clamp(1.4rem,2.4vw,1.9rem);line-height:1.16;color:#fff}
.mp-slider__p{font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.5;color:#ffe6f2}
.mp-hl{color:#ffe1a0}
.mp-slider__nav{display:flex;gap:.6rem}
.mp-slider__btn{width:3rem;height:3rem;display:grid;place-items:center;border-radius:50%;border:2px solid rgba(255,255,255,.5);color:#fff;background-color:rgba(255,255,255,.12);transition:background-color .2s ease,transform .2s ease}
.mp-slider__btn:hover{background-color:rgba(255,255,255,.25)}
.mp-slider__btn--on{background-color:#fff;color:var(--mp-magenta-d);border-color:#fff}
.mp-slider__btn--on:hover{transform:scale(1.07)}
.mp-slider__btn .mp-ic{width:1.2em;height:1.2em}
.mp-slider__btn--prev .mp-ic{transform:rotate(180deg)}
.mp-why__img{min-height:clamp(320px,40vw,460px)}
.mp-why__img img{width:auto;height:auto;max-width:76%;max-height:78%;object-fit:contain}

@media (max-width:820px){
  .mp-why2{grid-template-columns:1fr}
  .mp-why__img{min-height:300px}
}

.mp-how{position:relative;overflow:hidden;padding-block:clamp(3.5rem,8vw,6rem);background-color:#241138}
.mp-how::before{content:"";position:absolute;top:-12%;right:-6%;width:38rem;height:38rem;border-radius:50%;background-image:radial-gradient(circle,rgba(236,95,178,.16),rgba(236,95,178,0) 64%);pointer-events:none}
.mp-how .mp-wrap{position:relative}
.mp-how .mp-sec-head{margin-inline:auto}
.mp-how__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-top:clamp(2rem,4vw,3rem)}
.mp-step{position:relative;overflow:hidden;border-radius:1.5rem;min-height:clamp(360px,42vw,420px);box-shadow:var(--mp-sh)}
.mp-step__art{position:absolute;inset:0;border-radius:1.5rem;place-items:start center;align-content:start;padding-top:2.6rem}
.mp-step__art img{max-width:80%;max-height:54%;width:auto;height:auto;object-fit:contain}
.mp-step__panel{position:absolute;left:0;right:0;bottom:0;padding:1.3rem 1.35rem 1.4rem;color:#3a2410}
.mp-step__txt{position:relative;z-index:1;display:flex;flex-direction:column}
.mp-step .mp-goo__bub{top:-6px;right:8px}
.mp-step .mp-cornbtn{top:-2px;right:12px}
.mp-step__t{font-family:var(--mp-fd);font-weight:700;font-size:1.22rem;line-height:1.12;color:#3a2410;min-height:2.7rem;display:flex;align-items:flex-end}
.mp-step__short{font-size:1rem;line-height:1.45;color:#5a3a12;margin-top:.25rem}
.mp-step__more{font-size:1rem;line-height:1.45;color:#6b4410;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .35s ease,margin-top .35s ease}
.mp-step:hover .mp-step__more{max-height:8rem;opacity:1;margin-top:.5rem}
.mp-cornbtn--num{font-family:var(--mp-fd);font-weight:700;font-size:1.2rem}

@media (hover:none){
  .mp-step__more{max-height:8rem;opacity:1;margin-top:.5rem}
}
@media (max-width:1000px){
  .mp-how__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .mp-how__grid{grid-template-columns:1fr}
  .mp-step{min-height:340px}
}

.mp-gshow{position:relative;padding-block:clamp(3.5rem,8vw,6rem)}
.mp-gshow__deco{position:absolute;z-index:0;width:20rem;height:20rem;background-image:var(--mp-grad-honey);clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);filter:blur(26px);opacity:.18;pointer-events:none}
.mp-gshow__deco--tl{top:-4rem;left:-4rem}
.mp-gshow__deco--br{bottom:-4rem;right:-4rem}
.mp-gshow .mp-wrap{position:relative;z-index:1}
.mp-gshow .mp-sec-head{margin-inline:auto}
.mp-gshow2{display:grid;grid-template-columns:2fr 1fr;gap:1.2rem;align-items:stretch;margin-top:clamp(2rem,4vw,3rem)}
.mp-gshow__left{position:relative;display:flex;flex-direction:column}
.mp-gshow__art{flex:1;position:relative;overflow:hidden;border-radius:1.5rem;min-height:clamp(440px,46vw,540px)}
.mp-gshow__shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.mp-gshow__art{display:block}
.mp-gshow__art:hover .mp-gshow__shot{transform:scale(1.05)}
.mp-gshow__play{position:absolute;z-index:2;left:1.1rem;bottom:1.1rem;display:inline-flex;align-items:center;gap:.5rem;font-family:var(--mp-fb);font-weight:700;font-size:1rem;color:#3a2410;background-image:var(--mp-grad-honey);border:2px solid var(--mp-honey-d);border-radius:.9rem;padding:.58rem 1rem;box-shadow:0 12px 26px -8px rgba(255,176,31,.5);transition:transform .2s ease}
.mp-gshow__play .mp-ic{width:1.2em;height:1.2em}
.mp-gshow__art:hover .mp-gshow__play{transform:scale(1.06)}
.mp-gshow__tag{position:absolute;top:50%;right:1.1rem;transform:translateY(-50%);z-index:2;width:min(13.5rem,44%);display:flex;flex-direction:column;gap:.75rem;background-color:rgba(18,8,30,.5);backdrop-filter:blur(10px);border-radius:1.2rem;padding:1.45rem 1.3rem}
.mp-gshow__tag .mp-icchip{width:2.8rem;height:2.8rem;border-radius:.8rem}
.mp-gshow__tagt{font-family:var(--mp-fd);font-weight:700;font-size:1.15rem;color:var(--mp-ink)}
.mp-gshow__tagp{font-size:1rem;line-height:1.45;color:var(--mp-inv-soft)}
.mp-gshow__slider{justify-content:space-between;min-height:clamp(440px,46vw,540px)}
.mp-slider__eyebrow{align-self:flex-start;display:inline-flex;font-family:var(--mp-fb);font-weight:700;font-size:1rem;color:#fff;background-color:rgba(255,255,255,.18);border-radius:.7rem;padding:.4rem .8rem;letter-spacing:.02em}
.mp-gshow__slider .mp-slider__track{height:clamp(12rem,19vw,13.5rem)}
.mp-gshow__foot{display:flex;flex-direction:column;gap:1rem}

@media (max-width:880px){
  .mp-gshow2{grid-template-columns:1fr}
  .mp-gshow__art{min-height:clamp(230px,56vw,360px)}
  .mp-gshow__tag{position:static;transform:none;width:auto;margin-top:.9rem}
  .mp-gshow__slider{min-height:0}
}

.mp-rg{position:relative;padding-block:clamp(3.5rem,8vw,6.5rem)}
.mp-rg .mp-sec-head{margin-inline:auto}
.mp-cells{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:clamp(2.5rem,5vw,3.5rem)}
.mp-hive{display:flex;flex-direction:column}
.mp-hive__row{display:flex;gap:.7rem}
.mp-hive__row--off{margin-top:-3.1rem;margin-left:7.4rem}
.mp-cell{width:14.5rem;height:13rem;flex:0 0 auto;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);display:grid;place-items:center;filter:drop-shadow(0 14px 22px rgba(0,0,0,.4))}
.mp-cell--honey{background-image:var(--mp-grad-honey)}
.mp-cell--teal{background-image:var(--mp-grad-teal)}
.mp-cell--magenta{background-image:var(--mp-grad-bloom)}
.mp-cell--blue{background-image:var(--mp-grad-sky)}
.mp-cell--big{width:28rem;height:25rem;margin-left:-1.5rem;background-image:linear-gradient(135deg,var(--mp-magenta),var(--mp-coral),var(--mp-honey))}
.mp-cell__in{width:calc(100% - 6px);height:calc(100% - 6px);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background-image:linear-gradient(160deg,var(--mp-surface-2),var(--mp-surface));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.55rem;padding:1.1rem 2.2rem}
.mp-cell__in--img{padding:0;overflow:hidden}
.mp-cell__in--img img{width:100%;height:100%;object-fit:cover}
.mp-cell__in .mp-icchip{width:2.9rem;height:2.9rem}
.mp-cell__t{font-family:var(--mp-fd);font-weight:700;font-size:1.12rem;color:var(--mp-ink)}
.mp-cell__p{font-size:1rem;line-height:1.4;color:var(--mp-soft)}
.mp-rg__help{text-align:center;margin-top:clamp(1.6rem,3vw,2.4rem);font-size:1rem;line-height:1.5;color:var(--mp-soft)}

@media (max-width:980px){
  .mp-cells{flex-direction:column;gap:.6rem}
  .mp-hive,.mp-hive__row{flex-direction:column;gap:.6rem;margin:0}
  .mp-hive__row--off{margin:.6rem 0 0 0}
  .mp-cell{width:min(20rem,84vw);height:auto;aspect-ratio:1/.74}
  .mp-cell--big{width:min(22rem,86vw);height:auto;aspect-ratio:1/.86;margin:.6rem 0 0 0}
}

.mp-faq-sec{position:relative;padding-block:clamp(3.5rem,8vw,6rem)}
.mp-faq-sec .mp-sec-head{margin-inline:auto}
.mp-faqs{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:clamp(14rem,21vw,17.5rem);gap:1.4rem;margin-top:clamp(2.5rem,5vw,3.5rem)}
.mp-faq{position:relative;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;outline:none;transition:transform .3s ease}
.mp-faq:hover,.mp-faq:focus-visible{transform:scale(1.035)}
.mp-faq__edge{position:absolute;inset:0;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);filter:drop-shadow(0 16px 24px rgba(0,0,0,.42))}
.mp-faq--honey .mp-faq__edge{background-image:var(--mp-grad-honey)}
.mp-faq--teal .mp-faq__edge{background-image:var(--mp-grad-teal)}
.mp-faq--magenta .mp-faq__edge{background-image:var(--mp-grad-bloom)}
.mp-faq--blue .mp-faq__edge{background-image:var(--mp-grad-sky)}
.mp-faq__body{position:absolute;inset:4px;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background-image:linear-gradient(160deg,var(--mp-surface-2),var(--mp-surface));display:grid;place-items:center;text-align:center;padding:1.4rem clamp(1.7rem,4vw,2.8rem);perspective:800px}
.mp-faq__q,.mp-faq__a{grid-area:1/1;width:100%;transition:opacity .3s ease,transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.mp-faq__q{display:flex;flex-direction:column;align-items:center;gap:.7rem;opacity:1;transform:rotateY(0)}
.mp-faq__a{opacity:0;transform:rotateY(90deg);font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.45;color:var(--mp-soft)}
.mp-faq.is-flipped .mp-faq__q{opacity:0;transform:rotateY(-90deg)}
.mp-faq.is-flipped .mp-faq__a{opacity:1;transform:rotateY(0)}
.mp-faq__qt{font-family:var(--mp-fd);font-weight:700;font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.18;color:var(--mp-ink)}
.mp-faq__hint{display:inline-flex;align-items:center;gap:.4rem;font-size:1rem;font-weight:600;color:var(--mp-magenta)}
.mp-faq__hint .mp-ic{width:1.1em;height:1.1em}

@media (max-width:860px){
  .mp-faqs{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
  .mp-faqs{grid-template-columns:1fr;grid-auto-rows:12.5rem}
}

.mp-contact{position:relative;padding-block:clamp(3.5rem,8vw,6rem)}
.mp-contact__deco{position:absolute;z-index:0;bottom:-8rem;left:-6rem;width:30rem;height:30rem;border-radius:50%;background-image:radial-gradient(circle,rgba(31,228,173,.14),rgba(31,228,173,0) 65%);pointer-events:none}
.mp-contact .mp-wrap{position:relative;z-index:1}
.mp-contact .mp-sec-head{margin-inline:auto}
.mp-contact2{display:grid;grid-template-columns:1.4fr 1fr;gap:2.2rem;align-items:stretch;margin-top:clamp(2rem,4vw,3rem)}
.mp-formcard{position:relative;display:flex;flex-direction:column;min-height:30rem;background-color:var(--mp-surface);border:2px solid var(--mp-line-2);border-radius:var(--mp-r-xl);padding:clamp(1.6rem,3vw,2.4rem);box-shadow:0 26px 50px -22px rgba(0,0,0,.6)}
.mp-form{display:flex;flex-direction:column;gap:1.1rem}
.mp-form__field{display:flex;flex-direction:column;gap:.5rem}
.mp-form__label{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--mp-fb);font-weight:700;font-size:1rem;color:var(--mp-honey)}
.mp-form__label .mp-ic{width:1.15em;height:1.15em}
.mp-form__input{font:inherit;font-size:1rem;width:100%;color:var(--mp-text);background-color:var(--mp-bg-2);border:2px solid var(--mp-line);border-radius:var(--mp-r);padding:.85rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
.mp-form__input::placeholder{color:var(--mp-muted)}
.mp-form__input:hover{border-color:var(--mp-line-2)}
.mp-form__input:focus{outline:none;border-color:var(--mp-honey);background-color:var(--mp-plum-2);box-shadow:0 0 0 4px rgba(255,176,31,.16)}
.mp-form__area{resize:none;min-height:8rem;line-height:1.5}
.mp-form>.mp-btn{align-self:flex-start;margin-top:.4rem}
.mp-form__thanks{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.9rem}
.mp-form__thanks h3{font-family:var(--mp-fd);font-weight:700;font-size:clamp(1.4rem,2.6vw,1.9rem);color:var(--mp-ink)}
.mp-form__thanks p{font-size:1.05rem;line-height:1.5;color:var(--mp-soft);max-width:24rem}
.mp-contact__info{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}
.mp-cinfo{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}
.mp-cinfo .mp-icchip{width:3rem;height:3rem;flex:0 0 auto;margin-bottom:.2rem}
.mp-cinfo b{font-family:var(--mp-fd);font-weight:700;font-size:1.15rem;color:var(--mp-ink);display:block}
.mp-cinfo p{font-size:1.05rem;line-height:1.5;color:var(--mp-soft)}

@media (max-width:820px){
  .mp-contact2{grid-template-columns:1fr}
  .mp-formcard{min-height:0}
}

.mp-age2{position:relative;padding-block:clamp(3.5rem,8vw,6rem)}
.mp-age2__deco{position:absolute;top:-14%;right:-8%;width:34rem;height:34rem;border-radius:50%;background:radial-gradient(circle,rgba(255,176,31,.16),transparent 64%);pointer-events:none;z-index:0}
.mp-age2 .mp-wrap{position:relative;z-index:1}
.mp-age2__top{display:grid;grid-template-columns:auto 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.mp-age2__seal{position:relative;width:min(13.5rem,30vw);aspect-ratio:1/1.12;display:grid;place-items:center;flex:0 0 auto}
.mp-age2__hex{position:absolute;inset:0;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background-image:var(--mp-grad-honey-d);filter:drop-shadow(0 22px 42px rgba(245,156,8,.4))}
.mp-age2__hexbody{position:relative;width:calc(100% - 14px);height:calc(100% - 14px);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background-image:var(--mp-grad-honey);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.2rem}
.mp-age2__num{font-family:var(--mp-fd);font-weight:700;font-size:clamp(2.7rem,6vw,4rem);line-height:.85;color:#3a2410}
.mp-age2__cap{font-family:var(--mp-fb);font-weight:800;font-size:1rem;letter-spacing:.06em;text-transform:uppercase;color:#5a3410;line-height:1.1}
.mp-age2__body .mp-kicker{margin-bottom:1.15rem}
.mp-age2 .mp-sec-title{font-size:clamp(1.9rem,4vw,3rem)}
.mp-age2__lead{font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:1.6;color:var(--mp-soft);max-width:46rem;margin-top:1.1rem}
.mp-age2__chips{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:1.7rem}
.mp-age2 .mp-chip{width:100%}
.mp-age2 .mp-chip .mp-ic{width:1.05em;height:1.05em}
.mp-age2__support{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(1rem,2.5vw,1.6rem);align-items:stretch;margin-top:clamp(2.2rem,4vw,3.2rem)}
.mp-age2__panel{background-image:linear-gradient(160deg,var(--mp-surface-2),var(--mp-surface));border:2px solid var(--mp-line-2);border-radius:1.4rem;padding:clamp(1.3rem,2.6vw,1.9rem);box-shadow:0 22px 44px -26px rgba(0,0,0,.55)}
.mp-age2__supmsg{display:flex;align-items:flex-start;gap:1rem}
.mp-age2__suptxt b{display:block;font-family:var(--mp-fd);font-weight:700;font-size:1.2rem;color:var(--mp-ink);margin-bottom:.35rem}
.mp-age2__suptxt p{font-size:1rem;line-height:1.5;color:var(--mp-soft)}
.mp-age2__org{display:flex;align-items:center;gap:.9rem;padding:clamp(1.3rem,2.6vw,1.7rem);border-radius:1.4rem;background:var(--mp-plum-2);border:2px solid var(--mp-line-2);text-decoration:none;box-shadow:0 22px 44px -26px rgba(0,0,0,.55);transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}
.mp-age2__org:hover{border-color:var(--mp-honey);transform:scale(1.02);box-shadow:0 22px 44px -26px rgba(0,0,0,.55),0 0 0 4px rgba(255,176,31,.16)}
.mp-age2__orgtxt{flex:1;min-width:0}
.mp-age2__orgtxt b{display:block;font-family:var(--mp-fd);font-weight:700;font-size:1.08rem;color:var(--mp-ink)}
.mp-age2__orgtxt span{display:block;font-size:1rem;color:var(--mp-soft)}
.mp-age2__orgarrow{width:1.2rem;height:1.2rem;color:var(--mp-honey);flex:0 0 auto}

@media (max-width:820px){
  .mp-age2__top{grid-template-columns:1fr;justify-items:center;text-align:center;gap:2rem}
  .mp-age2__seal{width:min(12rem,48vw)}
  .mp-age2 .mp-kicker{justify-content:center}
  .mp-age2__lead{margin-inline:auto}
  .mp-age2__chips{grid-template-columns:repeat(2,1fr)}
  .mp-age2__support{grid-template-columns:1fr}
}

.mp-foot{position:relative;background-color:var(--mp-bg-2);color:var(--mp-soft);padding-block:clamp(2.6rem,5vw,3.8rem) clamp(1.6rem,3vw,2.2rem)}
.mp-foot__deco{position:absolute;top:-6rem;left:50%;transform:translateX(-50%);width:40rem;height:24rem;border-radius:50%;background:radial-gradient(circle,rgba(255,176,31,.1),transparent 62%);pointer-events:none;z-index:0}
.mp-foot .mp-wrap{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(1.8rem,3.5vw,2.6rem)}
.mp-foot__support{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem 2rem;background-image:linear-gradient(160deg,var(--mp-surface-2),var(--mp-surface));border:2px solid var(--mp-line-2);border-radius:1.4rem;padding:clamp(1rem,2.2vw,1.4rem) clamp(1.3rem,3vw,1.9rem)}
.mp-foot__supmsg{display:flex;align-items:center;gap:1rem;flex:1 1 22rem}
.mp-foot__suptxt b{display:block;font-family:var(--mp-fd);font-weight:700;font-size:1.15rem;color:var(--mp-ink)}
.mp-foot__suptxt p{font-size:1rem;line-height:1.45;color:var(--mp-soft);margin-top:.2rem}
.mp-foot__orgs{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem 1.6rem}
.mp-foot__org{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}
.mp-foot__org img{height:2.2rem;width:auto;max-width:9.5rem;display:block;object-fit:contain;filter:brightness(0) invert(1);opacity:.62;transition:opacity .2s ease}
.mp-foot__org:hover img{opacity:1}
.mp-foot__tel{color:var(--mp-honey);font-weight:700;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s ease}
.mp-foot__tel:hover{border-color:var(--mp-honey)}
.mp-foot__brand{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.6rem}
.mp-foot__id{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;flex:1 1 30rem;max-width:40rem}
.mp-foot__logo img{height:clamp(3.1rem,5.5vw,3.9rem);width:auto;display:block}
.mp-foot__tag{font-size:1.02rem;line-height:1.55;color:var(--mp-soft);max-width:36rem}
.mp-foot__chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}
.mp-foot__nav{display:flex;flex-direction:column;gap:1rem;padding-block:clamp(1.3rem,2.6vw,1.8rem);border-block:1px solid var(--mp-line)}
.mp-foot__navrow{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.7rem 1.4rem}
.mp-foot__lnk{font-family:var(--mp-fb);font-weight:600;font-size:1.05rem;color:var(--mp-ink);text-decoration:none;transition:color .2s ease}
.mp-foot__lnk:hover{color:var(--mp-honey)}
.mp-foot__navrow--legal .mp-foot__lnk{font-weight:500;font-size:1rem;color:var(--mp-soft)}
.mp-foot__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.mp-foot__copy{font-size:1rem;color:var(--mp-soft)}
.mp-foot__end{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem}
.mp-foot__clink{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--mp-soft);text-decoration:none}
.mp-foot__clink:hover{color:var(--mp-honey)}
.mp-foot__clink .mp-ic{width:1.15em;height:1.15em;color:var(--mp-honey)}
.mp-foot__age{display:grid;place-items:center;width:2.9rem;height:3.2rem;flex:0 0 auto;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background-image:var(--mp-grad-honey);font-family:var(--mp-fd);font-weight:700;font-size:1.05rem;color:#3a2410}

@media (max-width:760px){
  .mp-foot__support{flex-direction:column;align-items:flex-start}
  .mp-foot__brand{flex-direction:column;align-items:flex-start}
  .mp-foot__id{flex-direction:column;align-items:flex-start;gap:.9rem}
  .mp-foot__chips{justify-content:flex-start}
  .mp-foot__navrow{justify-content:flex-start;gap:.6rem 1.2rem}
  .mp-foot__bar{flex-direction:column;align-items:flex-start}
}
