/* Reimosa Experience 1.0.6 · home · canonical source */
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:var(--rx-font-body);color:var(--ink);background:var(--rx-white);overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.logo{font-weight:950;font-size:1.22rem;letter-spacing:.08em}
.logo span{color:var(--pink)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:999px;border:1px solid transparent;font-weight:900;transition:.23s}
.btn:hover{transform:translateY(-2px)}
.primary{background:var(--pink);color:var(--rx-white);box-shadow:0 14px 32px rgba(237,49,146,.24)}
.outline{background:var(--rx-white);border-color:var(--line)}
.wa{background:var(--green);color:var(--rx-white)}
.smallbtn{padding:11px 15px;font-size:.84rem}
.hero{min-height:92svh;padding:84px 0 60px;display:grid;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 32%,rgba(237,49,146,.18),transparent 28%),linear-gradient(135deg,var(--rx-white),var(--rx-surface) 58%,var(--rx-disabled-bg))}
.hero:before{content:"";position:absolute;width:610px;height:610px;border-radius:50%;right:-210px;top:7%;border:1px solid rgba(237,49,146,.16);box-shadow:0 0 0 70px rgba(237,49,146,.035),0 0 0 140px rgba(237,49,146,.02)}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:48px;align-items:center;position:relative}
.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;color:var(--pink);font-weight:950}
.eyebrow:before{content:"";width:34px;height:2px;background:currentColor}
.hero h1{font-size:clamp(3.15rem,7vw,6.7rem);line-height:.9;letter-spacing:-.064em;margin:18px 0 24px}
.hero h1 span{display:block;color:var(--pink)}
.hero p{max-width:620px;color:var(--muted);line-height:1.7;font-size:clamp(1rem,1.7vw,1.18rem)}
.hero-buttons{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}
.microtrust{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;font-size:.86rem;font-weight:800}
.microtrust span:before{content:"✓";color:var(--green);margin-right:7px}
.bubble{position:absolute;padding:14px 17px;border-radius:18px;box-shadow:var(--shadow);font-weight:900;animation:float 6s ease-in-out infinite}
.bubble.save{left:-5px;top:155px;background:var(--wine);color:var(--rx-white);font-size:.82rem;animation-direction:reverse}
@keyframes float{50%{transform:translateY(-12px)}}
.truststrip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--rx-white);padding:17px 0}
.trustgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.trust{text-align:center;font-size:.82rem;font-weight:900}
.trust span{display:block;font-size:1.25rem;margin-bottom:3px}
.section{padding:88px 0}
.head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:38px}
.head h2{font-size:clamp(2.35rem,4.8vw,4.7rem);line-height:.95;letter-spacing:-.055em;margin:0;max-width:760px}
.head p{max-width:420px;color:var(--muted);line-height:1.68;margin:0}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--rx-white);box-shadow:0 16px 42px rgba(62,13,39,.075);transition:.28s}
.card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.visual{height:285px;display:grid;place-items:center;position:relative;background:radial-gradient(circle,var(--rx-white) 0,var(--rx-disabled-bg) 55%,var(--rx-brand-pale))}
.badge{position:absolute;left:17px;top:17px;background:var(--pink);color:var(--rx-white);border-radius:999px;padding:8px 11px;font-size:.7rem;font-weight:950;text-transform:uppercase}
.cardbody{padding:23px}
.card h3{font-size:1.22rem;line-height:1.3;margin:0 0 9px}
.benefit{color:var(--muted);font-size:.9rem;line-height:1.55;min-height:56px}
.details{display:grid;gap:7px;margin:15px 0;color:var(--rx-muted);font-size:.82rem}
.details span:before{content:"✓";color:var(--green);font-weight:950;margin-right:7px}
.pricing{display:flex;align-items:end;gap:9px;flex-wrap:wrap;margin:16px 0}
.now{font-size:1.75rem;font-weight:950;color:var(--pink)}
.old{text-decoration:line-through;color:var(--rx-disabled-ink)}
.saving{font-size:.72rem;font-weight:950;color:var(--green);background:var(--rx-success-soft);padding:6px 8px;border-radius:8px}
.card .btn{width:100%}
.shippingnote{margin-top:11px;text-align:center;font-size:.75rem;color:var(--rx-disabled-ink)}
.searchbox{background:var(--rx-surface);border:1px solid var(--line);border-radius:30px;padding:32px;margin-top:28px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.searchbox h3{margin:0 0 7px;font-size:1.4rem}
.searchbox p{margin:0;color:var(--muted)}
.searchform{display:flex;gap:8px}
.searchform input{min-width:250px;padding:13px 16px;border-radius:999px;border:1px solid var(--rx-brand-pale);outline:none}
.searchform input:focus{border-color:var(--pink);box-shadow:0 0 0 4px rgba(237,49,146,.1)}
.problems{background:var(--rx-surface)}
.problemgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.problem{min-height:225px;padding:27px;border-radius:26px;background:var(--rx-white);border:1px solid var(--line);position:relative;overflow:hidden;transition:.25s}
.problem:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.problem:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-75px;top:-75px;background:rgba(237,49,146,.08)}
.problem .ico{font-size:1.9rem}
.problem h3{margin:29px 0 7px}
.problem p{color:var(--muted);line-height:1.5}
.problem a{color:var(--pink);font-weight:950}
.quizbox{margin-top:30px;border-radius:32px;padding:38px;background:linear-gradient(135deg,var(--rx-white) 0%,var(--rx-surface) 58%,var(--rx-brand-pale) 100%);color:var(--ink);border:1px solid var(--rx-border);box-shadow:0 16px 42px rgba(67,19,47,.09);display:flex;justify-content:space-between;align-items:center;gap:30px}
.quizbox h3{font-size:clamp(1.8rem,3.4vw,3rem);margin:0 0 10px;color:var(--wine)}
.quizbox p{color:var(--muted);margin:0;max-width:680px;line-height:1.65}
.confidence{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.panel{border:1px solid var(--line);border-radius:28px;padding:31px;background:var(--rx-white)}
.panel h3{font-size:1.5rem;margin:0 0 17px}
.checklist{display:grid;gap:13px}
.payment-notes{margin-top:18px}
.check{display:flex;gap:11px;line-height:1.5;color:var(--rx-muted)}
.check b{color:var(--green)}
.payments{display:flex;flex-wrap:wrap;gap:9px}
.pay{border:1px solid var(--line);border-radius:12px;padding:9px 12px;font-weight:900;font-size:.78rem;background:var(--rx-surface)}
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quote{padding:27px;border-radius:25px;background:var(--rx-white);border:1px solid var(--line)}
.stars{color:var(--rx-disabled-ink);letter-spacing:.1em}
.quote p{color:var(--rx-muted);line-height:1.68}
.quote strong{display:block;margin-top:15px}
.verified{font-size:.74rem;color:var(--green);font-weight:900}
.faq{display:grid;gap:10px}
.faq details{border:1px solid var(--line);border-radius:18px;padding:18px 20px;background:var(--rx-white)}
.faq summary{font-weight:900;cursor:pointer}
.faq p{color:var(--muted);line-height:1.65;margin:13px 0 0}
.cta{padding:88px 0}
.ctabox{padding:64px;border-radius:38px;text-align:center;color:var(--ink);background:radial-gradient(circle at 82% 12%,rgba(255,255,255,.72),transparent 30%),linear-gradient(135deg,var(--rx-white) 0%,var(--rx-surface) 48%,var(--rx-brand-pale) 100%);border:1px solid var(--rx-border);box-shadow:0 22px 58px rgba(67,19,47,.11)}
.ctabox h2{font-size:clamp(2.7rem,5.7vw,5.7rem);line-height:.92;letter-spacing:-.06em;margin:0 0 18px;color:var(--wine)}
.ctabox p{max-width:680px;margin:0 auto 26px;color:var(--muted);line-height:1.7}
.footer{background:var(--rx-brand-pale);color:var(--rx-ink);padding:52px 0 92px;border-top:1px solid var(--rx-border)}
.footergrid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px}
.footer h4{color:var(--rx-wine)}
.footer p,.footer a{font-size:.88rem;line-height:1.75;color:var(--rx-muted)}
.footer a:hover{color:var(--rx-primary)}
.floatwa{position:fixed;right:17px;bottom:17px;z-index:70;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--rx-white);font-size:1.55rem;box-shadow:0 15px 35px rgba(15,129,68,.35)}
.mobilebar{display:none;position:fixed;z-index:60;left:0;right:0;bottom:0;padding:9px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:8px}
.modal{position:fixed;z-index:100;inset:0;background:rgba(67,19,47,.58);display:none;place-items:center;padding:18px}
.modal.open{display:grid}
.modalcard{width:min(620px,100%);max-height:90vh;overflow:auto;background:var(--rx-white);border-radius:28px;padding:29px;box-shadow:var(--shadow)}
.modalhead{display:flex;justify-content:space-between;gap:15px}
.close{border:0;background:var(--rx-disabled-bg);border-radius:50%;width:38px;height:38px;font-size:1.2rem}
.step{display:none}
.step.active{display:block}
.options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}
.option{border:1px solid var(--line);background:var(--rx-white);border-radius:17px;padding:16px;text-align:left;font-weight:850}
.option:hover,.option.selected{border-color:var(--pink);background:var(--rx-surface)}
.quiznav{display:flex;justify-content:space-between;gap:10px;margin-top:18px}
.result{display:none;padding:22px;border-radius:20px;background:var(--rx-surface)}
.result.show{display:block}
.reveal,.js .reveal,.js .reveal.show{opacity:1;transform:none;transition:.35s}
.stage{position:relative;min-height:560px}
.real-collage{position:absolute;inset:25px 0 15px;display:grid;place-items:center;isolation:isolate}
.real-collage:before{content:"";position:absolute;width:470px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,var(--rx-white) 0,var(--rx-border) 44%,rgba(237,49,146,.12) 68%,transparent 72%);z-index:-2}
.hero-product{position:absolute;background:var(--rx-white);border:1px solid rgba(80,18,50,.08);border-radius:30px;padding:16px;box-shadow:0 30px 70px rgba(62,10,38,.17);object-fit:contain;transition:.3s ease}
.hero-product.main{width:330px;height:390px;z-index:3;transform:translateY(15px)}
.hero-product.left{width:205px;height:255px;left:0;bottom:35px;transform:rotate(-8deg);z-index:1}
.hero-product.right{width:205px;height:255px;right:0;top:45px;transform:rotate(8deg);z-index:2}
.hero-product:hover{transform:translateY(-6px) scale(1.02)}
.hero-product.left:hover{transform:rotate(-4deg) translateY(-6px) scale(1.02)}
.hero-product.right:hover{transform:rotate(4deg) translateY(-6px) scale(1.02)}
.photo-label{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:6;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid rgba(80,18,50,.08);padding:9px 14px;border-radius:999px;font-size:.72rem;font-weight:950;white-space:nowrap}
.visual.real{background:linear-gradient(145deg,var(--rx-white),var(--rx-surface));padding:18px}
.visual.real img{width:100%;height:100%;object-fit:contain;transition:.3s ease}
.card:hover .visual.real img{transform:scale(1.045)}
.real-note{position:absolute;right:15px;bottom:14px;background:rgba(255,255,255,.9);padding:7px 9px;border-radius:999px;font-size:.66rem;font-weight:950;color:var(--rx-muted);border:1px solid rgba(80,18,50,.07)}
.stockline{display:flex;align-items:center;gap:7px;margin:10px 0 0;font-size:.78rem;font-weight:850;color:var(--rx-muted)}
.wc-price{margin:16px 0 12px;font-size:1.38rem;font-weight:950;color:var(--pink);min-height:34px}
.wc-price del{font-size:.82rem;color:var(--rx-disabled-ink);font-weight:700;margin-right:7px}
.wc-price ins{text-decoration:none}
.wc-price .woocommerce-Price-currencySymbol{font-size:.78em}
.dynamic-card .benefit{min-height:68px}
.dynamic-card .visual.real{height:260px}
.dynamic-card .cardbody{display:flex;flex-direction:column;height:calc(100% - 260px)}
.dynamic-card .btn{margin-top:auto}
.dynamic-card .productmeta{margin-top:10px}
.packs-grid .card h3{font-size:1.05rem}
.packs-grid .visual.real{height:220px}
.packs-grid .dynamic-card .cardbody{height:calc(100% - 220px)}
@media (max-width:1050px){.packs-grid{grid-template-columns:repeat(2,1fr)}}
.stockdot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(20,168,90,.12)}
.productmeta{font-size:.76rem;color:var(--rx-disabled-ink);margin-top:6px}
.skip-link{position:fixed;left:14px;top:-80px;z-index:9999;background:var(--rx-white);color:var(--ink);padding:12px 16px;border-radius:12px;box-shadow:var(--shadow);font-weight:900}
.skip-link:focus{top:14px}
:focus-visible{outline:3px solid rgba(237,49,146,.38);outline-offset:3px}
section[id]{scroll-margin-top:105px}
.mobile-line-link{padding-left:24px!important;font-size:.8rem!important}
.cart-badge{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--pink);color:var(--rx-white);font-size:.62rem;display:grid;place-items:center;font-weight:950}
@media (max-width:1080px){}
@media (min-width:1081px){}
@media (min-width:1101px){}
.brand-logo{display:inline-flex;align-items:center;min-width:150px;min-height:48px}
.brand-logo img{display:block;width:auto;height:48px;max-width:190px;object-fit:contain}
.brand-logo .logo-fallback{display:none;font-weight:950;font-size:1.22rem;letter-spacing:.08em;color:var(--ink)}
.brand-logo .logo-fallback span{color:var(--pink)}
.brand-logo.logo-error img{display:none}
.brand-logo.logo-error .logo-fallback{display:inline-block}
.uploaded-logo{display:inline-flex;align-items:center;justify-content:center;width:230px;height:68px;padding:5px 8px;border-radius:14px;background:var(--rx-white);overflow:hidden;flex:0 0 auto}
.uploaded-logo img{width:100%;height:100%;object-fit:contain;display:block}
.footer .uploaded-logo{width:250px;height:76px;margin-bottom:14px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.result[aria-live]{scroll-margin-top:100px}
.needs-visual .head{margin-bottom:20px}
.needs-intro{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin:0 0 22px}
.needs-intro p{margin:0;color:var(--muted);max-width:760px}
.needs-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(237,49,146,.08);color:var(--pink);font-size:.8rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.needs-hero-grid{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:18px}
.need-photo-card a{position:relative;display:block;min-height:480px;color:var(--rx-white);text-decoration:none}
.need-photo-card a::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(67,19,47,.04) 0%,rgba(67,19,47,.16) 38%,rgba(67,19,47,.68) 100%)}
.need-photo-overlay small{display:inline-block;margin-bottom:8px;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.need-photo-overlay h3{margin:0 0 8px;font-size:1.45rem;color:var(--rx-white)}
.need-photo-overlay p{margin:0 0 14px;color:rgba(255,255,255,.86);line-height:1.55}
.need-photo-overlay span{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:var(--rx-white)}
.needs-secondary{margin-top:24px}
.needs-subhead{margin-bottom:16px}
.needs-subhead h3{margin:0 0 6px;font-size:1.25rem}
.needs-subhead p{margin:0;color:var(--muted)}
.problemgrid-secondary{grid-template-columns:repeat(4,minmax(0,1fr))}
.problemgrid-secondary .problem{min-height:100%}
@media (max-width: 1024px){.needs-hero-grid{grid-template-columns:1fr}
.need-photo-card a{min-height:420px}
.problemgrid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.need-photo-overlay{padding:18px 18px 20px}
.need-photo-overlay h3{font-size:1.3rem}
.problemgrid-secondary{grid-template-columns:1fr}}
.needs-all-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.needs-all-grid .need-photo-card a{min-height:470px}
@media (max-width: 1100px){.needs-all-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 680px){.needs-all-grid{grid-template-columns:1fr}
.needs-all-grid .need-photo-card a{min-height:420px}}
.scroll-reveal{opacity:1;transform:none;transition:opacity .85s cubic-bezier(.22,.75,.2,1),
    transform .85s cubic-bezier(.22,.75,.2,1);will-change:opacity,transform}
.scroll-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}
.need-photo-card{border-radius:28px;overflow:hidden;background:var(--rx-white);box-shadow:0 20px 50px rgba(67,19,47,.08);position:relative;transform-style:preserve-3d;transition:transform .35s ease,
    box-shadow .35s ease}
.need-photo-card:hover{transition:transform .25s ease;transform:translateY(-8px) scale(1.012);box-shadow:0 28px 70px rgba(25,10,20,.16)}
.need-photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 1.25s cubic-bezier(.22,.75,.2,1);will-change:transform}
.need-photo-card.is-visible img{transform:scale(1)}
.need-photo-card[data-parallax] img{transform:translate3d(0,var(--parallax-y,0px),0) scale(1.08)}
.need-photo-card.is-visible[data-parallax] img{transform:translate3d(0,var(--parallax-y,0px),0) scale(1.03)}
.need-photo-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:22px 22px 24px;transform:translateY(18px);opacity:0;transition:transform .8s cubic-bezier(.22,.75,.2,1) .15s,
    opacity .8s ease .15s}
.need-photo-card.is-visible .need-photo-overlay{transform:translateY(0);opacity:1}
.need-photo-overlay small, .need-photo-overlay h3, .need-photo-overlay p, .need-photo-overlay span{opacity:0;transform:translateY(12px);transition:opacity .65s ease,
    transform .65s cubic-bezier(.22,.75,.2,1)}
.need-photo-card.is-visible .need-photo-overlay small{opacity:1;transform:none;transition-delay:.18s}
.need-photo-card.is-visible .need-photo-overlay h3{opacity:1;transform:none;transition-delay:.26s}
.need-photo-card.is-visible .need-photo-overlay p{opacity:1;transform:none;transition-delay:.34s}
.need-photo-card.is-visible .need-photo-overlay span{opacity:1;transform:none;transition-delay:.42s}
.needs-all-grid .need-photo-card:nth-child(2){transition-delay:.06s}
.needs-all-grid .need-photo-card:nth-child(3){transition-delay:.12s}
.needs-all-grid .need-photo-card:nth-child(4){transition-delay:.18s}
.needs-all-grid .need-photo-card:nth-child(5){transition-delay:.24s}
.needs-all-grid .need-photo-card:nth-child(6){transition-delay:.30s}
.needs-all-grid .need-photo-card:nth-child(7){transition-delay:.36s}
.needs-all-grid .need-photo-card:nth-child(8){transition-delay:.42s}
.needs-all-grid .need-photo-card:nth-child(9){transition-delay:.48s}
.need-photo-card.need-symbolic a{background:radial-gradient(circle at 70% 22%,rgba(255,255,255,.28),transparent 24%),linear-gradient(145deg,var(--rx-brand-pale),var(--rx-primary) 64%,var(--rx-primary-hover))}
.need-symbol-visual{position:absolute;inset:0;display:grid;place-items:center;padding-bottom:92px;font-size:clamp(5rem,9vw,8rem);line-height:1;filter:drop-shadow(0 16px 28px rgba(67,19,47,.24));z-index:1}
.need-photo-card.need-symbolic a::before{content:"";position:absolute;inset:12% 18% 28%;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);z-index:0}
.needs-secondary-link{margin-top:22px;display:flex;justify-content:center}
.needs-secondary-link a{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border:1px solid var(--line);border-radius:999px;background:var(--rx-white);color:var(--wine);font-weight:900}
.needs-secondary-link a:hover{border-color:var(--pink);color:var(--pink)}
.needs-intro, .needs-visual .head, .quizbox{transition:opacity .8s ease,
    transform .8s cubic-bezier(.22,.75,.2,1)}
.scroll-fade-left{opacity:1;transform:none}
.scroll-fade-right{opacity:1;transform:none}
.scroll-fade-left.is-visible, .scroll-fade-right.is-visible{opacity:1;transform:translateX(0)}
@media (max-width:680px){.scroll-reveal{transform:translateY(28px) scale(.992)}
.needs-all-grid .need-photo-card{transition-delay:0s!important}
.need-photo-card[data-parallax] img{transform:scale(1.03)}}
.results-cinematic{padding:100px 0;background:linear-gradient(180deg,var(--rx-white) 0%,var(--rx-surface) 100%)}
.results-heading{max-width:820px;margin-bottom:34px}
.results-heading > span, .routine-kicker, .pack-copy > span{display:inline-block;margin-bottom:10px;color:var(--pink);font-size:.76rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.results-heading h2, .routine-copy h2, .pack-copy h2{margin:0 0 16px;font-size:clamp(2.5rem,5vw,5.5rem);line-height:.95;letter-spacing:-.055em}
.results-heading p, .routine-copy > p, .pack-copy p{margin:0;color:var(--muted);line-height:1.7}
.compare-title small{color:var(--pink);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.compare-title h3{margin:3px 0 0;font-size:1.15rem}
.before-after img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.after-layer{position:absolute;inset:0;clip-path:inset(0 0 0 var(--split))}
.compare-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}
.label-before{left:14px}
.label-after{right:14px}
.pack-reveal{padding:110px 0;background:linear-gradient(180deg,var(--rx-white),var(--rx-surface))}
.pack-reveal-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:center}
.pack-copy .btn{margin-top:24px}
.pack-stage{position:relative;min-height:560px;perspective:1300px;transform-style:preserve-3d}
.pack-item{position:absolute;left:50%;top:50%;width:250px;height:340px;object-fit:contain;padding:16px;border-radius:28px;background:var(--rx-white);box-shadow:0 30px 80px rgba(49,13,37,.16);transition:1s cubic-bezier(.2,.8,.2,1)}
.pack-left{transform:translate(-120%,-45%) rotateY(22deg) rotateZ(-7deg) scale(.82)}
.pack-center{z-index:3;transform:translate(-50%,-50%) translateZ(80px)}
.pack-right{transform:translate(20%,-45%) rotateY(-22deg) rotateZ(7deg) scale(.82)}
.pack-reveal:not(.is-visible) .pack-left{transform:translate(-50%,-50%) rotateY(35deg) scale(.58);opacity:0}
.pack-reveal:not(.is-visible) .pack-center{transform:translate(-50%,-40%) translateZ(-120px) scale(.75);opacity:0}
.pack-reveal:not(.is-visible) .pack-right{transform:translate(-50%,-50%) rotateY(-35deg) scale(.58);opacity:0}
.pack-glow{position:absolute;left:50%;top:50%;width:420px;height:420px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(237,49,146,.22),transparent 68%);filter:blur(18px)}
@media (max-width:980px){.compare-grid{grid-template-columns:1fr}
.routine-layout, .pack-reveal-inner{grid-template-columns:1fr}
.routine-visual{min-height:580px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
.scroll-reveal, .need-photo-card, .need-photo-card img, .need-photo-overlay, .need-photo-overlay *{transition:none!important;animation:none!important;transform:none!important;opacity:1!important}
.routine-panel, .routine-dot, .pack-item{transition:none!important}}
.before-after::before{content:"";position:absolute;inset:0 auto 0 0;width:var(--split);background:linear-gradient(90deg,rgba(67,19,47,.09),transparent);pointer-events:none;z-index:2}
.before-after::after{content:"";position:absolute;inset:0 0 0 auto;width:calc(100% - var(--split));background:linear-gradient(270deg,rgba(237,49,146,.07),transparent);pointer-events:none;z-index:2}
.compare-handle, .compare-label, .compare-range{z-index:3}
.compare-card{padding:18px;border:1px solid rgba(237,49,146,.14);border-radius:30px;background:linear-gradient(180deg,var(--rx-white) 0%, var(--rx-surface) 100%);box-shadow:0 18px 48px rgba(37,15,29,.08)}
.compare-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.compare-title > span{padding:7px 10px;border-radius:999px;color:var(--pink);font-size:.7rem;font-weight:900;background:var(--rx-surface);border:1px solid rgba(237,49,146,.12);box-shadow:0 8px 18px rgba(237,49,146,.07)}
.before-after{position:relative;aspect-ratio:4/5;border-radius:22px;background:var(--rx-disabled-bg);border:1px solid rgba(237,49,146,.14);box-shadow:0 14px 34px rgba(67,19,47,.08);overflow:hidden}
.compare-handle{position:absolute;top:0;bottom:0;left:var(--split);width:3px;transform:translateX(-50%);box-shadow:0 0 0 1px rgba(67,19,47,.08);pointer-events:none;background:var(--rx-white)}
.compare-handle span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:900;background:var(--rx-white);color:var(--pink);border:1px solid rgba(237,49,146,.12);box-shadow:0 10px 24px rgba(67,19,47,.14)}
.compare-label{position:absolute;top:14px;padding:7px 10px;border-radius:999px;color:var(--rx-white);font-size:.68rem;font-weight:900;backdrop-filter:blur(8px);background:rgba(67,19,47,.74);border:1px solid rgba(255,255,255,.12)}
.compare-card > p{color:var(--muted);font-size:.87rem;line-height:1.55;margin:16px 4px 14px}
.compare-actions{display:flex;gap:10px;margin:0 4px 4px}
.compare-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:999px;background:linear-gradient(135deg,var(--pink),var(--rx-primary));color:var(--rx-white);text-decoration:none;font-weight:850;box-shadow:0 14px 30px rgba(237,49,146,.22);transition:transform .22s ease, box-shadow .22s ease, filter .22s ease}
.compare-cta:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 20px 36px rgba(237,49,146,.28)}
.compare-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.compare-legend-item{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:18px;border:1px solid rgba(237,49,146,.1);background:var(--rx-white);box-shadow:0 10px 24px rgba(30,10,22,.05)}
.compare-legend-item strong{display:block;margin-bottom:4px;font-size:.95rem}
.compare-legend-item small{display:block;color:var(--muted);line-height:1.45}
.compare-legend-item .dot{flex:0 0 auto;width:12px;height:12px;border-radius:50%;margin-top:4px}
.compare-legend-item .dot.problem{background:var(--rx-disabled-ink);box-shadow:0 0 0 6px rgba(123,90,103,.08)}
.compare-legend-item .dot.result{background:var(--pink);box-shadow:0 0 0 6px rgba(237,49,146,.08)}
@media (max-width:760px){.compare-legend{grid-template-columns:1fr}
.compare-actions{flex-direction:column}
.compare-cta{width:100%}}
.compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:0}
.results-cinematic .wrap{padding-bottom:0}
.shop-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--rx-border);border-radius:24px;background:var(--rx-white);overflow:hidden;box-shadow:0 14px 38px rgba(69,20,45,.07);transition:transform .22s ease,box-shadow .22s ease}
.shop-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(69,20,45,.12)}
.shop-media{height:270px;position:relative;display:flex;align-items:center;justify-content:center;padding:22px;background:linear-gradient(180deg,var(--rx-white) 0%,var(--rx-surface) 100%);border-bottom:1px solid var(--rx-disabled-bg)}
.shop-media img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}
.shop-card:hover .shop-media img{transform:scale(1.025)}
.shop-badge{position:absolute;z-index:2;top:14px;left:14px;max-width:72%;padding:7px 10px;border-radius:999px;background:var(--pink);color:var(--rx-white);font-size:.66rem;font-weight:950;letter-spacing:.035em;text-transform:uppercase;box-shadow:0 8px 22px rgba(237,49,146,.2)}
.shop-body{display:flex;flex:1;flex-direction:column;padding:19px 20px 20px}
.shop-eyebrow{min-height:18px;margin-bottom:7px;color:var(--rx-disabled-ink);font-size:.68rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shop-title{margin:0 0 13px;font-size:1rem;line-height:1.28;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.56em}
.shop-title a:hover{color:var(--pink)}
.shop-price{min-height:62px;margin-top:auto}
.shop-price-main{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 9px;color:var(--pink)}
.shop-price-main strong{font-size:1.32rem;line-height:1.1;font-weight:950}
.shop-price-main del{color:var(--rx-disabled-ink);font-size:.78rem;font-weight:750;text-decoration-thickness:1px}
.shop-price-main .woocommerce-Price-currencySymbol{font-size:.82em}
.price-prefix{color:var(--rx-muted);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.shop-saving{margin-top:5px;color:var(--rx-primary);font-size:.76rem;font-weight:850}
.shop-stock{display:flex;align-items:center;gap:7px;margin:12px 0 14px;color:var(--rx-muted);font-size:.77rem;font-weight:850}
.shop-stock::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--rx-success);box-shadow:0 0 0 3px rgba(35,167,101,.1)}
.shop-card .btn{width:100%;padding:11px 14px;font-size:.8rem;margin-top:auto}
.shop-body .added_to_cart.wc-forward{display:flex;align-items:center;justify-content:center;width:100%;margin-top:8px;padding:9px 12px;border-radius:999px;border:1px solid var(--rx-brand-pale);background:var(--rx-surface);color:var(--pink)!important;font-size:.76rem;font-weight:900;text-decoration:none}
.packs-grid .shop-media{height:235px}
.packs-grid .shop-title{font-size:.95rem}
.routine-panel .routine-product-media{display:flex;align-items:center;justify-content:center;height:335px;padding:20px;background:var(--rx-white);border-radius:18px;overflow:hidden}
.routine-panel .routine-product-media img{height:100%;width:100%;object-fit:contain}
.routine-panel-copy .routine-product-name{font-size:.9rem;line-height:1.35;color:var(--rx-border);margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.routine-panel-copy .routine-product-price{margin-top:10px;color:var(--rx-white);font-size:1rem;font-weight:900}
.routine-panel-copy .routine-product-price del{font-size:.75rem;color:var(--rx-brand-pale);margin-left:7px}
.routine-panel-copy .routine-product-link{display:inline-flex;margin-top:12px;color:var(--rx-primary);font-size:.75rem;font-weight:900}
.routine-products-section{background:linear-gradient(180deg,var(--rx-surface),var(--rx-white))}
.routine-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}
.routine-step-label{position:absolute;right:14px;top:14px;z-index:3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--rx-white);color:var(--pink);font-weight:950;border:1px solid var(--rx-border)}
.review-source{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--rx-muted);font-size:.74rem;font-weight:900}
.products.shop-grid{align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr))}
.packs-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}
.shop-badges{position:absolute;z-index:3;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px;pointer-events:none}
.shop-badges .shop-badge{position:static;max-width:72%;box-shadow:0 8px 22px rgba(237,49,146,.16)}
.shop-badge.context{background:var(--rx-white);color:var(--rx-disabled-ink);border:1px solid var(--rx-border);box-shadow:none}
.shop-badge.sale{background:var(--pink);color:var(--rx-white)}
.shop-type{margin-top:-2px;margin-bottom:10px;color:var(--rx-muted);font-size:.72rem;font-weight:780}
.hero-role{position:absolute;z-index:5;background:var(--rx-white);border:1px solid var(--rx-border);border-radius:999px;padding:6px 9px;font-size:.61rem;font-weight:950;text-transform:uppercase;letter-spacing:.04em;color:var(--rx-disabled-ink);box-shadow:0 8px 22px rgba(67,19,47,.08)}
.hero-role.left{left:8px;bottom:12px}
.hero-role.main{left:50%;transform:translateX(-50%);bottom:-10px}
.hero-role.right{right:8px;top:12px}
.routine-lab{background:linear-gradient(180deg,var(--rx-surface) 0,var(--rx-white) 100%)}
.routine-shell{border:1px solid var(--rx-border);border-radius:34px;background:var(--rx-white);box-shadow:0 24px 70px rgba(67,19,47,.09);padding:26px;margin-top:30px}
.line-tabs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:20px}
.line-tab{border:1px solid var(--rx-border);background:var(--rx-white);color:var(--rx-wine);border-radius:999px;padding:10px 14px;font-weight:900;font-size:.78rem}
.line-tab.active{background:var(--pink);color:var(--rx-white);border-color:var(--pink);box-shadow:0 8px 20px rgba(237,49,146,.18)}
.routine-line-group{display:none}
.routine-line-group.active{display:block}
.routine-minihead{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
.routine-minihead h3{margin:0;font-size:clamp(1.55rem,3vw,2.35rem)}
.routine-minihead p{margin:5px 0 0;color:var(--muted)}
.routine-step-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0}
.routine-step-tab{border:1px solid var(--rx-border);background:var(--rx-white);border-radius:16px;padding:12px 10px;font-weight:900;color:var(--rx-muted)}
.routine-step-tab.active{background:var(--pink);color:var(--rx-white);border-color:var(--pink)}
.routine-display{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;border-radius:26px;background:linear-gradient(135deg,var(--rx-white) 0%,var(--rx-surface) 54%,var(--rx-brand-pale) 100%);color:var(--ink);border:1px solid var(--rx-border);box-shadow:0 18px 46px rgba(67,19,47,.09);padding:26px;min-height:430px}
.routine-display-panel{display:none}
.routine-display-panel.active{display:contents}
.routine-display-media{height:370px;background:var(--rx-white);border-radius:22px;padding:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.routine-display-media img{width:100%;height:100%;object-fit:contain}
.routine-display-copy small{color:var(--pink);font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.routine-display-copy .shop-price{margin:12px 0}
.routine-display-copy .btn{margin-top:12px}
.routine-display-copy,.routine-display-copy h3,.routine-display-copy p{color:var(--ink)!important}
.routine-display-copy h4{font-size:clamp(1.6rem,3vw,2.5rem);margin:8px 0 10px;color:var(--wine)!important}
.routine-display-copy .product-name{font-weight:900;font-size:1rem;line-height:1.35;margin-top:16px;color:var(--ink)!important}
.routine-display-copy .shop-price,.routine-display-copy .shop-price strong,.routine-display-copy .shop-price-main,.routine-display-copy .shop-price-main strong{color:var(--pink)!important}
.routine-display-copy .shop-price del,.routine-display-copy .shop-price-main del{color:var(--rx-disabled-ink)!important}
.routine-display-copy .shop-saving{color:var(--green)!important}
.routine-products-rows{margin-top:24px}
.routine-product-row{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.routine-product-row.active{display:grid}
.experience-light{background:var(--rx-white)}
.experience-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:28px}
.experience-item{border:1px solid var(--rx-border);border-radius:22px;padding:20px 14px;text-align:center;background:var(--rx-white)}
.experience-item span{font-size:1.5rem}
.experience-item strong{display:block;margin:10px 0 5px}
.experience-item p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.5}
@media (max-width:950px){.hero-grid,.confidence,.footergrid{grid-template-columns:1fr}
.hero-copy{text-align:center}
.hero .eyebrow{justify-content:center}
.hero p{margin-inline:auto}
.hero-buttons,.microtrust{justify-content:center}
.stage{min-height:500px}
.products,.problemgrid,.quotes{grid-template-columns:1fr 1fr}
.trustgrid{grid-template-columns:repeat(3,1fr)}
.head{display:block}
.head p{margin-top:17px}
.searchbox{grid-template-columns:1fr}
.quizbox{display:block}
.quizbox .btn{margin-top:20px}
.routine-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.experience-grid{grid-template-columns:repeat(3,1fr)}
.routine-display{grid-template-columns:1fr}
.routine-product-row{grid-template-columns:repeat(2,1fr)}}
@media (max-width:650px){body{padding-bottom:70px}
.hero h1{font-size:clamp(3rem,15.5vw,4.8rem)}
.bubble.save{left:0;top:122px}
.trustgrid{grid-template-columns:1fr 1fr}
.section{padding:70px 0}
.products,.problemgrid,.quotes{grid-template-columns:1fr}
.searchform{display:grid}
.searchform input{min-width:0;width:100%}
.cta{padding:70px 0}
.ctabox{padding:48px 21px}
.footergrid{grid-template-columns:1fr}
.floatwa{display:none}
.options{grid-template-columns:1fr}
.btn{font-size:.83rem;padding:12px 15px}
.packs-grid{grid-template-columns:1fr}
.dynamic-card .visual.real{height:245px}
.dynamic-card .cardbody{height:auto}
.stage{min-height:430px}
.hero-product.main{width:250px;height:305px}
.hero-product.left,.hero-product.right{width:145px;height:185px;padding:10px}
.hero-product.left{left:-3px;bottom:30px}
.hero-product.right{right:-3px;top:58px}
.photo-label{font-size:.64rem}
.visual.real{height:275px}
.hero{min-height:auto;padding-top:54px}
.mobilebar{display:grid;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(110%);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}
.mobilebar.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
body.reimosa-global-menu-open .mobilebar{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(110%)}
.brand-logo{min-width:122px;min-height:40px}
.brand-logo img{height:40px;max-width:145px}
.brand-logo .logo-fallback{font-size:1rem}
.uploaded-logo{width:165px;height:52px;padding:3px 5px;border-radius:10px}
.footer .uploaded-logo{width:195px;height:60px}
.results-cinematic{padding:76px 0}
.routine-panel{padding:18px}
.routine-panel img{height:330px}
.pack-stage{min-height:470px}
.pack-item{width:200px;height:280px}
.shop-media{height:245px}
.routine-products-grid{grid-template-columns:1fr}
.packs-grid .shop-media{height:250px}
.shop-title{min-height:0}
.routine-panel .routine-product-media{height:300px}
.products.shop-grid,.packs-grid{grid-template-columns:1fr}
.routine-shell{padding:16px}
.routine-step-tabs{grid-template-columns:repeat(2,1fr)}
.routine-display{padding:16px;min-height:0}
.routine-display-media{height:300px}
.routine-product-row{grid-template-columns:1fr}
.experience-grid{grid-template-columns:repeat(2,1fr)}}
body.reimosa-experience-home .hero h1{font-family:var(--rx-font-display);font-weight:700;letter-spacing:-.025em}
body.reimosa-experience-home .head h2{font-family:var(--rx-font-display);font-weight:700;letter-spacing:-.025em}
body.reimosa-experience-home .ctabox h2{font-family:var(--rx-font-display);font-weight:700;letter-spacing:-.025em}
body.reimosa-experience-home .btn.primary{background:var(--rx-primary)!important;background-image:none!important;color:var(--rx-white)!important;border-color:var(--rx-primary)!important;border-radius:var(--rx-radius-pill)!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important}
body.reimosa-experience-home .shop-card .btn.primary{background:var(--rx-primary)!important;background-image:none!important;color:var(--rx-white)!important;border-color:var(--rx-primary)!important;border-radius:var(--rx-radius-pill)!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important}
body.reimosa-experience-home .btn.primary:hover{background:var(--rx-primary-hover)!important;border-color:var(--rx-primary-hover)!important}
body.reimosa-experience-home .btn.wa{background:var(--rx-success)!important;color:var(--rx-white)!important}
body.reimosa-experience-home{font-family:var(--rx-font-body);color:var(--rx-ink);font-size:var(--rx-type-body);line-height:1.55}
body.reimosa-experience-home .btn{font-size:15px}
body.reimosa-experience-home .eyebrow{font-size:13px!important}
body.reimosa-experience-home .microtrust{font-size:14px}
body.reimosa-experience-home .trust{font-size:14px}
body.reimosa-experience-home .details{font-size:14px}
body.reimosa-experience-home .shippingnote{font-size:14px}
body.reimosa-experience-home .stockline{font-size:14px}
body.reimosa-experience-home .productmeta{font-size:14px}
body.reimosa-experience-home .pay{font-size:14px}
body.reimosa-experience-home .verified{font-size:14px}
body.reimosa-experience-home .review-source{font-size:14px}
body.reimosa-experience-home .shop-stock{font-size:14px}
body.reimosa-experience-home .experience-item p{font-size:14px}
body.reimosa-experience-home .benefit{font-size:16px;line-height:var(--rx-type-line)}
body.reimosa-experience-home .problem p{font-size:16px;line-height:var(--rx-type-line)}
body.reimosa-experience-home .quote p{font-size:16px;line-height:var(--rx-type-line)}
body.reimosa-experience-home .check{font-size:16px;line-height:var(--rx-type-line)}
body.reimosa-experience-home .ctabox p{font-size:16px;line-height:var(--rx-type-line)}
body.reimosa-experience-home .badge{font-size:13px}
body.reimosa-experience-home .saving{font-size:13px}
body.reimosa-experience-home .photo-label{font-size:13px}
body.reimosa-experience-home .real-note{font-size:13px}
body.reimosa-experience-home .shop-badge{font-size:13px}
body.reimosa-experience-home .shop-eyebrow{font-size:13px}
body.reimosa-experience-home .shop-type{font-size:13px}
body.reimosa-experience-home .price-prefix{font-size:13px}
body.reimosa-experience-home .shop-saving{font-size:13px}
body.reimosa-experience-home .routine-panel-copy .routine-product-link{font-size:13px}
body.reimosa-experience-home .shop-title{font-size:16px;line-height:1.35}
body.reimosa-experience-home .shop-card .btn{font-size:15px}
body.reimosa-experience-home .shop-price-main strong{font-size:20px}
body.reimosa-experience-home .packs-grid .shop-title{font-size:16px}
body.reimosa-experience-home .routine-panel-copy .routine-product-name{font-size:14px}
body.reimosa-experience-home .routine-display-copy .product-name{font-size:16px}
body.reimosa-experience-home .footer p{font-size:14px}
body.reimosa-experience-home .footer a{font-size:14px}
body.reimosa-experience-home .global-search input{font-size:16px}
body.reimosa-experience-home .label small{font-size:12px}
body.reimosa-experience-home .hero-role{font-size:12px}
body.reimosa-experience-home .cart-badge{font-size:12px}
@media (max-width:767px){body.reimosa-experience-home .btn{font-size:15px!important}
body.reimosa-experience-home .shop-title{font-size:16px!important}
body.reimosa-experience-home .shop-card .btn{font-size:15px!important}}
