:root{--page: #e7edf2;--page-2: #d8e0e8;--ink: #12161b;--muted: #67727e;--line: rgba(18, 22, 27, .16);--panel: rgba(255, 255, 255, .72);--panel-solid: #f8fafb;--teal: #0d7f83;--blue: #6c92c9;--gold: #d1a13a;--coral: #bd625c;--shadow: 0 24px 70px rgba(25, 35, 48, .18);--radius: 8px;--header-h: 76px;color-scheme:light}*{box-sizing:border-box}html{min-height:100%;background:var(--page)}body{min-height:100%;margin:0;color:var(--ink);background:linear-gradient(180deg,#ffffff80,#fff0 280px),var(--page);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(220px,1fr);align-items:center;min-height:var(--header-h);padding:0 56px;color:#12161bc7;background:#e7edf2d6;border-bottom:1px solid rgba(18,22,27,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-link{width:max-content;font-size:13px;font-weight:700;text-transform:uppercase}.mode-tabs,.nav-actions,.localization-actions{display:flex;align-items:center;gap:10px}.mode-tabs{justify-content:center}.nav-actions{justify-content:flex-end}.icon-button,.nav-button,.mode-button,.action-button,.quantity-button{min-height:36px;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);background:#ffffff5c;cursor:pointer}.mode-button,.nav-button{padding:0 12px;font-size:12px;font-weight:700;text-transform:uppercase}.mode-button.is-active,.nav-button:hover,.icon-button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.icon-button{display:inline-grid;width:36px;place-items:center}.icon-button svg,.arrow-button svg,.close-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.localization-menu{position:relative}.localization-menu summary{list-style:none}.localization-menu summary::-webkit-details-marker{display:none}.localization-panel,.brand-panel{position:absolute;top:calc(100% + 10px);right:0;width:min(320px,calc(100vw - 32px));padding:14px;background:#f8fafbf5;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.localization-grid{display:grid;gap:10px}.field-label{display:grid;gap:6px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.field-label select,.field-label input{width:100%;min-height:40px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.action-button{padding:0 14px;font-weight:800;text-transform:uppercase;background:var(--ink);color:#fff}.home-shell{min-height:calc(100svh - var(--header-h));display:grid;grid-template-columns:minmax(240px,1fr) minmax(360px,560px) minmax(240px,1fr);align-items:center;gap:28px;padding:30px 56px 48px}.home-kicker,.panel-kicker{margin:0 0 10px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.home-copy h1,.page-shell h1,.product-info h1,.cart-shell h1{margin:0;font-size:clamp(36px,5vw,72px);line-height:.95;letter-spacing:0;overflow-wrap:anywhere}.home-copy p,.page-body,.product-description,.empty-copy{color:#12161bb8;line-height:1.7}.home-copy{min-width:0}.product-stage{position:relative;min-height:min(620px,72svh)}.product-stack{position:relative;width:min(520px,82vw);aspect-ratio:1 / 1.12;margin:0 auto}.stage-card{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:42px 1fr auto;gap:16px;padding:20px;color:var(--ink);background:color-mix(in srgb,var(--card-color, var(--blue)) 28%,#f8fafb);border:1px solid rgba(255,255,255,.72);border-radius:var(--radius);box-shadow:var(--shadow);transform:translateY(calc(var(--i, 0) * -14px)) scale(calc(1 - var(--i, 0) * .045));transform-origin:center bottom;opacity:calc(1 - var(--i, 0) * .15);pointer-events:none;transition:transform .32s ease,opacity .32s ease}.stage-card.is-active{pointer-events:auto}.stage-card__top,.stage-card__meta,.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.stage-card__number{font-size:48px;font-weight:900;line-height:1;color:#ffffffbd}.stage-card__type,.product-type{color:#12161b94;font-size:12px;font-weight:800;text-transform:uppercase}.stage-card__visual,.product-placeholder{display:grid;min-height:0;place-items:center;overflow:hidden;background:linear-gradient(135deg,#ffffff8c,#ffffff1f),color-mix(in srgb,var(--card-color, var(--blue)) 40%,#fff);border:1px solid rgba(255,255,255,.66);border-radius:var(--radius)}.stage-card__visual img,.product-media img{width:100%;height:100%;object-fit:cover}.placeholder-mark{display:grid;width:min(220px,56%);aspect-ratio:1;place-items:center;color:#12161bad;border:1px solid rgba(18,22,27,.22);border-radius:var(--radius);font-weight:900;text-transform:uppercase}.stage-card__title{margin:0;font-size:clamp(28px,5vw,66px);line-height:.9}.stage-card__link{font-size:12px;font-weight:900;text-transform:uppercase}.stage-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:22px}.arrow-button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff6b;color:var(--ink);cursor:pointer}.stack-count{min-width:64px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.home-side-panel,.product-purchase,.page-shell,.cart-shell,.not-found-shell{background:var(--panel);border:1px solid rgba(255,255,255,.72);border-radius:var(--radius);box-shadow:0 18px 52px #1923301f}.home-side-panel{padding:20px}.home-side-panel ul{display:grid;gap:10px;padding:0;margin:0;list-style:none}.home-side-panel li{display:flex;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.home-side-panel strong{color:var(--ink)}.grid-mode .home-shell{grid-template-columns:minmax(260px,420px) minmax(420px,1fr)}.grid-mode .home-side-panel{display:none}.grid-mode .product-stage{min-height:auto}.grid-mode .product-stack{width:100%;aspect-ratio:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.grid-mode .stage-card{position:relative;transform:none!important;opacity:1!important;pointer-events:auto;min-height:280px}.grid-mode .stage-controls{display:none}.page-shell,.cart-shell,.not-found-shell{width:min(1040px,calc(100vw - 32px));margin:42px auto;padding:32px}.page-body{max-width:760px}.product-shell{width:min(1160px,calc(100vw - 32px));margin:40px auto 64px;display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(300px,.9fr);gap:28px}.product-media{min-height:min(680px,78svh);overflow:hidden;background:var(--panel);border:1px solid rgba(255,255,255,.72);border-radius:var(--radius)}.product-info,.product-purchase{padding:24px}.price-row{display:flex;align-items:baseline;gap:12px;margin:18px 0}.price{font-size:24px;font-weight:900}.compare-price{color:var(--muted);text-decoration:line-through}.option-group{display:grid;gap:8px;margin:16px 0}.option-values{display:flex;flex-wrap:wrap;gap:8px}.option-pill{padding:9px 12px;background:#ffffff7a;border:1px solid var(--line);border-radius:var(--radius);font-size:13px}.quantity-row{display:grid;grid-template-columns:42px 1fr 42px;gap:8px;margin:18px 0}.quantity-row input{min-height:42px;text-align:center;border:1px solid var(--line);border-radius:var(--radius)}.add-button,.checkout-button{width:100%;min-height:48px;border:0;border-radius:var(--radius);background:var(--ink);color:#fff;font-weight:900;text-transform:uppercase;cursor:pointer}.cart-lines{display:grid;gap:12px;margin:22px 0}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-thumb{width:72px;aspect-ratio:1;overflow:hidden;background:var(--page-2);border-radius:var(--radius)}.cart-total{display:flex;justify-content:space-between;gap:18px;margin:18px 0;font-size:20px;font-weight:900}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:28px 56px;color:var(--muted);border-top:1px solid rgba(18,22,27,.08);font-size:12px}@media(max-width:940px){.site-header{grid-template-columns:1fr auto;gap:12px;padding:0 16px}.mode-tabs{display:none}.nav-actions{gap:6px}.nav-actions .nav-button:not(.cart-link){display:none}.home-shell,.grid-mode .home-shell{min-height:auto;grid-template-columns:1fr;padding:24px 16px 36px}.home-copy h1,.page-shell h1,.product-info h1,.cart-shell h1{font-size:42px}.product-shell{grid-template-columns:1fr;margin-top:18px}.site-footer{flex-direction:column;padding:24px 16px}}body.template-index{--page: #9eacbd;--ink: #20242a;background:var(--page);overflow:hidden}.template-index .site-header{position:fixed;top:0;left:0;right:0;min-height:124px;padding:76px 76px 0;color:#ffffffe0;background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;align-items:start}.template-index .brand-link,.template-index .mode-button,.template-index .nav-button{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:12px;font-weight:800;line-height:1;text-shadow:0 1px 12px rgba(35,45,58,.18)}.template-index .mode-tabs,.template-index .nav-actions{gap:12px}.template-index .icon-button{min-height:28px;width:28px;color:#ffffffe6;background:transparent;border:0}.template-index .icon-button svg{width:17px;height:17px;stroke-width:1.9}.template-index .localization-panel{color:var(--ink);text-shadow:none}.template-index .site-main{min-height:100svh}.template-index .home-shell{position:relative;display:block;min-height:100svh;padding:0;overflow:hidden;background:radial-gradient(circle at 50% 50%,#e2eaf238,#e2eaf200 34%),var(--page)}.template-index .product-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;min-height:100svh;place-items:center;pointer-events:none}.template-index .product-stack{width:min(416px,76vw);height:min(476px,62svh);aspect-ratio:auto;margin:0;transform:translate(-54px,30px);pointer-events:auto}.template-index .stage-card{grid-template-rows:66px minmax(0,1fr) 64px;gap:10px;padding:18px 20px 16px;color:#fff;background:linear-gradient(180deg,color-mix(in srgb,var(--card-color, #8faed8) 72%,#eef4fb) 0 12%,color-mix(in srgb,var(--card-color, #8faed8) 38%,#eaf2fb) 12% 83%,#69758238 83% 100%);border:1px solid rgba(255,255,255,.24);border-radius:6px;box-shadow:0 26px 56px #323c4838,0 12px 22px #323c4824;transform:translateY(calc(var(--i, 0) * -12px)) translate(calc(var(--i, 0) * 12px)) scale(calc(1 - var(--i, 0) * .035));transform-origin:center center;opacity:calc(1 - var(--i, 0) * .16)}.template-index .stage-card__top{align-items:flex-start}.template-index .stage-card__title{margin:0;max-width:78%;color:#fffffff5;font-size:clamp(42px,6vw,76px);font-weight:900;line-height:.82;overflow-wrap:anywhere}.template-index .stage-card__type{max-width:76px;color:#20242a85;font-size:12px;line-height:1.1;text-align:right}.template-index .stage-card__visual{min-height:0;margin:0 0 2px;background:linear-gradient(135deg,#ffffff94,#ffffff14),color-mix(in srgb,var(--card-color, #8faed8) 20%,#f1f6fb);border:1px solid rgba(255,255,255,.42);border-radius:4px;box-shadow:12px 18px 22px #222a3457,inset 0 0 0 1px #ffffff1f}.template-index .stage-card__visual img{object-fit:cover}.template-index .placeholder-mark{width:100%;height:100%;aspect-ratio:auto;color:#20242a94;border:0;border-radius:0;background:linear-gradient(135deg,#ffffff5c,#ffffff14),repeating-linear-gradient(135deg,rgba(32,36,42,.035) 0 1px,transparent 1px 18px)}.template-index .stage-card__meta{position:relative;align-items:end}.template-index .stage-card__specs{color:#ffffffeb;font-size:11px;font-weight:800;line-height:1.25}.template-index .stage-card__brand{position:absolute;left:50%;bottom:12px;color:#ffffffb8;font-size:10px;font-weight:800;transform:translate(-50%) skew(-10deg)}.template-index .stage-card__link{position:absolute;top:0;right:0;bottom:0;left:0}.template-index .social-links{position:absolute;left:104px;bottom:48px;z-index:30;display:flex;gap:12px}.template-index .social-button{display:grid;width:42px;height:42px;place-items:center;color:#20242ac7;border:2px solid rgba(32,36,42,.46);background:#ffffff05}.template-index .social-button svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.template-index .next-item{position:absolute;right:103px;bottom:42px;z-index:30;display:grid;width:56px;height:56px;place-items:center;color:#20242ad1;background:transparent;border:0;cursor:pointer}.template-index .next-item svg{width:56px;height:56px;fill:none;stroke:currentColor;stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round}.grid-mode body.template-index,body.template-index.grid-mode{overflow:auto}.grid-mode .template-index .home-shell,.template-index.grid-mode .home-shell{min-height:100svh;overflow:auto}.grid-mode .template-index .product-stage,.template-index.grid-mode .product-stage{position:relative;display:block;min-height:100svh;padding:156px 76px 96px;pointer-events:auto}.grid-mode .template-index .product-stack,.template-index.grid-mode .product-stack{width:min(1120px,100%);height:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:0 auto}.grid-mode .template-index .stage-card,.template-index.grid-mode .stage-card{min-height:320px;transform:none!important;opacity:1!important}.grid-mode .template-index .social-links,.grid-mode .template-index .next-item,.template-index.grid-mode .social-links,.template-index.grid-mode .next-item{display:none}@media(max-width:940px){body.template-index{overflow:auto}.template-index .site-header{grid-template-columns:1fr auto;min-height:72px;padding:24px 18px 0}.template-index .mode-tabs{display:flex;position:fixed;left:50%;bottom:24px;z-index:40;transform:translate(-50%)}.template-index .nav-actions .nav-button:not(.cart-link){display:none}.template-index .product-stage{min-height:100svh;padding:86px 16px 110px}.template-index .product-stack{width:min(360px,88vw);height:min(440px,58svh);transform:none}.template-index .stage-card{grid-template-rows:56px minmax(0,1fr) 60px;padding:14px}.template-index .stage-card__title{font-size:clamp(34px,13vw,56px)}.template-index .social-links{left:18px;bottom:24px}.template-index .next-item{right:18px;bottom:18px}}body.template-index{--stage-color: #9eacbd;width:100%;height:100svh;background:var(--stage-color);overflow:hidden;transition:background-color .42s ease}.template-index .site-header{position:fixed;top:0;left:0;right:0;z-index:50;min-height:126px;padding:76px 80px 0;grid-template-columns:minmax(120px,1fr) auto minmax(260px,1fr);color:#ffffffe6;background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none}.template-index .brand-link,.template-index .mode-button,.template-index .nav-button{min-height:auto;padding:0;color:inherit;background:transparent;border:0;border-radius:0;font-size:12px;font-weight:850;line-height:1;letter-spacing:0;text-shadow:0 1px 14px rgba(33,40,48,.2)}.template-index .mode-tabs,.template-index .nav-actions,.template-index .localization-actions{gap:12px}.template-index .mode-button.is-active,.template-index .nav-button:hover,.template-index .icon-button:hover{color:#fff;background:transparent;border-color:transparent}.template-index .icon-button{min-height:24px;width:24px;color:#ffffffeb;background:transparent;border:0}.template-index .localization-panel{color:var(--ink);background:#f8fafbfa;text-shadow:none}.template-index .site-main,.template-index .home-shell{width:100%;height:100svh;min-height:100svh;overflow:hidden}.template-index .home-shell{position:relative;display:block;padding:0;background:var(--stage-color);transition:background-color .42s ease}.template-index .product-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:block;min-height:100svh;pointer-events:none}.template-index .product-stack{position:absolute;left:80px;top:50vh;width:calc(100vw - 160px);height:calc(100vw - 160px);max-width:none;max-height:none;margin:0;transform:none;pointer-events:auto;transition:top 1.18s cubic-bezier(.18,.82,.16,1)}body.template-index.stage-entered .product-stack{top:39vh}.template-index .stage-card{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;overflow:hidden;color:#fff;background:color-mix(in srgb,var(--card-color, #8faed8) 72%,#edf3f8);border:0;border-radius:0;box-shadow:0 26px 54px #1a222c38,0 10px 20px #1a222c1f;opacity:var(--stack-opacity, 1);transform:translate3d(var(--stack-x, 0),var(--stack-y, 0),0) scale(var(--stack-scale, 1));transform-origin:left top;transition:transform .52s cubic-bezier(.22,.7,.16,1),opacity .52s cubic-bezier(.22,.7,.16,1),box-shadow .52s ease;will-change:transform,opacity}.template-index .stage-card.is-active{pointer-events:auto;box-shadow:0 30px 62px #1a222c42,0 12px 22px #1a222c1f}.template-index .stage-card__visual{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;margin:0;background:linear-gradient(135deg,#ffffff47,#ffffff05),color-mix(in srgb,var(--card-color, #8faed8) 32%,#edf3f8);border:0;border-radius:0;box-shadow:none}.template-index .stage-card__visual img{width:100%;height:100%;object-fit:cover}.template-index .placeholder-mark{width:100%;height:100%;aspect-ratio:auto;color:#1c212770;background:linear-gradient(135deg,#ffffff52,#ffffff0f),repeating-linear-gradient(135deg,rgba(28,33,39,.035) 0 1px,transparent 1px 18px);border:0;border-radius:0;font-size:clamp(34px,8vw,104px);letter-spacing:0}.template-index .stage-card__top,.template-index .stage-card__meta{position:absolute;z-index:2;display:flex;pointer-events:none}.template-index .stage-card__top{top:26px;left:30px;right:30px;align-items:flex-start}.template-index .stage-card__title{max-width:min(720px,72%);color:#fffffff5;font-size:clamp(58px,11vw,154px);font-weight:900;line-height:.82;overflow-wrap:anywhere;text-shadow:0 8px 28px rgba(28,33,39,.2)}.template-index .stage-card__type{max-width:130px;margin-left:auto;color:#ffffffb8;font-size:12px;font-weight:850;line-height:1.1;text-align:right;text-transform:uppercase}.template-index .stage-card__meta{left:30px;right:30px;bottom:26px;align-items:flex-end;min-height:48px}.template-index .stage-card__specs{color:#ffffffe0;font-size:11px;font-weight:850;line-height:1.18;text-shadow:0 3px 16px rgba(28,33,39,.22)}.template-index .stage-card__brand{position:absolute;left:50%;bottom:4px;color:#ffffffb8;font-size:10px;font-weight:850;letter-spacing:0;transform:translate(-50%) skew(-10deg)}.template-index .stage-card--has-image .stage-card__top{top:24px}.template-index .stage-card--has-image .stage-card__title{max-width:48%;font-size:clamp(14px,1.2vw,18px);line-height:1;text-transform:uppercase}.template-index .stage-card--has-image .stage-card__type,.template-index .stage-card--has-image .stage-card__specs,.template-index .stage-card--has-image .stage-card__brand{color:#ffffffc7;text-shadow:0 2px 12px rgba(0,0,0,.26)}.template-index .stage-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.template-index .stage-controls{display:none}.template-index .social-links{position:fixed;left:80px;bottom:48px;z-index:45;display:flex;gap:12px}.template-index .social-button{display:grid;width:42px;height:42px;place-items:center;color:#1d2228bd;background:transparent;border:2px solid rgba(29,34,40,.42)}.template-index .next-item{position:fixed;right:80px;bottom:40px;z-index:45;display:grid;width:64px;height:64px;place-items:center;color:#1d2228c7;background:transparent;border:0;cursor:pointer}.template-index .next-item svg{width:64px;height:64px}.template-index .site-footer{display:none}html.grid-mode,body.template-index.grid-mode{height:auto;overflow:auto}html.grid-mode .template-index .site-main,body.template-index.grid-mode .site-main,html.grid-mode .template-index .home-shell,body.template-index.grid-mode .home-shell{height:auto;min-height:100svh;overflow:visible}html.grid-mode .template-index .product-stage,body.template-index.grid-mode .product-stage{position:relative;min-height:100svh;padding:156px 80px 96px;pointer-events:auto}html.grid-mode .template-index .product-stack,body.template-index.grid-mode .product-stack{position:relative;left:auto;top:auto;width:min(1180px,100%);height:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin:0 auto}html.grid-mode .template-index .stage-card,body.template-index.grid-mode .stage-card{position:relative;inset:auto;aspect-ratio:1;min-height:0;transform:none!important;opacity:1!important;pointer-events:auto}html.grid-mode .template-index .social-links,body.template-index.grid-mode .social-links,html.grid-mode .template-index .next-item,body.template-index.grid-mode .next-item{display:none}@media(max-width:940px){body.template-index{height:100svh;overflow:hidden}.template-index .site-header{min-height:88px;padding:26px 18px 0;grid-template-columns:1fr auto;gap:10px}.template-index .mode-tabs{position:fixed;left:50%;bottom:24px;z-index:55;display:flex;transform:translate(-50%)}.template-index .nav-actions .nav-button:not(.cart-link){display:none}.template-index .product-stack{left:16px;top:50vh;width:calc(100vw - 32px);height:calc(100vw - 32px)}body.template-index.stage-entered .product-stack{top:36vh}.template-index .stage-card{transform:translate3d(var(--stack-x, 0),var(--stack-y, 0),0) scale(var(--stack-scale, 1))}.template-index .stage-card__top{top:16px;left:16px;right:16px}.template-index .stage-card__title{max-width:70%;font-size:clamp(42px,17vw,72px)}.template-index .stage-card__type{max-width:92px;font-size:10px}.template-index .stage-card--has-image .stage-card__title{font-size:12px}.template-index .stage-card__meta{left:16px;right:16px;bottom:16px}.template-index .social-links{left:18px;bottom:24px}.template-index .next-item{right:18px;bottom:16px;width:58px;height:58px}html.grid-mode .template-index .product-stage,body.template-index.grid-mode .product-stage{padding:110px 16px 98px}html.grid-mode .template-index .product-stack,body.template-index.grid-mode .product-stack{grid-template-columns:1fr;gap:14px}}.template-index .product-stack{--home-product-size: min(620px, calc(100vw - 240px) , calc(100svh - 250px) );left:50%;top:50%;width:var(--home-product-size);height:var(--home-product-size);transform:translate(-50%,-50%);transition:transform .72s cubic-bezier(.2,.78,.18,1),opacity .72s ease}body.template-index:not(.stage-entered) .product-stack{opacity:.96;transform:translate(-50%,calc(-50% + 28px))}body.template-index.stage-entered .product-stack{top:50%;transform:translate(-50%,-50%)}.template-index .stage-card__visual img{object-fit:contain}.template-index .stage-card__title{max-width:68%;font-size:clamp(42px,7vw,88px)}.template-index .placeholder-mark{font-size:clamp(30px,5vw,72px)}.template-index .stage-card--has-image .stage-card__visual{display:grid;place-items:center;background:color-mix(in srgb,var(--card-color, #8faed8) 18%,#f3f6fa)}@media(max-width:940px){.template-index .product-stack{--home-product-size: min( calc(100vw - 34px) , calc(100svh - 230px) , 420px);left:50%;top:52%;width:var(--home-product-size);height:var(--home-product-size);transform:translate(-50%,-50%)}body.template-index:not(.stage-entered) .product-stack{transform:translate(-50%,calc(-50% + 22px))}body.template-index.stage-entered .product-stack{top:52%;transform:translate(-50%,-50%)}}body.template-product,body.template-page,body.template-404{--page: #6e95c7;--ink: rgba(18, 22, 27, .78);--panel: rgba(224, 236, 247, .74);--line: rgba(255, 255, 255, .34);background:radial-gradient(circle at 22% 24%,rgba(255,255,255,.18),transparent 34%),radial-gradient(circle at 76% 66%,rgba(0,0,0,.1),transparent 36%),var(--page);overflow-x:hidden}body.template-cart{--page: #101010;--ink: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .58);--line: rgba(255, 255, 255, .28);--panel: rgba(255, 255, 255, .08);color:var(--ink);background:radial-gradient(circle at 22% 24%,rgba(255,255,255,.1),transparent 32%),radial-gradient(circle at 80% 70%,rgba(106,146,201,.18),transparent 34%),var(--page);overflow-x:hidden}body:not(.template-index) .site-header{position:fixed;top:0;left:0;right:0;min-height:112px;padding:62px 80px 0;color:var(--ink);background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none}body:not(.template-index) .brand-link,body:not(.template-index) .mode-button,body:not(.template-index) .nav-button{min-height:auto;padding:0;color:inherit;background:transparent;border:0;border-radius:0;font-size:12px;font-weight:850;line-height:1;text-transform:uppercase}body:not(.template-index) .mode-button.is-active,body:not(.template-index) .nav-button:hover,body:not(.template-index) .icon-button:hover{color:currentColor;background:transparent;border-color:transparent;opacity:1}body:not(.template-index) .mode-tabs,body:not(.template-index) .nav-actions{gap:12px}body:not(.template-index) .icon-button{min-height:24px;width:24px;color:inherit;background:transparent;border:0}body:not(.template-index) .localization-panel{color:#161a20;background:#f8fafbfa}.hachi-product-page{width:min(1480px,calc(100vw - 64px));min-height:100svh;margin:0 auto;padding:clamp(126px,14vh,180px) 0 clamp(44px,7vh,80px);display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(320px,.58fr);gap:clamp(28px,5vw,76px);align-items:center}.product-art-card{justify-self:center;width:min(760px,100%);display:grid;gap:16px}.hachi-product-page .product-media{width:100%;aspect-ratio:1;min-height:0;display:grid;place-items:center;overflow:hidden;background:#e0ecf77a;border:0;border-radius:0;box-shadow:0 28px 76px #141e2a42,0 12px 24px #141e2a1f}.hachi-product-page .product-media img{width:100%;height:100%;object-fit:contain}.product-thumbs{display:flex;gap:10px;justify-content:center}.product-thumb{display:grid;width:74px;aspect-ratio:1;place-items:center;overflow:hidden;border:2px solid rgba(255,255,255,.34);background:#ffffff2e}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb.is-active{border-color:#ffffffe0}.hachi-product-page .product-info{min-width:0;padding:0;color:var(--ink)}.hachi-product-page .home-kicker{color:currentColor;opacity:.66;font-size:clamp(16px,1.2vw,22px)}.hachi-product-page .product-info h1{max-width:9ch;font-size:clamp(54px,6vw,132px);line-height:.84;overflow-wrap:break-word}.hachi-product-page .price-row{margin:clamp(16px,2vw,28px) 0}.hachi-product-page .price{font-size:clamp(28px,2.8vw,56px)}.hachi-product-page .product-description{max-width:56ch;color:currentColor;font-weight:750;line-height:1.55;opacity:.72}.hachi-product-page .product-purchase{margin-top:clamp(18px,3vw,34px);padding:18px;color:var(--ink);background:#ffffff2e;border:2px solid rgba(255,255,255,.28);border-radius:0;box-shadow:none}.variant-select-label{display:grid;gap:8px;margin-bottom:14px;font-size:12px;font-weight:850;text-transform:uppercase}.variant-select-label select{min-height:44px;padding:0 12px;color:inherit;background:#ffffff38;border:2px solid currentColor;border-radius:0}.hachi-product-page .quantity-row{grid-template-columns:44px minmax(64px,1fr) 44px;margin:0 0 14px}.hachi-product-page .quantity-row input,.hachi-product-page .quantity-button{color:inherit;background:transparent;border:2px solid currentColor;border-radius:0}.hachi-product-page .add-button{border-radius:0;color:#fff;background:#111}.hachi-product-page .add-button:disabled{opacity:.48;cursor:not-allowed}.cart-page{width:min(1480px,calc(100vw - 64px));min-height:100svh;margin:0 auto;padding:clamp(126px,14vh,180px) 0 clamp(44px,7vh,80px)}.cart-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(28px,5vw,64px);font-weight:900}.cart-heading p,.cart-heading h1{margin:0}.cart-heading p{font-size:clamp(16px,1.3vw,22px);opacity:.66}.cart-heading h1{font-size:clamp(72px,12vw,156px);line-height:.74}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.36fr);gap:clamp(26px,5vw,72px);align-items:start}.cart-items{display:grid;gap:18px}.cart-item{display:grid;grid-template-columns:clamp(112px,16vw,220px) minmax(0,1fr) auto;gap:clamp(16px,2.6vw,34px);align-items:center;padding-bottom:18px;border-bottom:2px solid var(--line)}.cart-thumb{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;background:#ffffff24;box-shadow:0 18px 42px #0000002e}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-info{min-width:0;font-weight:900}.cart-info p,.cart-info h2{margin:0}.cart-info p,.cart-info span,.remove-button{color:currentColor;font-size:13px;opacity:.62}.cart-info h2{max-width:14ch;font-size:clamp(30px,5vw,72px);line-height:.86;overflow-wrap:break-word}.remove-button{display:inline-block;margin-top:12px;text-transform:uppercase}.cart-price{display:grid;justify-items:end;gap:16px;font-weight:900}.line-price{font-size:clamp(24px,2.6vw,42px)}.cart-qty input{width:76px;min-height:42px;color:inherit;text-align:center;background:transparent;border:2px solid currentColor;border-radius:0}.cart-summary,.cart-empty{padding:22px;background:var(--panel);border:2px solid var(--line);border-radius:0}.summary-kicker{margin:0 0 18px;font-size:12px;font-weight:900;text-transform:uppercase;opacity:.62}.cart-summary dl{display:grid;gap:14px;margin:0 0 22px}.cart-summary dl div{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-summary dt,.cart-summary dd{margin:0;font-weight:900}.cart-summary .action-button,.cart-summary .checkout-button,.continue-link{display:grid;width:100%;min-height:48px;margin-top:10px;place-items:center;color:inherit;background:transparent;border:2px solid currentColor;border-radius:0;font-weight:900;text-transform:uppercase}.cart-summary .checkout-button{color:#111;background:#fff;border-color:#fff}.cart-empty{width:min(520px,100%)}.hachi-content-page{width:min(1180px,calc(100vw - 64px));min-height:100svh;margin:0 auto;padding:clamp(126px,14vh,180px) 0 clamp(44px,7vh,80px);background:transparent;border:0;box-shadow:none}.page-heading{display:grid;gap:10px;margin-bottom:clamp(24px,5vw,54px)}.page-heading h1{max-width:10ch;margin:0;font-size:clamp(70px,12vw,156px);line-height:.76;color:var(--ink)}.hachi-content-page .home-kicker{color:var(--ink);opacity:.66}.page-body{max-width:none;color:var(--ink)}.page-body-inner{width:min(760px,100%);padding:26px;background:#ffffff29;border:2px solid rgba(255,255,255,.28);font-weight:750;line-height:1.7}body:not(.template-index) .site-footer{padding:28px 80px;color:var(--muted, rgba(18, 22, 27, .58));border-top:0}body.template-index.grid-mode{height:auto;overflow:auto}body.template-index.grid-mode .site-main,body.template-index.grid-mode .home-shell{height:auto;min-height:100svh;overflow:visible}body.template-index.grid-mode .product-stage{position:relative;min-height:100svh;padding:150px 80px 96px;pointer-events:auto}body.template-index.grid-mode .product-stack{--home-product-size: auto;position:relative;left:auto;top:auto;width:min(1180px,100%);height:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center;gap:18px;margin:0 auto;opacity:1;transform:none!important}body.template-index.grid-mode .stage-card{position:relative;inset:auto;width:100%;aspect-ratio:1;min-height:0;transform:none!important;opacity:1!important;pointer-events:auto}body.template-index.grid-mode .stage-card__title{max-width:64%;font-size:12px;line-height:1;text-transform:uppercase}body.template-index.grid-mode .stage-card__visual img{object-fit:contain}body.template-index.grid-mode .social-links,body.template-index.grid-mode .next-item{display:none}@media(max-width:940px){body:not(.template-index) .site-header{min-height:88px;padding:26px 18px 0;grid-template-columns:1fr auto}.hachi-product-page,.cart-page,.hachi-content-page{width:min(100vw - 36px,760px);padding-top:112px}.hachi-product-page,.cart-layout{grid-template-columns:1fr}.hachi-product-page .product-info h1,.page-heading h1{max-width:100%;font-size:clamp(44px,15vw,76px)}.cart-heading{align-items:start;flex-direction:column}.cart-heading h1{font-size:clamp(64px,22vw,112px)}.cart-item{grid-template-columns:96px minmax(0,1fr)}.cart-price{grid-column:1 / -1;justify-items:stretch}.cart-qty input{width:100%}body.template-index.grid-mode .product-stage{padding:112px 18px 96px}body.template-index.grid-mode .product-stack{width:100%;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}}.product-art-card{width:min(720px,calc(100svh - 180px),100%)}.hachi-product-page .product-info h1{max-width:100%;font-size:clamp(42px,4.4vw,78px);line-height:.88}body.template-cart .empty-copy{color:inherit;opacity:.72}body.template-index.grid-mode .stage-card__top,body.template-index.grid-mode .stage-card__meta{display:none}body.template-index.grid-mode .stage-card__visual{display:grid;place-items:center}body.template-index.grid-mode .stage-card__visual img{width:100%;height:100%;object-fit:contain}@media(max-width:940px){.product-art-card{width:100%}.hachi-product-page .product-info h1{font-size:clamp(36px,11vw,58px)}}.template-index .stage-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:block;color:transparent;font-size:0;pointer-events:auto}.brand-menu{position:relative}.brand-menu summary{list-style:none;cursor:pointer}.brand-menu summary::-webkit-details-marker{display:none}.brand-menu .brand-panel{top:calc(100% + 14px);right:auto;left:50%;width:168px;padding:8px;transform:translate(-50%);background:#ffffff2e;border:1px solid rgba(255,255,255,.26);border-radius:0;box-shadow:0 18px 50px #121c2a1f;backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25)}body:not(.template-index) .brand-menu .brand-panel,body.template-cart .brand-menu .brand-panel{background:#ffffff1f;color:currentColor}.brand-panel-button{width:100%;min-height:34px;padding:0 10px;color:inherit;background:transparent;border:0;border-radius:0;cursor:pointer;font-size:12px;font-weight:850;text-align:left;text-transform:uppercase}.brand-panel-button:hover{background:#ffffff2e}.distributors-glass{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;overflow-y:auto;padding:84px 20px 32px;color:#ffffffeb;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.18),transparent 34%),#3e5b7e2e;opacity:0;pointer-events:none;transition:opacity .26s var(--ease);backdrop-filter:blur(22px) saturate(1.18);-webkit-backdrop-filter:blur(22px) saturate(1.18)}body.distributors-open .distributors-glass{opacity:1!important;pointer-events:auto!important}.distributors-glass:target{opacity:1!important;pointer-events:auto!important}.distributors-glass__inner{position:relative;width:min(860px,calc(100vw - 40px));padding:clamp(24px,4vw,46px);background:linear-gradient(135deg,#ffffff42,#ffffff1a),#d2e4f42e;border:1px solid rgba(255,255,255,.34);box-shadow:0 34px 90px #101c2a38,inset 0 1px #ffffff3d;transform:translateY(16px) scale(.985);opacity:0;transition:transform .42s var(--snap),opacity .32s var(--ease)}body.distributors-open .distributors-glass__inner{transform:translateY(0) scale(1);opacity:1!important}.distributors-glass:target .distributors-glass__inner{transform:translateY(0) scale(1);opacity:1!important}.glass-close{position:absolute;top:clamp(24px,5vw,58px);right:clamp(24px,5vw,72px);z-index:2;display:grid;width:42px;height:42px;place-items:center;color:#ffffffeb;background:#ffffff14;border:1px solid rgba(255,255,255,.34);cursor:pointer;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.glass-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.glass-kicker,.glass-copy,.distributors-glass h2{margin:0}.glass-kicker{font-size:12px;font-weight:850;opacity:.68;text-transform:uppercase}.distributors-glass h2{margin-top:10px;font-size:clamp(56px,10vw,118px);line-height:.78;letter-spacing:0}.glass-copy{width:min(560px,100%);margin-top:18px;color:#ffffffc2;font-size:clamp(15px,1.5vw,18px);font-weight:700;line-height:1.65}.distributors-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-top:clamp(28px,4vw,42px)}.distributor-logo-card{display:grid;gap:10px;min-height:170px;padding:18px;color:inherit;background:#ffffff1a;border:1px solid rgba(255,255,255,.26);place-items:center;text-align:center;transition:transform .28s var(--snap),background .22s var(--ease),border-color .22s var(--ease)}.distributor-logo-card:hover{transform:translateY(-4px);background:#ffffff29;border-color:#ffffff75}.distributor-logo{display:grid;width:82px;aspect-ratio:1;place-items:center;overflow:hidden;color:#121820c2;background:#ffffffd1;border-radius:50%;font-size:24px;font-weight:900}.distributor-logo img{width:100%;height:100%;object-fit:cover}.distributor-name{font-size:14px;font-weight:900;text-transform:uppercase}.distributor-region{color:#ffffff9e;font-size:12px;font-weight:800;text-transform:uppercase}@media(max-width:940px){.brand-menu .brand-panel{left:auto;right:0;transform:none}.distributors-glass{align-items:start;padding-top:96px}.glass-close{top:24px;right:20px}.distributors-list{grid-template-columns:1fr}}:root{--font-ui: "Space Grotesk", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;--ease: cubic-bezier(.2, .8, .2, 1);--snap: cubic-bezier(.16, 1, .3, 1);--hachi-blue: #6f97c8;--hachi-ink: rgba(18, 24, 32, .78);--hachi-white: rgba(255, 255, 255, .92)}body{font-family:var(--font-ui);font-weight:700;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.site-header{font-family:var(--font-ui)}body:not(.stage-entered) .site-header{opacity:0;transform:translateY(-10px)}body.stage-entered .site-header{opacity:1;transform:translateY(0);transition:opacity .52s var(--ease),transform .72s var(--snap)}.brand-link,.mode-button,.nav-button{opacity:.84;transition:opacity .22s var(--ease),transform .26s var(--snap)}.brand-link:hover,.mode-button:hover,.nav-button:hover{opacity:1;transform:translateY(-1px)}body.template-index{--stage-color: var(--hachi-blue)}.template-index .home-shell{background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.13),transparent 30%),var(--stage-color)}.template-index .product-stack{--home-product-size: min(600px, calc(100vw - 260px) , calc(100svh - 230px) )}.template-index .stage-card{background:transparent;box-shadow:0 30px 80px #121c2a2e,0 12px 28px #121c2a1a;transition:transform .62s var(--snap),opacity .46s var(--ease),filter .46s var(--ease)}.template-index .stage-card:not(.is-active){filter:saturate(.96) brightness(1.03)}.template-index .stage-card__visual{overflow:hidden;background:#e3eff980;box-shadow:inset 0 0 0 1px #ffffff2e,0 20px 52px #121c2a29}.template-index .stage-card--has-image .stage-card__top,.template-index .stage-card--has-image .stage-card__meta{display:none}.template-index .stage-card--has-image .stage-card__visual img{width:100%;height:100%;object-fit:contain;transform:scale(1);transition:transform .9s var(--snap)}.template-index .stage-card--has-image.is-active:hover .stage-card__visual img{transform:scale(1.018)}.template-index .social-button{border-width:1.5px;opacity:.7;transition:opacity .22s var(--ease),transform .26s var(--snap)}.template-index .social-button:hover{opacity:1;transform:translateY(-2px)}.template-index .next-item{opacity:.72;transition:opacity .22s var(--ease),transform .26s var(--snap)}.template-index .next-item:hover{opacity:1;transform:translate(4px)}body.template-index.grid-mode .product-stage{padding-top:142px}body.template-index.grid-mode .product-stack{grid-template-columns:repeat(auto-fit,minmax(220px,260px));gap:20px}body.template-index.grid-mode .stage-card{background:#e0ecf757;box-shadow:0 22px 60px #121c2a24}body.template-index.grid-mode .stage-card__visual{box-shadow:none}body.template-product,body.template-page,body.template-404{--page: var(--hachi-blue);--ink: var(--hachi-ink);background:radial-gradient(circle at 22% 26%,rgba(255,255,255,.12),transparent 32%),radial-gradient(circle at 76% 70%,rgba(18,28,42,.08),transparent 34%),var(--page)}body:not(.template-index) .site-header{padding-top:clamp(48px,5.4vw,76px);color:var(--hachi-ink)}body.template-cart .site-header{color:#ffffffdb}.hachi-product-page{min-height:100svh;grid-template-columns:minmax(420px,.96fr) minmax(330px,.54fr);gap:clamp(38px,6vw,92px);align-items:center}.product-art-card{width:min(700px,calc(100svh - 190px),100%);opacity:0;transform:translateY(18px) scale(.985);animation:hachiSoftIn .82s var(--snap) 80ms forwards}.hachi-product-page .product-media{background:#deecf86b;box-shadow:0 30px 86px #141e2a2e,0 12px 28px #141e2a1a}.hachi-product-page .product-info{opacity:0;transform:translateY(16px);animation:hachiSoftIn .76s var(--snap) .18s forwards}.hachi-product-page .home-kicker,.cart-heading p,.summary-kicker,.hachi-content-page .home-kicker{letter-spacing:0;opacity:.62}.hachi-product-page .product-info h1{color:var(--hachi-ink);font-size:clamp(42px,4.1vw,74px);line-height:.9}.hachi-product-page .product-description{font-size:15px;opacity:.64}.hachi-product-page .product-purchase,.cart-summary,.cart-empty,.page-body-inner{background:#ffffff1a;border:1px solid rgba(255,255,255,.28);box-shadow:none}.hachi-product-page .quantity-row input,.hachi-product-page .quantity-button,.variant-select-label select,.cart-qty input,.cart-summary .action-button,.cart-summary .checkout-button,.continue-link{border-width:1.5px}.hachi-product-page .add-button{background:#11161ddb;transition:opacity .22s var(--ease),transform .26s var(--snap)}.hachi-product-page .add-button:not(:disabled):hover{transform:translateY(-1px)}body.template-cart{background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.08),transparent 30%),radial-gradient(circle at 78% 76%,rgba(80,116,160,.18),transparent 34%),#101010}.cart-heading h1,.page-heading h1{letter-spacing:0}.cart-empty,.cart-item,.cart-summary{opacity:0;transform:translateY(18px);animation:hachiSoftIn .76s var(--snap) .1s forwards}.page-body-inner{color:var(--hachi-ink)}@keyframes hachiSoftIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:940px){.template-index .product-stack{--home-product-size: min( calc(100vw - 48px) , calc(100svh - 260px) , 390px)}body.template-index.grid-mode .product-stack{grid-template-columns:repeat(auto-fit,minmax(142px,1fr));gap:14px}.hachi-product-page{gap:28px}.hachi-product-page .product-info h1{font-size:clamp(36px,10vw,54px)}}:root{--radius: 5px;--r5: 5px}.template-index .stage-card,.template-index .stage-card__visual,.template-index .stage-card__visual img,.hachi-product-page .product-media,.hachi-product-page .product-media img,.product-thumb,.cart-thumb,.cart-thumb img,.icon-button,.mode-button,.nav-button,.action-button,.quantity-button,.add-button,.checkout-button,.continue-link,.arrow-button,.next-item,.social-button,.field-label select,.field-label input,.variant-select-label select,.quantity-row input,.cart-qty input,.remove-button,.brand-panel,.brand-panel-button,.localization-panel,.glass-close,.distributor-logo-card,.cart-summary,.cart-empty,.page-body-inner,.hachi-product-page .product-purchase,.distributors-glass__inner{border-radius:var(--r5)!important}.distributors-glass__inner{overflow:hidden}.product-distributor{display:grid;gap:12px;margin-top:14px;padding:16px;color:var(--ink);background:#ffffff1f;border:1.5px solid rgba(255,255,255,.28);border-radius:var(--r5)!important;box-shadow:none}.product-distributor__top,.product-distributor__card{display:flex;align-items:center}.product-distributor__top{justify-content:space-between;gap:12px}.product-distributor__kicker,.product-distributor__country,.product-distributor__region,.product-distributor__note{font-size:11px;font-weight:850;line-height:1.25;text-transform:uppercase}.product-distributor__kicker{opacity:.58}.product-distributor__country{max-width:42%;overflow:hidden;opacity:.78;text-align:right;text-overflow:ellipsis;white-space:nowrap}.product-distributor__card{gap:12px;min-height:70px;padding:10px;color:inherit;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.28);border-radius:var(--r5)!important;transition:transform .26s var(--snap),background .22s var(--ease),border-color .22s var(--ease)}.product-distributor__card:hover{transform:translateY(-1px);background:#ffffff2e;border-color:#ffffff75}.product-distributor__logo{display:grid;flex:0 0 48px;width:48px;aspect-ratio:1;place-items:center;overflow:hidden;color:#121820c7;background:#ffffffd1;border-radius:50%;font-size:13px;font-weight:900}.product-distributor__logo img{width:100%;height:100%;object-fit:cover}.product-distributor__text{display:grid;min-width:0;gap:3px}.product-distributor__name{overflow:hidden;font-size:14px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-distributor__region{opacity:.6}.product-distributor__arrow{display:grid;width:28px;height:28px;margin-left:auto;place-items:center;opacity:.72}.product-distributor__arrow svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-distributor__note{margin:0;opacity:.58;text-transform:none}:root{--hachi-shadow-soft: 0 22px 48px rgba(18, 28, 42, .16);--hachi-shadow-subtle: 0 12px 26px rgba(18, 28, 42, .1);--hachi-panel-soft: rgba(255, 255, 255, .14)}.distributors-glass[hidden]{display:none!important}.template-index .home-shell{background:radial-gradient(circle at 50% 52%,rgba(255,255,255,.1),transparent 28%),var(--stage-color)}.template-index .product-stage,.template-index .product-stack,.template-index .stage-card,.template-index .stage-card__visual,.hachi-product-page,.product-art-card,.hachi-product-page .product-media,.hachi-product-page .product-info{backface-visibility:hidden}.template-index .product-stage{contain:layout paint}.template-index .product-stack{--home-product-size: min( clamp(500px, 41.5vw, 900px), calc(100svh - clamp(190px, 15svh, 320px)) , calc(100vw - clamp(64px, 18vw, 620px)) )}.template-index .site-header{z-index:90}.template-index .brand-link,.template-index .mode-button,.template-index .nav-button{opacity:.96;font-size:13px;text-shadow:0 1px 14px rgba(24,32,42,.24)}.template-index .stage-card{box-shadow:var(--hachi-shadow-soft),var(--hachi-shadow-subtle);will-change:transform,opacity;transition:transform .72s var(--snap),opacity .46s var(--ease),filter .46s var(--ease)}.template-index .stage-card__visual{background:#e6eff86b;box-shadow:inset 0 0 0 1px #ffffff24,0 16px 38px #121c2a1f}.template-index .stage-card--has-image .stage-card__visual img{transform:translateZ(0);will-change:transform}.template-index .social-button,.template-index .next-item,.mode-button,.nav-button,.icon-button,.brand-panel-button,.distributor-logo-card,.product-distributor__card,.add-button,.checkout-button,.quantity-button{-webkit-tap-highlight-color:transparent}.template-index .social-button{background:#ffffff0d;border-color:#20242a57;opacity:.76}.template-index .next-item{opacity:.68}.hachi-product-page{width:min(1240px,calc(100vw - 112px));grid-template-columns:minmax(400px,.95fr) minmax(350px,.62fr);gap:clamp(42px,5.2vw,78px)}.product-art-card{width:min(650px,calc(100svh - 210px),100%)}.hachi-product-page .product-media{box-shadow:0 24px 58px #141e2a24,0 10px 22px #141e2a14}.hachi-product-page .product-info{max-width:480px}.hachi-product-page .product-info h1{font-size:clamp(40px,3.75vw,64px);line-height:.92}.hachi-product-page .product-description{max-width:62ch;opacity:.7}.hachi-product-page .product-purchase,.product-distributor,.product-distributor__card,.cart-summary,.cart-empty,.page-body-inner{background:var(--hachi-panel-soft);border-color:#ffffff3d}.localization-panel,.brand-menu .brand-panel{box-shadow:0 18px 44px #121c2a24}.localization-panel .field-label:has(select[name=country_code]){display:none!important}@media(max-width:940px){.template-index .product-stack{--home-product-size: min( calc(100vw - 44px) , calc(100svh - 220px) , 400px)}.hachi-product-page{width:min(100vw - 36px,760px);grid-template-columns:1fr;gap:26px;align-items:start;min-height:auto;padding-top:112px;padding-bottom:40px}.product-art-card,.hachi-product-page .product-info{max-width:100%;width:100%}.product-art-card{justify-self:center;width:min(100%,520px)}.hachi-product-page .product-media{width:100%;min-height:0}.hachi-product-page .product-purchase,.product-distributor{width:100%}}@media(max-width:520px){.template-index .site-header{padding-top:calc(22px + env(safe-area-inset-top));padding-right:calc(14px + env(safe-area-inset-right));padding-left:calc(14px + env(safe-area-inset-left))}.template-index .product-stack{--home-product-size: min( calc(100vw - 42px) , calc(100svh - 220px) , 360px)}.template-index .social-links{left:calc(14px + env(safe-area-inset-left));bottom:calc(18px + env(safe-area-inset-bottom))}.template-index .next-item{right:calc(14px + env(safe-area-inset-right));bottom:calc(12px + env(safe-area-inset-bottom))}.template-index .mode-tabs{bottom:calc(20px + env(safe-area-inset-bottom))}}@media(min-width:941px)and (max-width:1120px){.hachi-product-page{width:min(100vw - 48px,1040px);grid-template-columns:minmax(0,.94fr) minmax(310px,.72fr);gap:32px}.product-art-card{width:min(560px,calc(100svh - 200px),100%)}.hachi-product-page .product-info h1{font-size:clamp(36px,4.8vw,52px)}}@media(min-width:1800px){.template-index .site-header{padding-top:clamp(76px,5vh,116px);padding-right:clamp(80px,5vw,180px);padding-left:clamp(80px,5vw,180px)}.template-index .brand-link,.template-index .mode-button,.template-index .nav-button{font-size:14px}.template-index .social-links{left:clamp(80px,5vw,180px);bottom:clamp(48px,4.4vh,96px)}.template-index .next-item{right:clamp(80px,5vw,180px);bottom:clamp(42px,4vh,88px)}body.template-index.grid-mode .product-stage{padding-top:clamp(160px,9vh,220px);padding-right:clamp(100px,7vw,260px);padding-left:clamp(100px,7vw,260px)}body.template-index.grid-mode .product-stack{width:min(1680px,100%);grid-template-columns:repeat(auto-fit,minmax(260px,320px));gap:24px}.hachi-product-page{width:min(1540px,calc(100vw - 180px));grid-template-columns:minmax(600px,.94fr) minmax(420px,.56fr);gap:clamp(72px,5vw,120px)}.product-art-card{width:min(780px,calc(100svh - 240px),100%)}.hachi-product-page .product-info{max-width:540px}}@media(min-width:3000px){.template-index .product-stack{--home-product-size: min( clamp(900px, 26vw, 1000px), calc(100svh - 380px) , calc(100vw - 900px) )}.template-index .site-header{padding-right:clamp(140px,5vw,240px);padding-left:clamp(140px,5vw,240px)}.template-index .brand-link,.template-index .mode-button,.template-index .nav-button{font-size:14px}.template-index .social-links{left:clamp(140px,5vw,240px)}.template-index .next-item{right:clamp(140px,5vw,240px)}body.template-index.grid-mode .product-stack{width:min(2100px,100%);grid-template-columns:repeat(auto-fit,minmax(320px,380px));gap:30px}.hachi-product-page{width:min(1840px,calc(100vw - 320px))}.product-art-card{width:min(920px,calc(100svh - 340px),100%)}.hachi-product-page .product-info h1{font-size:clamp(58px,2.2vw,82px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}body:not(.stage-entered) .site-header,.product-art-card,.hachi-product-page .product-info,.cart-empty,.cart-item,.cart-summary{opacity:1!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/hachiware-framework.css.map */
