:root{--bg:#fffafb;--surface:#fff;--soft:#f4dce5;--pink:#d982a0;--pink-dark:#a94f70;--wine:#351f28;--text:#302328;--muted:#75666c;--border:#eadde2;--success:#47745d;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 var(--sans);overflow-x:hidden}button,a{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.mb-mobile{display:none}.mb-topbar{height:34px;display:grid;place-items:center;background:var(--wine);color:#fff6f8;font-size:12px;letter-spacing:.09em;text-transform:uppercase}.mb-header{height:82px;padding:0 clamp(20px,5vw,80px);display:flex;align-items:center;justify-content:space-between;gap:32px;background:rgba(255,250,251,.9);backdrop-filter:blur(16px);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(234,221,226,.7)}.mb-logo{color:var(--wine);text-decoration:none;font:600 25px/1 var(--serif);letter-spacing:-.04em}.mb-logo i{color:var(--pink-dark);font-weight:500}.mb-header nav{display:flex;gap:clamp(18px,2.2vw,36px)}.mb-header nav a{font-size:13px;color:var(--text);text-decoration:none}.mb-header nav a:hover{color:var(--pink-dark)}.mb-header-cta,.mb-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:100px;background:var(--pink-dark);color:#fff!important;text-decoration:none;font-weight:700;min-height:54px;padding:14px 29px;transition:.25s}.mb-header-cta{padding:9px 22px;min-height:42px}.mb-button:hover{background:var(--wine);transform:translateY(-2px);box-shadow:0 12px 30px rgba(53,31,40,.16)}.mb-nav-toggle{display:none}.mb-hero{min-height:calc(100vh - 116px);display:grid;grid-template-columns:minmax(0,45fr) minmax(0,55fr);background:radial-gradient(circle at 78% 38%,#fff 0,transparent 30%),linear-gradient(120deg,#fffafb 0 47%,#f4dce5 47% 100%)}.mb-hero-copy{padding:clamp(55px,7vw,110px) clamp(28px,6vw,105px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.mb-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700;color:var(--pink-dark);margin:0 0 20px}.mb-hero h1,.mb-section h2,.mb-mid-cta h2,.mb-final h2{font:600 clamp(43px,5.4vw,78px)/1.02 var(--serif);letter-spacing:-.045em;color:var(--wine);margin:0 0 24px}.mb-lead{font-size:18px;line-height:1.7;max-width:620px;margin:0 0 16px}.mb-notes{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 28px}.mb-qty{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;max-width:590px}.mb-qty button{border:1px solid var(--border);background:rgba(255,255,255,.75);padding:13px 8px;border-radius:12px;color:var(--text)}.mb-qty button b,.mb-qty button small{display:block}.mb-qty button small{font-size:11px;color:var(--muted);margin-top:2px}.mb-qty button.is-selected{border-color:var(--pink-dark);background:#fff;box-shadow:0 7px 24px rgba(169,79,112,.12)}.mb-price{margin:25px 0 18px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.mb-price>span,.mb-final-price{font:600 30px var(--serif);color:var(--wine)}.mb-price del{color:var(--muted)}.mb-price small{width:100%;color:var(--muted)}.mb-hero-copy>.mb-button{width:100%;max-width:590px}.mb-sample-note{display:flex;flex-direction:column;margin:16px 0 10px;color:var(--muted);font-size:13px}.mb-sample-note b{color:var(--pink-dark);font-size:14px}.mb-trust{list-style:none;padding:0;margin:12px 0 0;display:flex;gap:22px;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.mb-trust li:before{content:"✓";color:var(--success);margin-right:6px}.mb-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5vw}.mb-hero-visual img{position:relative;z-index:2;width:min(84%,720px);max-height:76vh;object-fit:contain;filter:drop-shadow(0 32px 34px rgba(53,31,40,.16))}.mb-hero-visual p{position:absolute;bottom:5%;right:7%;z-index:3;text-align:right;text-transform:uppercase;letter-spacing:.16em;font-size:11px}.mb-hero-visual small{color:var(--muted)}.mb-orbit{position:absolute;width:65%;aspect-ratio:1;border:1px solid rgba(169,79,112,.3);border-radius:50%;animation:orbit 16s linear infinite}.mb-orbit:after{content:"";position:absolute;width:12px;height:12px;background:var(--pink-dark);border-radius:50%;top:10%;left:14%;box-shadow:0 0 0 8px rgba(255,255,255,.5)}@keyframes orbit{to{transform:rotate(360deg)}}.mb-senses{display:grid;grid-template-columns:repeat(3,1fr);padding:25px 6vw;border-block:1px solid var(--border);background:#fff}.mb-senses div{display:flex;align-items:center;justify-content:center;gap:14px}.mb-senses div+div{border-left:1px solid var(--border)}.mb-senses i{font:italic 20px var(--serif);color:var(--pink)}.mb-section{padding:clamp(80px,10vw,150px) clamp(24px,7vw,120px)}.mb-story{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(50px,8vw,130px);align-items:center}.mb-story-image{min-height:680px;border-radius:260px 260px 28px 28px;background:url(../../../../../image/catalog/marshmallowblush/story-placeholder.jpg) center/cover,var(--soft);box-shadow:0 35px 80px rgba(53,31,40,.12)}.mb-story h2{font-size:clamp(40px,4.4vw,67px)}.mb-story-copy>p:not(.mb-eyebrow){color:var(--muted);max-width:620px}.mb-story blockquote{border-left:2px solid var(--pink);padding:10px 0 10px 25px;margin:34px 0 0;font:500 27px var(--serif);color:var(--wine)}.mb-journey{background:#fff}.mb-section-head{text-align:center;max-width:840px;margin:0 auto 65px}.mb-section-head h2{font-size:clamp(39px,4.5vw,65px)}.mb-section-head>p:last-child{color:var(--muted)}.mb-journey-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:560px;border-radius:28px;overflow:hidden;background:url(../../../../../image/catalog/marshmallowblush/notes-placeholder.jpg) center/cover}.mb-journey-grid article{display:flex;flex-direction:column;justify-content:flex-end;padding:42px;color:#fff;background:linear-gradient(0deg,rgba(53,31,40,.88),rgba(53,31,40,.03) 75%);transition:.3s}.mb-journey-grid article+article{border-left:1px solid rgba(255,255,255,.35)}.mb-journey-grid article:hover{background:linear-gradient(0deg,rgba(53,31,40,.94),rgba(53,31,40,.05))}.mb-journey-grid span{font-size:10px;text-transform:uppercase;letter-spacing:.15em}.mb-journey-grid h3{font:500 28px/1.2 var(--serif);margin:10px 0}.mb-journey-grid p{font-size:14px;opacity:.86}.mb-disclaimer{display:block;color:var(--muted);text-align:center;margin-top:20px}.mb-mid-cta{text-align:center;padding:90px 24px;background:linear-gradient(130deg,#f8e8ed,#fffafb)}.mb-mid-cta h2{font-size:clamp(35px,4vw,57px)}.mb-mid-cta p{font-size:13px;color:var(--muted)}.mb-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1100px;margin:auto}.mb-audience-grid>div{padding:48px;border-radius:22px;background:#fff}.mb-audience-grid>div:last-child{background:#f5eef1}.mb-audience-grid h3{font:500 27px/1.25 var(--serif);margin-top:0}.mb-audience ul,.mb-auth ul{padding:0;list-style:none}.mb-audience li,.mb-auth li{padding:10px 0 10px 28px;position:relative;border-bottom:1px solid var(--border)}.mb-audience li:before,.mb-auth li:before{content:"";position:absolute;left:3px;top:18px;width:7px;height:7px;background:var(--pink);border-radius:50%}.mb-offer{background:#fff}.mb-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1250px;margin:auto;align-items:stretch}.mb-offer-grid article{border:1px solid var(--border);border-radius:24px;padding:38px;display:flex;flex-direction:column;position:relative;background:#fff}.mb-offer-grid .is-featured{border:2px solid var(--pink-dark);transform:translateY(-14px);box-shadow:0 24px 60px rgba(53,31,40,.1)}.mb-ribbon{position:absolute;top:0;right:25px;background:var(--soft);color:var(--pink-dark);padding:7px 14px;border-radius:0 0 10px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.mb-offer h3{font:500 31px var(--serif);margin:5px 0 10px}.mb-offer article>p{min-height:52px;color:var(--muted);font-size:13px}.mb-offer article>strong{margin:20px 0}.mb-offer dl{margin:auto 0 25px}.mb-offer dl div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:11px 0}.mb-offer dt{font-weight:400;color:var(--muted)}.mb-offer dd{font-weight:700}.mb-sample{background:var(--wine);color:#f9eef2;display:grid;grid-template-columns:1fr 1fr;gap:50px 9vw}.mb-sample .mb-eyebrow{color:#e6a7bd}.mb-sample h2{color:#fff;font-size:clamp(48px,6vw,82px)}.mb-sample-lead{font-size:18px;color:#e7d9de}.mb-sample ol{list-style:none;padding:0;margin:0}.mb-sample li{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.14);align-items:center}.mb-sample li b{font:italic 25px var(--serif);color:#e6a7bd}.mb-sample li span{font-size:17px}.mb-sample-end{grid-column:1/-1;text-align:center;border-top:1px solid rgba(255,255,255,.14);padding-top:45px}.mb-sample-end p{color:#cbbac0}.mb-sample-end h3{font:500 34px var(--serif)}.mb-sample .mb-button{background:#fff;color:var(--wine)!important}.mb-auth{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.mb-auth h2{font-size:clamp(40px,4.6vw,65px)}.mb-auth>div>p:not(.mb-eyebrow){color:var(--muted)}.mb-auth-image{background:var(--soft);border-radius:28px;min-height:620px;display:grid;place-items:center;padding:50px}.mb-auth-image img{max-height:600px;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(53,31,40,.16))}.mb-faq{background:#fff}.mb-faq-list{max-width:920px;margin:auto}.mb-faq details{border-top:1px solid var(--border)}.mb-faq details:last-child{border-bottom:1px solid var(--border)}.mb-faq summary{list-style:none;padding:24px 0;font-weight:600;cursor:pointer;display:flex;justify-content:space-between}.mb-faq summary::-webkit-details-marker{display:none}.mb-faq summary span{font-size:25px;color:var(--pink-dark);transition:.2s}.mb-faq details[open] summary span{transform:rotate(45deg)}.mb-faq details p{color:var(--muted);margin:-4px 0 25px;max-width:800px}.mb-final{min-height:780px;background:linear-gradient(90deg,rgba(53,31,40,.84),rgba(53,31,40,.46)),url(../../../../../image/catalog/marshmallowblush/story-placeholder.jpg) center/cover;display:flex;align-items:center;padding:80px 8vw;color:#fff}.mb-final>div{max-width:690px}.mb-final h2{color:#fff;font-size:clamp(44px,5vw,73px)}.mb-final-price{color:#fff;margin:30px 0 18px}.mb-qty-final{max-width:390px;margin-bottom:14px}.mb-qty-final button{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.3)}.mb-qty-final button.is-selected{background:#fff;color:var(--wine)}.mb-final>.mb-button{display:block}.mb-final small{display:block;margin:15px 0}.mb-final-note{font-size:13px;color:#e9dce0}.mb-footer{background:var(--wine);color:#d9c9cf;padding:80px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:50px;border-top:1px solid rgba(255,255,255,.1)}.mb-footer .mb-logo{color:#fff}.mb-footer p{max-width:460px}.mb-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mb-footer nav a{color:#e4d7db;text-decoration:none}.mb-sticky{display:none}.mb-reveal{opacity:0;transform:translateY(25px);transition:opacity .7s,transform .7s}.mb-reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){.mb-header{height:68px;padding:0 20px}.mb-header nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;padding:24px;flex-direction:column;border-bottom:1px solid var(--border)}.mb-header nav.is-open{display:flex}.mb-header-cta{display:none}.mb-nav-toggle{display:block;border:0;background:none;width:36px}.mb-nav-toggle span{height:2px;background:var(--wine);display:block;margin:7px}.mb-hero{grid-template-columns:1fr;display:flex;flex-direction:column;min-height:auto;background:linear-gradient(#f4dce5 0 41%,#fffafb 41%)}.mb-hero-visual{order:-1;height:47vh;min-height:360px;padding:30px}.mb-hero-visual img{height:100%;width:100%}.mb-hero-visual p{display:none}.mb-hero-copy{padding:45px 24px 70px}.mb-hero h1{font-size:clamp(47px,11vw,67px)}.mb-story,.mb-auth{grid-template-columns:1fr}.mb-story-image{min-height:540px}.mb-journey-grid{grid-template-columns:1fr;min-height:900px}.mb-journey-grid article+article{border-left:0;border-top:1px solid rgba(255,255,255,.35)}.mb-offer-grid{grid-template-columns:1fr}.mb-offer-grid .is-featured{transform:none}.mb-sample{grid-template-columns:1fr}.mb-sample-end{grid-column:auto}.mb-auth-image{min-height:480px}.mb-footer{grid-template-columns:1fr}.mb-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:50;background:rgba(255,255,255,.96);box-shadow:0 10px 50px rgba(53,31,40,.22);border:1px solid var(--border);border-radius:16px;padding:9px 10px 9px 16px;align-items:center;justify-content:space-between;gap:12px}.mb-sticky.is-visible{display:flex}.mb-sticky span{display:flex;flex-direction:column;font-size:12px}.mb-sticky small{color:var(--pink-dark);font-weight:700}.mb-sticky .mb-button{min-height:43px;padding:8px 18px}.mb-footer{padding-bottom:120px}}
@media(max-width:620px){.mb-topbar{font-size:10px;height:30px}.mb-desktop{display:none}.mb-mobile{display:inline}.mb-logo{font-size:21px}.mb-senses{grid-template-columns:1fr;padding:12px 24px}.mb-senses div{justify-content:flex-start;padding:8px 0}.mb-senses div+div{border:0;border-top:1px solid var(--border)}.mb-qty button{padding:10px 4px;font-size:12px}.mb-qty button small{font-size:9px}.mb-trust{display:grid;gap:5px}.mb-section{padding:78px 22px}.mb-story-image{min-height:410px;border-radius:180px 180px 22px 22px}.mb-story{gap:45px}.mb-audience-grid{grid-template-columns:1fr}.mb-audience-grid>div{padding:30px 24px}.mb-offer-grid article{padding:30px 24px}.mb-sample h2{font-size:49px}.mb-sample li{grid-template-columns:45px 1fr}.mb-auth-image{min-height:380px;padding:25px}.mb-final{min-height:720px;padding:70px 22px}.mb-footer nav{grid-template-columns:1fr}.mb-hero-copy>.mb-button,.mb-sample .mb-button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.mb-orbit{animation:none}.mb-reveal{opacity:1;transform:none;transition:none}}

/* Round two: genuine product imagery and functional cart feedback */
.mb-product-logo{display:block;width:178px;height:48px;overflow:hidden;border-radius:4px;background:#f8e9ee;position:relative;flex:0 0 auto}
.mb-product-logo span{display:block;width:100%;height:100%;background:url(../../../../../image/catalog/marshmallowblush/marshmallow_blush_2.webp) 25% 16%/390px auto no-repeat;mix-blend-mode:multiply}
.mb-product-logo.is-light{background:#fff5f8;filter:brightness(1.08)}
.mb-header-actions{display:flex;align-items:center;gap:15px}
.mb-cart-link{width:42px;height:42px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;position:relative;color:var(--wine);background:#fff}
.mb-cart-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mb-cart-link b{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:20px;background:var(--pink-dark);color:#fff;font-size:10px;line-height:19px;text-align:center}
.mb-hero-visual img{width:min(92%,760px);max-height:78vh;object-fit:contain}
.mb-story-image{background-image:url(../../../../../image/catalog/marshmallowblush/other_1.jpg)}
.mb-journey-grid{background-image:url(../../../../../image/catalog/marshmallowblush/other_4.jpg)}
.mb-final{background-image:linear-gradient(90deg,rgba(53,31,40,.84),rgba(53,31,40,.42)),url(../../../../../image/catalog/marshmallowblush/other_9.webp)}
.mb-saving{min-height:24px;margin:18px 0 -12px;color:var(--pink-dark);font-weight:700;font-size:15px}
.mb-saving[hidden]{display:block;visibility:hidden}
.mb-offer-image{width:100%;height:210px;object-fit:contain;margin:4px auto 22px;border-radius:14px;background:#fffafb}
.mb-offer-grid article.is-selected{border-color:var(--pink-dark);box-shadow:0 24px 60px rgba(53,31,40,.1)}
.mb-offer-total{font-size:20px;color:var(--wine)}
.mb-card-saving{min-height:auto!important;margin:0 0 18px!important;color:var(--pink-dark)!important;font-weight:700;font-size:15px!important}
.mb-offer-grid article>small{display:block;text-align:center;color:var(--muted);margin-top:12px;font-size:11px}
.mb-sample-end>small{display:block;margin-top:15px;color:#d9c9cf}
.mb-button:disabled{cursor:wait;opacity:.72;transform:none!important}
.mb-button.is-loading:before{content:"";width:15px;height:15px;margin-right:9px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:mb-spin .7s linear infinite}
@keyframes mb-spin{to{transform:rotate(360deg)}}
.mb-toast{position:fixed;right:24px;bottom:24px;z-index:100;width:min(390px,calc(100vw - 32px));padding:24px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 22px 70px rgba(53,31,40,.22);opacity:0;visibility:hidden;transform:translateY(18px);transition:.25s}
.mb-toast.is-visible{opacity:1;visibility:visible;transform:none}
.mb-toast.is-error{border-color:#c78b92}
.mb-toast strong{display:block;padding-right:24px;color:var(--wine);font:500 21px/1.3 var(--serif)}
.mb-toast>div{display:flex;align-items:center;gap:18px;margin-top:18px}
.mb-toast a,.mb-toast-continue{border:0;background:none;padding:0;color:var(--pink-dark);font-weight:700;text-decoration:none}
.mb-toast a{padding:9px 16px;border-radius:30px;background:var(--pink-dark);color:#fff}
.mb-toast-close{position:absolute;right:12px;top:9px;border:0;background:none;color:var(--muted);font-size:25px}
@media(max-width:900px){.mb-product-logo{width:150px;height:42px}.mb-product-logo span{background-size:330px auto}.mb-header-actions{margin-left:auto}.mb-cart-link{width:38px;height:38px}.mb-offer-image{height:260px}.mb-toast{right:16px;bottom:16px}.mb-header .mb-nav-toggle{order:3}.mb-header-actions .mb-header-cta{display:none}}
@media(max-width:430px){.mb-product-logo{width:132px;height:38px}.mb-product-logo span{background-size:292px auto}.mb-header{gap:10px}.mb-hero-visual{height:50vh;padding:18px}.mb-hero-visual img{max-width:100%;object-fit:contain}.mb-offer-image{height:220px}.mb-toast{left:12px;right:12px;bottom:12px;width:auto}.mb-toast>div{justify-content:space-between}}

/* Round three: compact conversion funnel */
.mb-section{padding-top:clamp(64px,7vw,105px);padding-bottom:clamp(64px,7vw,105px)}
.mb-hero{min-height:760px}
.mb-hero-copy{padding-top:58px;padding-bottom:58px}
.mb-hero h1{margin-bottom:18px}
.mb-lead{line-height:1.55;margin-bottom:12px}
.mb-notes{margin-bottom:20px}
.mb-price{margin-top:18px}
.mb-risk-note{display:flex;flex-direction:column;margin:15px 0 8px;padding:15px 18px;border-left:3px solid var(--pink-dark);background:#fff;border-radius:0 12px 12px 0;font-size:13px;color:var(--muted)}
.mb-risk-note b{font-size:16px;color:var(--wine)}
.mb-risk-note small{margin-top:4px}
.mb-section-head{margin-bottom:42px}
.mb-section-head h2{font-size:clamp(37px,4vw,58px);margin-bottom:17px}
.mb-journey-grid{min-height:440px}
.mb-journey-grid article{padding:32px}
.mb-sample{gap:35px 7vw}
.mb-sample h2{font-size:clamp(43px,5vw,68px)}
.mb-sample li{padding:17px 0}
.mb-sample-end{padding-top:28px}
.mb-sample-end h3{font-size:30px;margin:0 0 22px}
.mb-audience-grid>div{padding:34px 38px}
.mb-offer{background:#f7e8ed}
.mb-offer-center{max-width:1320px;margin:auto;background:#fff;border-radius:30px;padding:clamp(30px,5vw,68px);box-shadow:0 30px 80px rgba(53,31,40,.1)}
.mb-offer-grid{gap:0;border:1px solid var(--border);border-radius:22px;overflow:hidden;align-items:stretch}
.mb-offer-grid article{border:0;border-radius:0;padding:30px 28px;background:#fff}
.mb-offer-grid article+article{border-left:1px solid var(--border)}
.mb-offer-grid .is-featured,.mb-offer-grid article.is-selected{transform:none;border:0;background:#fff7f9;box-shadow:inset 0 0 0 2px var(--pink-dark);z-index:2}
.mb-offer-grid article>p{min-height:64px}
.mb-offer-image{height:170px;margin-bottom:14px}
.mb-offer h3{margin-bottom:4px}
.mb-offer-total{font-size:24px}
.mb-card-saving{font-size:18px!important;padding:10px 12px;background:#eaf4ee;border-radius:9px;color:var(--success)!important;text-align:center}
.mb-offer-assurance{text-align:center;margin:26px 0 0;color:var(--wine);font-weight:700}
.mb-auth-image{min-height:480px}
.mb-faq details summary{padding:19px 0}
.mb-final{min-height:650px}
.mb-footer{padding-top:55px;padding-bottom:55px}
@media(max-width:900px){.mb-hero{min-height:auto}.mb-offer-center{padding:30px 20px}.mb-offer-grid{border:0;gap:14px;overflow:visible}.mb-offer-grid article{border:1px solid var(--border)!important;border-radius:18px}.mb-offer-grid article+article{border-left:1px solid var(--border)}.mb-offer-grid .is-featured,.mb-offer-grid article.is-selected{box-shadow:inset 0 0 0 2px var(--pink-dark)}.mb-offer-image{height:220px}.mb-final{min-height:610px}}
@media(max-width:620px){.mb-section{padding-top:60px;padding-bottom:60px}.mb-hero-copy{padding-top:36px;padding-bottom:52px}.mb-section-head{margin-bottom:32px}.mb-journey-grid{min-height:720px}.mb-sample h2{font-size:42px}.mb-audience-grid>div{padding:27px 23px}.mb-offer{padding-left:12px;padding-right:12px}.mb-offer-center{border-radius:22px;padding:34px 12px}.mb-offer-grid article{padding:26px 22px}.mb-auth-image{min-height:350px}.mb-final{min-height:580px}}

/* Emotional premium direction */
.mb-hero h1{font-size:clamp(62px,7vw,104px);font-weight:500;letter-spacing:-.055em}
.mb-hero-promise{max-width:570px;margin:0 0 24px;color:var(--muted);font-size:15px;line-height:1.6}
.mb-hero-trust{max-width:590px;margin:16px 0 0;color:var(--muted);font-size:11px;line-height:1.55;text-transform:uppercase;letter-spacing:.06em}
.mb-feeling{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(55px,8vw,130px);align-items:center;background:#fff}
.mb-feeling-copy h2{font:500 clamp(42px,4.6vw,68px)/1.08 var(--serif);letter-spacing:-.04em;color:var(--wine);margin:0 0 26px}
.mb-feeling-copy>p:not(.mb-eyebrow){font-size:18px;line-height:1.8;color:var(--muted)}
.mb-feeling-copy>strong{display:block;margin-top:28px;font:500 25px/1.45 var(--serif);color:var(--wine)}
.mb-waves{position:relative;padding:28px 0}
.mb-waves:before{content:"";position:absolute;inset:0 -12vw;background:url(../../../../../image/catalog/marshmallowblush/other_4.jpg) center/cover;border-radius:46% 54% 48% 52%/42% 47% 53% 58%;opacity:.3}
.mb-waves article{position:relative;margin:0 0 14px;padding:27px 32px;border:1px solid rgba(234,221,226,.8);border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 15px 40px rgba(53,31,40,.06)}
.mb-waves article:nth-child(2){margin-left:7%}.mb-waves article:nth-child(3){margin-left:14%}
.mb-waves span{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--pink-dark);font-weight:700}
.mb-waves h3{font:500 27px var(--serif);color:var(--wine);margin:5px 0}
.mb-waves p{margin:0;color:var(--muted);font-size:14px}
.mb-sample{background:linear-gradient(135deg,#351f28,#4c2a37)}
.mb-sample li span strong{display:block;color:#fff;font:500 22px var(--serif)}
.mb-offer{background:linear-gradient(145deg,#f5e1e8,#fffafb)}
.mb-offer-center{max-width:1380px;padding-bottom:58px}
.mb-choice-row{display:grid;grid-template-columns:.88fr 1.2fr .88fr;align-items:center;max-width:1180px;margin:auto}
.mb-choice{position:relative;padding:34px 30px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:22px 0 0 22px;transition:.25s}
.mb-choice+.mb-choice{border-left:0;border-radius:0}
.mb-choice:last-child{border-radius:0 22px 22px 0}
.mb-choice.is-featured{z-index:2;padding:50px 38px;border:1px solid rgba(169,79,112,.35);border-radius:28px!important;background:linear-gradient(180deg,#fff,#fff7fa);box-shadow:0 28px 70px rgba(53,31,40,.16);transform:scale(1.04)}
.mb-choice.is-selected:not(.is-featured){box-shadow:inset 0 0 0 2px var(--pink-dark)}
.mb-choice-image{height:150px;margin-bottom:16px;display:grid;place-items:center;overflow:hidden}
.mb-choice.is-featured .mb-choice-image{height:210px}
.mb-choice-image img{width:100%;height:100%;object-fit:contain}
.mb-choice-count{margin:0;color:var(--pink-dark);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.11em}
.mb-choice h3{font:500 27px/1.2 var(--serif);color:var(--wine);margin:7px 0 22px}
.mb-choice-price strong{display:block;font:600 34px var(--serif);color:var(--wine)}
.mb-choice.is-featured .mb-choice-price strong{font-size:46px}
.mb-choice-price small{display:block;margin-top:2px;color:var(--muted)}
.mb-choice .mb-card-saving{display:inline-block;margin:16px 0!important;padding:7px 14px;font-size:15px!important}
.mb-choice .mb-button{width:100%;margin-top:18px}.mb-choice.is-featured .mb-button{min-height:60px}
.mb-choice-sample{display:block;margin-top:13px;color:var(--muted);font-size:10px}
.mb-auth{gap:6vw}.mb-auth ul{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}
@media(max-width:900px){.mb-feeling{grid-template-columns:1fr}.mb-waves{max-width:680px;margin:auto;width:100%}.mb-choice-row{grid-template-columns:1fr;gap:14px}.mb-choice,.mb-choice+.mb-choice,.mb-choice:last-child{border:1px solid var(--border);border-radius:20px}.mb-choice.is-featured{order:-1;transform:none;padding:38px 28px}.mb-choice-image,.mb-choice.is-featured .mb-choice-image{height:230px}.mb-choice.is-featured .mb-choice-price strong{font-size:42px}}
@media(max-width:620px){.mb-hero h1{font-size:64px}.mb-hero-promise{font-size:14px}.mb-feeling{gap:32px}.mb-feeling-copy h2{font-size:42px}.mb-feeling-copy>p:not(.mb-eyebrow){font-size:16px}.mb-feeling-copy>strong{font-size:22px}.mb-waves{padding:10px 0}.mb-waves article,.mb-waves article:nth-child(2),.mb-waves article:nth-child(3){margin:0 0 10px;padding:22px}.mb-choice,.mb-choice.is-featured{padding:30px 22px}.mb-choice-image,.mb-choice.is-featured .mb-choice-image{height:200px}.mb-auth ul{grid-template-columns:1fr}}

/* Centered add-to-cart confirmation */
body.mb-modal-open{overflow:hidden}
.mb-cart-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}
.mb-cart-modal.is-visible{opacity:1;visibility:visible}
.mb-cart-backdrop{position:absolute;inset:0;background:rgba(53,31,40,.62);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.mb-cart-dialog{position:relative;width:min(650px,100%);padding:54px 54px 50px;border-radius:34px;background:#fff;box-shadow:0 35px 100px rgba(30,13,20,.35);text-align:center;transform:translateY(18px) scale(.98);transition:transform .28s}
.mb-cart-modal.is-visible .mb-cart-dialog{transform:none}
.mb-cart-check{width:80px;height:80px;margin:0 auto 24px;display:grid;place-items:center;border:3px solid #b5efca;border-radius:50%;background:#f0fcf4;color:#1b9d4b;font-size:43px;font-weight:700;line-height:1}
.mb-cart-dialog h2{margin:0 0 30px;color:var(--wine);font:500 clamp(38px,4vw,52px)/1.1 var(--serif);letter-spacing:-.035em}
.mb-cart-dialog .mb-toast-close{position:absolute;right:27px;top:25px;width:52px;height:52px;border:0;border-radius:50%;display:grid;place-items:center;background:#faf0f2;color:#855864;font:300 39px/1 var(--sans);transition:.2s}
.mb-cart-dialog .mb-toast-close:hover{background:var(--soft);transform:rotate(3deg)}
.mb-cart-product{display:grid;grid-template-columns:105px 1fr;gap:24px;align-items:center;padding:24px 28px;border-radius:21px;background:#fbf1f3;text-align:left}
.mb-cart-product img{width:105px;height:105px;object-fit:contain;border-radius:12px;background:#fff}
.mb-cart-product strong{display:block;color:var(--wine);font-size:20px;line-height:1.35}
.mb-cart-product span{display:block;margin-top:8px;color:var(--wine);font:600 32px var(--serif)}
.mb-cart-actions{display:grid;gap:13px;margin-top:28px}
.mb-cart-actions button,.mb-cart-actions a{min-height:62px;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:11px;font-weight:700;font-size:18px;text-decoration:none}
.mb-cart-actions button{border:2px solid #eed5dc;background:#fff;color:var(--wine)}
.mb-cart-actions button:hover{background:#fff8fa}
.mb-cart-actions a{background:var(--wine);color:#fff}
.mb-cart-actions a:hover{background:#4b2936}
.mb-cart-actions svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mb-cart-modal.is-error .mb-cart-check{border-color:#f0c6ce;background:#fff3f5;color:#b64f65}
.mb-cart-modal.is-error .mb-cart-check{font-size:0}.mb-cart-modal.is-error .mb-cart-check:after{content:"!";font-size:38px}
@media(max-width:620px){.mb-cart-modal{padding:15px}.mb-cart-dialog{padding:44px 20px 24px;border-radius:25px}.mb-cart-dialog .mb-toast-close{right:14px;top:14px;width:44px;height:44px;font-size:32px}.mb-cart-check{width:68px;height:68px;margin-bottom:20px;font-size:36px}.mb-cart-dialog h2{font-size:37px;margin-bottom:24px}.mb-cart-product{grid-template-columns:80px 1fr;gap:16px;padding:18px}.mb-cart-product img{width:80px;height:80px}.mb-cart-product strong{font-size:16px}.mb-cart-product span{font-size:27px}.mb-cart-actions{margin-top:20px}.mb-cart-actions button,.mb-cart-actions a{min-height:57px;font-size:16px}}

/* One-page checkout */
.mb-checkout{min-height:75vh;padding:62px 24px 90px;background:#fff9f8;color:var(--wine)}
.mb-checkout-title{max-width:1180px;margin:0 auto 30px;text-align:center}.mb-checkout-title h1{margin:0;font:500 clamp(38px,4vw,54px)/1.1 var(--serif);letter-spacing:-.035em}.mb-checkout-title>p:last-child{margin:10px 0 0;color:var(--muted)}
.mb-checkout-layout{max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}
.mb-checkout-flow{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mb-checkout-step,.mb-order-summary,.mb-checkout-comment{border:1px solid #f0e2e4;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(53,31,40,.035)}.mb-checkout-step[data-step=contact]{grid-column:1/-1}
.mb-checkout-step{padding:26px 28px}.mb-checkout-step>header{display:flex;align-items:center;gap:11px;margin-bottom:22px}.mb-checkout-step>header>b{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:50%;background:#cc7b95;color:#fff;font-weight:700;font-size:12px}.mb-checkout-step>header h2{margin:0;font:600 18px var(--serif)}.mb-checkout-step>header p{margin:3px 0 0;color:var(--muted);font-size:12px}
.mb-step-placeholder{color:#9a858c}.mb-checkout-loading{opacity:.7}.mb-checkout-step fieldset{min-width:0;margin:0;padding:0;border:0}.mb-checkout-step .row{display:grid;grid-template-columns:1fr 1fr;gap:0 14px;margin:0}.mb-checkout-step .col-sm-6{width:auto;padding:0;float:none}.mb-checkout-step .form-group{margin:0 0 16px}.mb-checkout-step label{display:block;margin:0 0 7px;font-size:13px;font-weight:700}.mb-checkout-step input.form-control,.mb-checkout-step select.form-control,.mb-checkout-step textarea.form-control{width:100%;height:50px;padding:0 14px;border:1px solid #ead5da;border-radius:10px;background:#fffdfd;color:var(--wine);box-shadow:none}.mb-checkout-step textarea.form-control{height:90px;padding-top:12px}.mb-checkout-step .form-control:focus{border-color:#cc7b95;box-shadow:0 0 0 3px rgba(204,123,149,.12)}.mb-checkout-step .has-error .form-control{border-color:#c95068}.mb-checkout-step .text-danger{margin-top:5px;color:#b53d56;font-size:12px}.mb-inline-error{margin-bottom:15px;padding:12px 14px;border-radius:9px;background:#fff0f2;color:#a9324b}.mb-auto-status{margin:2px 0 0;color:#9a858c;font-size:12px}
.mb-checkout-step .radio{margin:0 0 9px}.mb-checkout-step .radio label{position:relative;display:flex;min-height:64px;align-items:center;padding:14px 54px 14px 45px;border:1px solid #eadfe1;border-radius:12px;font-size:14px;cursor:pointer}.mb-checkout-step .radio label:has(input:checked){border-color:#cc7b95;background:#fff7f9;box-shadow:0 0 0 1px #cc7b95}.mb-checkout-step .radio input{position:absolute;left:16px;margin:0}.mb-checkout-step .radio label strong{font-weight:700}.mb-checkout-step .buttons{margin:14px 0 0}.mb-checkout-step .buttons:after{content:"";display:block;clear:both}.mb-checkout-step .pull-right{float:none!important}.mb-checkout-step input[name=agree]{margin-right:7px}.mb-checkout-step a{color:#a94f70;text-decoration:underline}
#mb-payment-methods.is-syncing{opacity:.55;pointer-events:none}
.mb-order-summary{position:sticky;top:105px;padding:27px}.mb-order-summary h2{margin:0 0 19px;padding-bottom:17px;border-bottom:1px solid #f0e2e4;font:500 21px var(--serif)}.mb-order-summary article{display:grid;grid-template-columns:72px 1fr auto;gap:13px;align-items:center;padding-bottom:18px;border-bottom:1px solid #f4e9eb}.mb-order-summary article img{width:72px;height:82px;object-fit:contain;border-radius:9px;background:#fff8f9}.mb-order-summary article strong{display:block;font-size:13px;line-height:1.35}.mb-order-summary article span{display:block;margin-top:5px;color:var(--muted);font-size:12px}.mb-order-summary article>b{font-size:13px;white-space:nowrap}.mb-order-summary dl{margin:17px 0}.mb-order-summary dl>div{display:flex;justify-content:space-between;gap:16px;margin:10px 0;color:var(--muted);font-size:13px}.mb-order-summary dt,.mb-order-summary dd{margin:0}.mb-order-summary .mb-summary-total{margin-top:16px;padding-top:16px;border-top:1px solid #eadfe1;color:var(--wine);font-size:19px;font-weight:800}.mb-order-summary>a{display:inline-block;margin-bottom:18px;color:#a94f70;font-size:13px}.mb-order-summary ul{margin:0;padding:17px 0 0;border-top:1px solid #f0e2e4;list-style:none;color:#9a858c;font-size:12px}.mb-order-summary li{margin:7px 0}.mb-order-summary li:before{content:"✓";margin-right:7px;color:#5a9b70}
.mb-cart-quantity{display:flex;align-items:center;gap:0;margin-top:9px}.mb-cart-quantity button{width:27px;height:27px;padding:0;border:1px solid #ead5da;background:#fff;color:var(--wine);font-size:18px;line-height:1}.mb-cart-quantity button:first-child{border-radius:8px 0 0 8px}.mb-cart-quantity button:last-child{border-radius:0 8px 8px 0}.mb-cart-quantity span{min-width:28px;height:27px!important;margin:0!important;display:grid!important;place-items:center;border-top:1px solid #ead5da;border-bottom:1px solid #ead5da;color:var(--wine)!important}.mb-cart-remove{position:absolute;right:0;top:0;border:0;background:none;color:#bd667f;font-size:24px;cursor:pointer}.mb-order-summary article{position:relative;padding-right:20px}.mb-order-summary article.is-updating{opacity:.55;pointer-events:none}
.mb-checkout-comment{grid-column:1/-1;padding:24px 28px}.mb-checkout-comment label{display:block;margin-bottom:9px;font-weight:700}.mb-checkout-comment label small{color:var(--muted);font-weight:400}.mb-checkout-comment textarea{width:100%;padding:13px 15px;border:1px solid #ead5da;border-radius:11px;resize:vertical;color:var(--wine)}#mb-place-order{width:100%;min-height:58px;margin:4px 0 10px;border:0;border-radius:12px;background:var(--wine);color:#fff;font-size:17px;font-weight:800;cursor:pointer;transition:.2s}#mb-place-order:disabled{opacity:.38;cursor:not-allowed}#mb-place-order:not(:disabled):hover{background:#4b2936}.mb-order-status{margin:0 0 18px;text-align:center;color:var(--muted);font-size:11px}
.mb-empty-cart-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:rgba(53,31,40,.66);backdrop-filter:blur(8px);opacity:0;transition:opacity .2s}.mb-empty-cart-modal[hidden]{display:none}.mb-empty-cart-modal.is-visible{opacity:1}.mb-empty-cart-modal>div{width:min(430px,100%);padding:46px 30px;border-radius:26px;background:#fff;text-align:center;box-shadow:0 30px 90px rgba(30,13,20,.35)}.mb-empty-cart-modal span{display:block;color:#cc7b95;font-size:50px}.mb-empty-cart-modal h2{margin:10px 0 8px;font:500 34px var(--serif);color:var(--wine)}.mb-empty-cart-modal p{margin:0;color:var(--muted)}
#mb-order-confirm .table{width:100%;border-collapse:collapse;font-size:13px}#mb-order-confirm .table th,#mb-order-confirm .table td{padding:9px;border-bottom:1px solid #f0e2e4;text-align:left}#mb-order-confirm .table td.text-right,#mb-order-confirm .table th.text-right{text-align:right}#mb-order-confirm .btn-primary,#mb-order-confirm button[type=submit],#mb-order-confirm input[type=submit]{width:100%;min-height:58px;margin-top:18px;border:0;border-radius:12px;background:var(--wine);color:#fff;font-size:17px;font-weight:800;cursor:pointer}#mb-order-confirm .btn-primary:hover{background:#4b2936}
@media(max-width:900px){.mb-checkout-layout{grid-template-columns:1fr}.mb-order-summary{position:static}.mb-checkout{padding-top:42px}}
@media(max-width:720px){.mb-checkout-flow{grid-template-columns:1fr}.mb-checkout-step[data-step]{grid-column:auto}}
@media(max-width:620px){.mb-checkout{padding:30px 14px 60px}.mb-checkout-title{margin-bottom:22px}.mb-checkout-step,.mb-order-summary{padding:21px 17px;border-radius:16px}.mb-checkout-step .row{grid-template-columns:1fr}.mb-order-summary article{grid-template-columns:62px 1fr auto}.mb-order-summary article img{width:62px;height:72px}}

/* Order success */
.mb-success-page{min-height:72vh;padding:72px 24px 100px;background:radial-gradient(circle at 50% 0,#fff 0,#fff9f8 58%,#fdf4f4 100%);color:var(--wine)}
.mb-success-card{width:min(900px,100%);margin:auto;padding:58px 64px;border:1px solid #f0e1e4;border-radius:30px;background:#fff;box-shadow:0 22px 65px rgba(53,31,40,.08);text-align:center}
.mb-success-check{width:82px;height:82px;margin:0 auto 23px;display:grid;place-items:center;border:3px solid #b8eaca;border-radius:50%;background:#f1fbf4;color:#239850;font-size:42px;font-weight:700}
.mb-success-card h1{max-width:680px;margin:10px auto 17px;font:500 clamp(42px,5vw,62px)/1.04 var(--serif);letter-spacing:-.04em}
.mb-success-lead{max-width:700px;margin:0 auto 39px;color:var(--muted);font-size:17px;line-height:1.7}
.mb-success-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;text-align:left}
.mb-success-steps article{display:flex;gap:14px;padding:22px 19px;border:1px solid #f0e1e4;border-radius:17px;background:#fffbfb}
.mb-success-steps article>b{width:29px;height:29px;flex:0 0 29px;display:grid;place-items:center;border-radius:50%;background:#cf7c97;color:#fff;font-size:12px}
.mb-success-steps h2{margin:2px 0 7px;font:600 17px var(--serif)}.mb-success-steps p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.mb-success-note{display:flex;align-items:center;gap:17px;margin-top:20px;padding:21px 25px;border-radius:17px;background:#fbf0f3;text-align:left}.mb-success-note>span{font:400 40px var(--serif);color:#b75f7c}.mb-success-note strong{font:600 18px var(--serif)}.mb-success-note p{margin:4px 0 0;color:var(--muted);font-size:14px}
.mb-success-actions{margin-top:30px}.mb-success-actions .mb-button{display:inline-flex;min-width:250px;justify-content:center;text-decoration:none}.mb-success-actions p{margin:16px 0 0;color:var(--muted);font-size:13px}.mb-success-actions p a{color:#a94f70}

/* Information and legal documents */
.mb-legal-page{min-height:72vh;padding:55px 24px 95px;background:#fff9f8;color:var(--wine)}
.mb-legal-shell{width:min(940px,100%);margin:auto}.mb-legal-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-bottom:25px;color:#9a858c;font-size:12px}.mb-legal-breadcrumb a{color:#a94f70;text-decoration:none}.mb-legal-breadcrumb a:hover{text-decoration:underline}
.mb-legal-header{padding:44px 52px;border:1px solid #f0e1e4;border-radius:25px 25px 0 0;background:linear-gradient(135deg,#fff 0,#fdf1f4 100%);text-align:center}.mb-legal-header h1{margin:9px 0 12px;font:500 clamp(38px,5vw,56px)/1.08 var(--serif);letter-spacing:-.035em}.mb-legal-header>p:last-child{margin:0;color:var(--muted)}
.mb-legal-content{padding:52px 65px 60px;border:1px solid #f0e1e4;border-top:0;border-radius:0 0 25px 25px;background:#fff;box-shadow:0 18px 55px rgba(53,31,40,.055);font-size:15px;line-height:1.78;color:#59434b}.mb-legal-content>:first-child{margin-top:0}.mb-legal-content>:last-child{margin-bottom:0}.mb-legal-content h2,.mb-legal-content h3,.mb-legal-content h4{color:var(--wine);font-family:var(--serif);line-height:1.25}.mb-legal-content h2{margin:42px 0 15px;padding-top:8px;font-size:29px}.mb-legal-content h3{margin:29px 0 11px;font-size:22px}.mb-legal-content h4{margin:22px 0 9px;font-size:18px}.mb-legal-content p{margin:0 0 17px}.mb-legal-content ul,.mb-legal-content ol{margin:0 0 22px;padding-left:25px}.mb-legal-content li{margin:6px 0}.mb-legal-content a{color:#a94f70;text-decoration:underline}.mb-legal-content blockquote{margin:25px 0;padding:18px 22px;border-left:4px solid #cf7c97;background:#fff6f8}.mb-legal-content hr{margin:35px 0;border:0;border-top:1px solid #f0e1e4}.mb-legal-content table{width:100%;margin:24px 0;border-collapse:collapse;display:block;overflow-x:auto}.mb-legal-content th,.mb-legal-content td{padding:12px 14px;border:1px solid #eadcdf;text-align:left}.mb-legal-content th{background:#fbf0f3;color:var(--wine)}.mb-legal-back{padding-top:25px;text-align:center}.mb-legal-back a{color:#a94f70;font-weight:700;text-decoration:none}
@media(max-width:760px){.mb-success-page{padding:40px 14px 65px}.mb-success-card{padding:40px 20px;border-radius:22px}.mb-success-steps{grid-template-columns:1fr}.mb-success-note{align-items:flex-start}.mb-legal-page{padding:34px 14px 65px}.mb-legal-header{padding:35px 20px}.mb-legal-content{padding:35px 21px 42px}.mb-legal-content h2{font-size:25px}}

/* OpenCart information agreement modal */
.modal-open{overflow:hidden}
.modal{position:fixed;inset:0;z-index:300;display:none;overflow-x:hidden;overflow-y:auto;padding:28px 16px;outline:0}
.modal.in{display:block}
.modal-dialog{position:relative;width:min(760px,100%);margin:4vh auto;transform:translateY(-18px);transition:transform .25s ease}
.modal.in .modal-dialog{transform:none}
.modal-content{position:relative;border:1px solid #f0e1e4;border-radius:25px;background:#fff;box-shadow:0 30px 90px rgba(30,13,20,.35);background-clip:padding-box}
.modal-header{position:relative;padding:27px 70px 22px 30px;border-bottom:1px solid #f0e1e4}.modal-title{margin:0;color:var(--wine);font:600 27px/1.25 var(--serif)}
.modal-header .close{position:absolute;right:20px;top:17px;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#faf0f2;color:#855864;font:300 34px/1 var(--sans);cursor:pointer}.modal-header .close:hover{background:#f6e3e8}
.modal-body{max-height:65vh;padding:28px 30px;overflow:auto;color:#59434b;font-size:14px;line-height:1.7}.modal-body h2,.modal-body h3,.modal-body h4{color:var(--wine);font-family:var(--serif)}.modal-body a{color:#a94f70}.modal-body table{width:100%;display:block;overflow-x:auto;border-collapse:collapse}.modal-body th,.modal-body td{padding:9px;border:1px solid #eadcdf;text-align:left}
.modal-backdrop{position:fixed;inset:0;z-index:290;background:rgba(53,31,40,.68);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:1}.fade{transition:opacity .2s linear}
@media(max-width:620px){.modal{padding:12px}.modal-dialog{margin:2vh auto}.modal-content{border-radius:19px}.modal-header{padding:22px 60px 18px 20px}.modal-title{font-size:23px}.modal-header .close{right:12px;top:11px}.modal-body{max-height:72vh;padding:22px 20px}}

/* Error pages */
.mb-error-page{min-height:72vh;padding:72px 24px 100px;display:grid;place-items:center;background:radial-gradient(circle at 50% 0,#fff 0,#fff9f8 58%,#fbedf0 100%);color:var(--wine)}
.mb-error-card{position:relative;width:min(760px,100%);padding:60px 60px 56px;border:1px solid #f0e1e4;border-radius:30px;background:#fff;box-shadow:0 22px 70px rgba(53,31,40,.08);text-align:center;overflow:hidden}.mb-error-code{position:absolute;right:-10px;top:-66px;margin:0;color:#fbf0f3;font:700 185px var(--serif)}.mb-error-icon{position:relative;width:78px;height:78px;margin:0 auto 23px;display:grid;place-items:center;border-radius:50%;background:#fae8ed;color:#b65c79;font:36px var(--serif)}.mb-error-card h1{position:relative;margin:10px 0 17px;font:500 clamp(40px,5.5vw,58px)/1.06 var(--serif);letter-spacing:-.04em}.mb-error-card>p:not(.mb-error-code):not(.mb-eyebrow){max-width:570px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.7}.mb-error-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}.mb-error-actions .mb-button,.mb-error-actions button{min-width:210px;min-height:54px;padding:12px 20px;border-radius:12px;font-weight:700}.mb-error-actions .mb-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.mb-error-actions button{border:1px solid #ead4db;background:#fff;color:var(--wine);cursor:pointer}.mb-error-actions button:hover{background:#fff7f9}
@media(max-width:620px){.mb-error-page{padding:40px 14px 65px}.mb-error-card{padding:45px 21px 38px;border-radius:22px}.mb-error-code{font-size:125px;top:-42px}.mb-error-actions>*{width:100%}}
