button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit}.eyebrow{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.9375rem;padding:.875rem 2rem;border-radius:var(--radius-full);transition:all var(--transition-base);position:relative;overflow:hidden;white-space:nowrap}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.2) 0%,transparent 60%);opacity:0;transition:opacity var(--transition-fast)}.btn:hover:after{opacity:1}.btn--primary{background:var(--sun);color:var(--ink)}.btn--primary:hover{background:var(--sun-deep);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--secondary{background:var(--sun-yellow);color:var(--charcoal)}.btn--secondary:hover{background:var(--sun-yellow-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--outline{background:transparent;color:var(--charcoal);border:1.5px solid var(--border-medium)}.btn--outline:hover{border-color:var(--charcoal);background:var(--charcoal);color:var(--white);transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--charcoal);padding:.5rem 0;border-radius:0}.btn--ghost:after{display:none}.btn--ghost .btn__arrow{transition:transform var(--transition-base)}.btn--ghost:hover .btn__arrow{transform:translate(4px)}.btn--sm{padding:.625rem 1.25rem;font-size:.8125rem}.btn--lg{padding:1rem 2.5rem;font-size:1rem}.btn__arrow{display:inline-flex;transition:transform var(--transition-base)}.btn--disabled,.btn:disabled{background:var(--border-medium)!important;color:var(--text-muted)!important;cursor:not-allowed;pointer-events:none;transform:none!important;box-shadow:none!important}.hero{position:relative;background:var(--warm-cream);overflow:hidden;padding:0}.hero__inner{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--header-height) - 40px);max-height:800px;align-items:center}.hero__content{padding:clamp(3rem,6vw,5rem) 0;padding-left:clamp(1.25rem,4vw,2.5rem);padding-right:2rem;max-width:640px;margin-left:auto}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--sun-yellow-light);color:var(--charcoal);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;margin-bottom:1.5rem}.hero__badge svg{width:16px;height:16px}.hero__title{font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:700;line-height:1.08;margin-bottom:1.25rem;letter-spacing:-.02em}.hero__title span{color:var(--sun-yellow);position:relative}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero__actions{display:flex;gap:.75rem;flex-wrap:wrap}.hero__stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.hero__stat-value{font-size:1.5rem;font-weight:700;color:var(--charcoal)}.hero__stat-label{font-size:.8125rem;color:var(--text-muted);margin-top:.125rem}.hero__visual{position:relative;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__image-container{position:relative;width:100%;height:100%;background:linear-gradient(135deg,var(--sun-yellow-light) 0%,var(--soft-sand) 50%,var(--soft-sky-light) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__image-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero__image-placeholder{width:320px;height:320px;border-radius:50%;background:var(--sun-yellow);opacity:.12;position:absolute;z-index:1}.hero__floating-card{position:absolute;background:var(--white);border-radius:var(--radius-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;animation:float 6s ease-in-out infinite}.hero__floating-card--1{top:20%;right:10%;animation-delay:0s}.hero__floating-card--2{bottom:25%;left:5%;animation-delay:-2s}.hero__floating-card--3{bottom:10%;right:20%;animation-delay:-4s}.hero__floating-card svg{width:32px;height:32px;flex-shrink:0}.hero__floating-card span{font-size:.8125rem;font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.carousel{position:relative}.carousel__arrow{position:absolute;top:40%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;background:var(--white);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;color:var(--charcoal);transition:all var(--transition-fast)}.carousel__arrow svg{width:18px;height:18px}.carousel__arrow:hover{background:var(--sun-yellow);transform:translateY(-50%) scale(1.06)}.carousel__arrow:disabled,.carousel__arrow--hidden{opacity:0;visibility:hidden;pointer-events:none}.carousel__arrow--prev{left:-18px}.carousel__arrow--next{right:-18px}@media(max-width:900px){.carousel__arrow{display:none}}.categories{background:var(--white)}.section-header{text-align:center;max-width:600px;margin:0 auto 3rem}.section-header .eyebrow{margin-bottom:.75rem;display:block}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--text-secondary);font-size:1rem}.categories__grid{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:.25rem .25rem .75rem;margin:-.25rem -.25rem -.75rem}.categories__grid::-webkit-scrollbar{display:none}.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;cursor:pointer;flex:0 0 auto;width:200px;scroll-snap-align:start}.category-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--warm-cream);transition:all var(--transition-smooth)}.category-card:nth-child(1) .category-card__bg{background:#fdf4dc}.category-card:nth-child(2) .category-card__bg{background:#e8f4fd}.category-card:nth-child(3) .category-card__bg{background:#f0e8db}.category-card:nth-child(4) .category-card__bg{background:#fdf4dc}.category-card:nth-child(5) .category-card__bg{background:#e8f4fd}.category-card:nth-child(6) .category-card__bg{background:#fef9ed}.category-card:nth-child(7) .category-card__bg{background:#f0e8db}.category-card:hover .category-card__bg{transform:scale(1.05)}.category-card__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center;gap:.75rem}.category-card__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;transition:transform var(--transition-spring)}.category-card:hover .category-card__icon{transform:scale(1.12) translateY(-4px)}.category-card__icon svg{width:100%;height:100%}.category-card__icon--duo{display:flex;align-items:center;justify-content:center}.category-card__icon--duo svg{width:62%;height:62%}.category-card__icon--duo svg:last-child{margin-left:-14%}.category-card__name{font-size:.875rem;font-weight:600}.category-card__arrow{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:all var(--transition-base)}.category-card:hover .category-card__arrow{opacity:1;transform:translateY(0)}.category-card__arrow svg{width:14px;height:14px}.best-sellers{background:var(--warm-cream)}.best-sellers__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;justify-content:center}.best-sellers__header-left .eyebrow{margin-bottom:.5rem;display:block}.products-grid{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:.25rem .25rem .75rem;margin:-.25rem -.25rem -.75rem}.products-grid::-webkit-scrollbar{display:none}.brand-section{background:var(--white);overflow:hidden}.brand-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.brand-section__visual{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/5;background:linear-gradient(135deg,var(--sun-yellow-light) 0%,var(--soft-sky-light) 100%)}.brand-section__visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:relative;z-index:0}.brand-section__visual-decoration{position:absolute;width:200px;height:200px;border-radius:50%;background:var(--sun-yellow);opacity:.1;bottom:-40px;right:-40px}.brand-section__content{padding:2rem 0}.brand-section__content .eyebrow{margin-bottom:1rem;display:block;color:var(--sun-yellow-hover)}.brand-section__content h2{margin-bottom:1.25rem}.brand-section__content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.brand-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.brand-feature{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--warm-light);border-radius:var(--radius-md);transition:all var(--transition-base)}.brand-feature:hover{background:var(--sun-yellow-light);transform:translateY(-2px)}.brand-feature__icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.brand-feature__icon svg{width:28px;height:28px}.brand-feature__text{font-size:.8125rem;font-weight:500;line-height:1.4}.favorites{background:var(--warm-light)}.style-guide{background:var(--white)}.style-guide__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.style-guide__content{order:2}.style-guide__content .eyebrow{margin-bottom:1rem;display:block;color:var(--sun-yellow-hover)}.style-guide__content h2{margin-bottom:1rem}.style-guide__content>p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.style-points{display:flex;flex-direction:column;gap:1rem}.style-point{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:var(--warm-light);border-radius:var(--radius-md);transition:all var(--transition-base)}.style-point:hover{background:var(--sun-yellow-light);padding-left:1.25rem}.style-point__check{width:28px;height:28px;background:var(--sun-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.style-point__check svg{width:14px;height:14px;color:var(--charcoal)}.style-point__text{font-size:.9375rem;font-weight:500}.style-guide__visual{order:1;position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/5;background:linear-gradient(135deg,var(--soft-sky-light) 0%,var(--warm-cream) 100%)}.style-guide__visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.how-it-works{background:var(--charcoal);color:var(--warm-cream)}.how-it-works .section-header h2{color:var(--warm-cream)}.how-it-works .section-header p{color:#f9f7f299}.how-it-works .eyebrow{color:var(--sun-yellow)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.steps-grid:before{content:"";position:absolute;top:40px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:2px;background:linear-gradient(90deg,var(--sun-yellow) 0%,rgba(246,196,69,.3) 100%)}.step-card{text-align:center;position:relative;z-index:1}.step-card__number{width:80px;height:80px;margin:0 auto 1.5rem;background:#f6c4451a;border:2px solid var(--sun-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--sun-yellow);transition:all var(--transition-base)}.step-card:hover .step-card__number{background:var(--sun-yellow);color:var(--charcoal);transform:scale(1.1)}.step-card__title{font-size:1.0625rem;font-weight:600;margin-bottom:.5rem;color:var(--warm-cream)}.step-card__desc{font-size:.8125rem;color:#f9f7f280;line-height:1.6}.track-order{background:var(--sun-yellow);position:relative;overflow:hidden}.track-order__decoration{position:absolute;width:400px;height:400px;border-radius:50%;border:40px solid rgba(255,255,255,.1);top:-100px;right:-100px}.track-order__decoration--2{width:200px;height:200px;border-width:20px;top:auto;bottom:-50px;right:auto;left:-50px}.track-order__inner{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;position:relative;z-index:1}.track-order__content h2{color:var(--charcoal);margin-bottom:.75rem}.track-order__content p{color:#2b2b2bb3;font-size:1.0625rem;max-width:480px}.track-order__action .btn{background:var(--charcoal);color:var(--warm-cream)}.track-order__action .btn:hover{background:var(--charcoal-light)}.faq{background:var(--warm-cream)}.faq__grid{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item__question{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:1rem;font-weight:500;color:var(--charcoal);cursor:pointer;transition:color var(--transition-fast)}.faq-item__question:hover{color:var(--sun-yellow-hover)}.faq-item__icon{width:28px;height:28px;background:var(--warm-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition-base)}.faq-item.active .faq-item__icon{background:var(--sun-yellow);transform:rotate(45deg)}.faq-item__icon svg{width:14px;height:14px}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height var(--transition-smooth),padding var(--transition-smooth)}.faq-item.active .faq-item__answer{max-height:200px}.faq-item__answer p{padding-bottom:1.25rem;color:var(--text-secondary);font-size:.9375rem;line-height:1.8}.final-cta{background:var(--white);text-align:center}.final-cta__inner{background:var(--charcoal);border-radius:var(--radius-xl);padding:clamp(3rem,6vw,5rem) clamp(2rem,5vw,4rem);position:relative;overflow:hidden}.final-cta__decoration{position:absolute;width:300px;height:300px;border-radius:50%;background:var(--sun-yellow);opacity:.05;top:-100px;left:-100px}.final-cta__decoration--2{top:auto;left:auto;bottom:-120px;right:-80px;width:400px;height:400px}.final-cta__content{position:relative;z-index:1}.final-cta__content .eyebrow{color:var(--sun-yellow);margin-bottom:1rem;display:block}.final-cta__content h2{color:var(--warm-cream);margin-bottom:.75rem;max-width:500px;margin-left:auto;margin-right:auto}.final-cta__content p{color:#f9f7f299;margin-bottom:2rem;max-width:420px;margin-left:auto;margin-right:auto}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-delay-6{transition-delay:.6s}.reveal-scale{opacity:0;transform:scale(.95);transition:all .8s cubic-bezier(.16,1,.3,1)}.reveal-scale.visible{opacity:1;transform:scale(1)}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:var(--charcoal);color:var(--warm-cream);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:80;opacity:0;visibility:hidden;transform:translateY(16px);transition:all var(--transition-base);box-shadow:var(--shadow-lg)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--sun-yellow);color:var(--charcoal);transform:translateY(-4px)}.back-to-top svg{width:20px;height:20px}@media(max-width:1024px){.product-card{width:250px}.steps-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.steps-grid:before{display:none}}@media(max-width:768px){:root{--header-height: 64px}.header__nav{display:none}.header__menu-toggle{display:flex}.header__logo-img{height:26px}.header__right{gap:.25rem}.announcement-bar__links{display:none}.hero__inner{grid-template-columns:1fr;max-height:none}.hero__visual{height:300px;order:-1}.hero__content{padding:2rem clamp(1.25rem,4vw,2.5rem) 3rem;max-width:100%;margin-left:0}.hero__stats{gap:1.5rem}.category-card{width:160px}.product-card{width:220px}.best-sellers__header{flex-direction:column;align-items:flex-start;gap:1rem;justify-content:center;align-items:center}.brand-section__inner,.style-guide__inner{grid-template-columns:1fr}.style-guide__content{order:1}.style-guide__visual{order:2;aspect-ratio:16/9}.brand-section__visual{aspect-ratio:16/9}.steps-grid{grid-template-columns:1fr 1fr}.track-order__inner{grid-template-columns:1fr;text-align:center}}@media(max-width:480px){.header__logo-img{height:22px}.header__icon-btn,.header__menu-toggle{width:36px;height:36px}.category-card{width:132px}.product-card{width:178px}.brand-features,.steps-grid{grid-template-columns:1fr}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}}html{scroll-padding-top:calc(var(--header-height) + 24px)}body{overflow-x:hidden}.skip-link{position:fixed;top:12px;left:12px;z-index:10000;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--charcoal);color:var(--white);transform:translateY(-160%);transition:transform var(--transition-fast)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:3px solid var(--sun-yellow-hover);outline-offset:3px}.header__nav{gap:clamp(.55rem,1.2vw,1.2rem)}.header__nav-link{white-space:nowrap}.categories__grid{gap:1rem}.categories__grid .category-card{flex:0 0 calc((100% - 3rem)/4);width:auto;min-width:230px}.category-card,.product-card{scroll-margin-top:calc(var(--header-height) + 24px)}.product-card__name{font-size:.9375rem;line-height:1.35}.product-card__price{margin-top:.45rem;font-size:.75rem;color:var(--text-muted)}.everyday-favorites{padding:clamp(4rem,7vw,6rem) 0;background:var(--white)}.section-header--split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.75fr);gap:2rem;align-items:end;text-align:left}.section-header--split p{margin:0 0 .5rem;color:var(--text-secondary);line-height:1.7}.personalize-banner{padding:clamp(3rem,6vw,5rem) 1rem}.personalize-banner__inner{max-width:1200px;min-height:0;height:360px;margin:0 auto;grid-template-columns:.9fr 1.1fr;border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(135deg,var(--soft-sky-light),var(--warm-cream))}.personalize-banner__content,.personalize-banner__visual,.personalize-banner__visual img{min-height:0;height:100%}.personalize-banner__content .eyebrow{color:var(--sun-yellow-hover)}.lifestyle-section{padding:clamp(3rem,6vw,5rem) 1rem}.lifestyle-section__inner{max-width:1200px;margin:0 auto;border-radius:var(--radius-xl);overflow:hidden;background:var(--warm-cream)}.track-order__content{min-width:0}.track-order__content p{max-width:520px!important}.track-order__form label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.track-order__form-row{display:flex;gap:.75rem}.track-order__form input{min-width:0;min-height:48px;flex:1;padding:.75rem 1rem;border:1.5px solid var(--border-medium);border-radius:var(--radius-full);background:var(--white);color:var(--charcoal);font:inherit}.track-order__status{min-height:1.4em;margin-top:.65rem!important;font-size:.75rem!important}.final-cta{padding:clamp(4rem,8vw,7rem) 0;background:var(--white)}.final-cta__inner{min-height:360px;display:grid;grid-template-columns:1fr .85fr;align-items:stretch;overflow:hidden;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--sun-yellow-light),var(--warm-cream))}.final-cta__content{align-self:center;padding:clamp(2rem,5vw,4.5rem)}.final-cta__content h2{margin:.5rem 0 1rem;max-width:620px;font-size:clamp(2rem,4vw,3.25rem)}.final-cta__content p{max-width:560px;margin-bottom:1.5rem;color:var(--text-secondary);line-height:1.7}.final-cta__inner>img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center 30%}.newsletter-bar__form{position:relative;flex-wrap:wrap}.newsletter-bar__status,.newsletter-form__status{flex-basis:100%;min-height:1.25em;color:var(--text-secondary);font-size:.75rem}button:disabled,.btn:disabled{cursor:not-allowed;opacity:.55}.search-overlay__tag{border:0;font-family:inherit;cursor:pointer}.search-overlay__results{display:grid;gap:.5rem;margin-top:1rem}.search-overlay__results a{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:44px;padding:.7rem .85rem;border-radius:var(--radius-sm);background:var(--warm-light);color:var(--charcoal);font-weight:600}.search-overlay__results a span,.search-overlay__results p{color:var(--text-muted);font-size:.75rem;font-weight:400}.header__icon-btn,.header__menu-toggle,.mobile-nav__close,.carousel__arrow,.back-to-top,.faq-item__question,.search-overlay__close{touch-action:manipulation}@media(max-width:1100px){.header__nav{display:none}.header__menu-toggle{display:flex}}@media(max-width:900px){.categories__grid .category-card{flex-basis:calc((100% - 1rem)/2);min-width:210px}.section-header--split,.final-cta__inner{grid-template-columns:1fr}.personalize-banner__inner{height:auto;grid-template-columns:1fr}.personalize-banner__content{min-height:320px}.personalize-banner__visual,.personalize-banner__visual img{height:auto;aspect-ratio:16 / 9}.final-cta__inner>img{min-height:280px;max-height:420px}}@media(max-width:600px){.hero--organic{padding-top:1rem}.hero--organic .hero__inner{gap:1.5rem}.hero--organic .hero__title{font-size:clamp(2rem,11vw,2.75rem)}.categories__grid .category-card{flex-basis:78vw;min-width:0}.track-order__form-row{flex-direction:column}.track-order__form-row .btn,.newsletter-bar__form .btn{width:100%}.newsletter-bar__form{min-width:0}.final-cta,.everyday-favorites{padding:3.5rem 0}.final-cta__inner{border-radius:var(--radius-lg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--warm-light) 25%,var(--warm-cream) 50%,var(--warm-light) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--warm-light)}::-webkit-scrollbar-thumb{background:var(--soft-sand);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--sun-yellow);color:var(--charcoal)}.announcement-bar__inner--centered{justify-content:center}.announcement-bar__inner--centered .announcement-bar__slider{flex:0 0 auto;width:auto;position:static}.announcement-bar__inner--centered .announcement-bar__slide{position:static;opacity:1;transform:none}.announcement-bar__inner--centered .announcement-bar__slide svg{width:16px;height:16px}.hero--organic{background:var(--warm-cream);padding:clamp(2.5rem,6vw,4.5rem) 0 0;min-height:auto}.hero--organic .hero__inner,.hero__inner--split{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center;min-height:auto;max-height:none;padding-bottom:clamp(2.5rem,6vw,4.5rem)}.hero__blob{position:absolute;border-radius:50%;z-index:0;pointer-events:none}.hero__blob--yellow{width:260px;height:260px;background:var(--sun-yellow-light);top:-60px;left:-80px}.hero__blob--sky{width:320px;height:320px;background:var(--soft-sky-light);bottom:-140px;left:6%;opacity:.7}.hero__dots{position:absolute;width:90px;height:90px;top:42%;left:2%;background-image:radial-gradient(var(--soft-sand) 2.5px,transparent 2.5px);background-size:16px 16px;opacity:.8;z-index:0}.hero__content{position:relative;z-index:1;padding:0;max-width:460px;margin-left:0}.hero--organic .hero__title{font-size:clamp(2.25rem,4.5vw,3.25rem);margin-bottom:1rem}.hero--organic .hero__title span{color:inherit}.hero--organic .hero__subtitle{max-width:420px}.hero__visual--photo{position:relative;z-index:1;height:auto;aspect-ratio:4 / 3;border-radius:var(--radius-xl);overflow:hidden}.hero__image-photo--framed{position:static;width:100%;height:100%;object-fit:cover;object-position:center 30%;border-radius:var(--radius-xl)}.trust-strip{background:var(--white);padding:clamp(1.75rem,3vw,2.5rem) 0;border-bottom:1px solid var(--border-light)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-strip__item{display:flex;align-items:center;gap:.875rem;padding:0 1.25rem;border-left:1px solid var(--border-light)}.trust-strip__item:first-child{border-left:none;padding-left:0}.trust-strip__icon{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--warm-light);display:flex;align-items:center;justify-content:center}.trust-strip__icon svg{width:22px;height:22px}.trust-strip__text{display:flex;flex-direction:column;font-size:.8125rem;color:var(--text-secondary);line-height:1.4}.trust-strip__text strong{color:var(--charcoal);font-size:.875rem;margin-bottom:.125rem}.category-card--photo{aspect-ratio:auto;display:flex;flex-direction:column;border-radius:0;background:transparent;overflow:visible}.category-card--photo .category-card__photo{aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;background:var(--warm-light)}.category-card--photo .category-card__photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform var(--transition-smooth)}.category-card--photo:hover .category-card__photo img{transform:scale(1.05)}.category-card--photo .category-card__label{display:flex;align-items:center;justify-content:space-between;padding:.875rem .125rem 0}.category-card--photo .category-card__name{font-size:.9375rem}.category-card--photo .category-card__arrow{position:static;width:20px;height:20px;background:none;opacity:1;transform:none;color:var(--sun-yellow-hover)}.category-card--photo .category-card__arrow svg{width:16px;height:16px}.product-card__choose-options{display:block;width:100%;margin-top:.875rem;padding:.625rem 1rem;background:transparent;border:1.5px solid var(--border-medium);color:var(--charcoal);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;text-align:center;transition:all var(--transition-fast)}.product-card__choose-options:hover{background:var(--charcoal);border-color:var(--charcoal);color:var(--white)}.product-card__choose-options--disabled{color:var(--text-muted);border-color:var(--border-light);pointer-events:none}.personalize-banner{background:var(--soft-sky-light)}.personalize-banner__inner{display:grid;grid-template-columns:1fr 1fr;min-height:340px}.personalize-banner__content{display:flex;flex-direction:column;justify-content:center;gap:.875rem;padding:clamp(2rem,5vw,4rem);max-width:460px}.personalize-banner__content h2{font-size:clamp(1.75rem,3vw,2.25rem)}.personalize-banner__content p{color:var(--text-secondary);line-height:1.7}.personalize-banner__content .btn{margin-top:.5rem;align-self:flex-start}.personalize-banner__visual{position:relative;overflow:hidden}.personalize-banner__visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.personalize-banner__nametag{position:absolute;bottom:12%;left:50%;transform:translate(-50%);background:var(--charcoal);color:var(--warm-cream);padding:.625rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:.9375rem;display:flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg)}.personalize-banner__nametag svg{width:12px;height:12px;color:var(--sun-yellow)}.lifestyle-section{background:var(--warm-light)}.lifestyle-section__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center}.lifestyle-section__visual{aspect-ratio:4/3;overflow:hidden}.lifestyle-section__visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.lifestyle-section__content{padding:clamp(2rem,5vw,4rem);max-width:480px}.lifestyle-section__content .eyebrow{margin-bottom:.75rem;display:block;color:var(--sun-yellow-hover)}.lifestyle-section__content h2{margin-bottom:1rem}.lifestyle-section__content p{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.size-fit{background:var(--white)}.size-fit__inner{display:grid;grid-template-columns:.9fr 1.6fr;gap:clamp(2rem,4vw,3rem);align-items:center;background:var(--warm-light);border-radius:var(--radius-xl);padding:clamp(1.75rem,4vw,2.75rem)}.size-fit__intro h2{margin-bottom:.5rem;font-size:clamp(1.5rem,2.5vw,1.875rem)}.size-fit__intro p{color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.6}.size-fit__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.size-fit__card{background:var(--white);border-radius:var(--radius-md);padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.size-fit__icon{width:100%;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;background:var(--warm-cream)}.size-fit__icon img{width:100%;height:100%;object-fit:cover;object-position:center}.size-fit__name{font-weight:600;font-size:.875rem}.size-fit__desc{font-size:.75rem;color:var(--text-muted);line-height:1.4}.how-it-works--light{background:var(--warm-light);color:var(--charcoal)}.how-it-works--light .section-header h2{color:var(--charcoal)}.how-it-works--light .section-header p{color:var(--text-secondary)}.how-it-works--light .eyebrow{color:var(--sun-yellow-hover)}.how-it-works--light .steps-grid:before{background:linear-gradient(90deg,var(--sun-yellow) 0%,rgba(246,196,69,.15) 100%)}.how-it-works--light .step-card__number{background:var(--white);color:var(--sun-yellow-hover)}.how-it-works--light .step-card:hover .step-card__number{background:var(--sun-yellow);color:var(--charcoal)}.how-it-works--light .step-card__title{color:var(--charcoal)}.how-it-works--light .step-card__desc{color:var(--text-muted)}.track-order--photo{background:var(--sun-yellow-light)}.track-order__inner--photo{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;position:relative;z-index:1}.track-order--photo .track-order__icon{width:64px;height:64px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.track-order--photo .track-order__icon svg{width:28px;height:28px}.track-order--photo .track-order__content h2{color:var(--charcoal);font-size:clamp(1.5rem,2.5vw,1.875rem)}.track-order--photo .track-order__content p{color:var(--text-secondary);font-size:.9375rem;margin-bottom:1.25rem;max-width:320px}.track-order__photo{width:220px;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;flex-shrink:0}.track-order__photo img{width:100%;height:100%;object-fit:cover;object-position:center}.faq__grid{max-width:1000px;column-count:2;column-gap:3rem}.faq-item{break-inside:avoid}.newsletter-bar{background:var(--soft-sky-light);padding:clamp(1.5rem,3vw,2.25rem) 0}.newsletter-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.newsletter-bar__text{display:flex;align-items:center;gap:1rem;max-width:480px}.newsletter-bar__icon{width:40px;height:40px;flex-shrink:0}.newsletter-bar__text h3{font-size:1.0625rem;font-weight:600;margin-bottom:.25rem}.newsletter-bar__text p{font-size:.8125rem;color:var(--text-secondary)}.newsletter-bar__form{display:flex;gap:.75rem;flex:1;max-width:420px;min-width:280px}.newsletter-bar__form input{flex:1;padding:.75rem 1rem;border-radius:var(--radius-full);border:1.5px solid rgba(43,43,43,.15);background:var(--white);font-family:inherit;font-size:.875rem;outline:none}.newsletter-bar__form input:focus{border-color:var(--charcoal)}.footer--light{background:var(--warm-light);color:var(--charcoal)}.footer--light .footer__brand-logo .footer__logo-img{height:32px;width:auto}.footer--light .footer__brand p{color:var(--text-secondary)}.footer--light .footer__top{grid-template-columns:1.4fr repeat(4,1fr);border-bottom-color:var(--border-light)}.footer--light .footer__column h4{color:var(--text-muted)}.footer--light .footer__column a{color:var(--text-secondary)}.footer--light .footer__column a:hover{color:var(--sun-yellow-hover)}.footer--light .footer__social a{background:var(--white)}.footer--light .footer__social a:hover{background:var(--sun-yellow)}.footer--light .footer__social svg{color:var(--charcoal)}.footer--light .footer__social a:hover svg{color:var(--charcoal)}.footer--light .footer__bottom p{color:var(--text-muted)}@media(max-width:900px){.hero--organic .hero__inner,.hero__inner--split{grid-template-columns:1fr}.hero__visual--photo{order:-1;aspect-ratio:16/10}.hero__content{max-width:100%}.trust-strip__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.trust-strip__item:nth-child(3){border-left:none;padding-left:0}.personalize-banner__inner{grid-template-columns:1fr}.personalize-banner__visual{aspect-ratio:16/9}.lifestyle-section__inner{grid-template-columns:1fr}.lifestyle-section__visual{aspect-ratio:16/9}.size-fit__inner{grid-template-columns:1fr}.size-fit__grid{grid-template-columns:repeat(2,1fr)}.track-order__inner--photo{grid-template-columns:1fr;text-align:center}.track-order--photo .track-order__icon{margin:0 auto}.track-order__photo{width:100%;margin:0 auto}.faq__grid{column-count:1}.footer--light .footer__top{grid-template-columns:1fr 1fr}}@media(max-width:480px){.trust-strip__grid{grid-template-columns:1fr}.trust-strip__item{border-left:none;padding-left:0}.size-fit__grid{grid-template-columns:1fr 1fr}.newsletter-bar__inner{flex-direction:column;align-items:stretch}.newsletter-bar__form{max-width:100%}.footer--light .footer__top{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/styles.css.map */
