@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--resq-background: hsl(30, 15%, 98%);--resq-foreground: hsl(30, 15%, 12%);--resq-card: hsl(30, 20%, 99%);--resq-card-foreground: hsl(30, 15%, 12%);--resq-primary: hsl(30, 8%, 18%);--resq-primary-foreground: hsl(30, 15%, 98%);--resq-secondary: hsl(20, 25%, 95%);--resq-secondary-foreground: hsl(30, 15%, 20%);--resq-muted: hsl(30, 10%, 94%);--resq-muted-foreground: hsl(30, 8%, 45%);--resq-accent: hsl(38, 45%, 88%);--resq-accent-foreground: hsl(38, 50%, 25%);--resq-trust: hsl(210, 70%, 50%);--resq-trust-foreground: hsl(210, 100%, 98%);--resq-authority: hsl(220, 25%, 12%);--resq-authority-foreground: hsl(30, 15%, 95%);--resq-rose-gold: hsl(15, 45%, 75%);--resq-rose-gold-foreground: hsl(15, 45%, 20%);--resq-border: hsl(30, 15%, 88%);--resq-radius: .5rem;--resq-shadow-soft: 0 4px 20px -4px hsla(30, 15%, 12%, .08);--resq-shadow-elevated: 0 12px 40px -8px hsla(30, 15%, 12%, .12);--resq-shadow-card: 0 2px 12px -2px hsla(30, 15%, 12%, .06);--resq-shadow-button: 0 4px 14px -3px hsla(30, 8%, 18%, .25);--resq-font-serif: "Cormorant Garamond", Georgia, serif;--resq-font-sans: "Inter", system-ui, sans-serif;--resq-container-max: 1200px;--resq-container-padding: 1.5rem}.resq-section{font-family:var(--resq-font-sans);color:var(--resq-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.resq-container{max-width:var(--resq-container-max);margin:0 auto;padding:0 var(--resq-container-padding)}.resq-section h1,.resq-section h2,.resq-section h3,.resq-section h4,.resq-section h5,.resq-section h6{font-family:var(--resq-font-serif);letter-spacing:-.02em;line-height:1.2}.resq-section-header{text-align:center;margin-bottom:3rem}.resq-section-header__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:600;margin-bottom:.75rem;color:var(--resq-foreground)}.resq-section-header__subtitle{font-size:1.125rem;color:var(--resq-muted-foreground);max-width:42rem;margin:0 auto}.resq-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:var(--resq-font-sans);font-size:.875rem;font-weight:500;text-decoration:none;border-radius:var(--resq-radius);transition:all .2s ease;cursor:pointer;border:none}.resq-btn--primary{background:var(--resq-primary);color:var(--resq-primary-foreground);box-shadow:var(--resq-shadow-button)}.resq-btn--primary:hover{background:#45403b;transform:translateY(-1px);box-shadow:var(--resq-shadow-elevated)}.resq-btn--secondary{background:transparent;color:var(--resq-foreground);border:1px solid var(--resq-border)}.resq-btn--secondary:hover{background:var(--resq-secondary);border-color:transparent}.resq-btn--hero{padding:1rem 2rem;font-size:1rem}.resq-btn--product{background:var(--resq-primary);color:var(--resq-primary-foreground);width:100%;padding:.625rem 1rem;font-size:.8125rem}.resq-btn--product:hover{background:#45403b}.resq-btn--cta-light{background:var(--resq-primary-foreground);color:var(--resq-primary);box-shadow:var(--resq-shadow-button)}.resq-btn--cta-light:hover{background:#eeebe8;transform:translateY(-1px)}.resq-btn--sticky{background:var(--resq-trust);color:var(--resq-trust-foreground);padding:.625rem 1.25rem}.resq-btn--sticky:hover{background:#2273c3}.resq-btn--full-width{width:100%}.resq-hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.resq-hero__background{position:absolute;top:0;right:0;bottom:0;left:0}.resq-hero__image{width:100%;height:100%;object-fit:cover}.resq-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#fbfaf9f2,#fbfaf9cc 40%,#fbfaf966)}.resq-hero__content{position:relative;z-index:10}.resq-hero__text{max-width:40rem}.resq-hero__logos{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.resq-hero__logo--resq{font-family:var(--resq-font-serif);font-size:1.5rem;font-weight:600;letter-spacing:.05em}.resq-hero__logo-divider{color:var(--resq-muted-foreground);font-size:1.25rem}.resq-hero__logo--noonlight{font-family:var(--resq-font-sans);font-size:1.25rem;font-weight:500;color:var(--resq-trust);letter-spacing:.05em}.resq-hero__headline{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem;text-wrap:balance}.resq-hero__subtext{font-size:clamp(1rem,2vw,1.25rem);color:var(--resq-muted-foreground);line-height:1.6;margin-bottom:2rem;max-width:36rem}.resq-hero__ctas{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.resq-hero__ctas{flex-direction:row}}.resq-hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.resq-hero__scroll-mouse{width:1.5rem;height:2.5rem;border:2px solid hsla(30,15%,12%,.2);border-radius:1rem;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem}.resq-hero__scroll-wheel{width:.25rem;height:.5rem;background:#231f1a66;border-radius:.25rem;animation:scroll-bounce 1.5s infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(.5rem);opacity:.6}}.resq-trust-strip{padding:2rem 0;background:#f5f1ef80;border-top:1px solid hsla(30,15%,88%,.5);border-bottom:1px solid hsla(30,15%,88%,.5)}.resq-trust-strip__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.resq-trust-strip__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.resq-trust-strip__item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}@media (min-width: 640px){.resq-trust-strip__item{flex-direction:row;text-align:left}}.resq-trust-strip__icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#2680d91a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--resq-trust)}.resq-trust-strip__label{font-size:.875rem;font-weight:500;color:#231f1acc}.resq-how-it-works{padding:5rem 0 7rem;background:var(--resq-background)}.resq-how-it-works__steps{display:grid;grid-template-columns:1fr;gap:2rem;position:relative}@media (min-width: 768px){.resq-how-it-works__steps{grid-template-columns:repeat(4,1fr);gap:1rem}}.resq-how-it-works__line{display:none}@media (min-width: 768px){.resq-how-it-works__line{display:block;position:absolute;top:4rem;left:12.5%;right:12.5%;height:2px;background:linear-gradient(to right,#2680d933,#2680d966,#2680d933)}}.resq-how-it-works__step{display:flex;flex-direction:column;align-items:center;text-align:center}.resq-how-it-works__icon-wrapper{position:relative;margin-bottom:1.5rem}.resq-how-it-works__icon{width:5rem;height:5rem;border-radius:50%;background:var(--resq-secondary);display:flex;align-items:center;justify-content:center;box-shadow:var(--resq-shadow-soft);color:#231f1acc}.resq-how-it-works__step-number{position:absolute;top:-.5rem;right:-.5rem;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--resq-trust);color:var(--resq-trust-foreground);font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center}.resq-how-it-works__step-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.resq-how-it-works__step-description{font-size:.875rem;color:var(--resq-muted-foreground);max-width:12rem}.resq-authority{padding:5rem 0 7rem;background:var(--resq-authority);color:var(--resq-authority-foreground)}.resq-authority__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.resq-authority__grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.resq-authority__image-wrapper{order:2}@media (min-width: 768px){.resq-authority__image-wrapper{order:1}}.resq-authority__image-container{position:relative;border-radius:var(--resq-radius);overflow:hidden;box-shadow:var(--resq-shadow-elevated)}.resq-authority__image{width:100%;height:auto;display:block}.resq-authority__badge{position:absolute;bottom:1rem;left:1rem;right:1rem;background:#2680d9e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:calc(var(--resq-radius) - 2px);padding:1rem}.resq-authority__badge p{color:var(--resq-trust-foreground);font-size:.875rem;font-weight:500;text-align:center;margin:0}.resq-authority__content{order:1}@media (min-width: 768px){.resq-authority__content{order:2}}.resq-authority__label{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.resq-authority__label-text{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#f4f2f099}.resq-authority__label-brand{font-size:1.25rem;font-weight:600;color:var(--resq-trust)}.resq-authority__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin-bottom:1.5rem;line-height:1.2;color:var(--resq-authority-foreground)}.resq-authority__description{font-size:1.125rem;line-height:1.6;color:#f4f2f0cc;margin-bottom:2rem}.resq-authority__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.resq-authority__list-item{display:flex;align-items:flex-start;gap:.75rem}.resq-authority__check{color:var(--resq-trust);flex-shrink:0;margin-top:.125rem}.resq-authority__list-item span{color:#f4f2f0e6}.resq-product-bridge{padding:4rem 0 5rem;background:linear-gradient(to bottom,var(--resq-background),hsla(20,25%,95%,.3))}.resq-product-bridge__content{text-align:center;max-width:48rem;margin:0 auto}.resq-product-bridge__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:600;margin-bottom:1rem;text-wrap:balance}.resq-product-bridge__text{font-size:1.125rem;line-height:1.6;color:var(--resq-muted-foreground)}.resq-product-grid{padding:4rem 0 6rem;background:#f5f1ef4d}.resq-product-grid__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.resq-product-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.resq-product-grid__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.resq-product-card{display:block;text-decoration:none;color:inherit;background:var(--resq-card);border-radius:var(--resq-radius);overflow:hidden;box-shadow:var(--resq-shadow-card);transition:box-shadow .3s ease}.resq-product-card:hover{box-shadow:var(--resq-shadow-elevated)}.resq-product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f1ef80}.resq-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.resq-product-card:hover .resq-product-card__image{transform:scale(1.05)}.resq-product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem}.resq-product-card__badge{display:inline-block;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;border-radius:calc(var(--resq-radius) - 2px)}.resq-product-card__badge--noonlight{background:var(--resq-trust);color:var(--resq-trust-foreground)}.resq-product-card__badge--sale{background:var(--resq-rose-gold);color:var(--resq-rose-gold-foreground)}.resq-product-card__info{padding:1rem}.resq-product-card__title{font-family:var(--resq-font-sans);font-size:.875rem;font-weight:500;margin-bottom:.5rem;min-height:2.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.resq-product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.resq-product-card__price-current{font-weight:600;color:var(--resq-foreground)}.resq-product-card__price-compare{font-size:.875rem;color:var(--resq-muted-foreground);text-decoration:line-through}.resq-product-grid__footer{text-align:center;margin-top:2.5rem}.resq-product-grid__view-all{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--resq-muted-foreground);text-decoration:none;transition:color .2s ease}.resq-product-grid__view-all:hover{color:var(--resq-foreground)}.resq-testimonial{padding:5rem 0 7rem;background:var(--resq-background)}.resq-testimonial__content{max-width:48rem;margin:0 auto;text-align:center}.resq-testimonial__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--resq-accent);color:var(--resq-accent-foreground);margin-bottom:2rem}.resq-testimonial__quote{font-family:var(--resq-font-serif);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:500;line-height:1.4;color:var(--resq-foreground);margin:0 0 2rem}.resq-testimonial__attribution{display:flex;flex-direction:column;align-items:center;gap:.25rem}.resq-testimonial__name{font-weight:500;color:var(--resq-foreground);margin:0}.resq-testimonial__location{font-size:.875rem;color:var(--resq-muted-foreground);margin:0}.resq-faq{padding:5rem 0 7rem;background:#f5f1ef4d}.resq-faq__accordion{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.resq-faq__item{background:var(--resq-card);border-radius:var(--resq-radius);box-shadow:var(--resq-shadow-card);overflow:hidden}.resq-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;font-family:var(--resq-font-sans);font-size:1rem;font-weight:500;text-align:left;color:var(--resq-foreground);background:none;border:none;cursor:pointer;list-style:none}.resq-faq__question::-webkit-details-marker{display:none}.resq-faq__chevron{flex-shrink:0;transition:transform .2s ease;color:var(--resq-muted-foreground)}.resq-faq__item[open] .resq-faq__chevron{transform:rotate(180deg)}.resq-faq__answer{padding:0 1.5rem 1.25rem;font-size:.9375rem;line-height:1.6;color:var(--resq-muted-foreground)}.resq-final-cta{position:relative;padding:6rem 0 8rem;overflow:hidden}.resq-final-cta__background{position:absolute;top:0;right:0;bottom:0;left:0}.resq-final-cta__image{width:100%;height:100%;object-fit:cover}.resq-final-cta__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#322e2ae6,#322e2acc,#322e2ab3)}.resq-final-cta__content{position:relative;z-index:10}.resq-final-cta__text{max-width:40rem;margin:0 auto;text-align:center}.resq-final-cta__headline{font-size:clamp(1.75rem,4vw,3rem);font-weight:600;color:var(--resq-primary-foreground);margin-bottom:1.5rem;line-height:1.2}.resq-final-cta__subheadline{font-family:var(--resq-font-serif);font-size:clamp(1.25rem,2.5vw,1.5rem);font-style:italic;color:#fbfaf9e6;margin-bottom:2.5rem}.resq-media-logos{padding:2.5rem 0 3rem;background:var(--resq-background);border-bottom:1px solid hsla(30,15%,88%,.3)}.resq-media-logos__content{text-align:center}.resq-media-logos__label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--resq-muted-foreground);margin-bottom:1.5rem}.resq-media-logos__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;opacity:.6}@media (min-width: 768px){.resq-media-logos__grid{gap:3rem}}.resq-media-logos__logo{height:1.5rem;width:auto;object-fit:contain;filter:grayscale(100%);transition:all .3s ease}@media (min-width: 768px){.resq-media-logos__logo{height:2rem}}.resq-media-logos__logo:hover{filter:grayscale(0%)}.resq-sticky-cta{position:fixed;z-index:1000;opacity:0;pointer-events:none;transition:all .3s ease}.resq-sticky-cta--visible{opacity:1;pointer-events:auto}.resq-sticky-cta--desktop{top:0;left:0;right:0;background:#fbfaf9f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--resq-border);box-shadow:var(--resq-shadow-soft);transform:translateY(-100%);padding:.75rem 0}.resq-sticky-cta--desktop.resq-sticky-cta--visible{transform:translateY(0)}.resq-sticky-cta--mobile{display:none}@media (max-width: 767px){.resq-sticky-cta--desktop{display:none}.resq-sticky-cta--mobile{display:block;bottom:0;left:0;right:0;background:#fbfaf9fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--resq-border);box-shadow:0 -4px 20px -4px #231f1a1a;transform:translateY(100%);padding:1rem}.resq-sticky-cta--mobile.resq-sticky-cta--visible{transform:translateY(0)}}.resq-sticky-cta--desktop .resq-sticky-cta__content{display:flex;align-items:center;justify-content:center;gap:1rem}.resq-sticky-cta__text{font-size:.875rem;font-weight:500;color:var(--resq-foreground)}[data-aos]{opacity:0;transition:opacity .6s ease,transform .6s ease}[data-aos=fade-up]{transform:translateY(20px)}[data-aos=fade-right]{transform:translate(-30px)}[data-aos=fade-left]{transform:translate(30px)}[data-aos].aos-animate{opacity:1;transform:translateY(0) translate(0)}@media (prefers-reduced-motion: no-preference){.resq-section [data-aos]{opacity:0}.resq-section [data-aos].is-visible{opacity:1;transform:translateY(0) translate(0)}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/resq-noonlight.css.map */
