.Header_header__MvnS2{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,248,240,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,203,164,.3)}.Header_inner__ggL_E{display:flex;align-items:center;justify-content:space-between;height:5.5rem}.Header_logo__j7oID{display:flex;align-items:center;gap:.5rem}.Header_logoIcon__LPn5c{color:var(--color-coral)}.Header_logoText__gtMNE{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--color-text);letter-spacing:-.02em}.Header_desktopNav__hqXo_{display:none;align-items:center;gap:2rem}.Header_navLink__Q_hTB{font-size:.875rem;font-weight:600;color:var(--color-text-soft);transition:color var(--transition-fast);position:relative}.Header_navLink__Q_hTB:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-coral);border-radius:1px;transition:width var(--transition-base)}.Header_navLink__Q_hTB:hover{color:var(--color-coral)}.Header_navLink__Q_hTB:hover:after{width:100%}.Header_actions__AFxTd{display:flex;align-items:center;gap:.75rem}.Header_ctaButton__0jILQ{display:none;align-items:center;gap:.375rem;padding:.625rem 1.25rem;background:var(--color-coral);color:var(--color-white);border-radius:var(--radius-sm);font-size:.875rem;font-weight:700;transition:all var(--transition-fast)}.Header_ctaButton__0jILQ:hover{background:var(--color-coral-dark);transform:translateY(-1px);box-shadow:var(--shadow-glow)}.Header_menuToggle__omEt5{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:var(--color-text);border-radius:var(--radius-sm);transition:background var(--transition-fast)}.Header_menuToggle__omEt5:hover{background:var(--color-cream-dark)}.Header_mobileMenu__nWWGd{position:absolute;top:100%;left:0;right:0;background:var(--color-white);border-bottom:1px solid rgba(255,203,164,.3);box-shadow:var(--shadow-md);padding:.75rem var(--container-padding);display:flex;flex-direction:column;gap:.25rem}.Header_mobileLink__LH6oj{display:block;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;color:var(--color-text);border-radius:var(--radius-sm);transition:background var(--transition-fast)}.Header_mobileLink__LH6oj:hover{background:var(--color-cream);color:var(--color-coral)}@media (min-width:768px){.Header_inner__ggL_E{height:6rem}.Header_ctaButton__0jILQ,.Header_desktopNav__hqXo_{display:flex}.Header_menuToggle__omEt5,.Header_mobileMenu__nWWGd{display:none}}.Hero_hero__T3Fr4{position:relative;padding:3rem 0 2.5rem;overflow:hidden;text-align:center}.Hero_bgShapes__huafP{position:absolute;inset:0;pointer-events:none;overflow:hidden}.Hero_shape1__rGJYg{position:absolute;top:-40%;right:-20%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,var(--color-peach-light) 0,transparent 70%);opacity:.6;animation:Hero_floatSlow__W7Kry 8s ease-in-out infinite}.Hero_shape2__ex_kW{position:absolute;bottom:-20%;left:-15%;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,var(--color-lavender) 0,transparent 70%);opacity:.3;animation:Hero_floatMed__GH9YH 6s ease-in-out 1s infinite}.Hero_shape3__eN7nv{position:absolute;top:20%;left:10%;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,var(--color-sun) 0,transparent 70%);opacity:.2;animation:Hero_floatFast__6s1eN 5s ease-in-out .5s infinite}@keyframes Hero_floatSlow__W7Kry{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,-20px) scale(1.05)}}@keyframes Hero_floatMed__GH9YH{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-10px,15px) scale(1.08)}}@keyframes Hero_floatFast__6s1eN{0%,to{transform:translate(0) scale(1)}50%{transform:translate(10px,-10px) scale(1.1)}}.Hero_content__9ypWn{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.Hero_badgeWrap__UDqP6{margin-bottom:1.25rem}.Hero_badge__RIQsB{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:var(--color-white);border:1px solid var(--color-peach-light);border-radius:2rem;font-size:.75rem;font-weight:700;color:var(--color-coral);box-shadow:var(--shadow-sm);animation:Hero_badgePulse__ACgkX 3s ease-in-out 1s infinite}@keyframes Hero_badgePulse__ACgkX{0%,to{box-shadow:var(--shadow-sm)}50%{box-shadow:0 2px 16px rgba(255,127,107,.25)}}.Hero_title__Bn2TU{font-family:var(--font-display);font-size:clamp(1.75rem,6vw,3.25rem);font-weight:800;line-height:1.15;color:var(--color-text);max-width:600px;letter-spacing:-.02em}.Hero_highlight___Cwgz{background:linear-gradient(135deg,var(--color-coral) 0,var(--color-lavender) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Hero_subtitle__lkRtQ{margin-top:1rem;font-size:1rem;line-height:1.6;color:var(--color-text-soft);max-width:440px}.Hero_ctas__4iFP6{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem;width:100%;max-width:320px}.Hero_primaryCta__qLUgj{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.5rem;background:var(--color-coral);color:var(--color-white);border-radius:var(--radius-md);font-size:1rem;font-weight:800;transition:all var(--transition-base);box-shadow:0 4px 16px rgba(255,127,107,.3)}.Hero_primaryCta__qLUgj:hover{background:var(--color-coral-dark);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.Hero_primaryCta__qLUgj:active{transform:translateY(0)}.Hero_secondaryCta__WBL5G{display:flex;align-items:center;justify-content:center;padding:.8125rem 1.5rem;background:transparent;color:var(--color-text-soft);border:2px solid var(--color-peach);border-radius:var(--radius-md);font-size:.9375rem;font-weight:700;transition:all var(--transition-base)}.Hero_secondaryCta__WBL5G:hover{background:var(--color-peach-light);border-color:var(--color-peach);color:var(--color-text)}.Hero_stats__o2jFB{display:flex;gap:2rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-peach-light)}.Hero_stat__I79sk{display:flex;flex-direction:column;align-items:center;gap:.125rem}.Hero_statIcon__GuiXa{color:var(--color-coral);margin-bottom:.25rem}.Hero_statValue__rXFDO{font-size:1.125rem;font-weight:900;color:var(--color-text)}.Hero_statLabel__4lPiL{font-size:.6875rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}@media (min-width:768px){.Hero_hero__T3Fr4{padding:5rem 0 3.5rem}.Hero_shape1__rGJYg{width:500px;height:500px}.Hero_shape2__ex_kW{width:400px;height:400px}.Hero_subtitle__lkRtQ{font-size:1.125rem;max-width:520px}.Hero_ctas__4iFP6{flex-direction:row;max-width:none;width:auto}.Hero_primaryCta__qLUgj,.Hero_secondaryCta__WBL5G{width:auto}.Hero_stats__o2jFB{gap:3.5rem}}.ProductCard_card__JrE_3{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-slow);display:flex;flex-direction:column}.ProductCard_card__JrE_3:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ProductCard_bundle__V2FY1{border:2px solid var(--color-coral);position:relative;flex-direction:row}.ProductCard_bundle__V2FY1 .ProductCard_imageArea__9jE6_{aspect-ratio:auto;width:40%;min-height:200px;flex-shrink:0}.ProductCard_bundle__V2FY1 .ProductCard_body__5RnCY{justify-content:center}.ProductCard_bundle__V2FY1 .ProductCard_title__KMclE{font-size:1.25rem}.ProductCard_bundle__V2FY1 .ProductCard_buyButton__LstX7{padding:.75rem 1.5rem;font-size:.9375rem}.ProductCard_imageArea__9jE6_{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,var(--card-accent,var(--color-peach-light)) 0,var(--color-cream) 100%);display:flex;align-items:center;justify-content:center}.ProductCard_coverImage__5wvwo{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ProductCard_card__JrE_3:hover .ProductCard_coverImage__5wvwo{transform:scale(1.06)}.ProductCard_imagePlaceholder__SzLF4{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-text-muted);opacity:.5;font-size:.75rem;font-weight:700}.ProductCard_badge__bAalr{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;background:var(--color-coral);color:var(--color-white);font-size:.6875rem;font-weight:800;border-radius:2rem;text-transform:uppercase;letter-spacing:.03em;animation:ProductCard_badgeBounce___r7v_ 2s ease-in-out infinite}@keyframes ProductCard_badgeBounce___r7v_{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ProductCard_discount___pasy{position:absolute;top:.75rem;right:.75rem;padding:.25rem .5rem;background:var(--color-sun);color:var(--color-text);font-size:.6875rem;font-weight:900;border-radius:2rem}.ProductCard_body__5RnCY{padding:1rem 1.125rem 1.25rem;display:flex;flex-direction:column;flex:1 1}.ProductCard_meta__eLVAg{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.ProductCard_ageRange__XVn5i{font-size:.6875rem;font-weight:700;color:var(--color-text-muted);background:var(--color-cream);padding:.1875rem .5rem;border-radius:2rem}.ProductCard_rating__G_wIZ{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:700;color:var(--color-text)}.ProductCard_reviewCount__Lo95t{color:var(--color-text-muted);font-weight:600;font-size:.75rem}.ProductCard_title__KMclE{font-family:var(--font-display);font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--color-text)}.ProductCard_subtitle__FHa_c{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem;margin-bottom:auto}.ProductCard_priceRow__leATz{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:.875rem;border-top:1px solid var(--color-cream-dark)}.ProductCard_prices__pAgGM{display:flex;align-items:baseline;gap:.5rem}.ProductCard_price__jt2eU{font-size:1.25rem;font-weight:900;color:var(--color-text)}.ProductCard_originalPrice__8rYxf{font-size:.8125rem;color:var(--color-text-muted);text-decoration:line-through}.ProductCard_buyButton__LstX7{display:flex;align-items:center;gap:.375rem;padding:.5625rem 1rem;background:var(--color-coral);color:var(--color-white);border-radius:var(--radius-sm);font-size:.8125rem;font-weight:800;transition:all var(--transition-fast);white-space:nowrap}.ProductCard_buyButton__LstX7:hover{background:var(--color-coral-dark);transform:scale(1.04);box-shadow:var(--shadow-glow)}.ProductCard_buyButton__LstX7:active{transform:scale(.98)}.ProductCard_card__JrE_3:hover .ProductCard_buyButton__LstX7{animation:ProductCard_wiggle__gybcA .5s ease-in-out}@keyframes ProductCard_wiggle__gybcA{0%,to{transform:rotate(0deg)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}@media (max-width:539px){.ProductCard_card__JrE_3{flex-direction:row}.ProductCard_imageArea__9jE6_{width:40%;aspect-ratio:auto;min-height:180px;flex-shrink:0}.ProductCard_body__5RnCY{padding:.875rem}.ProductCard_title__KMclE{font-size:1rem}.ProductCard_priceRow__leATz{flex-wrap:wrap;gap:.5rem}.ProductCard_buyButton__LstX7{width:100%;justify-content:center;padding:.625rem}}@media (max-width:767px){.ProductCard_bundle__V2FY1{flex-direction:column}.ProductCard_bundle__V2FY1 .ProductCard_imageArea__9jE6_{width:100%;aspect-ratio:16/9;min-height:auto}}.ProductDetail_overlay__622ON{position:fixed;inset:0;z-index:200;background:var(--color-overlay);display:flex;align-items:flex-end;justify-content:center;padding:0}.ProductDetail_modal__KYOQ_{position:relative;width:100%;max-width:500px;max-height:92dvh;background:var(--color-white);border-radius:var(--radius-xl) var(--radius-xl) 0 0;overflow-y:auto;overscroll-behavior:contain}.ProductDetail_closeBtn__2IO6S{position:absolute;top:.75rem;right:.75rem;z-index:10;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:var(--color-white);color:var(--color-text);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.ProductDetail_closeBtn__2IO6S:hover{background:var(--color-cream)}.ProductDetail_previewArea__kAnI4{position:relative;aspect-ratio:1;background:linear-gradient(135deg,var(--card-accent,var(--color-peach-light)) 0,var(--color-cream) 100%);display:flex;align-items:center;justify-content:center}.ProductDetail_previewImage__A1_25{width:100%;height:100%;object-fit:cover}.ProductDetail_previewPlaceholder__Y0k1z{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--color-text-muted);opacity:.4;font-size:.8125rem;font-weight:700}.ProductDetail_previewNav__fJuG5{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem}.ProductDetail_navBtn__DciVD{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:var(--color-white);color:var(--color-text);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.ProductDetail_navBtn__DciVD:hover{background:var(--color-cream)}.ProductDetail_dots__xOwc0{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.ProductDetail_dot__Vhmgm{width:.5rem;height:.5rem;border-radius:var(--radius-full);background:var(--color-white);opacity:.5;cursor:pointer;transition:all var(--transition-fast)}.ProductDetail_dotActive__iPhaN{opacity:1;transform:scale(1.25)}.ProductDetail_content__jZvZl{padding:1.25rem 1.25rem 2rem}.ProductDetail_topRow__OSNc4{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.ProductDetail_ageRange__APChp{font-size:.6875rem;font-weight:700;color:var(--color-text-muted);background:var(--color-cream);padding:.25rem .625rem;border-radius:2rem}.ProductDetail_rating__g_6XD{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700}.ProductDetail_reviewCount__8L_9d{color:var(--color-text-muted);font-weight:600;font-size:.8125rem}.ProductDetail_title__xQxrX{font-family:var(--font-display);font-size:1.5rem;font-weight:800;line-height:1.2;color:var(--color-text)}.ProductDetail_description__Cfhz8{margin-top:.625rem;font-size:.9375rem;line-height:1.6;color:var(--color-text-soft)}.ProductDetail_features__V9ZSV{display:flex;gap:1.25rem;margin-top:1rem;padding:.875rem 0;border-top:1px solid var(--color-cream-dark);border-bottom:1px solid var(--color-cream-dark)}.ProductDetail_feature__vFNO6{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:var(--color-text-soft)}.ProductDetail_priceSection__bfj9U{margin-top:1.25rem}.ProductDetail_prices__PviAl{display:flex;align-items:baseline;gap:.625rem;margin-bottom:1rem}.ProductDetail_price__BeT9u{font-size:1.75rem;font-weight:900;color:var(--color-text)}.ProductDetail_originalPrice__yRUVr{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through}.ProductDetail_discountBadge__NzEQK{font-size:.75rem;font-weight:900;color:var(--color-white);background:var(--color-sun);padding:.125rem .5rem;border-radius:2rem;color:var(--color-text)}.ProductDetail_buyBtn__lgXmY{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:var(--color-coral);color:var(--color-white);border-radius:var(--radius-md);font-size:1.0625rem;font-weight:800;transition:all var(--transition-base);box-shadow:0 4px 16px rgba(255,127,107,.3)}.ProductDetail_buyBtn__lgXmY:hover{background:var(--color-coral-dark);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.ProductDetail_buyBtn__lgXmY:active{transform:translateY(0)}@media (min-width:768px){.ProductDetail_overlay__622ON{align-items:center;padding:2rem}.ProductDetail_modal__KYOQ_{border-radius:var(--radius-xl);max-height:85vh}}.HowItWorks_section__Qonrr{padding:3.5rem 0;background:var(--color-white)}.HowItWorks_header__Ab_Yw{text-align:center;margin-bottom:2.5rem}.HowItWorks_title__ZTEiQ{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--color-text)}.HowItWorks_subtitle__DWUZ9{margin-top:.5rem;font-size:1rem;color:var(--color-text-soft)}.HowItWorks_steps__QH1F2{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto}.HowItWorks_step__JLruV{text-align:center;padding:1.5rem 1.25rem;background:var(--color-cream);border-radius:var(--radius-lg);position:relative;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease}.HowItWorks_step__JLruV:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.HowItWorks_iconWrap__w6aV5{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:var(--radius-md);background:var(--step-color);color:var(--color-white);margin-bottom:.75rem;transition:transform .3s ease}.HowItWorks_step__JLruV:hover .HowItWorks_iconWrap__w6aV5{animation:HowItWorks_iconBounce__CRUX_ .6s ease}@keyframes HowItWorks_iconBounce__CRUX_{0%{transform:scale(1)}30%{transform:scale(1.2)}50%{transform:scale(.9)}70%{transform:scale(1.1)}to{transform:scale(1)}}.HowItWorks_stepNumber____x9x{position:absolute;top:1rem;right:1rem;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;color:var(--color-text-muted);background:var(--color-white);border-radius:var(--radius-full)}.HowItWorks_stepTitle__Fz_gj{font-size:1.0625rem;font-weight:800;color:var(--color-text);margin-bottom:.375rem}.HowItWorks_stepDesc__1E5Oc{font-size:.875rem;color:var(--color-text-soft);line-height:1.5;max-width:260px;margin:0 auto}@media (min-width:768px){.HowItWorks_section__Qonrr{padding:5rem 0}.HowItWorks_steps__QH1F2{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.Reviews_section__qSISj{padding:3.5rem 0}.Reviews_header__eMab7{text-align:center;margin-bottom:2rem}.Reviews_title__0_ixb{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--color-text)}.Reviews_subtitle__UEQFo{margin-top:.5rem;font-size:1rem;color:var(--color-text-soft)}.Reviews_grid__VVRXS{display:flex;flex-direction:column;gap:1rem}.Reviews_card__IX2mS{background:var(--color-white);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.75rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease}.Reviews_card__IX2mS:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.Reviews_cardTop__cjL4H{display:flex;align-items:center;gap:.75rem}.Reviews_avatar__6HoG7{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-peach) 0,var(--color-coral) 100%);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:var(--color-white);flex-shrink:0;transition:transform .3s ease}.Reviews_card__IX2mS:hover .Reviews_avatar__6HoG7{transform:scale(1.1) rotate(5deg)}.Reviews_info__ibC_Z{display:flex;flex-direction:column;gap:.125rem}.Reviews_nameRow__xVT38{display:flex;align-items:center;gap:.25rem}.Reviews_name__KDhXj{font-size:.875rem;font-weight:700;color:var(--color-text)}.Reviews_verified__6cUE1{color:var(--color-sage)}.Reviews_stars__ZVgpn{display:flex;gap:.125rem}.Reviews_text__qi5Eh{font-size:.875rem;line-height:1.55;color:var(--color-text-soft);flex:1 1}.Reviews_product__aV_Pi{font-size:.6875rem;font-weight:700;color:var(--color-text-muted);background:var(--color-cream);padding:.25rem .625rem;border-radius:2rem;align-self:flex-start}@media (min-width:768px){.Reviews_section__qSISj{padding:5rem 0}.Reviews_grid__VVRXS{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}}@media (min-width:1024px){.Reviews_grid__VVRXS{grid-template-columns:repeat(3,1fr)}}.Guarantee_section__gdDQS{padding:2rem 0 3.5rem}.Guarantee_card__yT8wP{background:var(--color-white);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-peach-light);display:flex;flex-direction:column;gap:1.25rem}.Guarantee_item__j1jTR{display:flex;align-items:flex-start;gap:.875rem}.Guarantee_iconWrap__ucxUz{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-sage);color:var(--color-white);border-radius:var(--radius-sm);transition:transform .3s ease,background .3s ease}.Guarantee_item__j1jTR:hover .Guarantee_iconWrap__ucxUz{transform:scale(1.15) rotate(-5deg);background:var(--color-sage-dark)}.Guarantee_itemTitle__y1BpJ{font-size:.9375rem;font-weight:800;color:var(--color-text);margin-bottom:.125rem}.Guarantee_itemText__N2FgC{font-size:.8125rem;color:var(--color-text-soft);line-height:1.5}@media (min-width:768px){.Guarantee_section__gdDQS{padding:3rem 0 5rem}.Guarantee_card__yT8wP{flex-direction:row;padding:2rem 2.5rem;gap:2.5rem}.Guarantee_item__j1jTR{flex:1 1}}.Footer_footer__UaG1g{background:var(--color-white);border-top:1px solid var(--color-cream-dark);padding:2rem 0 1.5rem}.Footer_inner__ACAek{gap:1.5rem;text-align:center}.Footer_brand___zP6t,.Footer_inner__ACAek{display:flex;flex-direction:column;align-items:center}.Footer_brand___zP6t{gap:.375rem}.Footer_logo__NsUJK{display:flex;align-items:center;gap:.375rem;font-family:var(--font-display);font-weight:800;font-size:1.125rem;color:var(--color-text)}.Footer_logo__NsUJK svg{color:var(--color-coral)}.Footer_tagline__EtMBR{font-size:.8125rem;color:var(--color-text-muted);max-width:280px}.Footer_links__oDyjI{display:flex;gap:1.5rem}.Footer_links__oDyjI a{font-size:.8125rem;font-weight:600;color:var(--color-text-soft);transition:color var(--transition-fast)}.Footer_links__oDyjI a:hover{color:var(--color-coral)}.Footer_bottom__O5rKs{padding-top:1.25rem;border-top:1px solid var(--color-cream-dark);width:100%;text-align:center}.Footer_copy__IbaoR{font-size:.75rem;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap}@media (min-width:768px){.Footer_footer__UaG1g{padding:2.5rem 0 1.5rem}}.HomeClient_page__V4Rkm{min-height:100dvh;display:flex;flex-direction:column}.HomeClient_page__V4Rkm main{flex:1 1}.HomeClient_productsSection__3_wZi{padding:3rem 0}.HomeClient_sectionHeader__JuNOB{text-align:center;margin-bottom:2rem}.HomeClient_sectionTitle__3XI30{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--color-text)}.HomeClient_sectionSubtitle__sdLvE{margin-top:.5rem;font-size:1rem;color:var(--color-text-soft)}.HomeClient_productGrid__Hs_Tw{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:540px){.HomeClient_productGrid__Hs_Tw{grid-template-columns:repeat(2,1fr);gap:1.25rem}.HomeClient_productGrid__Hs_Tw>:last-child:nth-child(odd){grid-column:1/-1}}@media (min-width:768px){.HomeClient_productsSection__3_wZi{padding:4rem 0}}@media (min-width:1024px){.HomeClient_productGrid__Hs_Tw{grid-template-columns:repeat(3,1fr);gap:1.5rem}}