.sq-rotina-hero .hero{position:relative;width:100%;aspect-ratio:1/1;max-height:70vh;overflow:hidden;background:var(--sq-color-bg-muted)}.sq-rotina-hero .hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sq-rotina-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(44,36,32,.55) 100%);pointer-events:none}.sq-rotina-hero .hero-content{position:absolute;left:0;right:0;bottom:var(--sq-space-8);padding:0 var(--sq-space-5);z-index:2}.sq-rotina-hero .hero-headline{font-family:var(--sq-font-serif);font-size:var(--sq-fs-display-md);font-weight:var(--sq-fw-light);color:var(--sq-color-bg);line-height:var(--sq-lh-tight);letter-spacing:var(--sq-tracking-h2);max-width:720px;text-shadow:0 2px 16px rgba(0,0,0,.3)}.sq-rotina-hero .hero-headline em{font-style:italic}@media(min-width:1024px){.sq-rotina-hero .hero{height:75vh;min-height:600px;aspect-ratio:auto}.sq-rotina-hero .hero-content{bottom:var(--sq-space-12);padding:0 var(--sq-space-12)}.sq-rotina-hero .hero-headline{font-size:var(--sq-fs-display-lg)}}.sq-rotina-manifesto .manifesto{padding:var(--sq-section-pad) var(--sq-space-5);text-align:center;max-width:720px;margin:0 auto}.sq-rotina-manifesto .manifesto-eyebrow{font-size:var(--sq-fs-xs);text-transform:uppercase;letter-spacing:var(--sq-tracking-eyebrow);color:var(--sq-color-bronze-deep);font-weight:var(--sq-fw-medium);margin-bottom:var(--sq-space-4)}.sq-rotina-manifesto .manifesto-headline{font-family:var(--sq-font-serif);font-size:24px;line-height:1.3;font-weight:var(--sq-fw-light);color:var(--sq-color-text);margin-bottom:var(--sq-space-6)}.sq-rotina-manifesto .manifesto-headline em{font-style:italic;color:var(--sq-color-text-soft)}.sq-rotina-manifesto .manifesto-body p{font-size:var(--sq-fs-body-lg);color:var(--sq-color-text-soft);line-height:var(--sq-lh-relaxed);max-width:52ch;margin:0 auto var(--sq-space-4)}@media(min-width:1024px){.sq-rotina-manifesto .manifesto{padding:var(--sq-section-pad) var(--sq-space-10)}.sq-rotina-manifesto .manifesto-headline{font-size:36px;max-width:22ch;margin-left:auto;margin-right:auto}}.sq-rotina-overview .overview{padding:var(--sq-space-8) var(--sq-space-5);background:var(--sq-color-bg)}.sq-rotina-overview .overview-pills{display:flex;flex-wrap:nowrap;justify-content:center;gap:var(--sq-space-2);max-width:720px;margin:0 auto;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sq-rotina-overview .overview-pills::-webkit-scrollbar{display:none}.sq-rotina-overview .overview-pill{display:inline-flex;align-items:center;gap:var(--sq-space-2);padding:var(--sq-space-2) var(--sq-space-4);background:var(--sq-color-bg-muted);border-radius:var(--sq-radius-pill);font-size:var(--sq-fs-sm);font-weight:var(--sq-fw-medium);color:var(--sq-color-text);text-decoration:none;transition:background var(--sq-duration-fast) var(--sq-ease);flex-shrink:0;scroll-snap-align:start}.sq-rotina-overview .overview-pill:hover{background:var(--sq-color-border-dark)}.sq-rotina-overview .overview-pill-num{font-family:var(--sq-font-serif);font-style:italic;color:var(--sq-color-text-faint)}@media(min-width:1024px){.sq-rotina-overview .overview{padding:var(--sq-space-10) var(--sq-space-10)}}@media(max-width:767px){.sq-rotina-overview{display:none}}.sq-rotina-steps .step{padding:var(--sq-section-pad) var(--sq-space-5);border-top:1px solid var(--sq-color-border-light)}.sq-rotina-steps .step:nth-of-type(2n){background:var(--sq-color-bg-warm)}.sq-rotina-steps .step-head{max-width:720px;margin:0 auto var(--sq-space-8);text-align:center}.sq-rotina-steps .step-title{font-family:var(--sq-font-serif);font-size:30px;font-weight:var(--sq-fw-light);line-height:1.15;color:var(--sq-color-text);margin-bottom:var(--sq-space-4)}.sq-rotina-steps .step-title em{font-style:italic;color:var(--sq-color-text-soft)}.sq-rotina-steps .step-title-num{font-family:var(--sq-font-serif);font-style:italic;color:var(--sq-color-text-faint);margin-right:var(--sq-space-2)}.sq-rotina-steps .step-intro{font-size:var(--sq-fs-body-lg);color:var(--sq-color-text-soft);line-height:var(--sq-lh-relaxed);max-width:56ch;margin:0 auto}.sq-rotina-steps .step-intro em{font-style:italic}.sq-rotina-steps .step-meta{display:flex;justify-content:center;gap:var(--sq-space-6);flex-wrap:wrap;margin-top:var(--sq-space-6);padding-top:var(--sq-space-5);border-top:1px solid var(--sq-color-border-light);max-width:480px;margin-left:auto;margin-right:auto}.sq-rotina-steps .step-meta-item{display:flex;flex-direction:column;gap:var(--sq-space-1);font-size:var(--sq-fs-xs);color:var(--sq-color-text-faint);text-transform:uppercase;letter-spacing:var(--sq-tracking-eyebrow)}.sq-rotina-steps .step-meta-item strong{font-family:var(--sq-font-sans);font-size:var(--sq-fs-md);font-weight:var(--sq-fw-medium);color:var(--sq-color-text);letter-spacing:normal;text-transform:none}.sq-rotina-steps .step-products{display:grid;grid-template-columns:1fr;gap:var(--sq-space-5);max-width:1080px;margin:0 auto}@media(min-width:768px){.sq-rotina-steps .step-products{grid-template-columns:repeat(2,1fr)}.sq-rotina-steps .step-products.single{grid-template-columns:1fr;max-width:560px}}.sq-rotina-steps .step-product-card{background:var(--sq-color-bg);border:1px solid var(--sq-color-border-light);border-radius:var(--sq-radius-lg);padding:var(--sq-space-5);display:flex;flex-direction:column;gap:var(--sq-space-4)}.sq-rotina-steps .step:nth-of-type(2n) .step-product-card{background:var(--sq-color-bg)}.sq-rotina-steps .step-product-image{aspect-ratio:1/1;overflow:hidden;display:block;margin:calc(-1 * var(--sq-space-5)) calc(-1 * var(--sq-space-5)) 0;border-radius:var(--sq-radius-lg) var(--sq-radius-lg) 0 0}.sq-rotina-steps .step-product-image img{width:100%;height:100%;object-fit:cover;display:block}.sq-rotina-steps .step-product-name{font-family:var(--sq-font-serif);font-size:var(--sq-fs-h3);line-height:1.2;color:var(--sq-color-text)}.sq-rotina-steps .step-product-role{font-size:var(--sq-fs-2xs);text-transform:uppercase;letter-spacing:var(--sq-tracking-eyebrow);color:var(--sq-color-bronze-deep);font-weight:var(--sq-fw-medium);margin-bottom:var(--sq-space-1)}.sq-rotina-steps .step-product-desc{font-size:var(--sq-fs-base);color:var(--sq-color-text-soft);line-height:var(--sq-lh-relaxed);margin-top:calc(-1 * var(--sq-space-3))}.sq-rotina-steps .step-product-actives{display:flex;flex-wrap:wrap;gap:var(--sq-space-2);padding-top:var(--sq-space-3);border-top:1px solid var(--sq-color-border-light)}.sq-rotina-steps .step-product-active{font-size:var(--sq-fs-xs);padding:var(--sq-space-1) var(--sq-space-3);background:var(--sq-color-bg-muted);border-radius:var(--sq-radius-pill);color:var(--sq-color-text-soft);font-weight:var(--sq-fw-medium)}.sq-rotina-steps .step-product-link{align-self:flex-start;font-size:var(--sq-fs-sm);color:var(--sq-color-text-soft);text-decoration:none;border-bottom:1px solid var(--sq-color-border-dark);padding-bottom:2px;margin-top:var(--sq-space-2)}.sq-rotina-steps .step-product-link:hover{color:var(--sq-color-text)}@media(min-width:1024px){.sq-rotina-steps .step{padding:var(--sq-section-pad) var(--sq-space-10)}.sq-rotina-steps .step-title{font-size:40px}}.sq-rotina-schedule .schedule{padding:var(--sq-section-pad) var(--sq-space-5);background:var(--sq-color-bg-warm)}.sq-rotina-schedule .schedule-grid{display:grid;grid-template-columns:1fr;gap:var(--sq-space-5);max-width:880px;margin:0 auto}@media(min-width:768px){.sq-rotina-schedule .schedule-grid{grid-template-columns:1fr 1fr;gap:var(--sq-space-6)}}.sq-rotina-schedule .schedule-card{background:var(--sq-color-bg);border:1px solid var(--sq-color-border);border-radius:var(--sq-radius-lg);padding:var(--sq-space-6)}.sq-rotina-schedule .schedule-card-head{display:flex;align-items:center;gap:var(--sq-space-3);padding-bottom:var(--sq-space-4);margin-bottom:var(--sq-space-4);border-bottom:1px solid var(--sq-color-border-light)}.sq-rotina-schedule .schedule-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--sq-color-bg-muted);border-radius:50%;color:var(--sq-color-text-soft)}.sq-rotina-schedule .schedule-icon svg{width:16px;height:16px}.sq-rotina-schedule .schedule-title{font-family:var(--sq-font-serif);font-size:var(--sq-fs-h3);color:var(--sq-color-text)}.sq-rotina-schedule .schedule-list{list-style:none;display:flex;flex-direction:column;gap:var(--sq-space-3)}.sq-rotina-schedule .schedule-item{display:flex;align-items:flex-start;gap:var(--sq-space-3);padding:var(--sq-space-3) 0;border-bottom:1px dashed var(--sq-color-border-light)}.sq-rotina-schedule .schedule-item:last-child{border-bottom:none}.sq-rotina-schedule .schedule-num{font-family:var(--sq-font-serif);font-style:italic;font-size:var(--sq-fs-md);color:var(--sq-color-text-faint);flex-shrink:0;width:20px}.sq-rotina-schedule .schedule-item-name{font-size:var(--sq-fs-base);font-weight:var(--sq-fw-medium);color:var(--sq-color-text);margin-bottom:2px}.sq-rotina-schedule .schedule-item-note{font-size:var(--sq-fs-xs);color:var(--sq-color-text-muted)}.sq-rotina-schedule .schedule-foot{max-width:640px;margin:var(--sq-space-6) auto 0;text-align:center;font-size:var(--sq-fs-sm);color:var(--sq-color-text-muted);font-style:italic}@media(min-width:1024px){.sq-rotina-schedule .schedule{padding:var(--sq-section-pad) var(--sq-space-10)}}.sq-rotina-faq .faq{padding:var(--sq-section-pad) var(--sq-space-5)}.sq-rotina-faq .faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:var(--sq-space-3)}.sq-rotina-faq .faq-item{border:1px solid var(--sq-color-border);border-radius:var(--sq-radius-md);background:var(--sq-color-bg);overflow:hidden}.sq-rotina-faq .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--sq-space-4);padding:var(--sq-space-4) var(--sq-space-5);background:none;border:none;font-family:var(--sq-font-sans);font-size:var(--sq-fs-md);font-weight:var(--sq-fw-medium);color:var(--sq-color-text);text-align:left;cursor:pointer}.sq-rotina-faq .faq-question svg{display:none}.sq-rotina-faq .faq-question:after{content:"+";font-size:var(--sq-fs-h3);font-weight:var(--sq-fw-light);color:var(--sq-color-text-muted);flex-shrink:0}.sq-rotina-faq .faq-item.is-open .faq-question:after{content:"\2212"}.sq-rotina-faq .faq-answer{max-height:0;overflow:hidden;transition:max-height var(--sq-duration) var(--sq-ease-out)}.sq-rotina-faq .faq-item.is-open .faq-answer{max-height:320px}.sq-rotina-faq .faq-answer-inner{padding:0 var(--sq-space-5) var(--sq-space-5);font-size:var(--sq-fs-base);color:var(--sq-color-text-soft);line-height:var(--sq-lh-loose)}@media(min-width:1024px){.sq-rotina-faq .faq{padding:var(--sq-section-pad) var(--sq-space-10)}}.sq-rotina-kit-hero .kit-hero{padding:var(--sq-section-pad) var(--sq-space-5);background:var(--sq-color-bg-warm);text-align:center}.sq-rotina-kit-hero .kit-hero-image{width:100%;max-width:480px;aspect-ratio:1/1;object-fit:cover;border-radius:var(--sq-radius-xl);margin:0 auto var(--sq-space-6);background:var(--sq-color-bg-muted)}.sq-rotina-kit-hero .kit-hero-content{max-width:480px;margin:0 auto;text-align:left}.sq-rotina-kit-hero .kit-hero-badge{display:inline-block;padding:var(--sq-space-1) var(--sq-space-3);background:var(--sq-color-text);color:var(--sq-color-bg);font-size:var(--sq-fs-2xs);font-weight:var(--sq-fw-medium);text-transform:uppercase;letter-spacing:var(--sq-tracking-eyebrow);border-radius:var(--sq-radius-pill);margin-bottom:var(--sq-space-4)}.sq-rotina-kit-hero .kit-hero-title{font-family:var(--sq-font-serif);font-size:28px;line-height:1.15;font-weight:var(--sq-fw-light);margin-bottom:var(--sq-space-3)}.sq-rotina-kit-hero .kit-hero-tagline{font-size:var(--sq-fs-body-lg);color:var(--sq-color-text-muted);font-style:italic;margin-bottom:var(--sq-space-5)}.sq-rotina-kit-hero .kit-hero-bullets{list-style:none;display:flex;flex-direction:column;gap:var(--sq-space-3);margin-bottom:var(--sq-space-6)}.sq-rotina-kit-hero .kit-hero-bullet{display:flex;align-items:flex-start;gap:var(--sq-space-3);font-size:var(--sq-fs-base);color:var(--sq-color-text-soft);line-height:var(--sq-lh-relaxed)}.sq-rotina-kit-hero .kit-hero-bullet svg{width:16px;height:16px;flex-shrink:0;color:var(--sq-color-success);margin-top:2px;stroke-width:2.5;fill:none;stroke:currentColor}.sq-rotina-kit-hero .kit-hero-price-block{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--sq-space-3);padding:var(--sq-space-4) 0;border-top:1px solid var(--sq-color-border-light);border-bottom:1px solid var(--sq-color-border-light);margin-bottom:var(--sq-space-5)}.sq-rotina-kit-hero .kit-hero-price{font-family:var(--sq-font-serif);font-size:30px;color:var(--sq-color-text)}.sq-rotina-kit-hero .kit-hero-price-old{font-size:var(--sq-fs-md);color:var(--sq-color-text-faint);text-decoration:line-through}.sq-rotina-kit-hero .kit-hero-savings{font-size:var(--sq-fs-xs);font-weight:var(--sq-fw-medium);padding:var(--sq-space-1) var(--sq-space-3);background:var(--sq-color-success-bg);color:var(--sq-color-success);border-radius:var(--sq-radius-pill);text-transform:uppercase;letter-spacing:var(--sq-tracking-eyebrow)}.sq-rotina-kit-hero .kit-hero-installment{width:100%;font-size:var(--sq-fs-sm);color:var(--sq-color-text-muted)}.sq-rotina-kit-hero .kit-hero-cta{display:block;width:100%;padding:var(--sq-space-4) var(--sq-space-6);background:var(--sq-color-text);color:var(--sq-color-bg);font-family:var(--sq-font-sans);font-size:var(--sq-fs-button);font-weight:var(--sq-fw-medium);border:none;border-radius:var(--sq-radius-md);text-align:center;text-decoration:none;cursor:pointer;transition:background var(--sq-duration-fast) var(--sq-ease)}.sq-rotina-kit-hero .kit-hero-cta:hover{background:var(--sq-color-text-soft)}@media(min-width:1024px){.sq-rotina-kit-hero .kit-hero{padding:var(--sq-section-pad) var(--sq-space-10)}.sq-rotina-kit-hero .kit-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--sq-space-12);align-items:center;max-width:1100px;margin:0 auto;text-align:left}.sq-rotina-kit-hero .kit-hero-image{margin:0;max-width:none}.sq-rotina-kit-hero .kit-hero-title{font-size:36px}}.sq-rotina-faq .faq-question:focus-visible{outline:2px solid var(--sq-color-text);outline-offset:-2px}.sq-rotina-overview .overview-pill:focus-visible,.sq-rotina-steps .step-product-link:focus-visible,.sq-rotina-kit-hero .kit-hero-cta:focus-visible{outline:2px solid var(--sq-color-text);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/118/assets/sq-rotina.css.map */
