:root { color: #17212b; background: #f5f7f8; font-family: Arial, sans-serif; } * { box-sizing: border-box; } body { margin: 0; } a { color: #075c95; } .site-header { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 0 max(20px, calc((100% - 1160px) / 2)); background: #fff; border-bottom: 3px solid #e21836; gap: 20px; } .wordmark { color: #0c5f97; font-size: 28px; font-weight: 800; letter-spacing: 0; text-decoration: none; } nav { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; } nav a { font-weight: 700; text-decoration: none; } .catalog-intro, .catalog-shell, .detail-shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; } .catalog-intro { padding: 32px 0 20px; } h1, h2, h3, p { margin-top: 0; } h1 { font-size: 32px; margin-bottom: 16px; } h2 { font-size: 21px; } h3 { font-size: 18px; margin-bottom: 8px; } .section-copy { max-width: 760px; color: #4b5a66; line-height: 1.6; } .search-form, .catalog-filters { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; max-width: 760px; } .catalog-filters label:first-child { grid-column: 1 / -1; } .catalog-filters label { display: grid; gap: 5px; font-size: 14px; font-weight: 700; } input, select, button { min-height: 42px; padding: 9px 11px; border: 1px solid #9caab5; border-radius: 3px; font: inherit; } button, .sales-action { border: 1px solid #075c95; background: #075c95; color: #fff; cursor: pointer; font-weight: 700; text-decoration: none; } .catalog-shell { padding: 8px 0 44px; } .content-stack { display: grid; gap: 18px; } .content-panel { border: 1px solid #cbd5dc; background: #fff; padding: 20px; } .public-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; } .public-form label { display: grid; gap: 7px; min-width: 0; color: #334550; font-size: 14px; font-weight: 700; } .public-form input, .public-form textarea { width: 100%; min-width: 0; } .public-form textarea { min-height: 140px; padding: 11px; border: 1px solid #9caab5; border-radius: 3px; font: inherit; line-height: 1.5; resize: vertical; } .public-form .form-full, .public-form button { grid-column: 1 / -1; } .public-form button { justify-self: start; } .public-form .honeypot { display: none; } .section-headline { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 18px; } .section-headline p { margin-bottom: 0; color: #5a6873; line-height: 1.6; } .two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } .stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .stat-card { border: 1px solid #d7e0e6; background: #f9fbfc; padding: 16px; } .stat-card strong { display: block; font-size: 28px; color: #0c5f97; } .stat-card span { color: #5a6873; font-size: 14px; } .tag-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } .tag-card { display: grid; gap: 6px; border: 1px solid #d7e0e6; background: #f9fbfc; padding: 16px; text-decoration: none; color: inherit; min-height: 96px; } .tag-card strong { color: #0c5f97; } .tag-card span, .pill, .resource-list span { color: #5a6873; font-size: 14px; } .pill { display: inline-flex; min-height: 32px; padding: 0 12px; align-items: center; border: 1px solid #cbd5dc; background: #f5f7f8; font-weight: 700; } .resource-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; } .resource-list li { display: grid; gap: 4px; padding: 12px 0; border-top: 1px solid #dfe6eb; } .resource-list li:first-child { border-top: 0; padding-top: 0; } .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } .product-card { min-width: 0; border: 1px solid #cbd5dc; background: #fff; } .product-card-link { display: grid; height: 100%; color: inherit; text-decoration: none; } .product-card img, .image-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e4ebef; } .image-placeholder { display: grid; place-items: center; color: #527186; font-size: 21px; font-weight: 700; } .product-card-link > div { padding: 15px; } .product-brand, .product-sku, .result-count { color: #5a6873; font-size: 13px; } .product-brand { color: #0c5f97; font-weight: 700; text-transform: uppercase; } .empty-state { grid-column: 1 / -1; padding: 28px 0; color: #5a6873; } .pagination { display: flex; gap: 8px; margin-top: 24px; } .pagination a { min-width: 36px; padding: 8px; border: 1px solid #9caab5; text-align: center; text-decoration: none; } .pagination a[aria-current] { background: #075c95; color: #fff; } .detail-shell { padding: 26px 0 48px; } .back-link { display: inline-block; margin-bottom: 18px; } .detail-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 36px; align-items: start; } .main-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e4ebef; } .detail-placeholder { aspect-ratio: 4 / 3; } .gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 8px; } .gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; } .lead { font-size: 18px; line-height: 1.5; } .sales-action { display: inline-block; padding: 11px 16px; } .detail-section { margin-top: 32px; padding-top: 22px; border-top: 1px solid #cbd5dc; line-height: 1.55; } dl { display: grid; grid-template-columns: minmax(130px, 220px) 1fr; gap: 8px 16px; } dt { font-weight: 700; } dd { margin: 0; } footer { padding: 22px; background: #17212b; color: #fff; text-align: center; font-size: 14px; } @media (max-width: 760px) { .site-header { padding-inline: 16px; align-items: flex-start; padding-top: 12px; padding-bottom: 12px; } .catalog-intro, .catalog-shell, .detail-shell { width: min(100% - 20px, 1160px); } .catalog-intro { padding-top: 20px; } h1 { font-size: 27px; } .product-grid, .detail-grid, .tag-list, .two-column, .stat-grid, .public-form { grid-template-columns: 1fr; } .search-form, .catalog-filters { grid-template-columns: 1fr; } .catalog-filters label:first-child { grid-column: auto; } .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); } .section-headline { display: grid; } dl { grid-template-columns: 1fr; gap: 3px; } dd { margin-bottom: 10px; } }
