.products-hero-divider{width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--color-secondary),transparent);margin:0 auto}.empty-products{text-align:center;padding:4rem 1rem;color:var(--color-text-secondary)}.empty-products-decoration{font-size:2rem;color:var(--color-secondary);margin-top:1rem;font-family:Noto Sans JP,sans-serif}.products-grid-elegant{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:1rem 0;padding:0 .2rem}.product-card{max-width:40%;min-width:380px;flex:1 1 40%;margin-bottom:1.5rem}.product-card-elegant{background:#ffffff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 20px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.02);position:relative}.product-card-elegant:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.04)}.product-card-elegant:focus-visible{outline:3px solid var(--primary-color);outline-offset:4px;box-shadow:0 0 0 4px rgba(192,160,98,.35),0 12px 32px rgba(0,0,0,.08)}.product-card-elegant:focus-visible .product-image-overlay{opacity:1}.product-card{background-color:#fffef5;width:100%;max-width:490px;padding:15px;box-sizing:border-box;text-align:center;position:relative;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.05);border-radius:4px}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.card-inner-frame{border:1px solid #c5a065;padding:30px 20px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-radius:2px;box-sizing:border-box}.card-image img{max-width:100%;height:auto;display:block;margin-bottom:20px;mix-blend-mode:multiply}.card-title{margin:0 0 10px;color:#2c2c2c;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;line-height:1.2}.script-font{font-family:Playfair Display,cursive;font-weight:800;font-size:1.8rem;margin-right:5px}.asian-font{font-family:Noto Sans JP,sans-serif;font-weight:400;font-size:1.2rem}.card-desc{font-family:Montserrat,sans-serif;font-size:1rem;margin:0 0 25px;line-height:1.5;font-weight:300}.view-detail-btn{display:inline-block;text-decoration:none;color:#2c2c2c;font-family:Playfair Display,serif;font-size:.85rem;letter-spacing:.05em;padding:8px 24px;border:1px solid #c5a065;border-radius:50px;transition:all .3s ease;background-color:transparent}.view-detail-btn:hover{background-color:#c5a065;color:#ffffff;border-color:#c5a065}.product-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:.7;transition:opacity .3s ease}.product-card-elegant:hover .product-cta{opacity:1}.product-cta-text{font-size:.9rem;color:var(--color-primary);font-weight:500;letter-spacing:.03em}.product-cta-arrow{color:var(--color-primary);font-size:1rem;transition:transform .3s ease}.product-card-elegant:hover .product-cta-arrow{transform:translateX(4px)}.product-detail-page{min-height:100vh;background:linear-gradient(135deg,var(--color-background) 0,var(--color-surface-warm) 100%)}.product-detail-hero{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(109,60,24,.12));border-bottom:1px solid rgba(84,64,48,.35);padding:2rem 0 1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-secondary)}.product-detail-content{padding:3rem 0}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.product-image-section{position:-webkit-sticky;position:sticky;top:2rem}.product-detail-image-container{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.04);background:#ffffff}.product-detail-image{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-detail-image:hover{transform:scale(1.02)}.product-info-section{background:#ffffff;border-radius:16px;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.02)}.product-header{margin-bottom:2rem;text-align:center;border-bottom:1px solid rgba(84,64,48,.35);padding-bottom:2rem}.product-detail-title{font-size:2.2rem;font-weight:400;color:#2c3e50;margin:0 0 .5rem;letter-spacing:.02em;line-height:1.3}.product-subtitle{font-family:Noto Sans JP,sans-serif;font-size:1rem;color:var(--color-text-secondary);font-weight:300;letter-spacing:.1em}.product-detail-description{margin:2rem 0;font-size:1.1rem;line-height:1.8;color:#2c3e50;text-align:center}.product-pricing{background:linear-gradient(135deg,var(--color-surface-warm) 0,var(--color-background) 100%);border-radius:12px;padding:2rem;margin:2rem 0;text-align:center;border:1px solid rgba(84,64,48,.35)}.price-label{font-family:Noto Sans JP,sans-serif;font-size:.9rem;color:var(--color-secondary);margin-bottom:.5rem;letter-spacing:.05em}.price-value{font-size:2rem;font-weight:500;color:var(--color-primary);letter-spacing:.02em}.product-actions{text-align:center;margin:2.5rem 0}.order-button{display:inline-flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);color:white;text-decoration:none;padding:1.2rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:500;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 16px rgba(31,60,136,.3);letter-spacing:.02em}.order-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(31,60,136,.45)}.order-button-arrow{transition:transform .3s ease;font-size:1.2rem}.order-button:hover .order-button-arrow{transform:translateX(4px)}.order-note{margin:1rem 0 0;font-size:.85rem;color:var(--color-text-secondary);font-style:italic}.product-divider{width:80px;height:1px;background:linear-gradient(90deg,transparent,var(--color-secondary),transparent);margin:3rem auto}.product-details-section{text-align:center}.details-title{font-family:Noto Sans JP,sans-serif;font-size:1.3rem;font-weight:400;color:#2c3e50;margin:0 0 1.5rem;letter-spacing:.05em}.details-content{font-size:1rem;line-height:1.8;color:var(--color-text-secondary)}.details-content p{margin:0 0 1rem}.dev-logs-sidebar{margin-top:1rem}.dev-logs-compact{display:flex;flex-direction:column;gap:.5rem}.dev-log-compact{padding:.75rem 1rem;background:linear-gradient(135deg,var(--color-surface-warm) 0,var(--color-background) 100%);border-radius:8px;border-left:3px solid var(--color-primary);transition:all .2s ease;display:flex;flex-direction:row;gap:1rem}.dev-log-compact-date{font-size:.95rem;color:var(--color-primary);font-weight:600;margin-bottom:.3rem;letter-spacing:.02em}.dev-log-compact-text{font-size:1rem;font-family:var(--system-ui);color:var(--color-text);font-weight:400}@media (max-width:768px){.products-hero{padding:3rem 1rem 2rem}.products-hero-title{font-size:2.2rem}.products-hero-subtitle{font-size:1rem}.products-grid-elegant{grid-template-columns:1fr;gap:2rem;margin:2rem 0;padding:0 .5rem}.product-card-elegant{max-width:100%;border-radius:12px}.product-info-elegant{padding:1.5rem 1rem}.product-name-elegant{font-size:1.2rem}.product-description-elegant{font-size:.9rem;margin:0 0 1rem}.product-detail-layout{grid-template-columns:1fr;gap:2rem}.product-image-section{position:static}.product-info-section{padding:2rem 1.5rem}.product-detail-title{font-size:1.8rem}.product-subtitle{font-size:.9rem}.product-pricing{margin:1.5rem 0;padding:1.5rem}.price-value{font-size:1.6rem}.order-button{padding:1rem 2rem;font-size:1rem}.product-detail-content{padding:2rem 0}.breadcrumb{font-size:.8rem}.dev-logs-compact{gap:.6rem}.dev-log-compact{padding:.6rem .8rem}.dev-log-compact-date{font-size:.7rem}.dev-log-compact-text{font-size:.8rem;line-height:1.3}}