.product-image-frame--primary{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-image-frame__clip{width:var(--product-image-primary-size);height:var(--product-image-primary-size);border-radius:var(--product-image-primary-radius);max-width:100%;max-height:100%;clip-path:inset(0 round var(--product-image-primary-radius));isolation:isolate;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.product-image-frame__clip img,.product-cover-img{object-fit:contain;object-position:center center;border-radius:var(--product-image-primary-radius);width:auto;max-width:100%;height:auto;max-height:100%;display:block}.product-image-frame--cover{border-radius:inherit;position:absolute;inset:0;overflow:hidden}.product-image-frame--cover img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.product-image-thumb{border-radius:var(--product-image-thumb-radius);justify-content:center;align-items:center;display:flex;overflow:hidden}.product-image-thumb img{display:block}.product-image-thumb--primary .product-image-frame__clip{width:var(--product-image-primary-size);height:var(--product-image-primary-size);max-width:100%;max-height:100%}.product-image-thumb--cover img{object-fit:cover;object-position:center center;width:100%;height:100%}.product-image-frame__clip--main{width:var(--product-image-primary-size);height:var(--product-image-primary-size);max-width:100%;max-height:100%}.product-image-frame__clip--main.is-cover{clip-path:none;border-radius:0;width:100%;max-width:none;height:100%;max-height:none;overflow:hidden}.product-image-frame__clip--main img,.product-image-main--primary{object-fit:contain;object-position:center center;border-radius:var(--product-image-primary-radius);width:auto;max-width:100%;height:auto;max-height:100%;display:block}.product-image-main--cover{object-fit:cover;object-position:center center;border-radius:0;width:100%;max-width:none;height:100%;max-height:none}.home-categories__grid{flex-wrap:wrap;justify-content:center;gap:clamp(.75rem,2vw,1.25rem);width:fit-content;max-width:100%;margin:0 auto;padding:0;list-style:none;display:flex}.home-categories__item{aspect-ratio:1;flex:none;width:clamp(11.5rem,24vw,16rem)}.home-categories__card{border-radius:var(--radius-xl);background-color:var(--color-card-bg);width:100%;height:100%;color:var(--brand-secondary);transition:background-color var(--transition-fast);flex-direction:column;justify-content:flex-end;align-items:stretch;gap:.625rem;padding:clamp(.625rem,1.5vw,.875rem);text-decoration:none;display:flex;overflow:hidden}.home-categories__card:hover{background-color:var(--color-card-bg-hover)}.home-categories__card:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.home-categories__media{border-radius:var(--radius-lg);isolation:isolate;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.home-categories__image-primary.product-image-frame--primary{inset:8%}.home-categories__image-primary,.home-categories__image-hover{transition:opacity .42s cubic-bezier(.4,0,.2,1)}.home-categories__image-hover,.home-categories__card--has-hover:hover .home-categories__image-primary,.home-categories__card--has-hover:focus-visible .home-categories__image-primary{opacity:0}.home-categories__card--has-hover:hover .home-categories__image-hover,.home-categories__card--has-hover:focus-visible .home-categories__image-hover{opacity:1}.home-categories__media--product .home-categories__image-primary img{object-fit:contain;object-position:center center;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.home-categories__media--japan .home-categories__image-primary{inset:14%}.home-categories__media--japan .home-categories__image-primary img{object-fit:contain;object-position:center center;width:100%;height:100%;display:block}.home-categories__label{font-size:var(--font-size-h6);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);text-align:center;flex-shrink:0}@media (width<=640px){.home-categories__item{width:calc(50% - .375rem)}.home-categories__label{font-size:clamp(.9375rem, 3.8vw, var(--font-size-h6))}}@media (width<=420px){.home-categories__grid{width:100%}.home-categories__item{width:calc(50% - .375rem)}}.home-collection-cta{padding-left:20px;padding-right:20px}.home-collection-cta__shell{border-radius:var(--radius-2xl);width:100%;max-width:100%;margin-inline:auto}.home-collection-cta__shell--soft{background:var(--brand-light-orange)}.home-collection-cta__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(1.25rem,3vw,2.5rem);padding:80px clamp(1rem,3vw,2rem);display:grid}.home-collection-cta__media{justify-content:center;align-items:center;min-width:0;display:flex}.home-collection-cta__media img{object-fit:contain;width:100%;max-width:min(100%,34rem);height:auto;display:block}.home-collection-cta__content{flex-direction:column;align-items:flex-start;gap:clamp(1rem,2.5vw,1.5rem);min-width:0;display:flex}.home-collection-cta__title{flex-direction:column;gap:0;display:flex}.home-collection-cta__title span{display:block}.home-collection-cta__button{background:var(--brand-secondary);color:var(--color-white);font-size:var(--font-size-button);border:none;padding:.85rem 1.75rem}.home-collection-cta__button:hover{color:var(--color-white);background:#1a171d}@media (width<=900px){.home-collection-cta__inner{text-align:center;grid-template-columns:1fr;padding-top:clamp(3rem,10vw,80px);padding-bottom:clamp(3rem,10vw,80px)}.home-collection-cta__content{align-items:center}.home-collection-cta__media img{max-width:min(100%,26rem)}}.home-section-title{font-family:var(--font-family);font-size:var(--font-size-h2);font-weight:var(--font-weight-heading);line-height:var(--line-height-heading);color:var(--brand-secondary);margin:0 0 clamp(1.5rem,3vw,2.25rem)}@media (width<=768px){.home-section-title{font-size:var(--font-size-h2-mobile)}}.home-discover__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.5rem);margin:0;padding:0;list-style:none;display:grid}.home-discover__item{min-width:0}.home-discover__card{flex-direction:column;gap:clamp(.875rem,2vw,1.125rem);height:100%;display:flex}.home-discover__media{aspect-ratio:1;border-radius:var(--radius-xl);background:var(--color-card-bg);justify-content:center;align-items:center;display:flex;overflow:hidden}.home-discover__media img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.home-discover__media--product{padding:12%}.home-discover__media--product img{object-fit:contain;object-position:center center;width:100%;height:100%}.home-discover__body{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.home-discover__card-title{font-size:var(--font-size-h4);font-weight:var(--font-weight-heading);line-height:var(--line-height-heading);color:var(--brand-secondary);margin:0}.home-discover__description{font-size:var(--font-size-h6);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);color:var(--color-text);margin:0}.home-discover__link{font-size:var(--font-size-h6);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);color:var(--brand-secondary);transition:color var(--transition-fast);margin-top:.125rem;text-decoration:none}.home-discover__link:hover{color:var(--color-primary)}.home-discover__link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-xs)}@media (width<=900px){.home-discover__grid{grid-template-columns:1fr;max-width:28rem;margin-inline:auto}}@media (width>=901px) and (width<=1100px){.home-discover__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-discover__item:last-child{grid-column:1/-1;justify-self:center;max-width:calc(50% - .75rem)}}.product-language-pills{flex-wrap:wrap;gap:.375rem;display:flex}.product-language-pill{border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:var(--font-size-xs);color:var(--color-text);white-space:nowrap;background:0 0;align-items:center;gap:.375rem;padding:.25rem .625rem;font-weight:500;line-height:1.4;display:inline-flex}.product-language-pill__flag{object-fit:cover;border-radius:50%;flex-shrink:0;width:1rem;height:1rem;display:block;box-shadow:inset 0 0 0 1px #0000001a}.product-language-pill__flag--japan{background:var(--color-white)}.product-language-pill__label{line-height:1.4}.btn-add-cart{justify-content:center;align-items:center;display:inline-flex}.btn-add-cart__label--short{display:none}@media (width<=768px){.shop-product-card__purchase .product-qty,.store-product-card__purchase .product-qty,.product-options__purchase-row .product-qty{display:none}.shop-product-card__purchase,.store-product-card__purchase{gap:0}.shop-product-card__add,.store-product-card__add{flex:100%;width:100%}.product-options__purchase-row{flex-wrap:nowrap;gap:.5rem}.product-options__add,.product-options__checkout{flex:1 1 0;min-width:0}}.shop-product-card{flex-direction:column;gap:1rem;height:100%;display:flex}.shop-product-card__media-wrap{flex-shrink:0;position:relative}.shop-product-card__link{color:inherit;text-decoration:none;display:block}.shop-product-card__media{aspect-ratio:1;border-radius:var(--radius-2xl);background:var(--color-card-bg);isolation:isolate;position:relative;overflow:hidden}.shop-product-card__image-primary.product-image-frame--primary{justify-content:center;align-items:center;display:flex;inset:15%}.shop-product-card__image-primary.product-image-frame--primary img,.shop-product-card__image-primary .product-cover-img{object-fit:contain;object-position:center center;border-radius:var(--product-image-primary-radius);width:auto;max-width:100%;height:auto;max-height:100%;display:block}.shop-product-card__image-primary,.shop-product-card__image-hover{transition:opacity .42s cubic-bezier(.4,0,.2,1)}.shop-product-card__image-hover,.shop-product-card__link--has-hover:hover .shop-product-card__image-primary,.shop-product-card__link--has-hover:focus-visible .shop-product-card__image-primary{opacity:0}.shop-product-card__link--has-hover:hover .shop-product-card__image-hover,.shop-product-card__link--has-hover:focus-visible .shop-product-card__image-hover{opacity:1}.shop-product-card__link:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:var(--radius-2xl)}.shop-product-card__pill{z-index:1;pointer-events:none;min-height:1.625rem;position:absolute;top:.75rem;left:.75rem}.shop-product-card__body{flex-direction:column;flex:1;gap:.625rem;min-height:0;display:flex}.shop-product-card__title{font-size:var(--font-size-body);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-normal);margin:0}.shop-product-card__title-link{color:var(--color-text);-webkit-line-clamp:2;transition:color var(--transition-fast);-webkit-box-orient:vertical;text-decoration:none;display:-webkit-box;overflow:hidden}.shop-product-card__title-link:hover{color:var(--color-text-secondary)}.shop-product-card__subtitle{font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.shop-product-card .product-language-pills{gap:.375rem;margin-top:.125rem}.shop-product-card__prices{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:.25rem;display:flex}.shop-product-card__price{font-size:var(--font-size-body);font-weight:var(--font-weight-semi-bold);color:var(--color-text);margin:0}.shop-product-card__compare-price{font-size:var(--font-size-body);color:var(--color-text-muted);margin:0}.shop-product-card__purchase{align-items:stretch;gap:.5rem;width:100%;margin-top:auto;padding-top:.625rem;display:flex}.shop-product-card__add{min-width:0;height:40px;font-size:var(--font-size-body-sm);white-space:nowrap;text-overflow:ellipsis;flex:1 1 0;padding-inline:.625rem;overflow:hidden}.shop-product-card__sold-out{width:100%;height:40px;font-size:var(--font-size-body-sm);justify-content:center;align-items:center;margin-top:auto;padding:0 .625rem;display:inline-flex}.shop-product-card .product-qty{flex:none;height:40px}.shop-product-card .product-qty__btn{width:30px;font-size:var(--font-size-body-sm)}.shop-product-card .product-qty__value{min-width:1.5rem;font-size:var(--font-size-body-sm)}@media (width<=768px){.shop-product-card__purchase{gap:.375rem}.shop-product-card .product-qty{height:36px}.shop-product-card .product-qty__btn{width:22px;font-size:.8125rem}.shop-product-card .product-qty__value{min-width:1rem;padding:0 .0625rem;font-size:.8125rem}.shop-product-card__add{flex:1 1 0;padding-inline:.5rem}}@media (width<=360px){.shop-product-card__purchase{gap:.3125rem}.shop-product-card .product-qty__btn{width:20px}.shop-product-card .product-qty__value{min-width:.875rem}}.shop-product-card[hidden]{display:none}.shop-product-card[data-stock-sync-state=pending] .shop-product-card__add,.shop-product-card[data-stock-sync-state=pending] .product-qty__btn,[data-product-detail][data-stock-sync-state=pending] [data-detail-add-to-cart],[data-product-detail][data-stock-sync-state=pending] [data-detail-checkout],[data-product-detail][data-stock-sync-state=pending] .product-qty__btn{cursor:not-allowed}.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:clamp(1.25rem,2vw,2rem);display:grid}@media (prefers-reduced-motion:no-preference){.shop-page .shop-product-card{opacity:0;animation:.48s cubic-bezier(.22,1,.36,1) forwards shop-product-reveal;animation-delay:calc(var(--reveal-index,0) * 52ms);transform:translateY(10px)}}@keyframes shop-product-reveal{to{opacity:1;transform:translateY(0)}}@media (width<=640px){.shop-grid{gap:.75rem}}@media (width<=1200px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1024px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=360px){.shop-grid{grid-template-columns:1fr}}.home-featured-products__header{flex-direction:column;align-items:flex-start;gap:1rem;max-width:40rem;margin-bottom:clamp(1.5rem,3vw,2rem);display:flex}.home-featured-products__title{margin-bottom:0}.home-featured-products__description{font-size:var(--font-size-body);line-height:var(--line-height-normal);color:var(--color-text);margin:0}.home-featured-products__grid-wrap,.latest-products-section__grid-wrap{min-height:8rem;position:relative}.reviews-carousel-section{background:var(--color-background)}.reviews-carousel-section__title{flex-direction:column;display:flex}.reviews-carousel-section__title-line{display:block}.reviews-carousel{width:100vw;margin-left:calc(50% - 50vw);padding:0 0 .5rem;position:relative;overflow:hidden}.reviews-carousel__track{gap:22px;width:max-content;margin-bottom:22px;display:flex}.reviews-carousel__track--left{animation:38s linear infinite reviews-scroll-left}.reviews-carousel__track--right{animation:42s linear infinite reviews-scroll-right}.reviews-carousel__row{gap:22px;width:max-content;display:flex}.review-card{background:#f5f5f5;border-radius:18px;flex-shrink:0;width:380px;min-height:190px;padding:26px;transition:background .25s,transform .25s}.review-card:hover{background:#ececec;transform:translateY(-3px)}.review-card__head{align-items:center;gap:12px;padding-right:30px;display:flex;position:relative}.review-card__avatar{color:#fff;background:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;display:flex}.review-card__author strong{color:#1a1a1a;font-size:15px;font-weight:600;line-height:1.2;display:block}.review-card__author span{color:#555;margin-top:2px;font-size:14px;display:block}.review-card__google{width:18px;height:18px;position:absolute;top:0;right:0}.review-card__stars{color:#f9b400;letter-spacing:1px;align-items:center;gap:8px;margin:18px 0 12px;font-size:18px;line-height:1;display:flex}.review-card__verify{color:#fff;letter-spacing:0;background:#4c8bff;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:11px;display:inline-flex}.review-card p{color:#444;margin:0;font-size:15px;line-height:1.45}.reviews-carousel__fade{z-index:3;pointer-events:none;width:180px;height:100%;position:absolute;top:0}.reviews-carousel__fade--left{background:linear-gradient(to right, var(--color-background) 0%, #fff0 100%);left:0}.reviews-carousel__fade--right{background:linear-gradient(to left, var(--color-background) 0%, #fff0 100%);right:0}@keyframes reviews-scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 11px))}}@keyframes reviews-scroll-right{0%{transform:translate(calc(-50% - 11px))}to{transform:translate(0)}}@media (width<=768px){.review-card{border-radius:16px;width:300px;min-height:185px;padding:22px}.reviews-carousel__fade{width:70px}.review-card p{font-size:14px}}@media (width<=480px){.review-card{width:270px}.reviews-carousel__track--left{animation-duration:32s}.reviews-carousel__track--right{animation-duration:36s}}@media (prefers-reduced-motion:reduce){.reviews-carousel__track--left,.reviews-carousel__track--right{animation:none}}.store-benefits-section__shell{border-radius:var(--radius-2xl);background:var(--brand-light-orange);width:100%;max-width:100%;margin-inline:auto}.store-benefits-section__inner{padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem)}.store-benefits-section__title{text-align:left}.store-benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;width:100%;display:grid}.store-benefit-card{background:#fff;border-radius:25px;min-height:320px;padding:42px 34px;transition:background .25s,transform .25s;overflow:hidden}.store-benefit-card:hover{background:#f5f5f5;transform:translateY(-3px)}.store-benefit-card__icon{color:#111;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:32px;display:flex}.store-benefit-card__svg{width:64px;height:64px;display:block;overflow:visible}.store-benefit-card__svg path{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.store-benefit-card h3{color:#050505;letter-spacing:-.03em;margin:0 0 22px;font-size:28px;font-weight:700;line-height:1.15}.store-benefit-card p{color:#1a1a1a;max-width:260px;margin:0;font-size:18px;line-height:1.35}@media (width<=1024px){.store-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-benefit-card{min-height:280px}}@media (width<=600px){.store-benefits-grid{grid-template-columns:1fr;gap:18px}.store-benefit-card{min-height:auto;padding:30px 26px}.store-benefit-card h3{font-size:25px}.store-benefit-card p{font-size:16px}.store-benefit-card__icon,.store-benefit-card__svg{width:54px;height:54px}}.home-logo-marquee{background:var(--color-background);width:100%;padding:clamp(1.375rem,3vw,1.875rem) 0;position:relative;overflow:hidden}.home-logo-marquee:before,.home-logo-marquee:after{content:"";z-index:1;pointer-events:none;width:clamp(3.5rem,10vw,8.125rem);height:100%;position:absolute;top:0}.home-logo-marquee:before{background:linear-gradient(to right, var(--color-background) 0%, transparent 100%);left:0}.home-logo-marquee:after{background:linear-gradient(to left, var(--color-background) 0%, transparent 100%);right:0}.home-logo-marquee__track{width:max-content;animation:55s linear infinite home-logo-marquee-scroll;display:flex}.home-logo-marquee__set{flex-shrink:0;align-items:center;gap:clamp(2rem,4vw,3rem);padding-right:clamp(2rem,4vw,3rem);display:flex}.home-logo-marquee__set img{object-fit:contain;flex-shrink:0;width:auto;max-width:clamp(7.5rem,14vw,10.625rem);height:clamp(2rem,4vw,2.625rem);display:block}@keyframes home-logo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (prefers-reduced-motion:reduce){.home-logo-marquee__track{animation:none}}:root{--page-section-gap:80px}.section-spacing-y{padding-top:var(--page-section-gap);padding-bottom:var(--page-section-gap)}.section-spacing-y--flush-bottom{padding-bottom:0}.page-sections .product-trust,.page-sections .reviews-carousel-section,.page-sections .latest-products-section,.page-sections .home-featured-products,.page-sections .store-benefits-section{padding-top:var(--page-section-gap);padding-bottom:var(--page-section-gap)}.page-sections .store-benefits-section{padding-left:20px;padding-right:20px}@media (width<=768px){:root{--page-section-gap:64px}}
