.ProductCard_card__syd1X{display:flex;flex-direction:column;text-decoration:none;color:inherit}.ProductCard_card__syd1X:hover{text-decoration:none}.ProductCard_imageWrapper__v_0cF{border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.ProductCard_body__qafc0{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4);flex:1 1}.ProductCard_meta__ur9ZZ{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.ProductCard_origin__U1Gr8{font-size:var(--font-size-label);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.ProductCard_name__sCv6k{font-size:var(--font-size-h3);font-weight:500;color:var(--color-text-primary);line-height:var(--line-height-tight);margin:0}.ProductCard_footer__7OxCN{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:var(--space-3)}.ProductCard_weight__vOX_X{font-size:var(--font-size-small);color:var(--color-text-muted)}.home_hero__o4ZPq{background-color:var(--color-bg-subtle);border-bottom:.5px solid var(--color-border-default)}.home_heroInner__FriQK{display:grid;grid-template-columns:1fr;grid-gap:var(--space-8);gap:var(--space-8);padding-block:var(--space-12)}.home_heroCopy__e6FQF{display:flex;flex-direction:column;gap:var(--space-6)}.home_heroTitle__LI4Uj{font-size:clamp(1.875rem,5vw,var(--font-size-display));line-height:1.05;letter-spacing:-.025em;color:var(--color-text-primary)}.home_heroBody__sDMNA{font-size:1.0625rem;max-width:480px}.home_heroActions__F1he6{display:flex;gap:var(--space-3);flex-wrap:wrap}.home_heroImagePlaceholder__59qB0{height:300px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-roast),var(--color-sienna));overflow:hidden}@media (min-width:768px){.home_heroInner__FriQK{grid-template-columns:1fr 1fr;align-items:center;padding-block:var(--space-20)}.home_heroImagePlaceholder__59qB0{height:100%;min-height:440px}}.home_featuredSection__YI_Na{padding-block:var(--space-16)}.home_sectionHeader__UJAZg{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--space-8);gap:var(--space-4)}.home_sectionHeadings__DrKgE{display:flex;flex-direction:column;gap:var(--space-2)}.home_viewAllLink__9sEp1{font-size:var(--font-size-body);color:var(--color-sienna);white-space:nowrap;flex-shrink:0}.home_productGrid__r3IUS{display:grid;grid-template-columns:repeat(3,76vw);grid-gap:var(--space-6);gap:var(--space-6);overflow-x:auto;-webkit-overflow-scrolling:touch;margin-inline:calc(-1 * var(--space-6));padding-inline:var(--space-6);padding-bottom:var(--space-2)}@media (min-width:768px){.home_productGrid__r3IUS{grid-template-columns:repeat(3,1fr);overflow-x:visible;margin-inline:0;padding-inline:0;padding-bottom:0}}.home_howSection__qzxp4{background-color:var(--color-bg-surface);border-top:.5px solid var(--color-border-default);border-bottom:.5px solid var(--color-border-default);padding-block:var(--space-16)}.home_howHeader__0NXnn{margin-bottom:var(--space-8)}.home_stepsGrid__K_XOm{display:flex;flex-direction:column;gap:var(--space-8)}.home_step__wV6Up{display:flex;flex-direction:column;gap:var(--space-3)}.home_stepNumber__AyxB3{font-size:3rem;font-weight:700;color:var(--color-latte);line-height:1}@media (min-width:768px){.home_stepsGrid__K_XOm{flex-direction:row;align-items:flex-start}.home_step__wV6Up{flex:1 1;padding-right:var(--space-8);position:relative}.home_step__wV6Up:not(:last-child):after{content:"";position:absolute;right:0;top:1.75rem;width:1px;height:48px;background-color:var(--color-border-default)}}.home_aboutSection__9soB2{background-color:var(--color-cream);padding-block:var(--space-16)}.home_aboutInner__fRQ6k{max-width:var(--max-width-prose);margin-inline:auto;display:grid;grid-template-columns:1fr;grid-gap:var(--space-8);gap:var(--space-8);align-items:center}.home_aboutCopy___Txkl{display:flex;flex-direction:column;gap:var(--space-6)}.home_aboutDecor__bH_a3{display:none;font-size:8rem;opacity:.15;color:var(--color-latte);text-align:center;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:768px){.home_aboutInner__fRQ6k{max-width:960px;grid-template-columns:1fr auto}.home_aboutDecor__bH_a3{display:block}}.home_trustSection__dqN1C{background-color:var(--color-bg-page);border-top:.5px solid var(--color-border-default);padding-block:var(--space-12)}.home_trustList__trmc9{gap:var(--space-8);list-style:none}.home_trustItem__rImIk,.home_trustList__trmc9{display:flex;flex-direction:column;align-items:center}.home_trustItem__rImIk{text-align:center;gap:var(--space-2)}.home_trustIcon__dLsTO{font-size:1.75rem;line-height:1}.home_trustLabel__1oumN{font-size:var(--font-size-body);font-weight:600;color:var(--color-text-primary)}.home_trustDesc__eFysh{font-size:var(--font-size-small);color:var(--color-text-muted)}@media (min-width:768px){.home_trustList__trmc9{flex-direction:row;justify-content:center;gap:var(--space-16)}}.ProductCardCarousel_wrapper__PMoNZ{position:relative;width:100%;aspect-ratio:1/1;background-color:var(--color-cream);border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.ProductCardCarousel_track__T68dA{display:flex;width:100%;height:100%;transition:transform .3s ease;will-change:transform}.ProductCardCarousel_slide__agX6U{position:relative;flex:0 0 100%;width:100%;height:100%}.ProductCardCarousel_placeholder__IpDzH{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;opacity:.25;color:var(--color-sienna)}.ProductCardCarousel_dots___8xOU{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:2}.ProductCardCarousel_dot__0m5ko{width:6px;height:6px;border-radius:50%;border:none;padding:0;cursor:pointer;background:rgba(255,255,255,.5);transition:background .15s ease}.ProductCardCarousel_dot--active__LBrk5{background:rgba(255,255,255,.95)}.ProductCardCarousel_arrow__pH1re{display:none;position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.85);color:var(--color-espresso);font-size:1.25rem;line-height:1;cursor:pointer;align-items:center;justify-content:center;z-index:2;transition:background .15s ease}.ProductCardCarousel_arrow__pH1re:hover{background:rgba(255,255,255,1)}.ProductCardCarousel_arrow--prev__83cdb{left:8px}.ProductCardCarousel_arrow--next__j1191{right:8px}@media (pointer:fine){.ProductCardCarousel_arrow__pH1re{display:flex}}