:root { --sp-ink: var(--ink); --sp-muted: var(--ink-soft); --sp-line: var(--line); --sp-blue: var(--brand); --sp-bg: var(--surface-alt); }
* { box-sizing: border-box; }
body { margin: 0; color: var(--sp-ink); background: var(--sp-bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
.sp-header { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; background: var(--surface); border-bottom: 1px solid var(--sp-line); }
.sp-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--sp-ink); font-size: 18px; font-weight: 800; text-decoration: none; }
.sp-brand img { width: 30px; height: 30px; border-radius: var(--radius-sm); }
.sp-back { color: var(--sp-blue); font-size: 14px; font-weight: 700; text-decoration: none; }
.sp-main { max-width: 1120px; margin: 0 auto; padding: 72px 24px 96px; }
.sp-hero { padding: 0 0 24px; }
.sp-eyebrow { color: var(--sp-muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 12px 0 12px; font-size: clamp(36px, 6vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.sp-hero p { margin: 0; max-width: 560px; color: var(--sp-muted); font-size: 18px; line-height: 1.55; }
.sp-details { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--sp-line); color: var(--sp-ink); font-size: 14px; }
.sp-details a { color: var(--sp-blue); font-weight: 700; text-decoration: none; }.sp-details a:hover { text-decoration: underline; }
.sp-detail-label { display: block; margin-bottom: 6px; color: var(--sp-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.sp-detail-sep { color: var(--sp-muted); }
.sp-company-details { margin-top: 0; border-bottom: 1px solid var(--sp-line); }
.sp-company-row { display: grid; grid-template-columns: minmax(150px, 24%) 1fr; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--sp-line); font-size: 15px; }
.sp-company-row:last-child { border-bottom: 0; }.sp-company-row span { color: var(--sp-muted); }.sp-company-row strong { font-weight: 600; }
.sp-company-row a { color: inherit; text-decoration: none; }.sp-company-row a:hover, .sp-company-row a:focus-visible { color: inherit; text-decoration: none; }
.sp-section { padding-top: 48px; }
.sp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
h2 { margin: 8px 0 0; font-size: 28px; letter-spacing: -.025em; }
.sp-count { color: var(--sp-muted); font-size: 14px; white-space: nowrap; }
.sp-category { margin-top: 38px; }.sp-category-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--sp-line); }.sp-category-head h3 { margin: 0; font-size: 20px; }.sp-category-head span { color: var(--sp-muted); font-size: 13px; }
.sp-product-list { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid var(--sp-line); }
.sp-product-list li { padding: 15px 0; border-bottom: 1px solid var(--sp-line); color: var(--sp-ink); font-size: 16px; line-height: 1.35; }
.sp-product-list li:last-child { border-bottom: 0; }
.sp-primary { align-self: flex-start; margin-top: 20px; color: var(--sp-blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.sp-primary { display: inline-flex; padding: 12px 16px; color: var(--surface); background: var(--sp-blue); border-radius: var(--radius-md); }
.sp-empty { padding: 80px 0; text-align: center; }.sp-empty p, .sp-muted { color: var(--sp-muted); }
.sp-loading { color: var(--sp-muted); }
@media (max-width: 680px) { .sp-header { padding: 0 20px; }.sp-back { font-size: 13px; }.sp-main { padding: 48px 20px 72px; }.sp-details { display: block; }.sp-details > div + div { margin-top: 16px; }.sp-company-row { grid-template-columns: 1fr; gap: 5px; }.sp-section-head { align-items: start; flex-direction: column; gap: 10px; } }
