
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.content{width:min(100% - 40px,1280px);margin-inline:auto}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid #e2e8f0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}.header-inner{width:min(100% - 40px,1280px);height:74px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:38px;height:38px;border-radius:7px;background:#0f172a;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.brand strong{display:block;font-size:15px;letter-spacing:.04em}.brand small{display:block;margin-top:3px;color:#64748b;font-size:11px;letter-spacing:.17em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:7px;padding:0 18px;font-size:14px;font-weight:700}.button-dark{background:#0f172a;color:#fff}.button-dark:hover{background:#334155}.button-outline{width:100%;border:1px solid #cbd5e1;background:#fff}.button-outline:hover{border-color:#64748b}.hero{border-bottom:1px solid #e2e8f0;background:#fff}.hero .content{padding-block:92px}.kicker{margin:0;color:#d97706;font-size:12px;font-weight:800;letter-spacing:.22em}.kicker.muted{color:#64748b}.hero h1{max-width:850px;margin:22px 0;font-size:clamp(42px,5.4vw,74px);line-height:1.02;letter-spacing:-.045em}.hero p:last-child{max-width:690px;margin:0;color:#475569;font-size:19px;line-height:1.65}.catalog{padding-block:66px}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;padding-bottom:34px;border-bottom:1px solid #e2e8f0}.catalog-heading h2{margin:10px 0 0;font-size:32px;letter-spacing:-.03em}.filters{display:flex;gap:12px}.filters input,.filters select{width:280px;height:50px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;padding:0 16px;font:inherit;color:#0f172a;outline:none}.filters input:focus,.filters select:focus{border-color:#475569}.result-count{margin:22px 0;color:#64748b;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:11px;background:#fff;box-shadow:0 2px 10px rgba(15,23,42,.035)}.product-image-link{display:block;overflow:hidden;background:#f1f5f9}.product-image-link img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}.product-card:hover .product-image-link img{transform:scale(1.02)}.product-card-body{padding:20px}.eyebrow-row{display:flex;justify-content:space-between;gap:12px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.product-card h3{min-height:52px;margin:12px 0;font-size:19px;line-height:1.35}.price-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.price-row strong{font-size:23px}.price-row span{color:#64748b;font-size:13px}.empty-message{text-align:center;padding:80px 0;color:#64748b}.site-footer{margin-top:60px;border-top:1px solid #e2e8f0;background:#fff}.footer-inner{width:min(100% - 40px,1280px);margin:auto;padding:30px 0;display:flex;justify-content:space-between;gap:24px;color:#64748b;font-size:14px}.footer-inner p{margin:0 0 5px}.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:14px}.footer-links a{font-weight:650;color:#334155}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.detail{padding-block:48px}.back-link{color:#475569;font-size:14px;font-weight:650}.detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:56px;margin-top:30px}.main-image,.additional-images img{width:100%;aspect-ratio:4/3;border-radius:10px;background:#f1f5f9;object-fit:cover}.additional-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.product-info h1{margin:14px 0 8px;font-size:42px;line-height:1.1;letter-spacing:-.035em}.product-id{margin:0;color:#64748b;font-size:14px}.detail-price{display:flex;justify-content:space-between;gap:24px;margin-top:30px;padding:22px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.detail-price div:last-child{text-align:right}.detail-price span{display:block;color:#64748b;font-size:14px}.detail-price strong{display:block;margin-top:6px;font-size:28px}.detail-price div:last-child strong{font-size:16px}.description{margin:28px 0;color:#475569;font-size:16px;line-height:1.75}.specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:0;padding:24px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.specs .wide{grid-column:1/-1}.specs dt{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.specs dd{margin:7px 0 0;font-size:14px;font-weight:650}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span{border-radius:999px;background:#f1f5f9;padding:6px 11px;font-size:12px;color:#334155}.inquiry{width:100%;margin-top:28px}.back-link:hover,.product-card h3 a:hover{color:#d97706}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-heading{align-items:stretch;flex-direction:column}.filters{width:100%}.filters label{flex:1}.filters input,.filters select{width:100%}.detail-grid{grid-template-columns:1fr;gap:36px}}@media(max-width:620px){.content,.header-inner,.footer-inner{width:min(100% - 28px,1280px)}.header-inner{height:68px}.brand small{display:none}.hero .content{padding-block:58px}.hero h1{font-size:41px}.hero p:last-child{font-size:16px}.catalog{padding-block:42px}.filters{flex-direction:column}.product-grid{grid-template-columns:1fr;gap:18px}.catalog-heading h2{font-size:28px}.footer-inner{flex-direction:column}.footer-links{justify-content:flex-start}.detail{padding-block:30px}.detail-grid{margin-top:22px}.product-info h1{font-size:34px}.specs{grid-template-columns:1fr}.specs .wide{grid-column:auto}}
