:root{--primary: var(--sm-primary, #1C1917);--primary-accent: var(--sm-dark, #111111);--secondary: var(--sm-secondary, #9E7A4D);--secondary-light: var(--sm-secondary-light, #C5A572);--dark: var(--sm-black, #0F0E0D);--white: var(--sm-white, #FFFDFB);--cream: var(--sm-cream, #FAF7F2);--gray-light: var(--sm-gray-100, #F5F2ED);--gray-medium: var(--sm-gray-200, #E8E4DE);--gray-text: var(--sm-gray-600, #5C5852);--trustpilot: var(--sm-success, #00B67A);--max-width: var(--sm-max-width, 1400px);--transition: var(--sm-transition-normal, all .3s cubic-bezier(.4, 0, .2, 1));--border-radius: var(--sm-radius-md, 12px);--border-radius-large: var(--sm-radius-xl, 20px);--shadow-sm: var(--sm-shadow-sm, 0 10px 30px rgba(15, 14, 13, .06));--shadow-md: var(--sm-shadow-md, 0 20px 40px rgba(15, 14, 13, .1));--shadow-lg: var(--sm-shadow-lg, 0 30px 60px rgba(15, 14, 13, .14))}@media screen and (min-width:1025px){:root{--header-height: 100px}}@media screen and (min-width:1400px){:root{--header-height: 110px}}@media screen and (min-width:1600px){:root{--header-height: 120px}}@media screen and (min-width:1920px){:root{--header-height: 130px}}html,body{overflow-x:hidden;max-width:100%}.smellish-homepage{font-family:var(--sm-font-sans, "Inter", -apple-system, BlinkMacSystemFont, sans-serif);line-height:var(--sm-leading-relaxed, 1.6);color:var(--dark);background:var(--white);overflow-x:hidden}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}h1,h2,h3{font-weight:800;line-height:1.2;color:var(--dark)}.btn{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;border-radius:50px;font-size:16px;font-weight:700;text-decoration:none;transition:var(--transition);cursor:pointer;border:none;position:relative;overflow:hidden}.btn-primary{background:#16161d;color:#fff;box-shadow:0 10px 30px #0000004d;font-weight:700;border:2px solid transparent}@media(hover:hover){.btn-primary:hover{background:transparent;color:#16161d;border-color:#16161d;transform:translateY(-2px) scale(1.02);box-shadow:none}}.btn-primary:active{transform:scale(.97)}.btn-primary svg{stroke:currentColor}.btn-secondary{background:#16161d;color:#fff;border:2px solid transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(hover:hover){.btn-secondary:hover{background:transparent;color:#fff;border-color:#fff;transform:translateY(-2px) scale(1.02)}}.btn-secondary:active{transform:scale(.97)}.btn-outline{background:#16161d;color:#fff;border:2px solid transparent}@media(hover:hover){.btn-outline:hover{background:transparent;color:#16161d;border-color:#16161d;transform:translateY(-2px) scale(1.02)}}.btn-outline:active{transform:scale(.97)}.btn-cta{background:#16161d;color:#fff;border:2px solid transparent}@media(hover:hover){.btn-cta:hover{background:transparent;color:#16161d;border-color:#16161d;transform:translateY(-2px) scale(1.02);box-shadow:none}}.btn-cta:active{transform:scale(.97)}.hero-section{position:relative;display:flex;height:calc(100vh - var(--header-height, 110px));min-height:600px;max-height:900px;overflow:hidden;margin:0;padding:0}.hero-text-panel{flex:0 0 40%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;position:relative;z-index:2;text-align:center}.hero-text-wrapper{position:relative;width:100%;max-width:420px;min-height:280px;display:flex;flex-direction:column;align-items:center}.hero-text-slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease,visibility .8s;display:flex;flex-direction:column;align-items:center}.hero-text-slide.active{position:relative;opacity:1;visibility:visible;transform:translateY(0)}.hero-image-panel{flex:0 0 60%;position:relative;overflow:hidden}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);transition:clip-path 1s cubic-bezier(.25,.1,.25,1),-webkit-clip-path 1s cubic-bezier(.25,.1,.25,1),opacity .3s ease,visibility .3s;will-change:clip-path}.hero-slide.active{opacity:1;visibility:visible;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}img.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}picture.hero-picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hero-bg-mobile{display:none}.hero-bg-desktop{display:block}.hero-slide:nth-child(1) .hero-bg-desktop{background-position:center center}.hero-slide:nth-child(2) .hero-bg-desktop{background-position:center center}.hero-slide:nth-child(3) .hero-bg-desktop{background-position:center center}.hero-slide:nth-child(4) .hero-bg-desktop{background-position:center center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.02) 30%,transparent 100%)}.hero-badge{display:none}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hero-label{display:block;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--sm-secondary, #9E7A4D);margin-bottom:12px;text-align:center}.hero-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.2;color:#000;margin-bottom:28px;letter-spacing:-.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;text-align:center;max-width:100%}.hero-subtitle{font-size:clamp(1.05rem,1.8vw,1.25rem);color:#000000b3;margin-bottom:16px;line-height:1.6;font-weight:400;text-align:center;max-width:380px}.hero-promo-text{font-size:clamp(1.1rem,2vw,1.35rem);color:#1a1a1a;margin:0 0 28px;text-align:center;font-weight:500}.hero-promo-text strong{color:#16803c;font-weight:700;font-size:1.15em}.hero-promo-original{text-decoration:line-through;color:#999;font-size:.85em;margin-left:6px;font-weight:400}.hero-promo-code{font-size:.9rem;color:#666;margin:0 0 28px;text-align:center}.hero-promo-code strong{background:linear-gradient(135deg,#9e7a4d,#c5a572);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:.5px}.hero-cta-note{display:block;font-size:.8rem;color:#888;margin-top:8px;font-weight:400}.hero-features{display:none}.feature-item{display:flex;align-items:center;gap:14px;font-size:.95rem;color:#16161dd9;font-weight:500}.feature-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--secondary),var(--secondary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:18px;height:18px;stroke:var(--white);stroke-width:2.5}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.hero-text-panel .btn-primary{background:#000;color:#fff;border:2px solid transparent;padding:20px 48px;font-size:16px;font-weight:500;border-radius:100px;min-width:280px;justify-content:center;transition:all .3s ease}@media(hover:hover){.hero-text-panel .btn-primary:hover{background:transparent;color:#000;border-color:#000;transform:translateY(-2px) scale(1.02)}}.hero-text-panel .btn-primary:active{transform:scale(.97)}.hero-text-panel .btn-secondary{display:none}.slider-nav{display:none;gap:10px;margin-top:48px;justify-content:center}.slider-dot{width:40px;height:3px;border-radius:2px;background:#16161d26;border:none;cursor:pointer;position:relative;overflow:hidden;transition:var(--transition)}@media(hover:hover){.slider-dot:hover{background:#16161d40}}.progress-bar{position:absolute;left:0;top:0;height:100%;width:0;background:var(--secondary);transition:width 6s linear}.slider-dot.active .progress-bar{width:100%}.hero-image-nav{position:absolute;bottom:30px;right:30px;display:flex;gap:12px;z-index:10}.hero-image-dot{position:relative;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}@media(hover:hover){.hero-image-dot:hover{transform:scale(1.1)}}.image-progress-ring{position:absolute;width:44px;height:44px}.image-progress-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.image-progress-ring .ring-bg{fill:none;stroke:#ffffff40;stroke-width:2}.image-progress-ring .ring-progress{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-dasharray:100.53;stroke-dashoffset:100.53;transition:stroke-dashoffset .3s ease}.hero-image-dot.active .ring-progress{animation:ringProgress 7s linear forwards}@keyframes ringProgress{0%{stroke-dashoffset:100.53}to{stroke-dashoffset:0}}.hero-image-dot:not(.active) .ring-progress{stroke-dashoffset:100.53;animation:none}.dot-number{font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:600;color:#fff9;letter-spacing:.02em;transition:color .3s ease;z-index:2}.hero-image-dot.active .dot-number{color:#fff}@media(hover:hover){.hero-image-dot:hover .dot-number{color:#fff}}.hero-text-panel:after{display:none}.popular-products-section,.video-hero-section,.product-showcase-section,.testimonials-section,.faq-section,.cta-section,.brand-marquee-section,.smellish-match{content-visibility:auto;contain-intrinsic-size:auto 500px}.features-section{padding:100px 5%;background:#f9f8f6}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--dark);margin-bottom:20px;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--secondary)}.section-subtitle{font-size:1.2rem;color:var(--gray-text);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:60px}.feature-card{background:var(--white);padding:50px 30px;border-radius:var(--border-radius-large);text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary));transform:scaleX(0);transition:transform .4s}@media(hover:hover){.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.feature-card:hover:before{transform:scaleX(1)}}.feature-card-icon{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-card-icon svg{width:40px;height:40px;stroke:var(--white);stroke-width:2}.feature-card h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:16px}.feature-card p{color:var(--gray-text);line-height:1.7}.video-hero-section{position:relative;height:70vh;min-height:500px;margin:80px 0;overflow:hidden;padding:0}.video-container{position:relative;width:100%;height:100%;border-radius:var(--border-radius-large);overflow:hidden;max-width:var(--max-width);margin:0 auto;box-shadow:var(--shadow-lg);background:#111}.video-container video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(17,17,17,.4) 100%);pointer-events:none}.video-content{position:absolute;bottom:50px;left:50%;transform:translate(-50%);text-align:center;color:#fff!important;z-index:2}.video-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:10px;color:#fff!important;text-shadow:0 2px 20px rgba(0,0,0,.5)}.video-subtitle{font-size:1.2rem;opacity:.95;color:#fff!important;text-shadow:0 1px 10px rgba(0,0,0,.5)}.popular-products-section{padding:100px 2%;background:#fff}.products-container{max-width:var(--max-width);margin:0 auto}.popular-products-section .container{max-width:min(1720px,100%);padding-left:8px;padding-right:8px}.popular-products-section .products-container{max-width:none}.product-showcase-section{padding:100px 5%;background:#fff}.showcase-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto}.showcase-card{position:relative;border-radius:var(--border-radius-large);overflow:hidden;aspect-ratio:3/4;transition:var(--transition);box-shadow:var(--shadow-md);cursor:pointer;text-decoration:none;display:block}@media(hover:hover){.showcase-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:var(--shadow-lg)}}.card-image{width:100%;height:100%;position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}@media(hover:hover){.showcase-card:hover .card-image img{transform:scale(1.1)}}.card-overlay{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,#111111e6);color:var(--white);padding:40px 30px 30px;text-align:center;pointer-events:none}.card-overlay h3{font-size:1.6rem;font-weight:700;margin-bottom:10px;color:var(--white)}.card-overlay p{font-size:.95rem;opacity:.9;color:var(--white)}.testimonials-section{padding:100px 5%;background:#fafafa}.testimonials-slider{max-width:900px;margin:0 auto;position:relative;overflow:hidden;border-radius:var(--border-radius-large);background:linear-gradient(135deg,var(--gray-light),var(--white));box-shadow:var(--shadow-md);padding-bottom:60px}.testimonials-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}.testimonial-slide{min-width:100%;padding:80px 60px 40px;text-align:center}.stars{display:flex;justify-content:center;gap:8px;margin-bottom:30px}.star{fill:var(--secondary)}.testimonial-text{font-size:1.3rem;font-style:italic;color:var(--dark);margin-bottom:30px;line-height:1.8}.testimonial-author{font-weight:700;color:var(--dark);margin-bottom:8px;font-size:1.1rem}.testimonial-role{color:var(--gray-text);font-size:.95rem}.testimonials-nav{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:12px}.testimonial-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--primary);background:transparent;cursor:pointer;transition:var(--transition)}.testimonial-dot.active{background:var(--primary);transform:scale(1.3)}.faq-section{padding:100px 5%;background:#fff}.faq-accordion{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(400px,100%),1fr));gap:20px;max-width:1000px;margin:0 auto 40px}.faq-item{background:#f0ede8;border:1px solid #D9D4CC;border-radius:var(--border-radius);overflow:hidden;transition:var(--transition);height:fit-content}@media(hover:hover){.faq-item:hover{box-shadow:var(--shadow-md)}}.faq-item.open{box-shadow:var(--shadow-lg)}.faq-question{padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.05rem;color:var(--dark);background:var(--white);border:none;width:100%;text-align:left;transition:var(--transition)}@media(hover:hover){.faq-question:hover{background:var(--gray-light)}}.faq-icon{font-size:1.5rem;color:var(--primary);font-weight:300;transition:var(--transition);display:inline-block}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;border-top:0px solid var(--gray-medium);transition:max-height .4s ease,border-top-width 0s .4s}.faq-item.open .faq-answer{border-top-width:1px;transition:max-height .4s ease,border-top-width 0s 0s}.faq-answer p{padding:20px 30px 25px;color:var(--gray-text);line-height:1.7;margin:0}.faq-cta{text-align:center}.cta-section{padding:120px 5%;background:#f5f1e8;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(158,122,77,.08) 0%,transparent 60%);animation:rotate 30s linear infinite;will-change:transform}@media(max-width:768px){.cta-section:before{animation:none}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{position:relative;z-index:1}.cta-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#16161d;margin-bottom:20px;font-family:Playfair Display,Georgia,serif}.cta-subtitle{font-size:1.3rem;color:#16161dbf;margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto}.cta-promo-badge{display:inline-flex;flex-direction:column;align-items:center;gap:4px;background:linear-gradient(135deg,#9e7a4d1f,#c5a57214);border:1px solid rgba(158,122,77,.25);border-radius:12px;padding:16px 32px;margin-bottom:32px}.cta-promo-price{font-size:1.25rem;font-weight:700;color:#16803c}.cta-promo-code{font-size:.9rem;color:#666}.cta-terms{font-size:.85rem;color:#888;margin-top:16px}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-section .btn-secondary{background:#16161d;color:#fff;border:2px solid transparent}@media(hover:hover){.cta-section .btn-secondary:hover{background:transparent;color:#16161d;border-color:#16161d;transform:translateY(-2px) scale(1.02)}}.cta-section .btn-secondary:active{transform:scale(.97)}.scroll-reveal{opacity:1;transform:none}@media(max-width:1024px){:root{--header-height: 64px}.hero-section{display:block;position:relative;height:calc(100svh - var(--header-height, 60px));max-height:calc(100svh - var(--header-height, 60px));min-height:calc(100svh - var(--header-height, 60px));overflow:hidden}.hero-image-panel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.hero-text-panel{position:absolute;bottom:0;left:0;right:0;top:0;z-index:10;background:transparent;padding:0 24px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-text-panel:after{display:none}.hero-text-wrapper{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none;padding:0;border-radius:0;max-width:100%;text-align:center}.hero-bg-desktop{display:none}.hero-bg-mobile{display:block;background-size:cover!important;background-position:center center;background-repeat:no-repeat}.hero-slide:nth-child(1) .hero-bg-mobile,.hero-slide:nth-child(2) .hero-bg-mobile,.hero-slide:nth-child(3) .hero-bg-mobile,.hero-slide:nth-child(4) .hero-bg-mobile{background-size:cover!important;background-position:center center}.hero-slide:nth-child(3) img.hero-img{object-position:60% 50%!important}.hero-text-slide-man.active{position:relative;margin-top:15vh}.hero-image-panel:after{display:none}.hero-image-nav{display:flex;bottom:20px;right:16px;gap:0;z-index:15}.hero-image-dot{display:none;width:40px;height:40px}.hero-image-dot.active{display:flex}.image-progress-ring{width:40px;height:40px}.dot-number{font-size:10px}.hero-badge{display:none}.hero-title{font-size:clamp(1.8rem,8vw,2.4rem);margin-bottom:12px;line-height:1.15;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.4),0 4px 40px rgba(0,0,0,.2);font-weight:400;letter-spacing:-.02em;max-width:min(320px,85vw)}.hero-subtitle{font-size:1rem;margin-bottom:10px;line-height:1.5;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.42);max-width:min(280px,80vw);font-weight:500}.hero-promo-text{font-size:1.1rem;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.4);margin:0 0 4px}.hero-promo-text strong{color:#7fe084;text-shadow:0 0 20px rgba(127,224,132,.4)}.hero-promo-original{color:#fff9}.hero-promo-code{font-size:.85rem;color:#ffffffe6;text-shadow:0 1px 8px rgba(0,0,0,.3);margin:0 0 20px}.hero-promo-code strong{background:linear-gradient(135deg,#d4af37,#f5d76e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.hero-features{display:none}.hero-cta{display:none!important}.slider-nav{display:none}}.mobile-cta-btn,#ctaStickyHome{display:none!important}.mobile-sticky-cta{display:none}@media(max-width:1024px){a.mobile-sticky-cta,a#mobile-sticky-cta.mobile-sticky-cta{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:9999;display:inline-flex!important;visibility:visible!important;opacity:1!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;letter-spacing:.01em;text-decoration:none;text-align:center;white-space:nowrap;width:calc(100% - 40px);max-width:360px;padding:22px 32px;border:none;border-radius:30px;box-shadow:0 4px 14px #0000004d,0 2px 6px #00000026;outline:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.mobile-cta-main{font-size:15px;font-weight:500;line-height:1.2}.mobile-cta-sub{font-size:11px;font-weight:400;opacity:.85;line-height:1.2}.mobile-sticky-cta:focus{background:#1a1a1a;transform:translate(-50%) translateY(-2px);box-shadow:0 8px 24px #00000059,0 4px 10px #0003}.mobile-sticky-cta:active{background:#111;transform:translate(-50%) translateY(0) scale(.97);box-shadow:0 2px 8px #00000040,0 1px 3px #00000026}.mobile-sticky-cta.keyboard-open{opacity:0;pointer-events:none;transform:translate(-50%) translateY(20px)}}@media(max-width:379px){a.mobile-sticky-cta,a#mobile-sticky-cta.mobile-sticky-cta{font-size:14px;padding:20px 24px}}@media(max-width:319px){a.mobile-sticky-cta,a#mobile-sticky-cta.mobile-sticky-cta{font-size:13px;padding:18px 20px}}@media(min-width:1025px){a.mobile-sticky-cta,a#mobile-sticky-cta.mobile-sticky-cta{display:none!important}}@media(max-width:768px){.video-hero-section{margin:25px 0 15px;padding:0 20px;height:auto;min-height:unset}.video-container{aspect-ratio:16 / 9;height:auto;max-height:300px}.video-container video{object-fit:contain;background:#111}.popular-products-section{padding-top:35px!important;padding-bottom:60px;padding-left:2%;padding-right:2%}.video-content{bottom:15px}.video-title{font-size:1.2rem}.video-subtitle{font-size:.85rem}.features-section,.product-showcase-section,.testimonials-section,.faq-section,.cta-section{padding:60px 5%}.features-grid,.showcase-cards{grid-template-columns:1fr;gap:30px}.faq-accordion{grid-template-columns:1fr}.testimonial-slide{padding:50px 30px 30px}.testimonials-slider{padding-bottom:50px}.testimonial-text{font-size:1.1rem}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}}@media(min-width:769px)and (max-width:1024px){.hero-section{max-height:800px}.section-subtitle{font-size:1.1rem}.features-section,.product-showcase-section,.testimonials-section,.faq-section,.popular-products-section{padding:70px 5%}.cta-section{padding:80px 5%}.video-hero-section{margin:50px 0}.intro-price-banner{padding:24px 28px;gap:16px}.price-amount{font-size:2rem}.price-cta{padding:12px 24px;font-size:.9rem}.features-grid,.showcase-cards{grid-template-columns:repeat(2,1fr)}.faq-accordion{grid-template-columns:1fr}.section-header{margin-bottom:50px}.feature-card{padding:36px 24px}.feature-card-icon{width:64px;height:64px;margin-bottom:20px}.feature-card-icon svg{width:32px;height:32px}.feature-card h3{font-size:1.3rem;margin-bottom:12px}.video-hero-section{height:auto;min-height:400px;max-height:550px}.video-container{border-radius:16px;max-height:550px}.brand-marquee-section{padding:24px 0 20px}.brand-track{height:110px}.brand-logo-wrapper{width:140px;height:110px;margin:0 18px}.brand-logo{width:100px;height:100px;--logo-scale: 1}.testimonials-grid .testimonial-card{flex:0 0 72%;max-width:72%}.testimonials-slider{max-width:800px}.testimonial-slide{padding:50px 40px 30px}.testimonial-text{font-size:1.15rem}.cta-section:before{animation:none}.cta-section{padding:70px 5%}.cta-title{font-size:clamp(1.8rem,4vw,2.8rem)}.cta-subtitle{font-size:1.1rem}.trustpilot-banner-link{padding:16px 20px}.trustpilot-logo svg{width:28px;height:28px}.trustpilot-name{font-size:1.2rem}.tp-stars-banner{font-size:22px}.trustpilot-banner-section .trustpilot-score{font-size:1.1rem}.trustpilot-banner-content{gap:30px}.showcase-card .card-overlay{padding:30px 20px 24px}.showcase-card .card-overlay h3{font-size:1.35rem}}.btn:focus-visible,.slider-dot:focus-visible,.testimonial-dot:focus-visible,.faq-question:focus-visible{outline:3px solid var(--primary);outline-offset:3px}#cta-hide-sentinel{height:1px;width:1px;pointer-events:none}@media(max-width:768px){.btn,.faq-question{min-height:44px}}.section-badge{display:inline-block;background:linear-gradient(135deg,var(--secondary),var(--secondary-light));color:var(--white);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:8px 20px;border-radius:50px;margin-bottom:20px}.features-carousel{position:relative}@media(min-width:769px){.features-track{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.features-dots{display:none}}@media(max-width:768px){.features-carousel{margin:0 -5%;padding:0 5% 60px;overflow:visible}.features-track{display:flex;gap:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-card{flex:0 0 calc(100vw - 60px);max-width:calc(100vw - 60px)}.features-dots{display:flex;justify-content:center;gap:10px;margin-top:24px;position:relative;z-index:10}.feature-dot{width:8px;height:8px;border-radius:50%;border:2px solid var(--primary);background:transparent;cursor:pointer;transition:var(--transition);padding:0}.feature-dot.active{background:var(--primary);transform:scale(1.2)}}.feature-step-number{position:absolute;top:20px;right:20px;font-size:3rem;font-weight:800;color:var(--gray-medium);opacity:.5;line-height:1;font-family:Playfair Display,Georgia,serif}.feature-card{position:relative}.intro-price-banner{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--dark) 0%,var(--primary) 100%);padding:28px 40px;border-radius:var(--border-radius-large);margin-top:60px;box-shadow:var(--shadow-lg)}.price-content{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.price-label{color:#ffffffb3;font-size:.95rem;font-weight:500}.price-amount{color:var(--white);font-size:2.5rem;font-weight:800;font-family:Playfair Display,Georgia,serif}.price-period{color:#ffffffb3;font-size:.95rem}.price-cta{display:inline-flex;align-items:center;gap:8px;background:#16161d;color:#fff;padding:14px 32px;border-radius:50px;font-weight:700;font-size:.95rem;text-decoration:none;transition:var(--transition);border:2px solid transparent}@media(hover:hover){.price-cta:hover{background:transparent;color:#fff;border-color:#fff;transform:translateY(-2px) scale(1.02)}}.price-cta:active{transform:scale(.97)}@media(max-width:768px){.intro-price-banner{flex-direction:column;text-align:center;gap:16px;padding:20px 16px;margin-top:40px}.price-content{justify-content:center;align-items:center;gap:6px}.price-label{font-size:.9rem}.price-amount{font-size:1.5rem}.price-period{font-size:.9rem}.price-cta{width:100%;justify-content:center;padding:12px 24px}}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;align-items:stretch}.testimonial-card{background:var(--white);border-radius:var(--border-radius-large);padding:30px;box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--gray-medium);display:flex;flex-direction:column}@media(hover:hover){.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}}.testimonial-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--secondary),var(--secondary-light));display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial-avatar.male{background:linear-gradient(135deg,var(--primary),#2C2522)}.avatar-initials{color:var(--white);font-weight:700;font-size:1rem;letter-spacing:.02em}.testimonial-meta{flex:1}.testimonial-header .testimonial-author{font-weight:700;color:var(--dark);font-size:1rem;margin-bottom:4px}.testimonial-verified{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#007f56}.testimonial-header .stars{margin-left:auto;display:flex;gap:2px}.testimonial-card .testimonial-text{font-size:.95rem;line-height:1.7;color:var(--gray-text);margin-bottom:16px;font-style:normal}.testimonial-footer{border-top:1px solid var(--gray-medium);padding-top:14px;margin-top:auto}.testimonial-fragrance{font-size:.8rem;color:var(--secondary);font-weight:600}@media(max-width:1024px){.testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:0 5% 16px;scrollbar-width:none;-ms-overflow-style:none;scroll-padding:0 5%}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 85%;max-width:85%;scroll-snap-align:start}}@media(max-width:768px){.testimonial-card{flex:0 0 80%;max-width:80%;padding:24px 20px}.testimonial-header{flex-wrap:wrap}.testimonial-header .stars{margin-left:0;width:100%;order:3;margin-top:8px;padding-top:10px;border-top:1px solid var(--gray-medium)}.testimonial-avatar{width:40px;height:40px}.avatar-initials{font-size:.85rem}}.trustpilot-header-badge{display:inline-flex;align-items:center;gap:8px;background:#00b67a1a;color:var(--trustpilot);font-size:.85rem;font-weight:600;padding:8px 18px;border-radius:50px;margin-bottom:16px}.trustpilot-cta{text-align:center;margin-top:40px}.trustpilot-link{display:inline-flex;align-items:center;gap:8px;color:var(--trustpilot);font-weight:600;text-decoration:none;font-size:.95rem;transition:var(--transition)}@media(hover:hover){.trustpilot-link:hover{gap:12px}}.trustpilot-link svg{stroke:var(--trustpilot)}.trustpilot-banner-section{background:#fff;padding:0;border-bottom:none}.trustpilot-banner-link{display:block;text-decoration:none;padding:14px 20px;transition:background .3s ease}@media(hover:hover){.trustpilot-banner-link:hover{background:#00b67a0d}}.trustpilot-banner-content{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}.trustpilot-logo{display:flex;align-items:center;gap:8px}.trustpilot-logo svg{fill:#00b67a}.trustpilot-logo svg path{fill:#00b67a}.trustpilot-name{color:#000;font-size:1.1rem;font-weight:700;letter-spacing:.02em}.trustpilot-rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tp-stars-banner{display:inline-flex;align-items:center;gap:2px;font-size:18px;line-height:1}.tp-star-b{color:#00b67a40}.tp-star-b.filled{color:#00b67a}.tp-star-b.partial{position:relative;color:#00b67a40}.tp-star-fill-b{position:absolute;left:0;top:0;width:30%;overflow:hidden;color:#00b67a}.trustpilot-banner-section .trustpilot-score{color:#000;font-size:1rem;font-weight:700}.trustpilot-banner-section .trustpilot-reviews{color:#1c1917b3;font-size:.9rem}@media(min-width:1025px){.trustpilot-banner-link{padding:22px 24px}.trustpilot-logo{gap:12px}.trustpilot-logo svg{width:42px;height:42px}.trustpilot-name{font-size:1.8rem}.tp-stars-banner{font-size:32px}.trustpilot-banner-section .trustpilot-score{font-size:1.4rem}.trustpilot-banner-content{gap:50px}}@media(max-width:768px){.trustpilot-banner-content{flex-direction:row;gap:12px;flex-wrap:nowrap;justify-content:center}.trustpilot-logo{gap:5px}.trustpilot-logo svg{width:18px;height:18px}.trustpilot-name{font-size:.85rem}.trustpilot-rating{gap:6px}.tp-stars-banner{font-size:14px}.trustpilot-banner-section .trustpilot-score{font-size:.85rem}.trustpilot-banner-link{padding:10px 12px}}.testimonial-date{font-size:.8rem;color:var(--gray-text);font-weight:500}.brand-marquee-section{background-color:#fff;padding:40px 0 16px;overflow:hidden}.brand-marquee-container{max-width:100%;margin:0 auto}.brand-marquee-title{display:none}.brand-marquee{overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.brand-track{display:flex;align-items:center;width:max-content;height:150px;--brand-speed: 84;animation:brandScroll var(--brand-duration, 100s) linear infinite;will-change:transform;gap:0}.brand-logo-wrapper{width:180px;height:150px;margin:0 28px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.brand-logo{width:120px;height:120px;--logo-scale: 1.15;padding:0;box-sizing:border-box;opacity:1;transition:opacity .2s ease;object-fit:contain;object-position:center;transform:scale(var(--logo-scale));transform-origin:center}.brand-logo--narciso{--logo-scale: 1.2}.brand-logo--issey{--logo-scale: 1.22}.brand-logo--ch,.brand-logo--tommy{--logo-scale: 1.18}.brand-logo:hover{opacity:1}.brand-disclaimer{display:none}@keyframes brandScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:768px){.brand-marquee-section{padding:16px 0}.brand-track{height:110px;gap:0;--brand-speed: 70}.brand-logo-wrapper{width:120px;height:110px;margin:0 4px}.brand-logo{width:100px;height:100px;--logo-scale: 1;padding:0}}@media(prefers-reduced-motion:reduce){.brand-track{animation:none}.hero-slide{transition:opacity .3s ease,visibility .3s;-webkit-clip-path:none;clip-path:none}.hero-slide.active{-webkit-clip-path:none;clip-path:none}}.showcase-carousel{position:relative}@media(min-width:769px){.showcase-dots{display:none}}@media(max-width:768px){.showcase-carousel{margin:0 -5%;padding:0 5% 50px;overflow:visible}.showcase-track{display:flex;gap:16px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.showcase-card{flex:0 0 calc(75vw - 20px);max-width:calc(75vw - 20px);aspect-ratio:3/4;border-radius:16px}.showcase-card .card-image img{width:100%;height:100%;object-fit:cover}.showcase-card .card-overlay{padding:24px 16px 20px}.showcase-card .card-overlay h3{font-size:1.2rem;margin-bottom:6px}.showcase-card .card-overlay p{font-size:.85rem;line-height:1.4}.showcase-dots{display:flex;justify-content:center;gap:10px;margin-top:20px;position:relative;z-index:10}.showcase-dot{width:8px;height:8px;border-radius:50%;border:2px solid var(--primary);background:transparent;cursor:pointer;transition:var(--transition);padding:0}.showcase-dot.active{background:var(--primary);transform:scale(1.2)}}.smellish-match{padding:32px 0;background:#fff}.smellish-match__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;max-width:1680px;margin-left:auto;margin-right:auto;padding:0 40px}.smellish-match__title{font-size:32px;font-weight:500;color:#1a1a1a;margin:0;letter-spacing:-.02em;line-height:1.2}.smellish-match__link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:500;color:#666;text-decoration:none;transition:color .2s ease,gap .2s ease}@media(hover:hover){.smellish-match__link:hover{color:#1a1a1a;gap:10px}}.smellish-match__link svg{transition:transform .2s ease}@media(hover:hover){.smellish-match__link:hover svg{transform:translate(2px)}}.smellish-match__track{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;gap:24px;padding:8px 40px 20px;margin:0;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none}.smellish-match__track::-webkit-scrollbar{display:none}.smellish-match__track.is-dragging{cursor:grabbing}.smellish-match__track:after{content:"";flex:0 0 40px;min-width:40px}.smellish-match__card{position:relative;display:block;flex:0 0 calc((100vw - 80px - 104px) / 4.33);width:calc((100vw - 80px - 104px) / 4.33);max-width:420px;min-width:200px;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;background:#f5f5f5;text-decoration:none;scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease}@media(hover:hover){.smellish-match__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000026}.smellish-match__card:hover .smellish-match__img{transform:scale(1.05)}}.smellish-match__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.smellish-match__label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;max-width:85%;color:#fff;font-family:Playfair Display,Georgia,serif;font-size:clamp(28px,2.2vw,38px);font-weight:600;text-align:center;line-height:1.2;letter-spacing:-.01em;text-shadow:0 2px 12px rgba(0,0,0,.45);pointer-events:none}@media(max-width:1199px)and (min-width:1024px){.smellish-match{padding:28px 0}.smellish-match__header{padding:0 32px}.smellish-match__title{font-size:28px}.smellish-match__track{gap:20px;padding:8px 32px 20px}.smellish-match__track:after{flex:0 0 32px;min-width:32px}.smellish-match__card{flex:0 0 calc((100vw - 64px - 80px) / 3.33);width:calc((100vw - 64px - 80px) / 3.33)}}@media(max-width:1023px)and (min-width:768px){.smellish-match{padding:28px 0}.smellish-match__header{padding:0 24px;margin-bottom:32px}.smellish-match__title{font-size:26px}.smellish-match__track{gap:18px;padding:8px 24px 16px}.smellish-match__track:after{flex:0 0 24px;min-width:24px}.smellish-match__card{flex:0 0 calc((100vw - 102px)*.4);width:calc((100vw - 102px)*.4);border-radius:14px}}@media(max-width:768px){.smellish-match{padding:22px 0}.smellish-match__header{padding:0 20px;margin-bottom:24px}.smellish-match__title{font-size:24px}.smellish-match__link{font-size:13px}.smellish-match__track{gap:20px;padding:4px 20px 16px;cursor:default;scroll-snap-type:x mandatory;scroll-padding-left:20px}.smellish-match__track:after{flex:0 0 20px;min-width:20px}.smellish-match__card{flex:0 0 calc((100vw - 80px)/1.6);width:calc((100vw - 80px)/1.6);max-width:220px;border-radius:12px;scroll-snap-stop:always}.smellish-match__label{font-size:20px;text-shadow:0 2px 10px rgba(0,0,0,.5)}.smellish-match__card:hover{transform:none;box-shadow:none}.smellish-match__card:hover .smellish-match__img{transform:none}}@media(max-width:399px){.smellish-match__track{gap:16px;padding:4px 16px 16px;scroll-padding-left:16px}.smellish-match__track:after{flex:0 0 16px;min-width:16px}.smellish-match__header{padding:0 16px}.smellish-match__title{font-size:22px}.smellish-match__card{flex:0 0 calc((100vw - 32px - 32px) / 1.5);width:calc((100vw - 32px - 32px) / 1.5);max-width:200px}.smellish-match__label{font-size:18px}}.htw-section{background:var(--sm-cream, #FAF7F2);padding:100px 5%}.htw-container{display:flex;align-items:stretch;gap:60px;max-width:1400px;margin:0 auto;min-height:520px}.htw-video{flex:0 0 55%;border-radius:20px;overflow:hidden;position:relative;background:#111}.htw-video-el{width:100%;height:100%;object-fit:cover;display:block}.htw-steps{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0}.htw-label{display:block;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#7a6530;margin-bottom:40px}.htw-step{display:flex;gap:20px;align-items:flex-start;padding:28px 0;border-bottom:1px solid rgba(158,122,77,.15)}.htw-step:last-of-type{border-bottom:none;padding-bottom:0}.htw-step-num{font-family:Playfair Display,Georgia,serif;font-size:2.8rem;font-weight:400;color:#7a6530;line-height:1;flex-shrink:0;width:54px;padding-top:0}.htw-step-content{flex:1}.htw-step-title{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.htw-step-desc{font-size:1.05rem;color:#666;line-height:1.7;margin:0}.htw-link{color:#7a6530;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.htw-link:hover{color:#7a5e3a}.htw-cta{display:inline-flex;align-items:center;gap:8px;margin-top:36px;font-size:15px;font-weight:600;color:#1a1a1a;text-decoration:none;transition:gap .3s ease,color .3s ease}@media(hover:hover){.htw-cta:hover{gap:14px;color:var(--sm-secondary, #9E7A4D)}}@media(min-width:769px)and (max-width:1024px){.htw-section{padding:80px 5%}.htw-container{flex-direction:column;gap:40px;min-height:auto;max-width:800px}.htw-video{flex:none;width:100%;aspect-ratio:16 / 9;max-height:400px;border-radius:16px}.htw-steps{padding:0}.htw-step-num{font-size:2.2rem;width:44px}.htw-step-title{font-size:1.3rem}.htw-step-desc{font-size:1rem}.htw-step{padding:22px 0}}@media(max-width:768px){.htw-section{padding:50px 20px}.htw-container{flex-direction:column;gap:36px;min-height:auto}.htw-video{flex:none;width:100%;aspect-ratio:16 / 9;max-height:260px;border-radius:14px}.htw-video-el{object-fit:cover}.htw-steps{padding:0}.htw-label{margin-bottom:24px;font-size:10px}.htw-step{gap:14px;padding:20px 0}.htw-step-num{font-size:2rem;width:38px}.htw-step-title{font-size:1.25rem}.htw-step-desc{font-size:1rem;line-height:1.6}.htw-cta{margin-top:28px}}@media(max-width:399px){.htw-section{padding:40px 16px}.htw-video{max-height:220px;border-radius:12px}.htw-step-num{font-size:1.6rem;width:32px}.htw-step-title{font-size:1.15rem}.htw-step-desc{font-size:.95rem}}.smellish-about{background:#c4b09a;padding:0}.smellish-about__inner{display:flex;align-items:stretch;gap:0;max-width:none;margin:0;min-height:520px}.smellish-about__text{flex:1;max-width:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 48px}.smellish-about__label{display:block;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#4a3d2a;margin-bottom:28px}.smellish-about__heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,3.6vw,3.25rem);font-weight:500;color:#1c1917;line-height:1.15;margin:0 0 24px;letter-spacing:-.02em}.smellish-about__body{font-size:1.05rem;color:#3a3632;line-height:1.7;margin:0 0 36px;max-width:420px}.smellish-about__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#1c1917;color:#fffdfb;font-size:16px;font-weight:600;padding:20px 48px;border-radius:50px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}@media(hover:hover){.smellish-about__cta:hover{background:transparent;color:#1c1917;border-color:#1c1917;transform:translateY(-2px)}}.smellish-about__cta:active{transform:scale(.97)}.smellish-about__cta:focus-visible{outline:3px solid #7A6340;outline-offset:3px}.smellish-about__image{flex:0 0 50%;border-radius:0;overflow:hidden}.smellish-about__img{width:100%;height:100%;display:block;object-fit:cover}.smellish-about__img--mobile{display:none}@media(min-width:769px)and (max-width:1024px){.smellish-about__inner{min-height:440px}.smellish-about__text{padding:48px 32px}.smellish-about__heading{font-size:2.4rem}.smellish-about__image{flex:0 0 45%}}@media(max-width:768px){.smellish-about__inner{flex-direction:column;min-height:auto}.smellish-about__text{min-height:50vh;padding:56px 24px;text-align:center;align-items:center;justify-content:center}.smellish-about__heading{font-size:2rem;margin-bottom:20px}.smellish-about__body{font-size:1rem;margin-bottom:32px}.smellish-about__image{flex:none;width:100%;border-radius:0}.smellish-about__img{width:100%;height:auto;min-height:55vh;object-fit:cover}.smellish-about__img--desktop{display:none}.smellish-about__img--mobile{display:block}.smellish-about__cta{padding:18px 44px}}@media(max-width:399px){.smellish-about__text{padding:40px 20px}.smellish-about__heading{font-size:1.75rem}.smellish-about__body{font-size:.95rem}}@keyframes heroSubIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.hero-sub__eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#7a6530;margin-bottom:14px}.sm-sub-early .hero-promo-text,.sm-sub-early .hero-cta-note,.hero--sub-confirmed .hero-promo-text,.hero--sub-confirmed .hero-cta-note{display:none!important}.hero-sub-greeting{display:none}.hero--greeting .hero-sub-greeting{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-bottom:18px;animation:heroSubIn .4s cubic-bezier(.16,1,.3,1) both}.hero-sub-greeting__name{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:400;letter-spacing:-.5px;line-height:1.1;color:#000}.hero-sub{display:none}@media(min-width:1025px){.hero--subscriber .hero-text-wrapper,.hero--subscriber .slider-nav,.hero-sub-greeting{display:none!important}.hero--subscriber .hero-sub{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:420px;margin:0 auto;animation:heroSubIn .45s cubic-bezier(.16,1,.3,1) both}}.hero-sub__name{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;letter-spacing:-.5px;line-height:1.1;color:#000;margin:0 0 24px}.hero-sub__panel{width:100%;max-width:420px;margin:0 auto 26px;background:linear-gradient(180deg,#fff,#fcfaf6);border:1px solid rgba(0,0,0,.07);border-radius:20px;padding:22px 24px;box-shadow:0 14px 38px #00000014;text-align:left}.hero-sub__label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#7a6530;margin-bottom:14px}.hero-sub__shipment{display:flex;align-items:center;gap:16px;text-align:left}.hero-sub__thumb{flex:0 0 auto;width:96px;height:96px;border-radius:16px;background:#f3ece1;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#16161d}.hero-sub__thumb img{width:100%;height:100%;object-fit:contain;padding:8px;box-sizing:border-box;display:block}.hero-sub__thumb img[hidden],.hero-sub__cal{display:none}.hero-sub.hero-sub--empty .hero-sub__cal{display:block}.hero-sub.hero-sub--empty .hero-sub__thumb img,.hero-sub.hero-sub--empty .hero-sub__date,.hero-sub.hero-sub--empty .hero-sub__perfume{display:none}.hero-sub__ship-text{display:flex;flex-direction:column;min-width:0;gap:4px}.hero-sub__date{font-size:1.4rem;font-weight:700;color:#16161d;line-height:1.15;letter-spacing:-.01em}.hero-sub__perfume{font-size:1.02rem;color:#000000a8;line-height:1.3}.hero-sub__subtext{font-size:.95rem;color:#0000009e;margin:14px 0 0;line-height:1.45}.hero-sub__cta{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.hero-sub__cta .btn-primary{width:100%;max-width:340px}.hero-sub__link{font-size:.92rem;color:#00000094;text-decoration:underline;text-underline-offset:3px}@media(hover:hover){.hero-sub__link:hover{color:#16161d}}@media(max-width:1024px){.hero-sub{display:none!important}.hero-sub-greeting{margin-bottom:12px}.hero-sub-greeting__name{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.45),0 4px 40px rgba(0,0,0,.2)}.hero--greeting .hero-sub__eyebrow{color:#e8d8b0;text-shadow:0 1px 10px rgba(0,0,0,.4)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/homepage-custom.css.map */
