.tpl-account .admin-orders-head,.tpl-account .admin-orders-row{grid-template-columns:.7fr 1.7fr .95fr .8fr auto}.tpl-account .admin-order-actions{display:inline-flex;gap:14px;white-space:nowrap}.tpl-account .admin-order-actions a{color:var(--bordeaux);font-weight:600}.tpl-account .admin-order-actions a:hover{color:var(--bordeaux-dark);text-decoration:underline}.tpl-account .admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;flex-wrap:wrap}.tpl-account .admin-tabs{display:flex;gap:5px;background:#fff;border-radius:50px;padding:5px;box-shadow:var(--shadow)}.tpl-account .admin-tab{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:50px;font-size:12.5px;font-weight:600;color:var(--text-muted);background:none;cursor:pointer;transition:background .18s ease,color .18s ease}.tpl-account .admin-tab:hover{color:var(--text)}.tpl-account .admin-tab.active{background:var(--bordeaux);color:#fff;box-shadow:0 4px 12px rgba(78,24,39,.25)}.tpl-account .admin-tab-count{min-width:20px;height:20px;padding:0 6px;border-radius:50px;background:var(--bg-card);color:var(--bordeaux);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.tpl-account .admin-tab.active .admin-tab-count{background:rgba(255,255,255,.22);color:#fff}.tpl-account .admin-search{flex:1 1;min-width:200px;max-width:320px;padding:11px 16px;border:1.5px solid var(--border);border-radius:50px;font-size:13.5px;font-family:inherit;background:#fff;transition:border-color .15s ease}.tpl-account .admin-search:focus{outline:none;border-color:var(--bordeaux)}.tpl-account .admin-top-list{display:flex;flex-direction:column}.tpl-account .admin-top-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--border)}.tpl-account .admin-top-row:last-child{border-bottom:none}.tpl-account .admin-top-rank{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--bg-card);color:var(--bordeaux);font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.tpl-account .admin-top-img{flex-shrink:0;width:44px;height:44px;border-radius:10px;background-color:var(--bg-card);background-size:cover;background-position:50%}.tpl-account .admin-top-title{flex:1 1;min-width:0;font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-account .admin-top-meta{flex-shrink:0;font-size:12.5px;color:var(--text-muted);text-align:right}.tpl-account .admin-top-meta strong{color:var(--text)}.tpl-account .diag-list{display:flex;flex-direction:column}.tpl-account .diag-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.tpl-account .diag-row:last-child{border-bottom:none}.tpl-account .diag-row-info{display:flex;flex-direction:column;gap:3px;min-width:0}.tpl-account .diag-row-info strong{font-size:14px}.tpl-account .diag-row-info span{font-size:12.5px;color:var(--text-muted)}.tpl-account .diag-pill{flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.4px;padding:5px 12px;border-radius:50px;white-space:nowrap}.tpl-account .diag-pill.ok{background:var(--success-bg);color:var(--success)}.tpl-account .diag-pill.off{background:var(--error-bg);color:var(--error)}.tpl-account .diag-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px}.tpl-account .diag-field{display:flex;flex-direction:column;gap:3px;background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.tpl-account .diag-field-label{font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--text-muted)}.tpl-account .diag-field-value{font-size:13.5px;word-break:break-word}.tpl-account .diag-note{margin-top:14px;font-size:12px;color:var(--text-muted)}.tpl-account .catalog-list{display:flex;flex-direction:column}.tpl-account .catalog-row{display:grid;grid-template-columns:48px 1fr auto auto auto;align-items:center;grid-gap:14px;gap:14px;padding:12px 0;border-bottom:1px solid var(--border)}.tpl-account .catalog-row:last-child{border-bottom:none}.tpl-account .catalog-thumb{width:48px;height:48px;border-radius:10px;background-color:var(--bg-card);background-size:cover;background-position:50%}.tpl-account .catalog-info{display:flex;flex-direction:column;gap:2px;min-width:0}.tpl-account .catalog-info strong{font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-account .catalog-info span{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-account .catalog-price{font-weight:700;font-size:13.5px;white-space:nowrap}.tpl-account .catalog-toggle{font-size:11px;font-weight:700;letter-spacing:.4px;padding:5px 12px;border-radius:50px;border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.tpl-account .catalog-toggle.on{background:var(--success-bg);color:var(--success)}.tpl-account .catalog-toggle.off{background:var(--error-bg);color:var(--error)}.tpl-account .catalog-toggle:disabled{opacity:.5;cursor:wait}.tpl-account .catalog-actions{display:inline-flex;gap:6px}.tpl-account .catalog-actions button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1.5px solid var(--border);background:#fff;color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.tpl-account .catalog-actions button svg{width:15px;height:15px}.tpl-account .catalog-actions button:hover{border-color:var(--bordeaux);color:var(--bordeaux)}.tpl-account .catalog-actions .catalog-del:hover{border-color:var(--error);color:var(--error);background:var(--error-bg)}.tpl-account .catalog-form{border:1.5px solid var(--bordeaux)}.tpl-account .catalog-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.tpl-account .catalog-field{display:flex;flex-direction:column;gap:5px}.tpl-account .catalog-field-wide{grid-column:1/-1}.tpl-account .catalog-field>span{font-size:12px;font-weight:600;color:var(--text)}.tpl-account .catalog-field input,.tpl-account .catalog-field textarea,.tpl-account .catalog-image-row input{width:100%;padding:10px 13px;border:1.5px solid var(--border);border-radius:10px;font-size:13.5px;font-family:inherit;background:var(--bg-soft);transition:border-color .15s,background .15s}.tpl-account .catalog-field input:focus,.tpl-account .catalog-field textarea:focus,.tpl-account .catalog-image-row input:focus{outline:none;border-color:var(--bordeaux);background:#fff}.tpl-account .catalog-field textarea{resize:vertical}.tpl-account .catalog-subsection{margin-top:18px}.tpl-account .catalog-sub-label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.tpl-account .catalog-image-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.tpl-account .catalog-image-del{flex-shrink:0;width:34px;height:34px;border-radius:8px;border:1.5px solid var(--border);background:#fff;color:var(--text-muted);cursor:pointer}.tpl-account .catalog-image-del:hover{border-color:var(--error);color:var(--error)}.tpl-account .catalog-add-image{font-size:12.5px;font-weight:600;color:var(--bordeaux);background:none;cursor:pointer;padding:4px 0}.tpl-account .catalog-collections{display:flex;flex-wrap:wrap;gap:8px}.tpl-account .catalog-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:50px;border:1.5px solid var(--border);font-size:12.5px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.tpl-account .catalog-chip.on{border-color:var(--bordeaux);color:var(--bordeaux);background:var(--bg-soft)}.tpl-account .catalog-chip input{accent-color:var(--bordeaux)}.tpl-account .catalog-form-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border);flex-wrap:wrap}.tpl-account .catalog-flags{display:flex;gap:18px;flex-wrap:wrap}.tpl-account .catalog-flag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;cursor:pointer}.tpl-account .catalog-flag input{accent-color:var(--bordeaux)}.tpl-account .catalog-form-buttons{display:flex;gap:10px}.tpl-account .catalog-btn-cancel{padding:11px 20px;border-radius:50px;border:1.5px solid var(--border);background:#fff;font-size:12.5px;font-weight:700;color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s}.tpl-account .catalog-btn-cancel:hover{border-color:var(--text);color:var(--text)}.tpl-account .account-main .admin-msg{max-width:100%}@media (max-width:640px){.tpl-account .catalog-form-grid{grid-template-columns:1fr}.tpl-account .catalog-row{grid-template-columns:40px 1fr auto;gap:10px}.tpl-account .catalog-price{grid-column:2;justify-self:start;font-size:12.5px}.tpl-account .catalog-toggle{grid-column:3;grid-row:1}.tpl-account .catalog-actions{grid-column:3}.tpl-account .admin-toolbar{flex-direction:column;align-items:stretch}.tpl-account .admin-tabs{justify-content:space-between}.tpl-account .admin-search{max-width:none}.tpl-account .admin-orders-head{display:none}.tpl-account .admin-orders-row{grid-template-columns:1fr auto;row-gap:4px}.tpl-account .admin-orders-row .order-num{grid-column:1}.tpl-account .admin-orders-row .order-date{grid-column:1/-1}.tpl-account .admin-orders-row .order-total{grid-column:2;grid-row:1;justify-self:end}.tpl-account .admin-orders-row .admin-order-actions{grid-column:1/-1;justify-self:start}}.hp-add{background:none;border:none;color:var(--bordeaux);font-weight:600;cursor:pointer}.hp-add:hover{text-decoration:underline}.hp-slides{flex-direction:column}.hp-slide,.hp-slides{display:flex;gap:18px}.hp-slide{border:1px solid var(--border);border-radius:14px;padding:16px;background:var(--bg-soft,#faf6f7)}.hp-slide-media{flex:0 0 220px;display:flex;flex-direction:column;gap:10px}.hp-slide-fields{flex:1 1 auto;min-width:0}.hp-slide-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hp-slide-actions{display:flex;gap:6px}.hp-slide-actions button{border:1px solid var(--border);background:#fff;border-radius:8px;padding:4px 10px;font-size:13px;color:var(--text);cursor:pointer;line-height:1}.hp-slide-actions button:hover:not(:disabled){border-color:var(--bordeaux);color:var(--bordeaux)}.hp-slide-actions button:disabled{opacity:.4;cursor:not-allowed}.hp-slide-actions .hp-del:hover{border-color:#b3261e;color:#b3261e}.hp-preview{width:100%;aspect-ratio:16/9;border-radius:10px;background:#ece3e6 50%/cover no-repeat;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.hp-preview-square{aspect-ratio:1/1}.hp-preview-empty{color:var(--text-muted);font-size:13px}.hp-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--bordeaux);color:#fff;border-radius:10px;padding:9px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;text-align:center}.hp-upload-btn:hover{background:var(--bordeaux-dark)}.hp-univ-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.hp-univ-card{display:flex;flex-direction:column;gap:8px;align-items:stretch;border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--bg-soft,#faf6f7)}.hp-univ-label{font-weight:700;letter-spacing:.5px;text-align:center;color:var(--bordeaux-dark)}.form-group textarea{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:10px;font-family:inherit;font-size:14px;background:#fff;resize:vertical}.form-group textarea:focus{outline:none;border-color:var(--bordeaux)}.hp-save-bar{position:-webkit-sticky;position:sticky;bottom:0;background:linear-gradient(0deg,#fff 60%,transparent);padding:16px 0 4px;margin-top:8px}.hp-save-bar .form-submit{max-width:320px}@media(max-width:768px){.hp-slide{flex-direction:column}.hp-slide-media{flex-basis:auto}.hp-univ-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hp-univ-grid{grid-template-columns:1fr}}:root{--v3-ink:#160810;--v3-ink-2:#1a0a11;--v3-night:#1a1517;--v3-bordeaux:#4a1626;--v3-bordeaux-2:#6e1e33;--v3-bordeaux-soft:#561527;--v3-cream:#fbf8f7;--v3-cream-2:#f4eeec;--v3-surface:#ffffff;--v3-text:#1a1517;--v3-muted:#9a8a8e;--v3-muted-2:#6a585c;--v3-rose:#b07a86;--v3-rose-light:#e9b6c0;--v3-line:#ece1df;--v3-line-2:#f2ebe9;--v3-shadow-card:0 32px 56px -30px rgba(74,22,38,.4);--v3-shadow-soft:0 26px 60px -46px rgba(74,22,38,.4);--v3-radius:20px;--v3-radius-lg:24px;--v3-ease:cubic-bezier(.16,1,.3,1);--v3-shell:min(1280px,100% - 48px);--bordeaux:#4a1626;--bordeaux-dark:#2c0e1a;--bordeaux-light:#6e1e33;--bg-soft:#fbf8f7;--bg-card:#f4eeec;--text:#1a1517;--text-muted:#9a8a8e;--border:#ece1df;--shadow:0 18px 40px -30px rgba(74,22,38,.35);--shadow-hover:var(--v3-shadow-card)}body{font-family:Hanken Grotesk,system-ui,-apple-system,sans-serif;background:var(--v3-cream);color:var(--v3-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.v3-jp{font-family:Shippori Mincho,"Noto Serif JP",serif;font-weight:500}.v3-shell{width:var(--v3-shell);margin-inline:auto}::selection{background:var(--v3-bordeaux);color:#fff}*{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid rgba(110,30,51,.6);outline-offset:3px;border-radius:2px}@keyframes tsk-float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes tsk-bob{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(7px);opacity:1}}[data-reveal]{will-change:opacity,transform}.v3-revealed{opacity:1!important;transform:none!important}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.v3-announce{background:var(--v3-ink-2);color:#c99ca6}.v3-announce-inner{width:var(--v3-shell);margin-inline:auto;min-height:38px;display:flex;align-items:center;justify-content:center;gap:22px;font-size:12px;font-weight:500;letter-spacing:.06em;padding:5px 0}.v3-announce-msg{text-align:center}.v3-announce-links{display:inline-flex;align-items:center;gap:14px}.v3-announce-links a{color:#c99ca6;transition:color .2s ease}.v3-announce-links a:hover{color:#fff}.v3-announce-sep{opacity:.5}.v3-announce-socials{display:inline-flex;gap:12px}.v3-announce-socials a{color:#c99ca6;transition:color .2s ease}.v3-announce-socials a:hover{color:#fff}@media (max-width:860px){.v3-announce-links{display:none}.v3-announce-inner{letter-spacing:.04em}}.v3-header{position:-webkit-sticky;position:sticky;top:0;z-index:200;padding:14px 0;pointer-events:none}.v3-headbar{position:relative;pointer-events:auto;width:var(--v3-shell);margin-inline:auto;height:70px;display:flex;align-items:center;gap:28px;padding:0;border-radius:0;overflow:hidden;background:transparent;border:1px solid transparent;box-shadow:0 0 0 rgba(0,0,0,0);-webkit-backdrop-filter:blur(0) saturate(100%);backdrop-filter:blur(0) saturate(100%);transition:width .6s var(--v3-ease),padding .6s var(--v3-ease),border-radius .6s var(--v3-ease),background .5s ease,border-color .5s ease,box-shadow .5s ease,backdrop-filter .5s ease,-webkit-backdrop-filter .5s ease}.v3-sheen{position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;z-index:0;transition:opacity .5s ease;background:radial-gradient(58% 90% at 12% -25%,rgba(255,255,255,.22),rgba(255,255,255,0) 60%),linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,0) 52%);box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -14px 26px -18px rgba(0,0,0,.4)}.v3-header.is-scrolled .v3-headbar{width:min(1180px,100% - 32px);padding:0 18px 0 26px;border-radius:28px}.v3-header.is-scrolled .v3-sheen{opacity:1}.v3-header.is-dark .v3-headbar{color:#fff}.v3-header.is-dark.is-scrolled .v3-headbar{background:rgba(22,12,16,.55);border-color:rgba(255,255,255,.16);box-shadow:0 18px 46px -14px rgba(0,0,0,.55);-webkit-backdrop-filter:blur(22px) saturate(185%);backdrop-filter:blur(22px) saturate(185%)}.v3-header.is-light .v3-headbar{color:var(--v3-text);background:rgba(255,255,255,.72);border-color:var(--v3-line);box-shadow:0 12px 30px -22px rgba(74,22,38,.45);-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);border-radius:22px;padding:0 18px 0 22px;width:min(1240px,100% - 40px)}.v3-header.is-light.is-scrolled .v3-headbar{background:rgba(255,255,255,.85)}.v3-brand{position:relative;z-index:1;display:flex;align-items:center;gap:11px;flex-shrink:0;text-decoration:none;color:inherit}.v3-brand-mark{width:42px;height:42px;object-fit:contain;display:block}.v3-brand-name{font-size:21px;font-weight:700;letter-spacing:.005em;color:inherit}.v3-nav{position:relative;z-index:1;flex:1 1;display:flex;justify-content:center;gap:32px}.v3-nav a{font-size:14.5px;font-weight:500;color:inherit;text-decoration:none;opacity:.92;transition:opacity .2s ease}.v3-nav a:hover{opacity:.58}.v3-nav a.is-active{font-weight:700;opacity:1}.v3-actions{position:relative;z-index:1;flex-shrink:0;gap:6px}.v3-actions,.v3-iconbtn{display:flex;align-items:center}.v3-iconbtn{width:40px;height:40px;border-radius:50%;justify-content:center;color:inherit;background:transparent;cursor:pointer;text-decoration:none;transition:background .25s ease,transform .25s var(--v3-ease)}.v3-header.is-dark .v3-iconbtn:hover{background:rgba(127,90,100,.18)}.v3-header.is-light .v3-iconbtn:hover{background:rgba(110,30,51,.08)}.v3-iconbtn:active{transform:scale(.92)}.v3-fav{position:relative}.v3-fav-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;font-size:9.5px;font-weight:700;line-height:1;display:flex;justify-content:center;box-shadow:0 0 0 2px rgba(22,12,16,.35)}.v3-cart,.v3-fav-badge{background:var(--v3-bordeaux-2);color:#fff;align-items:center}.v3-cart{position:relative;margin-left:6px;display:inline-flex;gap:9px;height:42px;padding:0 18px 0 16px;border-radius:980px;cursor:pointer;box-shadow:0 8px 22px -10px rgba(110,30,51,.9),inset 0 1px 0 rgba(255,255,255,.18);transition:background .25s ease,transform .25s var(--v3-ease)}.v3-cart:hover{background:var(--v3-bordeaux-soft);transform:translateY(-1px)}.v3-cart-label{font-size:13.5px;font-weight:600;letter-spacing:.01em}.v3-cart-badge{min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:rgba(255,255,255,.18);color:#fff;font-size:11px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center}.v3-burger,.v3-cart-mobile{display:none}.v3-search-panel{pointer-events:auto;width:min(720px,100% - 48px);margin:10px auto 0;background:#fff;border:1px solid var(--v3-line);border-radius:18px;box-shadow:0 30px 64px -28px rgba(74,22,38,.5);overflow:hidden;animation:v3-drop .35s var(--v3-ease)}@keyframes v3-drop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.v3-search-form{display:flex;align-items:center;gap:12px;padding:14px 18px}.v3-search-ic{color:var(--v3-bordeaux);display:flex}.v3-search-form input{flex:1 1;border:none;outline:none;background:transparent;font-family:inherit;font-size:16px;color:var(--v3-text)}.v3-search-close{width:30px;height:30px;border-radius:50%;background:var(--v3-cream-2);color:var(--v3-muted-2);font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.v3-search-close:hover{background:#ece1df}.v3-search-results{border-top:1px solid var(--v3-line-2);padding:8px}.v3-search-empty{padding:18px;color:var(--v3-muted);font-size:14px;text-align:center}.v3-search-item{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:12px;text-decoration:none;color:var(--v3-text);transition:background .18s ease}.v3-search-item:hover{background:var(--v3-cream)}.v3-search-thumb{width:44px;height:44px;border-radius:9px;flex-shrink:0;background:var(--v3-cream-2) center/cover no-repeat}.v3-search-name{font-size:14px;font-weight:600}.v3-search-all{display:block;padding:12px;text-align:center;color:var(--v3-bordeaux);font-size:13.5px;font-weight:700;text-decoration:none}@media (max-width:980px){.v3-header{padding:10px 0}.v3-headbar,.v3-header.is-light .v3-headbar{width:min(100% - 24px,1280px);height:60px;gap:12px;padding:0 14px;border-radius:18px;background:rgba(22,12,16,.55);border-color:rgba(255,255,255,.14);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);color:#fff}.v3-header.is-light .v3-headbar{background:rgba(255,255,255,.9);color:var(--v3-text);border-color:var(--v3-line)}.v3-header.is-light .v3-sheen,.v3-nav{display:none}.v3-brand{flex:1 1;justify-content:center}.v3-brand-name{font-size:18px}.v3-brand-mark{width:34px;height:34px}.v3-burger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:inherit;background:transparent;flex-shrink:0}.v3-burger svg{width:22px;height:22px}.v3-actions .v3-cart,.v3-actions .v3-iconbtn{display:none}.v3-cart-mobile{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:inherit;background:transparent;flex-shrink:0}.v3-cart-mobile svg{width:22px;height:22px}.v3-cart-mobile .v3-cart-badge{position:absolute;top:2px;right:2px;background:var(--v3-bordeaux-2);min-width:16px;height:16px;font-size:9.5px}}.features{background:var(--v3-cream);padding:clamp(8px,1vw,16px) 0 clamp(40px,5vw,64px);border:0}.features .container{width:var(--v3-shell);max-width:none;padding:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));background:#fff;border:1px solid var(--v3-line);border-radius:var(--v3-radius);box-shadow:0 30px 64px -44px rgba(74,22,38,.4);overflow:hidden;grid-gap:0;gap:0}.features .feature{display:flex;align-items:center;gap:14px;padding:clamp(22px,2.2vw,30px) clamp(18px,1.9vw,26px);border-right:1px solid var(--v3-line-2)}.features .feature:last-child{border-right:0}.features .feature-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0;background:linear-gradient(145deg,rgba(110,30,51,.11),rgba(110,30,51,.035));display:flex;align-items:center;justify-content:center;color:var(--v3-bordeaux-2)}.features .feature-icon svg{width:22px;height:22px}.features .feature-text strong{display:block;font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--v3-text);text-transform:none}.features .feature-text span{font-size:12.5px;line-height:1.45;color:var(--v3-muted)}@media (max-width:720px){.features .feature{border-right:0;border-bottom:1px solid var(--v3-line-2)}.features .feature:last-child{border-bottom:0}}.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--v3-line);border-radius:18px;overflow:hidden;transition:transform .5s var(--v3-ease),box-shadow .5s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--v3-shadow-card)}.product-img-link{display:block}.product-card .product-img{position:relative;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(157deg,#f2e7e3,#e3cbc9 56%,#d2aeb1)}.product-card .product-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s var(--v3-ease)}.product-card:hover .product-img img{transform:scale(1.05)}.product-card .product-fav{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--v3-bordeaux);background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(8px) saturate(160%);backdrop-filter:blur(8px) saturate(160%);box-shadow:0 4px 14px -4px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.6);transition:transform .3s var(--v3-ease),background .3s ease}.product-card .product-fav:hover{background:rgba(255,255,255,.96);transform:scale(1.08)}.product-card .product-fav svg{width:16px;height:16px}.product-card .product-fav.is-favorited svg path{fill:var(--v3-bordeaux-2);stroke:var(--v3-bordeaux-2)}.product-card .product-info{padding:15px 16px 17px;display:flex;flex-direction:column;flex:1 1}.product-brand{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--v3-rose);margin-bottom:6px}.product-card .product-title{font-size:14px;line-height:1.35;font-weight:600;letter-spacing:-.01em;color:var(--v3-text);margin:0}.product-card .product-title a{color:inherit;text-decoration:none}.product-card .product-title a:hover{color:var(--v3-bordeaux)}.product-card .product-bottom{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card .product-price{display:flex;align-items:baseline;gap:7px}.product-card .price-current{font-size:16px;font-weight:700;color:var(--v3-bordeaux);white-space:nowrap}.product-card .price-old{font-size:12.5px;color:var(--v3-muted);text-decoration:line-through}.product-card .product-add{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:var(--v3-night);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .3s var(--v3-ease)}.product-card .product-add svg{width:16px;height:16px}.product-card .product-add:hover{background:var(--v3-bordeaux);transform:scale(1.1)}.product-card .product-add.added{background:#2e7d32}.product-card .product-soldout{font-size:12px;font-weight:600;color:var(--v3-muted)}.product-carousel{position:relative}.product-carousel .carousel-track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:6px 2px 10px}.product-carousel .carousel-track::-webkit-scrollbar{display:none}.product-carousel .carousel-item{flex:0 0 clamp(230px,24vw,268px);scroll-snap-align:start}.product-carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border-radius:50%;border:1px solid var(--v3-line);background:#fff;color:var(--v3-bordeaux);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px -16px rgba(74,22,38,.5);transition:background .3s ease,color .3s ease,opacity .3s ease}.product-carousel .carousel-arrow:hover{background:var(--v3-bordeaux);color:#fff}.product-carousel .carousel-arrow.prev{left:-14px}.product-carousel .carousel-arrow.next{right:-14px}.product-carousel .carousel-arrow.is-disabled{opacity:0;pointer-events:none}@media (max-width:700px){.product-carousel .carousel-arrow{display:none}}.footer{position:relative;overflow:hidden;background:var(--v3-ink);color:#fff;margin-top:clamp(48px,6vw,80px)}.footer:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(110% 130% at 18% 0,#4a1729 0,#1a0a11 60%)}.footer>.container{position:relative;width:var(--v3-shell);max-width:none;padding:0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.4fr;grid-gap:clamp(28px,3vw,48px);gap:clamp(28px,3vw,48px);padding:clamp(48px,6vw,76px) 0 clamp(34px,4vw,48px)}.footer-about .footer-logo img{height:84px;width:auto}.footer-about p{margin-top:16px;max-width:260px;font-size:13.5px;line-height:1.7;color:rgba(255,255,255,.55)}.footer-socials{display:flex;gap:10px;margin-top:22px}.footer-socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8);transition:background .3s ease,color .3s ease}.footer-socials a:hover{background:rgba(255,255,255,.1);color:#fff}.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col a{font-size:14px;color:rgba(255,255,255,.78);text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer .newsletter h4{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:14px}.footer .newsletter p{font-size:13.5px;line-height:1.6;color:rgba(255,255,255,.55);margin-bottom:14px}.footer .newsletter-form{display:flex;gap:10px;flex-wrap:wrap}.footer .newsletter-form input{flex:1 1 180px;min-width:0;height:50px;padding:0 20px;border:1px solid rgba(255,255,255,.22);border-radius:980px;background:rgba(255,255,255,.05);color:#fff;font-family:inherit;font-size:14px;outline:none;transition:border-color .25s ease,background .25s ease}.footer .newsletter-form input::placeholder{color:rgba(255,255,255,.5)}.footer .newsletter-form input:focus{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.08)}.footer .newsletter-form button{height:50px;padding:0 26px;border-radius:980px;border:none;background:#fff;color:var(--v3-ink);font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .3s var(--v3-ease),background .25s ease}.footer .newsletter-form button:hover{transform:translateY(-2px)}.footer .newsletter-form button:disabled{opacity:.6;cursor:default;transform:none}.footer .newsletter>.contact-form>p{color:rgba(255,255,255,.6);font-size:13px;margin-top:10px}.footer-bottom{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px 0 40px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom span{font-size:12.5px;color:rgba(255,255,255,.45)}.footer .shopify-payment-icons{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.footer .shopify-payment-icons svg{height:24px;width:auto;opacity:.9}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer .newsletter,.footer-about{grid-column:1/-1}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr}}.tpl-home3{background:var(--v3-cream)}.tpl-home3 .h3-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(30px,4vw,52px);flex-wrap:wrap}.tpl-home3 .h3-eyebrow{display:flex;align-items:center;gap:11px;margin-bottom:13px;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--v3-rose)}.tpl-home3 .h3-eyebrow .v3-jp{font-size:15px;letter-spacing:0}.tpl-home3 .h3-title{margin:0;font-size:clamp(30px,3.6vw,46px);line-height:1.04;font-weight:700;letter-spacing:-.028em;color:var(--v3-text)}.tpl-home3 .h3-seeall{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:var(--v3-bordeaux);font-size:14.5px;font-weight:600;text-decoration:none;transition:gap .3s var(--v3-ease)}.tpl-home3 .h3-seeall:hover{gap:13px}.tpl-home3 .h3-section{padding:clamp(64px,9vw,124px) 0}.tpl-home3 .h3-section-alt{background:var(--v3-cream-2);overflow:hidden}.tpl-home3 .h3-btn-ghost,.tpl-home3 .h3-btn-light,.tpl-home3 .h3-btn-text{display:inline-flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer;font-size:15.5px;font-weight:600}.tpl-home3 .h3-btn-light{height:54px;padding:0 32px;border-radius:980px;background:#fff;color:var(--v3-ink);transition:transform .4s var(--v3-ease),box-shadow .4s ease}.tpl-home3 .h3-btn-light:hover{transform:translateY(-3px);box-shadow:0 22px 40px -16px rgba(0,0,0,.7)}.tpl-home3 .h3-btn-text{color:#fff;opacity:.92;transition:gap .35s ease}.tpl-home3 .h3-btn-text:hover{gap:15px}.tpl-home3 .h3-btn-ghost{height:52px;padding:0 30px;border-radius:980px;color:#fff;border:1px solid rgba(255,255,255,.35);transition:background .3s ease,gap .35s ease}.tpl-home3 .h3-btn-ghost:hover{background:rgba(255,255,255,.1);gap:15px}.tpl-home3 .h3-hero{position:relative;overflow:hidden;background:var(--v3-ink);color:#fff;margin-top:-98px;padding-top:98px}.tpl-home3 .h3-hero-bg{position:absolute;inset:0;background:radial-gradient(120% 110% at 76% 14%,#80293f 0,#4a1729 40%,#1a0a11 76%)}.tpl-home3 .h3-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,0) 26%,rgba(0,0,0,.42))}.tpl-home3 .h3-hero-grain{position:absolute;inset:0;opacity:.06;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.tpl-home3 .h3-hero-kanji{position:absolute;right:1%;top:-4%;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:clamp(280px,36vw,560px);color:rgba(255,255,255,.045)}.tpl-home3 .h3-hero-inner{position:relative;width:var(--v3-shell);margin-inline:auto;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:clamp(32px,5vw,72px);gap:clamp(32px,5vw,72px);align-items:center;min-height:min(86vh,800px);padding:clamp(50px,8vw,92px) 0 clamp(64px,8vw,100px)}.tpl-home3 .h3-hero-badge{display:inline-flex;align-items:center;gap:12px;padding:8px 16px 8px 14px;border:1px solid rgba(255,255,255,.18);border-radius:980px;background:rgba(255,255,255,.04);margin-bottom:clamp(20px,3vw,32px)}.tpl-home3 .h3-hero-badge .v3-jp{font-size:15px;color:var(--v3-rose-light)}.tpl-home3 .h3-hero-badge>span:last-child{font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.75)}.tpl-home3 .h3-hero-title{margin:0;font-size:clamp(44px,6.6vw,90px);line-height:.98;font-weight:700;letter-spacing:-.035em}.tpl-home3 .h3-hero-sub{margin:clamp(18px,2.6vw,28px) 0 0;max-width:430px;font-size:clamp(16px,1.3vw,18px);line-height:1.62;color:rgba(255,255,255,.74)}.tpl-home3 .h3-hero-cta{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:clamp(28px,3.6vw,40px)}.tpl-home3 .h3-hero-visual{position:relative;justify-self:center;width:100%;max-width:430px}.tpl-home3 .h3-hero-card{position:relative;display:block;width:100%;aspect-ratio:4/5;border-radius:26px;overflow:hidden;background:linear-gradient(158deg,#9a3550,#5a1e32 46%,#2c0e1a) 50%/cover;box-shadow:0 50px 90px -34px rgba(0,0,0,.8),inset 0 0 0 1px rgba(255,255,255,.09);animation:tsk-float 7.5s ease-in-out infinite}.tpl-home3 .h3-hero-card-kanji{position:absolute;right:14px;top:6px;font-size:150px;line-height:1;color:rgba(255,255,255,.08)}.tpl-home3 .h3-hero-pricecard{position:absolute;left:-22px;bottom:42px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:13px 17px;box-shadow:0 26px 50px -18px rgba(0,0,0,.6)}.tpl-home3 .h3-hero-pricecard-eyebrow{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a0727e}.tpl-home3 .h3-hero-pricecard-price{margin-top:3px;font-size:18px;font-weight:700;color:var(--v3-ink)}.tpl-home3 .h3-hero-scroll{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px}.tpl-home3 .h3-hero-scroll span:first-child{font-size:10.5px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.5)}.tpl-home3 .h3-hero-scroll-line{width:1px;height:30px;background:linear-gradient(180deg,rgba(255,255,255,.5),transparent);animation:tsk-bob 2.4s ease-in-out infinite}.tpl-home3 .h3-featured{display:flex;flex-wrap:wrap;gap:24px}.tpl-home3 .h3-featured-hero{flex:1.35 1 380px;position:relative;display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--v3-line);text-decoration:none;color:inherit;transition:transform .55s var(--v3-ease),box-shadow .55s ease}.tpl-home3 .h3-featured-hero:hover{transform:translateY(-6px);box-shadow:0 40px 70px -34px rgba(74,22,38,.4)}.tpl-home3 .h3-featured-hero-media{position:relative;height:clamp(300px,30vw,420px);background:linear-gradient(152deg,#1e0e14,#4a1a28 55%,#7a3145) 50%/cover}.tpl-home3 .h3-featured-tag{position:absolute;left:24px;top:24px;display:inline-flex;align-items:center;height:30px;padding:0 14px;border-radius:980px;background:rgba(255,255,255,.92);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--v3-bordeaux)}.tpl-home3 .h3-featured-hero-body{padding:clamp(22px,2.6vw,30px) clamp(24px,2.6vw,32px);display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.tpl-home3 .h3-featured-hero-body h3{margin:8px 0 0;font-size:clamp(20px,2vw,26px);line-height:1.2;font-weight:700;letter-spacing:-.02em;color:var(--v3-text);max-width:340px}.tpl-home3 .h3-featured-price{margin-top:14px;display:flex;align-items:baseline;gap:10px}.tpl-home3 .h3-featured-price span{font-size:22px;font-weight:700;color:var(--v3-bordeaux)}.tpl-home3 .h3-featured-price small{font-size:13px;color:var(--v3-muted)}.tpl-home3 .h3-featured-go{width:50px;height:50px;border-radius:50%;flex-shrink:0;background:var(--v3-bordeaux);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;transition:background .3s ease,transform .3s var(--v3-ease)}.tpl-home3 .h3-featured-hero:hover .h3-featured-go{background:var(--v3-bordeaux-2);transform:scale(1.08)}.tpl-home3 .h3-featured-grid{flex:1 1 320px;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media (max-width:620px){.tpl-home3 .h3-featured-grid{grid-template-columns:1fr 1fr;gap:16px}}.tpl-home3 .h3-univers{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.tpl-home3 .h3-univers-card{position:relative;height:clamp(340px,34vw,420px);border-radius:24px;overflow:hidden;text-decoration:none;color:#fff;transition:transform .55s var(--v3-ease),box-shadow .55s ease}.tpl-home3 .h3-univers-card:hover{transform:translateY(-6px);box-shadow:0 40px 70px -34px rgba(74,22,38,.45)}.tpl-home3 .h3-univers-media{position:absolute;inset:0;background:linear-gradient(165deg,#5a1a2c,#2c0e18) 50%/cover;transition:transform .8s var(--v3-ease)}.tpl-home3 .h3-univers-card:hover .h3-univers-media{transform:scale(1.05)}.tpl-home3 .h3-univers-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.6))}.tpl-home3 .h3-univers-kanji{position:absolute;right:14px;top:2px;font-size:clamp(108px,12vw,150px);line-height:1;color:rgba(255,255,255,.08);pointer-events:none}.tpl-home3 .h3-univers-num{position:absolute;left:26px;top:26px;font-size:13px;font-weight:600;letter-spacing:.18em;color:rgba(255,255,255,.55)}.tpl-home3 .h3-univers-body{position:absolute;left:26px;right:26px;bottom:26px}.tpl-home3 .h3-univers-name{font-size:clamp(24px,2.4vw,30px);font-weight:700;letter-spacing:-.02em}.tpl-home3 .h3-univers-desc{margin-top:8px;font-size:14px;line-height:1.55;color:rgba(255,255,255,.72);max-width:240px}.tpl-home3 .h3-univers-cta{margin-top:18px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.06em;transition:gap .35s ease}.tpl-home3 .h3-univers-card:hover .h3-univers-cta{gap:14px}.tpl-home3 .h3-brand{position:relative;overflow:hidden;background:var(--v3-ink);color:#fff;padding:clamp(64px,8vw,110px) 0}.tpl-home3 .h3-brand:before{content:"";position:absolute;inset:0;background:radial-gradient(110% 130% at 82% 0,#4a1729 0,#1a0a11 60%)}.tpl-home3 .h3-brand-kanji{position:absolute;left:-2%;top:50%;transform:translateY(-50%);font-size:clamp(120px,18vw,240px);line-height:1;color:rgba(255,255,255,.04);pointer-events:none}.tpl-home3 .h3-brand-inner{position:relative;max-width:620px}.tpl-home3 .h3-brand .h3-eyebrow{display:inline-flex;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--v3-rose-light);margin-bottom:14px}.tpl-home3 .h3-brand h2{margin:0;font-size:clamp(28px,3.4vw,44px);line-height:1.08;font-weight:700;letter-spacing:-.025em}.tpl-home3 .h3-brand p{margin:18px 0 28px;font-size:clamp(15px,1.2vw,17px);line-height:1.7;color:rgba(255,255,255,.68)}@media (max-width:900px){.tpl-home3 .h3-hero-inner{grid-template-columns:1fr;gap:40px;min-height:0;padding-bottom:64px}.tpl-home3 .h3-hero-visual{max-width:360px;order:-1}.tpl-home3 .h3-hero-scroll{display:none}.tpl-home3 .h3-featured-grid,.tpl-home3 .h3-featured-hero{flex:1 1 100%}}@media (max-width:480px){.tpl-home3 .h3-hero-cta{gap:16px}.tpl-home3 .h3-hero-pricecard{left:0}}