:root {
  --color-primary: #ea2804;
  --color-primary-deep: #c01f00;
  --color-on-primary: #ffffff;
  --color-ink: #202020;
  --color-body: #3a3a3a;
  --color-charcoal: #575757;
  --color-mute: #646464;
  --color-ash: #8d8d8d;
  --color-stone: #bbbbbb;
  --color-on-dark: #fcfcfc;
  --color-on-dark-mute: rgba(252,252,252,0.72);
  --color-canvas: #f9f7f3;
  --color-surface-bone: #f3f0e8;
  --color-surface-card: #ffffff;
  --color-surface-dark: #202020;
  --color-surface-deep: #000000;
  --color-hairline: rgba(32,32,32,0.12);
  --color-hairline-strong: #202020;
  --color-divider-dark: rgba(255,255,255,0.2);
  --color-hero-warm: #ea2804;
  --color-hero-glow: #ff6a3d;
  --color-hero-pink: #f4a8a0;
  --color-badge-success: #2b9a66;
  --color-link: #ea2804;
  --color-ring-focus: rgba(59,130,246,0.5);
  --rounded-none: 0px;
  --rounded-xs: 4px;
  --rounded-sm: 6px;
  --rounded-md: 10px;
  --rounded-lg: 16px;
  --rounded-full: 9999px;
  --space-xxs: 2px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-xxxl: 48px;
  --space-section: 96px;
  --space-band: 160px;
  --font-display: "rb-freigeist-neue", "Bricolage Grotesque", system-ui, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "basier-square", Geist, Inter, system-ui, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: "jetbrains-mono", "JetBrains Mono", ui-monospace, system-ui, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-body); color: #3a3a3a; background: #f9f7f3; line-height: 1.5; }
a { color: #ea2804; text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.header { background: #f9f7f3; padding: 12px 0; border-bottom: 1px solid rgba(32,32,32,0.12); }
.header-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.logo { font-family: var(--font-display); font-weight: 700; color: #202020; font-size: 20px; }
.logo:hover { text-decoration: none; color: #202020; }
.search { flex: 1; min-width: 200px; display: flex; }
.search input { flex: 1; padding: 12px 20px; border: 1px solid rgba(32,32,32,0.12); border-right: 0; border-radius: 9999px 0 0 9999px; font: inherit; background: #fff; height: 44px; }
.search button { padding: 0 20px; border: 0; background: #ea2804; color: #fff; font: inherit; font-weight: 600; cursor: pointer; border-radius: 0 9999px 9999px 0; }
.links { display: flex; gap: 12px; font-size: 13px; }
.links a { color: #202020; font-weight: 600; }
.nav { background: #f9f7f3; }
.nav-inner { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 24px 16px; }
.nav a { background: #fff; color: #202020; font-size: 14px; font-weight: 600; border-radius: 9999px; padding: 6px 14px; }
.nav a.on { background: #202020; color: #fff; }
.hero { padding: 24px 0; }
.ph { background: #f3f0e8; color: #8d8d8d; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.banner { height: 200px; border-radius: 16px; background: radial-gradient(ellipse at 20% 0%, #ff6a3d, #ea2804); color: #fff; }
.section { padding: 32px 0; }
.section h2 { font-family: var(--font-display); font-size: 30px; font-weight: 600; letter-spacing: -0.5px; margin: 0 0 16px; color: #202020; }
.cats { display: flex; flex-wrap: wrap; gap: 8px; }
.cats a { background: #fff; border: 1px solid rgba(32,32,32,0.12); padding: 6px 14px; color: #202020; font-size: 12px; border-radius: 9999px; }
.cats a:hover { text-decoration: none; background: #202020; color: #fff; }
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.item { background: #fff; border-radius: 10px; padding: 16px; color: #202020; border: 1px solid rgba(32,32,32,0.12); }
.item:hover { text-decoration: none; }
.item .ph { height: 140px; margin-bottom: 8px; border-radius: 10px; }
.item h3 { margin: 0 0 4px; font-size: 14px; font-weight: 600; }
.price { color: #202020; font-weight: 600; }
.sub { color: #646464; font-size: 12px; }
.layout { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 24px 0; }
.side a { display: block; padding: 8px 0; color: #202020; border-bottom: 1px solid rgba(32,32,32,0.12); font-size: 14px; font-weight: 600; }
.side a.on { color: #ea2804; }
.detail { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 24px 0; }
.detail .ph { height: 320px; border-radius: 16px; }
.detail h1 { font-family: var(--font-display); font-size: 30px; font-weight: 600; letter-spacing: -0.5px; margin: 0 0 8px; color: #202020; }
.sku { color: #646464; font-size: 13px; }
.spec { list-style: none; margin: 0 0 16px; padding: 0; font-size: 14px; }
.spec li { padding: 8px 0; border-bottom: 1px solid rgba(32,32,32,0.12); }
.btn { display: inline-block; padding: 12px 24px; border: 0; background: #ea2804; color: #fff; font: inherit; font-weight: 600; cursor: pointer; margin-right: 8px; border-radius: 9999px; }
.btn:hover { text-decoration: none; color: #fff; background: #c01f00; }
.btn-line { background: #fff; color: #202020; border: 1px solid #202020; }
.btn-line:hover { color: #202020; }
table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; border-radius: 16px; overflow: hidden; }
th, td { border-bottom: 1px solid rgba(32,32,32,0.12); padding: 12px 8px; text-align: left; }
.qty { width: 48px; padding: 4px; border-radius: 9999px; border: 1px solid rgba(32,32,32,0.12); }
.user-list { list-style: none; margin: 0; padding: 0; }
.user-list li { background: #fff; border-radius: 16px; padding: 16px; margin-bottom: 8px; }
.footer { background: #000; color: rgba(252,252,252,0.72); padding: 48px 0; font-size: 13px; }
.footer p { margin: 0 0 4px; }
@media (max-width: 800px) { .products { grid-template-columns: repeat(2, 1fr); } .layout, .detail { grid-template-columns: 1fr; } }

.ph { overflow: hidden; }
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
