.announcement-bar{background-color:hsl(var(--color-foreground));color:hsl(var(--color-background));font-size:.75em;padding:.625em 0;text-align:center;font-weight:500;letter-spacing:.025em;overflow:hidden}@media(min-width:768px){.announcement-bar{font-size:.875em}}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:.5em;position:relative}.announcement-bar__static{display:none;align-items:center;gap:.75em}@media(min-width:768px){.announcement-bar__static{display:flex}}.announcement-bar__item{display:inline-flex;align-items:center;gap:.375em;white-space:nowrap}.announcement-bar__item svg{width:.875em;height:.875em;flex-shrink:0;opacity:.7}.announcement-bar__dot{opacity:.35;font-size:1.25em;line-height:1}.announcement-bar__marquee{display:block;overflow:hidden;width:100%}@media(min-width:768px){.announcement-bar__marquee{display:none}}.announcement-bar__marquee-track{display:flex;align-items:center;gap:1.5em;white-space:nowrap;animation:marquee-scroll 25s linear infinite;width:max-content}.announcement-bar__divider{opacity:.4}.navbar{position:sticky;top:0;z-index:var(--z-navbar);transition:all var(--transition-slow);background-color:transparent}.navbar--scrolled{background-color:hsl(var(--color-background) / .8);backdrop-filter:blur(1.5em);-webkit-backdrop-filter:blur(1.5em);box-shadow:var(--shadow-sm);border-bottom:1px solid hsl(var(--color-border) / .5)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:4em;padding-left:var(--spacing-section-x);padding-right:var(--spacing-section-x)}@media(min-width:768px){.navbar__inner{height:5em;padding-left:var(--spacing-section-x-md);padding-right:var(--spacing-section-x-md)}}.navbar__logo{font-size:1.25em;font-weight:var(--font-weight-extrabold);letter-spacing:-.025em;color:hsl(var(--color-foreground));text-decoration:none}@media(min-width:768px){.navbar__logo{font-size:1.5em}}.navbar__links{display:none;align-items:center;gap:2em}@media(min-width:768px){.navbar__links{display:flex}}.navbar__link{font-size:.875em;font-weight:var(--font-weight-medium);color:hsl(var(--color-muted-foreground));text-decoration:none;position:relative;transition:color var(--transition-base)}.navbar__link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-.25em;left:0;background-color:hsl(var(--color-primary));transform-origin:bottom right;transition:transform var(--transition-base)}.navbar__link:hover{color:hsl(var(--color-foreground))}.navbar__link:hover:after{transform:scaleX(1);transform-origin:bottom left}.navbar__icons{display:flex;align-items:center;gap:.5em}.navbar__icon-btn{background:transparent;border:none;color:hsl(var(--color-muted-foreground));padding:.5em;border-radius:var(--radius-lg);transition:all var(--transition-base);position:relative;display:flex;align-items:center;justify-content:center}.navbar__icon-btn:hover{color:hsl(var(--color-foreground));background-color:hsl(var(--color-accent))}.navbar__icon-btn svg{width:1.25em;height:1.25em}.navbar__cart-count{position:absolute;top:-.125em;right:-.125em;width:1em;height:1em;background-color:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));font-size:.625em;font-weight:var(--font-weight-bold);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.navbar__hamburger{display:flex}@media(min-width:768px){.navbar__hamburger{display:none}}.navbar__mobile-menu{display:none;background-color:hsl(var(--color-background) / .95);backdrop-filter:blur(1.5em);-webkit-backdrop-filter:blur(1.5em);border-top:1px solid hsl(var(--color-border));padding:1.5em var(--spacing-section-x);animation:fade-up .3s ease-out}.navbar__mobile-menu.is-open{display:block}.navbar__mobile-link{display:block;padding:.75em 0;font-size:1.125em;font-weight:var(--font-weight-medium);color:hsl(var(--color-foreground));text-decoration:none;transition:color var(--transition-base)}.navbar__mobile-link:hover{color:hsl(var(--color-primary))}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background-color:#f9f8f5}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero__bg img,.hero__bg svg{width:100%;height:100%;object-fit:cover;display:block}.hero__overlay{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#f9f8f5fa,#f9f8f5f0 20%,#f9f8f5d1,#f9f8f580 70%,#f9f8f533);z-index:1}@media(max-width:767px){.hero__overlay{background:#f9f8f5eb}}.hero__content{position:relative;z-index:2;padding:5em var(--spacing-section-x);max-width:42em}@media(min-width:768px){.hero__content{padding-left:var(--spacing-section-x-md);padding-right:var(--spacing-section-x-md)}}@media(min-width:1024px){.hero__content{padding-left:var(--spacing-section-x-lg)}}.hero__label{font-size:.875em;font-weight:var(--font-weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:#507c6a;margin-bottom:1.5em}@media(min-width:768px){.hero__label{font-size:1em}}.hero__title{font-size:2.25em;font-weight:var(--font-weight-extrabold);line-height:1.05;letter-spacing:-.025em;color:#16181d;margin-bottom:1.5em}@media(min-width:640px){.hero__title{font-size:3em}}@media(min-width:768px){.hero__title{font-size:4.5em}}.hero__desc{font-size:1.125em;color:#676f7e;max-width:32em;margin-bottom:2.5em;line-height:1.7}@media(min-width:768px){.hero__desc{font-size:1.25em}}.hero__actions{display:flex;flex-direction:column;gap:1em}@media(min-width:640px){.hero__actions{flex-direction:row}}.elevate-hero-section .hero .btn.btn--hero{background-color:#16181d;color:#f9f8f5;letter-spacing:.025em}.elevate-hero-section .hero .btn.btn--hero:hover{background-color:#21242c;color:#f9f8f5}.elevate-hero-section .hero .btn.btn--hero-outline{color:#16181d;border-color:#16181d4d;letter-spacing:.025em}.elevate-hero-section .hero .btn.btn--hero-outline:hover{background-color:#16181d0d;border-color:#16181d80;color:#16181d}.hero__floating{display:none;position:absolute;right:5em;bottom:5em;z-index:2;width:6em;height:6em;border-radius:var(--radius-3xl);background:#fff9;backdrop-filter:blur(.75em);-webkit-backdrop-filter:blur(.75em);border:1px solid hsl(35 12% 90% / .3);box-shadow:var(--shadow-lg);align-items:center;justify-content:center;font-size:2.25em;animation:float 4s ease-in-out infinite}@media(min-width:1024px){.hero__floating{display:flex}}.featured-products{background-color:hsl(var(--color-dark-surface))}.featured-products__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3em}.featured-products__label{display:flex;align-items:center;gap:.5em;margin-bottom:.75em}.featured-products__label svg{width:1.25em;height:1.25em;color:hsl(var(--color-trending))}.featured-products__label span{font-size:.875em;font-weight:var(--font-weight-bold);color:hsl(var(--color-trending));letter-spacing:.025em;text-transform:uppercase}.featured-products__title{font-size:1.875em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-dark-surface-foreground))}@media(min-width:768px){.featured-products__title{font-size:3em}}.featured-products__viewall{display:none;border-color:hsl(var(--color-dark-surface-foreground) / .2);color:hsl(var(--color-dark-surface-foreground))}.featured-products__viewall:hover{background-color:hsl(var(--color-dark-surface-foreground) / .05)}@media(min-width:768px){.featured-products__viewall{display:inline-flex}}.featured-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1em}@media(min-width:768px){.featured-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5em}}@media(min-width:1024px){.featured-products__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{border-radius:var(--radius-3xl);padding:1.25em;cursor:pointer;position:relative;overflow:hidden;transition:transform var(--transition-slow),box-shadow var(--transition-slow)}.product-card:hover{transform:translateY(-.25em);box-shadow:0 .75em 2.5em #00000026}.product-card__badge{position:absolute;top:1em;left:1em;background-color:hsl(var(--color-trending));color:hsl(var(--color-primary-foreground));font-size:.6875em;font-weight:var(--font-weight-bold);padding:.25em .75em;border-radius:var(--radius-full);z-index:10}.product-card__image{aspect-ratio:1;border-radius:var(--radius-lg);background-color:hsl(var(--color-dark-surface-foreground) / .1);margin-bottom:1em;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform var(--transition-slow)}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__emoji{font-size:3em;opacity:.6}.product-card__name{font-weight:var(--font-weight-bold);color:hsl(var(--color-dark-surface-foreground));font-size:.875em;margin-bottom:.25em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-card__rating{display:flex;align-items:center;gap:.25em;margin-bottom:.75em}.product-card__star{width:.875em;height:.875em}.product-card__star--filled{fill:#facc15;color:#facc15}.product-card__star--empty{fill:hsl(var(--color-dark-surface-foreground) / .2);color:hsl(var(--color-dark-surface-foreground) / .2)}.product-card__reviews{font-size:.75em;color:hsl(var(--color-dark-surface-foreground) / .5);margin-left:.25em}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.125em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-dark-surface-foreground))}.brand-story__grid{display:grid;gap:3em;align-items:center}@media(min-width:768px){.brand-story__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5em}}.brand-story__label{font-size:.875em;font-weight:var(--font-weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--color-primary));margin-bottom:1em}.brand-story__title{font-size:1.875em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-foreground));margin-bottom:1.5em;line-height:1.15}@media(min-width:768px){.brand-story__title{font-size:3em}}.brand-story__text{color:hsl(var(--color-muted-foreground));font-size:1.125em;line-height:1.7;margin-bottom:2em}.brand-story__stats{display:flex;gap:2em}.brand-story__stat-num{font-size:1.5em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-foreground))}@media(min-width:768px){.brand-story__stat-num{font-size:1.875em}}.brand-story__stat-label{font-size:.875em;color:hsl(var(--color-muted-foreground))}.brand-story__image-wrap{position:relative}.brand-story__image{border-radius:var(--radius-3xl);width:100%;object-fit:cover;aspect-ratio:1;box-shadow:var(--shadow-2xl)}.brand-story__overlay-card{position:absolute;bottom:-1.5em;left:-1.5em;background-color:hsl(var(--color-card));border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:1.25em}@media(max-width:767px){.brand-story__overlay-card{bottom:-1em;left:1em}}.brand-story__overlay-title{font-size:.875em;font-weight:var(--font-weight-bold);color:hsl(var(--color-foreground))}.brand-story__overlay-sub{font-size:.75em;color:hsl(var(--color-muted-foreground))}.category-grid{background-color:hsl(var(--color-secondary) / .5)}.category-grid__heading{text-align:center;margin-bottom:3.5em}.category-grid__label{font-size:.875em;font-weight:var(--font-weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--color-primary));margin-bottom:.75em}.category-grid__title{font-size:1.875em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-foreground))}@media(min-width:768px){.category-grid__title{font-size:3em}}.category-grid__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1em}@media(min-width:768px){.category-grid__items{gap:1.5em}}@media(min-width:1024px){.category-grid__items{grid-template-columns:repeat(4,minmax(0,1fr))}}.category-card{position:relative;border-radius:var(--radius-3xl);padding:2em;cursor:pointer;overflow:hidden;border:1px solid hsl(var(--color-border) / .5);transition:all var(--transition-slow);min-height:13.75em;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.category-card{padding:2.5em}}.category-card:hover{transform:translateY(-.375em);box-shadow:var(--shadow-xl)}.category-card--skincare{background:linear-gradient(to bottom right,#fbdfe599,#fdf2ed99)}.category-card--fitness{background:linear-gradient(to bottom right,#dfebfb99,#edfbfd99)}.category-card--home{background:linear-gradient(to bottom right,#fbf4df99,#fdfbed99)}.category-card--utility{background:linear-gradient(to bottom right,#dffbee99,#edfdfa99)}.category-card__icon{font-size:3em;margin-bottom:1.5em;transition:transform var(--transition-slow)}@media(min-width:768px){.category-card__icon{font-size:3.75em}}.category-card:hover .category-card__icon{transform:scale(1.1)}.category-card__title{font-size:1.25em;font-weight:var(--font-weight-bold);color:hsl(var(--color-foreground));margin-bottom:.25em}@media(min-width:768px){.category-card__title{font-size:1.5em}}.category-card__desc{font-size:.875em;color:hsl(var(--color-muted-foreground))}.category-card__arrow{position:absolute;top:1.5em;right:1.5em;width:2.5em;height:2.5em;border-radius:var(--radius-full);background-color:hsl(var(--color-foreground) / .05);display:flex;align-items:center;justify-content:center;transition:all var(--transition-base)}.category-card__arrow svg{width:1.25em;height:1.25em}.category-card:hover .category-card__arrow{background-color:hsl(var(--color-foreground));color:hsl(var(--color-background))}.why-different__heading{text-align:center;margin-bottom:3.5em}.why-different__label{font-size:.875em;font-weight:var(--font-weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--color-primary));margin-bottom:.75em}.why-different__title{font-size:1.875em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-foreground))}@media(min-width:768px){.why-different__title{font-size:2.25em}}.why-different__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5em}@media(min-width:768px){.why-different__grid{gap:2em}}@media(min-width:1024px){.why-different__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.why-different__item:hover{background-color:hsl(var(--color-accent) / .5)}.why-different__icon-box{width:4em;height:4em;border-radius:var(--radius-xl);background-color:hsl(var(--color-accent));display:flex;align-items:center;justify-content:center;margin:0 auto 1em;transition:all var(--transition-base)}.why-different__icon-box svg{width:1.75em;height:1.75em}.why-different__item:hover .why-different__icon-box{background-color:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));transform:scale(1.1)}.why-different__item-title{font-weight:var(--font-weight-bold);color:hsl(var(--color-foreground));margin-bottom:.25em;font-size:.875em}@media(min-width:768px){.why-different__item-title{font-size:1em}}.why-different__item-desc{font-size:.75em;color:hsl(var(--color-muted-foreground));line-height:1.6}@media(min-width:768px){.why-different__item-desc{font-size:.875em}}.testimonials{background-color:hsl(var(--color-warm-beige))}.testimonials__heading{text-align:center;margin-bottom:3.5em}.testimonials__label{font-size:.875em;font-weight:var(--font-weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--color-primary));margin-bottom:.75em}.testimonials__title{font-size:1.875em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-foreground))}@media(min-width:768px){.testimonials__title{font-size:3em}}.testimonials__grid{display:grid;gap:1.5em}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.testimonial-card{border-radius:var(--radius-3xl);padding:1.75em;transition:transform var(--transition-slow),box-shadow var(--transition-slow)}.testimonial-card:hover{transform:translateY(-.25em);box-shadow:var(--shadow-lg)}.testimonial-card__stars{display:flex;gap:.25em;margin-bottom:1em}.testimonial-card__star{width:1em;height:1em;fill:#facc15;color:#facc15}.testimonial-card__text{color:hsl(var(--color-foreground));line-height:1.7;margin-bottom:1.5em;font-size:.875em}@media(min-width:768px){.testimonial-card__text{font-size:1em}}.testimonial-card__author{display:flex;align-items:center;gap:.75em}.testimonial-card__avatar{width:2.5em;height:2.5em;border-radius:var(--radius-full);background-color:hsl(var(--color-primary) / .1);color:hsl(var(--color-primary));font-weight:var(--font-weight-bold);font-size:.875em;display:flex;align-items:center;justify-content:center}.testimonial-card__name{display:flex;align-items:center;gap:.375em}.testimonial-card__name span{font-weight:var(--font-weight-semibold);color:hsl(var(--color-foreground));font-size:.875em}.testimonial-card__verified{width:1em;height:1em;color:hsl(var(--color-primary))}.testimonial-card__role{font-size:.75em;color:hsl(var(--color-muted-foreground))}.countdown-banner{background:linear-gradient(135deg,#111317,#1d212b,#111317);text-align:center;position:relative;overflow:hidden}.countdown-banner:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:37.5em;height:37.5em;border-radius:var(--radius-full);background:radial-gradient(circle,hsl(155 30% 50% / .08) 0%,transparent 70%);pointer-events:none}.countdown-banner__label{display:flex;align-items:center;justify-content:center;gap:.5em;margin-bottom:1em;position:relative;z-index:1}.countdown-banner__label svg{width:1.25em;height:1.25em;color:#f45925;fill:#f45925}.countdown-banner__label span{font-size:.875em;font-weight:var(--font-weight-bold);color:#f45925;letter-spacing:.025em;text-transform:uppercase}.countdown-banner__title{font-size:1.875em;font-weight:var(--font-weight-extrabold);color:#fff;margin-bottom:2em;position:relative;z-index:1}@media(min-width:768px){.countdown-banner__title{font-size:3em}}.countdown-banner__timer{display:flex;align-items:center;justify-content:center;gap:1em;margin-bottom:2.5em;position:relative;z-index:1}.countdown-banner__separator{font-size:1.5em;font-weight:var(--font-weight-bold);color:#ffffff4d;margin-top:-1.25em}.time-block{text-align:center}.time-block__value{background-color:#ffffff1a;backdrop-filter:blur(.5em);-webkit-backdrop-filter:blur(.5em);border:1px solid hsl(0 0% 100% / .08);border-radius:var(--radius-lg);width:4em;height:4em;display:flex;align-items:center;justify-content:center;margin-bottom:.25em;animation:count-pulse 2s ease-in-out infinite}@media(min-width:768px){.time-block__value{width:5em;height:5em}}.time-block__number{font-size:1.5em;font-weight:var(--font-weight-extrabold);color:#fff}@media(min-width:768px){.time-block__number{font-size:1.875em}}.time-block__label{font-size:.625em;color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-weight:var(--font-weight-medium)}@media(min-width:768px){.time-block__label{font-size:.75em}}.elevate-countdown-banner-section .countdown-banner .btn.btn--hero{background-color:#fff;color:#111317;position:relative;z-index:1;letter-spacing:.025em}.elevate-countdown-banner-section .countdown-banner .btn.btn--hero:hover{background-color:#f2f2f2;color:#111317;transform:scale(1.05)}.newsletter__inner{max-width:36em;margin:0 auto;text-align:center}.newsletter__label{font-size:.875em;font-weight:var(--font-weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--color-primary));margin-bottom:.75em}.newsletter__title{font-size:1.875em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-foreground));margin-bottom:1em}@media(min-width:768px){.newsletter__title{font-size:2.25em}}.newsletter__desc{color:hsl(var(--color-muted-foreground));margin-bottom:2em;line-height:1.6}.newsletter__form{display:flex;gap:.75em}@media(max-width:479px){.newsletter__form{flex-direction:column}}.newsletter__input{flex:1;height:3.25em;padding:0 1.5em;border-radius:var(--radius-full);background-color:hsl(var(--color-secondary));border:1px solid hsl(var(--color-border));color:hsl(var(--color-foreground));font-size:.875em;font-family:var(--font-family-sans);outline:none;transition:all var(--transition-base)}.newsletter__input::placeholder{color:hsl(var(--color-muted-foreground))}.newsletter__input:focus{border-color:hsl(var(--color-primary));box-shadow:0 0 0 .1875em hsl(var(--color-primary) / .15)}.elevate-newsletter-section .btn.btn--hero{background-color:#16181d;color:#f9f8f5;letter-spacing:.025em}.elevate-newsletter-section .btn.btn--hero:hover{background-color:#21242c;color:#f9f8f5}.site-footer{background-color:hsl(var(--color-foreground));color:hsl(var(--color-background) / .8)}.site-footer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5em;margin-bottom:4em}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.site-footer__brand{grid-column:span 2}@media(min-width:768px){.site-footer__brand{grid-column:span 1}}.site-footer__logo{font-size:1.5em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-background));margin-bottom:1em}.site-footer__desc{font-size:.875em;color:hsl(var(--color-background) / .5);line-height:1.7;margin-bottom:1.5em}.site-footer__social{display:flex;gap:.75em}.site-footer__social-link{width:2.5em;height:2.5em;border-radius:var(--radius-xl);background-color:hsl(var(--color-background) / .1);display:flex;align-items:center;justify-content:center;transition:all var(--transition-base);color:inherit}.site-footer__social-link:hover{background-color:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));transform:translateY(-.125em)}.site-footer__social-link svg{width:1em;height:1em}.site-footer__col-title{font-weight:var(--font-weight-bold);color:hsl(var(--color-background));font-size:.875em;margin-bottom:1em;text-transform:uppercase;letter-spacing:.05em}.site-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625em}.site-footer__link{font-size:.875em;color:hsl(var(--color-background) / .5);text-decoration:none;transition:color var(--transition-fast)}.site-footer__link:hover{color:hsl(var(--color-background))}.site-footer__bottom{border-top:1px solid hsl(var(--color-background) / .1);padding-top:1.5em;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1em}@media(min-width:768px){.site-footer__bottom{flex-direction:row}}.site-footer__copyright{font-size:.75em;color:hsl(var(--color-background) / .4)}.site-footer__meta{display:flex;align-items:center;gap:1em;font-size:.75em;color:hsl(var(--color-background) / .4)}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.not-found__code{font-size:7.5em;font-weight:var(--font-weight-extrabold);line-height:1;margin-bottom:1em;background:linear-gradient(135deg,hsl(var(--color-primary)),hsl(var(--color-muted-foreground)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:768px){.not-found__code{font-size:11.25em}}.not-found__title{font-size:1.5em;font-weight:var(--font-weight-bold);color:hsl(var(--color-foreground));margin-bottom:.5em}@media(min-width:768px){.not-found__title{font-size:1.875em}}.not-found__desc{font-size:1em;color:hsl(var(--color-muted-foreground));margin-bottom:2em;max-width:30em;margin-left:auto;margin-right:auto}.navbar__logo-img{height:2em;width:auto;display:block}@media(min-width:768px){.navbar__logo-img{height:2.5em}}.navbar__link--active{color:hsl(var(--color-foreground))}.navbar__link--active:after{transform:scaleX(1);transform-origin:bottom left}.navbar__mobile-link--active{color:hsl(var(--color-primary))}.navbar__mobile-menu{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0;display:block;background-color:hsl(var(--color-background) / .95);backdrop-filter:blur(1.5em);-webkit-backdrop-filter:blur(1.5em);border-top:1px solid hsl(var(--color-border));padding:0 var(--spacing-section-x)}.navbar__mobile-menu.is-open{max-height:25em;opacity:1;padding:1.5em var(--spacing-section-x)}@media(min-width:768px){.navbar__mobile-menu{display:none!important}}.hero__video{width:100%;height:100%;object-fit:cover;display:block}.hero__trust{display:flex;flex-wrap:wrap;gap:1.5em;margin-top:2.5em}.hero__trust-item{display:flex;align-items:center;gap:.375em;font-size:.8125em;font-weight:var(--font-weight-medium);color:#676f7e}.hero__trust-item svg{width:1em;height:1em;color:#507c6a;flex-shrink:0}.featured-products__subtitle{font-size:1em;color:hsl(var(--color-dark-surface-foreground) / .5);margin-top:.5em}.featured-products__scroll{display:flex;gap:1em;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5em}.featured-products__scroll::-webkit-scrollbar{display:none}.featured-products__scroll>*{flex:0 0 75%;scroll-snap-align:start}@media(min-width:640px){.featured-products__scroll>*{flex:0 0 45%}}@media(min-width:768px){.featured-products__scroll{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;scroll-snap-type:none;gap:1.5em}.featured-products__scroll>*{flex:none}}@media(min-width:1024px){.featured-products__scroll{grid-template-columns:repeat(4,1fr)}}.brand-story__cta{margin-bottom:2.5em}.brand-story__accent-circle{position:absolute;top:-2em;right:-2em;width:16em;height:16em;border-radius:9999px;background:#59a68614;z-index:0;pointer-events:none}.brand-story__image-wrap{position:relative;z-index:1}.brand-story__stat{text-align:center}.why-different__number{display:block;font-size:.75em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-primary) / .3);margin-bottom:.5em;letter-spacing:.1em}.why-different__item{text-align:center;padding:2em 1em;border-radius:var(--radius-xl);transition:all var(--transition-base)}.testimonials__summary{display:flex;align-items:center;justify-content:center;gap:.75em;margin-bottom:3em;margin-top:-1em}.testimonials__summary-stars{display:flex;gap:.125em}.testimonials__summary-stars svg{width:1.25em;height:1.25em}.testimonials__summary-text{font-size:.9375em;color:hsl(var(--color-muted-foreground));font-weight:var(--font-weight-medium)}.testimonials__scroll{display:flex;gap:1.5em;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5em}.testimonials__scroll::-webkit-scrollbar{display:none}.testimonials__scroll>*{flex:0 0 85%;scroll-snap-align:start}@media(min-width:640px){.testimonials__scroll>*{flex:0 0 48%}}@media(min-width:768px){.testimonials__scroll{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;scroll-snap-type:none}.testimonials__scroll>*{flex:none}}.testimonial-card{position:relative;overflow:hidden}.testimonial-card__quote{position:absolute;top:-.1em;right:.15em;font-size:6em;font-family:Georgia,serif;color:hsl(var(--color-primary) / .06);line-height:1;pointer-events:none;z-index:0}.testimonial-card__photo{width:2.5em;height:2.5em;border-radius:9999px;object-fit:cover}.countdown-banner--animated{background:linear-gradient(135deg,#111317,#1d212b,#15171e,#111317);background-size:300% 300%;animation:gradient-shift 8s ease infinite}.countdown-banner--urgent .time-block__value{border-color:#ef43434d;box-shadow:0 0 1.25em #ef434326}.countdown-banner--urgent .time-block__number{color:#f37272}.countdown-banner__subtitle{font-size:1em;color:#ffffff80;margin-bottom:2em;position:relative;z-index:1}.newsletter__card{padding:3em 2em;border-radius:var(--radius-2xl)}@media(min-width:768px){.newsletter__card{padding:4em 3em}}.newsletter__success{text-align:center;padding:1.5em 0}.newsletter__success svg{width:2.5em;height:2.5em;color:hsl(var(--color-primary));margin-bottom:.75em}.newsletter__success-title{font-size:1.25em;font-weight:var(--font-weight-bold);color:hsl(var(--color-foreground));margin-bottom:.375em}.newsletter__success-text{font-size:.9375em;color:hsl(var(--color-muted-foreground))}.newsletter__proof{display:flex;align-items:center;justify-content:center;gap:.5em;margin-top:1.5em}.newsletter__proof-avatars{display:flex;margin-right:.25em}.newsletter__proof-dot{width:1.75em;height:1.75em;border-radius:9999px;background:linear-gradient(135deg,#507c6a4d,#507c6a80);border:2px solid hsl(var(--color-background))}.newsletter__proof-dot:not(:first-child){margin-left:-.5em}.newsletter__proof-text{font-size:.8125em;color:hsl(var(--color-muted-foreground));font-weight:var(--font-weight-medium)}.site-footer__payments{display:flex;align-items:center;gap:.5em;flex-wrap:wrap;justify-content:center}.site-footer__payment-icon{height:1.5em;width:auto;opacity:.4;transition:opacity var(--transition-fast)}.site-footer__payment-icon:hover{opacity:.7}.site-footer__col{position:relative}.site-footer__link{position:relative;padding-left:0;transition:color var(--transition-fast),padding-left var(--transition-fast)}.site-footer__link:hover{color:hsl(var(--color-background));padding-left:.5em}.back-to-top{position:fixed;bottom:2em;right:2em;width:3em;height:3em;border-radius:9999px;background:#507c6a;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 .5em 1.5em #507c6a4d;z-index:80;opacity:0;transform:translateY(1em);transition:opacity .3s ease,transform .3s ease,background-color .2s ease;pointer-events:none}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:#466d5d;transform:translateY(-.125em)}.back-to-top svg{width:1.25em;height:1.25em}.instagram-grid__items{display:grid;grid-template-columns:repeat(2,1fr);gap:.75em}@media(min-width:640px){.instagram-grid__items{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.instagram-grid__items{grid-template-columns:repeat(4,1fr);gap:1em}}.instagram-grid__card{display:block;position:relative;aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden}.instagram-grid__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-out}.instagram-grid__card:hover .instagram-grid__image{transform:scale(1.08)}.instagram-grid__placeholder{width:100%;height:100%;background:#f3f0ed}.instagram-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#16181d73;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5em;opacity:0;transition:opacity .3s ease;color:#fff}.instagram-grid__card:hover .instagram-grid__overlay{opacity:1}.instagram-grid__overlay svg{width:1.5em;height:1.5em}.instagram-grid__caption{font-size:.75em;font-weight:500;text-align:center;padding:0 1em;max-width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.instagram-grid__cta{text-align:center;margin-top:2.5em}.brand-marquee{text-align:center}.brand-marquee__title{font-size:.8125em;font-weight:var(--font-weight-semibold);letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--color-muted-foreground));margin-bottom:2em}.brand-marquee__track-wrap{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.brand-marquee__track{display:flex;align-items:center;gap:3em;width:max-content;animation:marquee-scroll var(--marquee-speed, 30s) linear infinite}.brand-marquee__track-wrap:hover .brand-marquee__track{animation-play-state:paused}.brand-marquee__item{flex-shrink:0}.brand-marquee__logo{display:block;filter:grayscale(100%);opacity:.5;transition:filter .3s ease,opacity .3s ease}.brand-marquee__logo:hover{filter:grayscale(0%);opacity:1}.brand-marquee__placeholder{display:flex;align-items:center;justify-content:center;width:7.5em;height:2.5em;border-radius:var(--radius-lg);background:hsl(var(--color-secondary));font-size:.8125em;font-weight:var(--font-weight-semibold);color:hsl(var(--color-muted-foreground))}.feature-highlights__list{display:flex;flex-direction:column;gap:5em}.feature-highlight{display:grid;gap:2em;align-items:center}@media(min-width:768px){.feature-highlight{grid-template-columns:1fr 1fr;gap:4em}}.feature-highlight--reversed .feature-highlight__visual{order:0}@media(min-width:768px){.feature-highlight--reversed .feature-highlight__visual{order:2}}.feature-highlight__visual{position:relative}.feature-highlight__image{width:100%;border-radius:var(--radius-2xl);object-fit:cover;box-shadow:var(--shadow-lg)}.feature-highlight__icon-fallback{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-2xl);background:hsl(var(--color-secondary));display:flex;align-items:center;justify-content:center;color:hsl(var(--color-primary))}.feature-highlight__icon-fallback svg{width:3em;height:3em}.feature-highlight__content{display:flex;flex-direction:column}.feature-highlight__number{font-size:.75em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-primary) / .25);letter-spacing:.15em;margin-bottom:.75em}.feature-highlight__icon-sm{width:3em;height:3em;border-radius:var(--radius-lg);background:hsl(var(--color-accent));display:flex;align-items:center;justify-content:center;color:hsl(var(--color-accent-foreground));margin-bottom:1em}.feature-highlight__icon-sm svg{width:1.5em;height:1.5em}.feature-highlight__title{font-size:1.5em;font-weight:var(--font-weight-extrabold);color:hsl(var(--color-foreground));margin-bottom:.75em;line-height:1.2}@media(min-width:768px){.feature-highlight__title{font-size:1.875em}}.feature-highlight__desc{font-size:1em;color:hsl(var(--color-muted-foreground));line-height:1.7;margin-bottom:1.5em}.feature-highlight__cta{display:inline-flex;align-items:center;gap:.375em;font-size:.875em;font-weight:var(--font-weight-semibold);color:hsl(var(--color-primary));transition:gap .2s ease}.feature-highlight__cta:hover{gap:.625em}.feature-highlight__cta svg{width:.875em;height:.875em}.faq__list{max-width:48em;margin:0 auto;display:flex;flex-direction:column;gap:.75em}.faq__item{border-radius:var(--radius-xl);overflow:hidden;transition:box-shadow var(--transition-base)}.faq__item:has(.faq__question[aria-expanded=true]){box-shadow:var(--shadow-md)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1em;padding:1.25em 1.5em;border:none;background:transparent;text-align:left;font-size:.9375em;font-weight:var(--font-weight-semibold);color:hsl(var(--color-foreground));cursor:pointer;transition:color var(--transition-fast);font-family:inherit}.faq__question:hover{color:hsl(var(--color-primary))}.faq__question-text{flex:1}.faq__chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.faq__chevron svg{width:1.25em;height:1.25em;color:hsl(var(--color-muted-foreground))}.faq__question[aria-expanded=true] .faq__chevron{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq__answer-inner{padding:0 1.5em 1.25em;font-size:.9375em;color:hsl(var(--color-muted-foreground));line-height:1.7}.faq__footer{text-align:center;margin-top:3em}.faq__footer-text{font-size:1em;color:hsl(var(--color-muted-foreground));margin-bottom:1em}
/*# sourceMappingURL=/cdn/shop/t/2/assets/elevate-home.css.map */
