HyperStar 6 v4
/* ── Reset & Base ──────────────────────────────────────────────── */ .hs-desc * { box-sizing: border-box; } .hs-desc { font-family: Lato, sans-serif; color: #1a1a1a; line-height: 1.65; max-width: 960px; } .hs-desc p { margin: 0 0 1em; font-size: 1rem; } .hs-desc a { color: #c1a272; } /* ── Video thumbnails ──────────────────────────────────────────── */ .hs-videos { display: flex; flex-wrap: wrap; gap: 16px; margin: 0 0 40px; } .hs-vid { flex: 1 1 150px; max-width: 190px; } .hs-vid a img { width: 100%; border-radius: 5px; border: 1px solid #ddd; display: block; } .hs-vid p { font-size: 0.78rem; font-weight: 700; margin: 7px 0 0; line-height: 1.3; color: #333; } /* ── Anatomy ───────────────────────────────────────────────────── */ .hs-anatomy-wrap { margin: 0 0 48px; text-align: center; } .hs-anatomy-wrap img { max-width: 100%; height: auto; border-radius: 6px; } /* ── Dark feature block (filter slider) ───────────────────────── */ .hs-feature-dark { background: #0f1112; border-radius: 8px; padding: 48px 44px; margin: 48px 0; display: grid; grid-template-columns: 1fr auto; gap: 32px 48px; align-items: center; color: #fff; } .hs-feature-dark .hs-feature-text { max-width: 520px; } .hs-feature-dark .hs-feature-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5ee0c5; margin: 0 0 14px; } .hs-feature-dark .hs-feature-headline { font-size: 2.6rem; font-weight: 900; line-height: 1.1; margin: 0 0 20px; color: #fff; } .hs-feature-dark .hs-feature-body { font-size: 1.05rem; color: #bbb; margin: 0 0 28px; line-height: 1.7; } .hs-spec-chips { display: flex; flex-wrap: wrap; gap: 10px; } .hs-spec-chip { background: #1e2224; border: 1px solid #2e3336; border-radius: 8px; padding: 10px 16px; min-width: 110px; } .hs-spec-chip .chip-label { font-size: 0.7rem; color: #888; display: block; margin-bottom: 4px; font-weight: 600; letter-spacing: 0.05em; } .hs-spec-chip .chip-value { font-size: 1.2rem; font-weight: 800; color: #fff; display: block; line-height: 1; } .hs-spec-chip .chip-unit { font-size: 0.75rem; font-weight: 400; color: #888; margin-left: 3px; } .hs-feature-dark .hs-feature-img img { max-width: 260px; width: 100%; height: auto; float:right; } @media (max-width: 680px) { .hs-feature-dark { grid-template-columns: 1fr; padding: 32px 24px; } .hs-feature-dark .hs-feature-headline { font-size: 1.9rem; } .hs-feature-dark .hs-feature-img { display: none; } } /* ── Light feature block (bag) ─────────────────────────────────── */ .hs-feature-light { background: #f4f4f4; border-radius: 8px; padding: 48px 44px; margin: 48px 0; display: grid; grid-template-columns: auto 1fr; gap: 32px 48px; align-items: start; color: #1a1a1a; } .hs-feature-light .hs-feature-img img { max-width: 300px; width: 100%; border-radius: 6px; } .hs-feature-light .hs-feature-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5ba880; margin: 0 0 14px; } .hs-feature-light .hs-feature-headline { font-size: 2.6rem; font-weight: 900; line-height: 1.1; margin: 0 0 20px; color: #111; } .hs-feature-light .hs-feature-body { font-size: 1.05rem; color: #555; margin: 0 0 28px; line-height: 1.7; } @media (max-width: 680px) { .hs-feature-light { grid-template-columns: 1fr; padding: 32px 24px; } .hs-feature-light .hs-feature-headline { font-size: 1.9rem; } .hs-feature-light .hs-feature-img img { max-width: 100%; } } /* ── Box contents list ─────────────────────────────────────────── */ .hs-box-list { list-style: none; margin: 0; padding: 0; } .hs-box-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e0e0e0; font-size: 0.95rem; } .hs-box-list li:first-child { border-top: 1px solid #e0e0e0; } .hs-box-icon { width: 32px; height: 32px; border-radius: 50%; background: #e8f5f0; border: 1.5px solid #aad8c8; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 2px; color: #3a9a78; font-size: 0.85rem; } .hs-box-list .item-name { font-weight: 700; color: #111; } .hs-box-list .item-note { font-size: 0.82rem; color: #666; margin-top: 1px; } .hs-badge { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 2px 7px; border-radius: 20px; margin-left: 7px; vertical-align: middle; line-height: 1.5; } .hs-badge-included { background: #e6f2ec; color: #2d7a55; border: 1px solid #b3d9c5; } .hs-badge-optional { background: #fff8e6; color: #8a6800; border: 1px solid #e8d080; } .hs-made-usa { font-size: 0.9rem; font-weight: 700; color: #333; margin-top: 20px; } /* ── Specs table (dark) ────────────────────────────────────────── */ .hs-specs-dark { background: #0f1112; border-radius: 8px; padding: 48px 44px; margin: 48px 0; color: #fff; } .hs-specs-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5ee0c5; margin: 0 0 10px; } .hs-specs-headline { font-size: 2.4rem; font-weight: 900; color: #fff; margin: 0 0 36px; line-height: 1.1; } .hs-specs-table { width: 100%; border-collapse: collapse; } .hs-specs-table tr { border-top: 1px solid #2a2e31; } .hs-specs-table tr:last-child { border-bottom: 1px solid #2a2e31; } .hs-specs-table td { padding: 18px 0; font-size: 0.95rem; vertical-align: top; } .hs-specs-table td:first-child { color: #888; width: 200px; padding-right: 24px; font-size: 0.85rem; } .hs-specs-table td:last-child { color: #fff; font-weight: 600; } .hs-specs-table .spec-note { font-weight: 400; color: #777; font-size: 0.82rem; } @media (max-width: 540px) { .hs-specs-dark { padding: 28px 20px; } .hs-specs-headline { font-size: 1.7rem; } .hs-specs-table td:first-child { width: 120px; font-size: 0.78rem; } .hs-specs-table td { font-size: 0.88rem; padding: 14px 0; } } /* ── General section head ──────────────────────────────────────── */ .hs-section-head { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #888; border-bottom: 1px solid #e0e0e0; padding-bottom: 7px; margin: 40px 0 18px; } /* ── Feature desc paragraph (intro) ───────────────────────────── */ .hs-intro { font-size: 1.1rem; line-height: 1.75; color: #333; margin: 0 0 32px; } /* ── Adapter callout ───────────────────────────────────────────── */ .hs-callout { border-left: 3px solid #c1a272; background: #faf8f4; padding: 16px 20px; border-radius: 0 6px 6px 0; font-size: 0.92rem; color: #444; margin: 20px 0 28px; line-height: 1.6; } .hs-callout strong { color: #222; } /* ── Filter recommendation dark strip ─────────────────────────── */ .hs-filters-strip { background: #1a1a2e; color: #ccc; border-radius: 8px; padding: 32px 36px; font-size: 0.92rem; margin: 16px 0 40px; line-height: 1.6; } .hs-filters-strip strong { color: #c1a272; font-size: 0.95rem; } .hs-filters-strip a { color: #9bb8f0; } .hs-filters-strip .hs-filter-row { display: flex; flex-direction: column; gap: 0; } .hs-filters-strip .hs-filter-item { padding: 14px 0; border-bottom: 1px solid #2a2a44; } .hs-filters-strip .hs-filter-item:last-child { border-bottom: none; } .hs-filters-strip .hs-filter-cat { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #5ee0c5; margin-bottom: 3px; } /* ── Add-ons grid ──────────────────────────────────────────────── */ .hs-addons { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin: 16px 0 40px; } .hs-addon-card { border: 1px solid #e4e4e4; border-radius: 6px; padding: 16px 18px; font-size: 0.86rem; background: #fff; line-height: 1.5; } .hs-addon-card strong { display: block; font-size: 0.9rem; font-weight: 700; margin: 4px 0 5px; color: #111; } .hs-addon-cat { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: #c1a272; display: block; } .hs-addon-card p { font-size: 0.82rem; color: #555; margin: 0 0 4px; } .hs-addon-card .hs-addon-link { font-size: 0.78rem; color: #c1a272; font-weight: 600; } /* ── FAQ ───────────────────────────────────────────────────────── */ .hs-faq { margin: 18px 0 40px; } .hs-faq-q { font-weight: 800; font-size: 1rem; color: #111; margin: 24px 0 6px; } .hs-faq-a { font-size: 0.92rem; color: #444; line-height: 1.7; margin: 0; } /* ── Comparison image ──────────────────────────────────────────── */ .hs-comparison { text-align: center; margin: 28px 0; } .hs-comparison img { max-width: 75%; border-radius: 4px; } /* ── Demo video ────────────────────────────────────────────────── */ .hs-video-embed { margin: 20px 0 8px; } .hs-video-embed iframe { max-width: 100%; border-radius: 4px; } @media (max-width: 500px) { .hs-intro { font-size: 1rem; } .hs-addons { grid-template-columns: 1fr; } .hs-comparison img { max-width: 100%; } } Dr. David H. Levy on HyperStar How to Install Your HyperStar HyperStar Promo Video The HyperStar 6 replaces the secondary mirror of any Celestron C6 SCT and transforms it from a f/10 planetary scope into a f/1.9 imaging powerhouse — 25× faster, with a coma-free field over 4° wide. No guiding, no equatorial wedge required. Camera Compatibility The Standard Camera Adapter included with every HyperStar 6 has an M42 threaded top and is pre-set for cameras with 17.5 mm of backfocus and accepts 2" mounted M48 Filters. Not a 17.5 mm backfocus camera? No problem! We make DLSR adapters, less common backfocus cameras and even custom adapters if you need. What can we make you custom? Browse the HyperStar Adapter page → The Upgrade Filter Slider Upgrade Swap your choice of narrowband or broadband filters at the focal plane without ever touching the camera. Comes with both M42M and M54M swappable top plates and ready for cameras with 17.5mm of backfocus. Thread A M42 male Thread B M54 male Backfocus 17.5 mm What's in the box?Everything Included ● HyperStar 6 (C6 v4) Included f/1.9, 300 mm. The complete f/1.9 imaging lens. ● Standard Camera Adapter Included M42 threaded top · accepts 2" mounted filters · 17.5 mm backfocus cameras. ● Secondary Mirror Holder Included Keeps your secondary safe when HyperStar in use. ⊕ Filter Slider Upgrade Optional M42 + M54 male, ready for 17.5mm backfocus cameras. The Details Technical specifications Model HyperStar 6 (C6 v4) Focal ratio f/1.9 Focal length 300 mm Speed increase 25× faster than stock f/10 Field of view Up to 4.1° — coma-free, flat field Max sensor size 28 mm Compatible Optical Tubes Celestron C6 SCT HyperStar backfocus with included camera adapter and Filter Slider Upgrade 17.5 mm Included adapter threads M42 male top (M54 top sold separately) Optional Filter Slider Threads Both M42 male and M54 male HyperStar Version Comparison FAQ Do I need the Filter Slider to use filters with the HyperStar? No. The Standard Camera Adapter that ships with every HyperStar has an M42 threaded top that accepts one 2" mounted filter — ideal for a broadband, dual-band or IR-cut filter with a one-shot color camera. The Filter Slider is a helpful upgrade for monochrome shooters or anyone wanting to change filters throughout your imaging session. What cameras does the included adapter work with? The Standard Camera Adapter is M42-threaded and pre-set for 17.5 mm backfocus — which covers most popular cooled astrocameras. If your camera needs a different thread size or backfocus, check out our HyperStar Adapter page. Are HyperStars hard to focus? Not really. A Bahtinov mask, an autofocuser like the EAF, or any software showing FWHM all work well. The fast f/ratio does make backfocus more critical — which is why our adapters are machined with precise accuracy. Will I need spacers for correct backfocus? No. Every HyperStar ships with the correct adapter already set to the right backfocus. Install the HyperStar, attach your camera, and start imaging. See It in Action HyperStar imaging under light-polluted skies on an alt-az mount:
More you might like
Related
HyperStar 6 V4
HyperStar 8 v4
Related
HyperStar 8 v4
Related