*{box-sizing:border-box}:root{color:#1f2937;background:#f6f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:14px;line-height:1.5;--page-width: 1500px;--ink: #1f2937;--muted: #6b7280;--soft: #f8fafc;--line: #e5e7eb;--panel: #ffffff;--accent: #2563eb;--accent-dark: #1d4ed8;--radius: 12px;--shadow: 0 1px 2px rgba(15, 23, 42, .05)}body{margin:0;min-height:100vh;background:#f6f7f9}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:#fff}.header-bar{display:flex;align-items:center;justify-content:space-between;width:min(var(--page-width),calc(100% - 32px));min-height:62px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700}.brand-mark{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#f9fafb;font-size:12px;font-weight:800}.brand-text{font-size:17px}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{padding:8px 12px;border-radius:8px;color:#4b5563;font-weight:600}.main-nav a:hover{color:var(--ink);background:#f3f4f6}.site-footer{display:flex;justify-content:space-between;gap:16px;width:min(var(--page-width),calc(100% - 32px));margin:40px auto 0;padding:22px 0 32px;color:var(--muted);border-top:1px solid var(--line);font-size:13px}.page{width:min(var(--page-width),calc(100% - 32px));min-height:calc(100vh - 156px);margin:0 auto;padding:22px 0 0}.hero-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:22px;align-items:stretch;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.hero-panel.search-only{display:flex;justify-content:center;padding:28px}.hero-panel.search-only .hero-search{width:min(760px,100%);margin-top:0}.hero-copy{display:flex;flex-direction:column;justify-content:center;max-width:680px}.eyebrow{display:inline-flex;align-items:center;width:fit-content;margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-copy h1{margin:0;color:var(--ink);font-size:clamp(28px,3.4vw,44px);line-height:1.12;letter-spacing:-.025em}.hero-copy p{max-width:560px;margin:12px 0 0;color:var(--muted);font-size:15px}.hero-search,.search-form{display:flex;width:min(100%,520px);margin-top:20px;border:1px solid #d1d5db;border-radius:10px;background:#fff;overflow:hidden}.hero-search input,.search-form input{flex:1;min-width:0;border:0;outline:0;padding:0 13px;color:var(--ink);background:transparent}.hero-search button,.search-form button{border:0;border-left:1px solid #d1d5db;padding:10px 18px;color:#fff;background:var(--accent);font-weight:700}.hero-search button:hover,.search-form button:hover{background:var(--accent-dark)}.hero-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.preview-tile{overflow:hidden;aspect-ratio:1 / 1;border:1px solid var(--line);border-radius:10px;background:#f3f4f6}.preview-tile img{width:100%;height:100%;object-fit:cover}.preview-tile:hover{border-color:#cbd5e1}.collection-strip,.product-section,.listing-panel,.search-hero{margin-top:18px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow)}.section-title,.listing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title h2,.listing-head h1,.search-hero h1{margin:0;color:var(--ink);font-size:clamp(22px,2.2vw,30px);line-height:1.15;letter-spacing:-.02em}.home-category-section .section-title{margin-bottom:12px}.home-category-section .section-title h2{font-size:clamp(16px,1.5vw,21px)}.home-category-section .section-title a{padding:6px 9px;font-size:12px}.section-title a{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--line);border-radius:8px;color:#374151;background:#fff;font-weight:650}.section-title a:hover{background:#f3f4f6}.collection-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}.collection-card{display:flex;flex-direction:column;gap:4px;min-height:86px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.collection-card strong{color:var(--ink);font-size:14px;line-height:1.3}.collection-card span{color:var(--muted);font-size:12px}.collection-card:hover,.collection-card.active{border-color:#9ca3af;background:#f9fafb}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}.product-grid-compact{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.product-grid-fixed{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card:hover{transform:translateY(-3px);border-color:#2563eb;box-shadow:0 10px 24px #0f172a24}.product-card:hover .product-image img{transform:scale(1.04)}.product-card:hover .product-info strong{color:var(--accent)}.product-image{display:block;overflow:hidden;aspect-ratio:1 / 1;background:#f3f4f6}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.product-info{display:flex;flex-direction:column;gap:6px;padding:12px}.product-grid-fixed .product-info{padding:8px}.product-grid-fixed .product-info strong{min-height:32px;font-size:12px;line-height:1.34}.product-info strong{display:-webkit-box;min-height:39px;overflow:hidden;color:var(--ink);font-size:14px;font-weight:650;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-info em{overflow:hidden;color:var(--muted);font-size:12px;font-style:normal;white-space:nowrap;text-overflow:ellipsis}.category-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px}.collection-sidebar{position:sticky;top:82px;align-self:start;max-height:calc(100vh - 104px);overflow:auto;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.sidebar-title{padding:10px 10px 8px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.collection-sidebar a{display:block;margin-top:3px;padding:9px 10px;border-radius:8px;color:#374151;font-weight:600}.collection-sidebar a:hover,.collection-sidebar a.active{color:var(--ink);background:#f3f4f6}.listing-head p,.search-hero p{margin:8px 0 0;color:var(--muted)}.filter-row{position:sticky;top:62px;z-index:20;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;max-height:132px;margin:0 0 16px;padding:12px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fffffff5;box-shadow:0 8px 24px #0f172a14}.filter-row.expanded{max-height:320px;overflow-y:auto}.filter-row button{min-width:0;border:1px solid var(--line);border-radius:999px;padding:7px 12px;color:#374151;background:#fff;font-weight:650;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.filter-row button.more-toggle{color:#fff;border-color:var(--accent);background:var(--accent)}.filter-row button.active,.filter-row button:hover{border-color:#9ca3af;background:#f3f4f6}.search-page .product-grid{margin-top:18px}.search-hero{padding:22px}.search-hero .search-form{margin-top:16px}.pagination-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px}.pagination-bar button,.pagination-ellipsis{min-width:40px;border:1px solid var(--line);border-radius:10px;padding:9px 12px;color:#374151;background:#fff;font-weight:700;text-align:center}.pagination-bar button:hover:not(:disabled),.pagination-bar button.active{border-color:var(--accent);color:#fff;background:var(--accent)}.pagination-bar button:disabled{cursor:not-allowed;color:#9ca3af;background:#f9fafb}.pagination-ellipsis{border-color:transparent;background:transparent}.empty-state{display:grid;gap:8px;min-height:160px;place-items:center;margin-top:16px;padding:24px;color:var(--muted);text-align:center;border:1px dashed #cbd5e1;border-radius:10px;background:#f9fafb}.empty-state strong{color:var(--ink);font-size:16px}.empty-state span{max-width:420px}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;color:var(--muted);font-size:13px}.breadcrumb a{color:#374151;font-weight:650}.breadcrumb a:hover{color:var(--accent)}.back-button{margin-bottom:14px;border:1px solid var(--line);border-radius:8px;padding:8px 12px;color:#374151;background:#fff;font-weight:650}.back-button:hover{background:#f3f4f6}.detail-shell{display:grid;grid-template-columns:minmax(0,760px) 360px;gap:22px;align-items:start;justify-content:center}.product-viewer{display:grid;width:min(100%,760px);gap:12px}.main-photo{overflow:hidden;width:100%;max-height:min(68vh,720px);aspect-ratio:4 / 5;border:1px solid var(--line);border-radius:var(--radius);padding:0;background:#fff}.main-photo img{width:100%;height:100%;object-fit:cover;background:#fff}.detail-thumb-placeholder{display:block;aspect-ratio:1 / 1;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,#eef2f7,#f8fafc 45%,#eef2f7);background-size:220% 100%;animation:shimmer 1.1s infinite linear}.thumbnail-shell{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:10px;align-items:center}.thumbnail-strip{display:flex;gap:8px;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:thin;padding:2px 0 8px}.thumbnail-strip button,.detail-thumb-placeholder{flex:0 0 clamp(56px,6vw,76px);width:clamp(56px,6vw,76px);overflow:hidden;aspect-ratio:1 / 1;border:2px solid transparent;border-radius:8px;padding:0;background:#f3f4f6}.thumbnail-nav{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:999px;color:#111827;background:#fff;box-shadow:var(--shadow);font-size:26px;font-weight:800;line-height:1}.thumbnail-nav:hover{border-color:var(--accent);color:#fff;background:var(--accent)}.thumbnail-strip button.active{border-color:var(--accent)}.thumbnail-strip img{width:100%;height:100%;object-fit:cover}.detail-card{position:sticky;top:82px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.detail-card h1{margin:0;color:var(--ink);font-size:24px;line-height:1.22;letter-spacing:-.02em}.detail-meta{display:grid;gap:12px;margin:18px 0 0}.detail-meta div{display:grid;gap:4px;padding-bottom:12px;border-bottom:1px solid var(--line)}.detail-meta dt{color:var(--muted);font-size:12px;font-weight:700}.detail-meta dd{margin:0;color:var(--ink);font-weight:500;line-height:1.45;word-break:break-word}.product-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.04em;text-transform:uppercase}.detail-link{display:inline-flex;justify-content:center;width:100%;margin-top:16px;padding:10px 14px;border-radius:10px;color:#fff;background:var(--accent);font-weight:700}.detail-link:hover{background:var(--accent-dark)}.related-section{margin-top:22px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.image-lightbox{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:28px;background:#0f172ad1}.image-lightbox img{max-width:min(96vw,1200px);max-height:90vh;border-radius:10px;background:#fff;object-fit:contain}.lightbox-close{position:fixed;top:18px;right:18px;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:8px 14px;color:#fff;background:#0f172aa3;font-weight:700}.skeleton-card{padding:0;pointer-events:none}.skeleton-card .product-image,.skeleton-line{background:linear-gradient(90deg,#eef2f7,#f8fafc 45%,#eef2f7);background-size:220% 100%;animation:shimmer 1.1s infinite linear}.skeleton-line{display:block;height:14px;margin:12px 12px 0;border-radius:999px}.skeleton-line.short{width:62%;margin-bottom:12px}@keyframes shimmer{to{background-position:-220% 0}}@media(max-width:960px){.hero-panel,.category-layout,.detail-shell{grid-template-columns:1fr}.hero-preview{max-width:440px}.collection-sidebar,.detail-card{position:static}}@media(max-width:680px){.thumbnail-shell{grid-template-columns:36px minmax(0,1fr) 36px;gap:7px}.thumbnail-nav{width:36px;height:36px;font-size:22px}.header-bar,.site-footer{flex-direction:column;align-items:flex-start}.header-bar{padding:12px 0}.main-nav{width:100%;justify-content:space-between}.main-nav a{padding:8px 10px}.hero-panel,.collection-strip,.product-section,.listing-panel,.search-hero{padding:16px}.hero-copy h1{font-size:30px}.hero-search,.search-form{flex-direction:column}.hero-search input,.search-form input{min-height:42px}.hero-search button,.search-form button{border-left:0;border-top:1px solid #d1d5db}.product-grid,.product-grid-compact,.product-grid-fixed{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-info{padding:10px}.page,.header-bar,.site-footer{width:min(100% - 22px,1200px)}}@media(max-width:430px){.product-grid,.product-grid-compact,.product-grid-fixed{grid-template-columns:1fr}}
