html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { overflow-x: clip; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold, #cda450); outline-offset: 5px; }
.shop-home-link { color: var(--gold, #cda450); font-size: 12px; border: 1px solid #cda45066; padding: 9px 13px; white-space: nowrap; }
#shop-header.is-scrolled, #shop-header:has(.shop-mobile-menu:not([hidden])) { background: #15120df5; backdrop-filter: blur(12px); border-bottom: 1px solid #cda45033; }
.shop-mobile-menu { padding: 0 24px 20px; background: #15120d; }
.shop-mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid #cda45022; font-size: 14px; }
.shop-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1200px; margin: 0 auto; align-items: start; }
.shop-product { min-width: 0; border: 1px solid #cda45040; background: var(--card, #1d1913); overflow: hidden; transition: border-color .2s; }
.shop-product:hover { border-color: #cda45088; }
.product-image-link { display: block; background: #0d0d0c; }
.product-image { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.product-body { padding: 24px; }
.product-category { color: var(--gold, #cda450); font-size: 11px; letter-spacing: .12em; margin-bottom: 10px; }
.product-body h3 { font-family: 'Shippori Mincho', serif; font-weight: 600; font-size: 20px; line-height: 1.65; min-height: 3.3em; overflow-wrap: anywhere; }
.product-image-note { font-size: 11px; color: #b8ae9b; line-height: 1.8; margin: 12px 0 20px; min-height: 3.6em; }
.product-contents { border-top: 1px solid #cda45030; padding-top: 16px; }
.product-contents > p { color: #d7b469; font-size: 12px; margin-bottom: 8px; letter-spacing: .2em; }
.product-contents ul { list-style: none; padding: 0; font-size: 14px; line-height: 1.9; min-height: 5.7em; }
.product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin-top: 22px; }
.product-price strong { color: #e8c77f; font-size: 30px; font-weight: 700; line-height: 1.2; }
.product-price strong span { font-size: 16px; margin-left: 4px; }
.product-price > span { font-size: 12px; color: #c8bea9; white-space: nowrap; }
.product-gallery { margin-top: 22px; border-top: 1px solid #cda45030; padding-top: 15px; }
.product-gallery summary { color: #d7b469; font-size: 12px; cursor: pointer; }
.product-thumbnails { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.product-thumbnails img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #0d0d0c; }
.catalog-note { max-width: 1200px; margin: 30px auto 0; color: #b8ae9b; font-size: 12px; line-height: 2; }
@media (max-width: 1100px) and (min-width: 768px) { #shop-header nav:first-of-type { gap: 15px; } #shop-header nav:first-of-type a { font-size: 12px; } .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 768px) { .shop-mobile-menu { display: none !important; } }
@media (max-width: 767px) { .shop-product-grid { grid-template-columns: 1fr; max-width: 480px; gap: 28px; } .product-body { padding: 22px; } .product-body h3, .product-image-note, .product-contents ul { min-height: 0; } .product-body h3 { font-size: 20px; } .catalog-note { max-width: 480px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
