DS Audio HS-001 Headshell
HS-001 Solid head shell Redefining what a head shell can sound like HS-001 Solid head shell By minimizing contacts, increasing rigidity, and stabilizing the tonearm interface, the HS-001 achieves unprecedented sonic purity. Details A vertical pin structure achieves uniform pressure on electrical contacts Contact surface stabilized by spherical washer Conventional headshells have a connecting pin attached only to the upper side, causing uneven contact pressure between the tonearm and the headshell. However, the HS-001 Solid Headshell adopts an upper and lower pin structure, equalizing the pressure on the contacts and applying force evenly across the connection to the tonearm. Additionally, we use a special spherical headshell washer (developed by DS Audio) independently at the tonearm's contact point. This enables superior stability over the entire circumference of the contact point, providing improved resonance control. Machined Ultra Duraluminum DS Audio precision machines each HS-001 out of a solid billet of duralumin for the ultimate rigidity and resonance control. Hand-soldered Litz signal leads After extensive listening tests within the company, DS Audio selected a Japanese-made Litz wire. Further advances were realized by hand soldering this delicate lead wire to preserve signal integrity for optimal sound performance. (Lead wires and connector parts are also available unsoldered by dealer request.) /* --- PHẦN 1: TIÊU ĐỀ LỚN --- */ .product-title-section { width: 100%; max-width: 100vw; background-color: #2a2b2b; color: #ffffff; text-align: center; padding: 100px 20px 60px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 50; letter-spacing: 1px; animation: fadeIn 1.5s ease-in-out; } .product-title-section h1 { font-size: 5rem; margin-bottom: 20px; color: #ffffff; } .divider-line { width: 80%; border: none; border-top: 1px solid #8c8c8c; margin: 0 auto; opacity: 0.7; } /* --- PHẦN 2: ẢNH TOÀN MÀN HÌNH --- */ .product-full-image { position: relative; width: 100%; max-width: 100vw; overflow: hidden; background-color: #000; } .product-full-image img { width: 100%; height: auto; display: block; object-fit: cover; } /* --- CHỮ TRÊN ẢNH (KHÔNG NỀN) --- */ .overlay-text { position: absolute; top: 25%; /* vị trí gần phía trên ảnh */ left: 50%; transform: translateX(-50%); text-align: center; color: #ffffff; z-index: 2; } .overlay-text h2 { font-size: 5rem; font-weight: 300; letter-spacing: 1px; margin: 0; color: #ffffff; text-shadow: 0 2px 6px rgba(0,0,0,0.4); /* giúp chữ nổi trên ảnh sáng */ } /* --- HIỆU ỨNG MƯỢT --- */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* --- RESPONSIVE --- */ @media (max-width: 768px) { .product-title-section h1 { font-size: 2.2rem; } .overlay-text h2 { font-size: 1.6rem; } } /* ==== BỐ CỤC CHÍNH ==== */ .product-intro-dawn { width: 100%; height: 350px; /* ✨ Giảm chiều cao nền xuống */ background-color: #2a2b2b; /* nền tối sang trọng */ display: flex; flex-direction: column; align-items: center; justify-content: flex-start; /* đẩy nội dung lên trên */ text-align: center; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; padding-top: 100px; /* ✨ đẩy chữ xuống một khoảng vừa phải */ overflow: visible !important; } /* ==== ĐƯỜNG THẲNG Ở GIỮA ==== */ .product-intro-dawn::after { content: ""; position: absolute; top: 65%; /* ✨ chỉnh để nằm giữa nền */ left: 50%; transform: translate(-50%, -50%); width: 2px; height: 0px; /* ✨ độ dài vừa phải */ background-color: rgba(255, 255, 255, 0.8); z-index: 1; } /* ==== CHỮ ==== */ .intro-inner { position: relative; z-index: 5; } .intro-title { font-size: 3.8rem; font-weight: 400; letter-spacing: 2px; margin-bottom: 1rem; color: #ffffff; } .intro-subtitle { font-size: 2rem; font-weight: 300; color: #d0d0d0; letter-spacing: 1px; margin-bottom: 40px; } /* ==== HIỆU ỨNG FADE-IN ==== */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .product-intro-dawn .intro-title, .product-intro-dawn .intro-subtitle { animation: fadeInUp 1.5s ease-in-out; } /* ==== RESPONSIVE ==== */ @media (max-width: 768px) { .product-intro-dawn { height: 400px; padding-top: 100px; } .intro-title { font-size: 1.6rem; } .intro-subtitle { font-size: 0.9rem; } .product-intro-dawn::after { height: 180px; } } /* ==== KHỐI CHÍNH ==== */ .fullwidth-video-section { width: 100%; position: relative; overflow: hidden; background-color: #000; /* fallback nếu video chưa load */ margin: 0; padding: 0; } /* ==== VIDEO ==== */ .video-wrapper { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* tỷ lệ 16:9 */ overflow: hidden; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* ==== RESPONSIVE ==== */ @media (max-width: 768px) { .video-wrapper { padding-bottom: 56.25%; /* vẫn giữ tỷ lệ 16:9 */ } } /* Toàn khối */ .custom-feature-section { width: 100%; background-color: #8a8886; /* nền xám */ color: #e0dfde; padding: 80px 0; box-sizing: border-box; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Phần tiêu đề lớn (DETAIL) */ .feature-main-header { width: 100%; text-align: center; padding: 0 5%; margin-bottom: 60px; } .main-title { font-size: 32px; font-weight: 400; letter-spacing: 1px; color: #ffffff; margin-bottom: 10px; } .main-line { width: 100%; height: 2px; background-color: #c0bebc; opacity: 0.7; margin-top: 20px; } /* Container chính */ .feature-container { max-width: 1200px; margin: 0 auto; padding: 0 5%; } /* Tiêu đề phụ (Cartridge) */ .feature-header { text-align: left; margin-bottom: 40px; } .feature-subtitle { font-size: 22px; letter-spacing: 1px; color: #d0cecd; margin-bottom: 8px; } .feature-line { width: 260px; /* đường nhỏ */ height: 1px; background-color: #c9c7c5; opacity: 0.6; } /* Bố cục 2 cột */ .feature-content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 40px; } /* Ảnh */ .feature-image { flex: 1 1 45%; text-align: left; display: flex; justify-content: center; align-items: center; } .feature-image img { width: 100%; height: 400px; /* Đặt cùng chiều cao cho các hình */ object-fit: cover; /* Cắt cho đồng đều */ display: block; border-radius: 4px; } /* Text */ .feature-text { flex: 1 1 50%; text-align: left; } .feature-title { font-size: 18px; font-weight: 500; line-height: 1.6; color: #ffffff; margin-bottom: 20px; letter-spacing: 1px; text-align: left; } .feature-description { font-size: 14px; line-height: 1.8; color: #ffffff; } /* Responsive */ @media (max-width: 768px) { .feature-content { flex-direction: column; text-align: center; } .feature-image, .feature-text { text-align: center; } .main-title { font-size: 26px; } .main-line { width: 90%; margin: 20px auto; } .feature-header { text-align: center; } .feature-line { margin: 0 auto; } .feature-image img { height: 300px; /* giảm chiều cao hình khi mobile */ } } HS-001 Solid head shell Material Ultra duralumin Connector Aluminum Connector terminal Gold plated Lead terminal Gold plated External dimensions H21mm × W40mm × D55 mm (without connector) Weight Approximately 10.5 grams (without leads) Lead wire Litz wire 4Nφ 0.08 × 10 × 3 yore rings Hardware Stainless steel M2.6 L8×2, M2.6 L12×2 Documents & Downloads DS Audio product catalog 2025 (8M) Down Load HS-001 Solid Head Shell Instruction manual Down Load