Hestia
/* ── RESET ── */ .hs * { box-sizing: border-box; margin: 0; padding: 0; } /* ── BASE ── */ .hs { font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif; color: #1a1a1a; li ne-height: 1.65; overflow-x: hidden; --c: #00A6E2; --c10: rgba(0,166,226,0.10); --deep: #0C0C10; --off: #f5f5f7; --muted:#888; --gold: #C8A96E; --bdr: rgba(0,0,0,0.08); --r: 6px; } /* ── EYEBROW LABEL ── */ .hs-lbl { display: block; font-size: 10px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; color: var(--c); margin-bottom: 10px; } /* ══════════════════════════════════════════ BLOCK 1 · HERO ══════════════════════════════════════════ */ .hs-hero { padding: 56px 32px; text-align: center; border-bottom: 1px solid var(--bdr); } .hs-hero h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 300; line-height: 1.2; color: #111; max-width: 620px; margin: 0 auto 16px; letter-spacing: -.02em; } .hs-hero h2 strong { font-weight: 700; color: var(--c); } .hs-hero p { font-size: 14px; font-weight: 300; color: #555; max-width: 460px; margin: 0 auto; line-height: 1.75; } /* ══════════════════════════════════════════ BLOCK 2 · 3 PILLS ══════════════════════════════════════════ */ .hs-intro { padding: 48px 0; border-bottom: 1px solid var(--bdr); } .hs-intro-lead { font-size: clamp(15px, 2vw, 19px); font-weight: 300; line-height: 1.6; color: #111; max-width: 580px; margin: 0 auto 32px; text-align: center; } .hs-intro-lead strong { font-weight: 600; color: var(--c); } .hs-pills { display: flex; flex-wrap: wrap; gap: 12px; } .hs-pill { flex: 1 1 200px; background: var(--off); border-radius: 12px; padding: 24px 20px; display: flex; flex-direction: column; gap: 10px; } .hs-pill-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .hs-pill-icon img { width: 40px; height: 40px; object-fit: contain; display: block; } .hs-pill-title { font-size: 13px; font-weight: 700; color: #111; } .hs-pill-body { font-size: 12px; color: #555; line-height: 1.65; font-weight: 300; } /* ══════════════════════════════════════════ BLOCK 3 · ECLIPSE (fond #0C0C10) ══════════════════════════════════════════ */ .hs-eclipse { background: var(--deep); position: relative; overflow: hidden; border-radius: var(--r); margin: 40px 0; padding: 48px 40px; } .hs-eclipse-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(200,169,110,.10) 0%, transparent 65%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(0,166,226,.06) 0%, transparent 60%); pointer-events: none; } .hs-eclipse-inner { position: relative; z-index: 2; max-width: 620px; } .hs-eclipse-lbl { display: block; font-size: 9px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; } .hs-eclipse-title { font-size: clamp(20px, 2.8vw, 32px); font-weight: 300; line-height: 1.18; color: #fff; margin-bottom: 18px; letter-spacing: -.02em; } .hs-eclipse-title em { font-style: italic; color: var(--gold); } .hs-eclipse-body { font-size: 13px; line-height: 1.80; color: rgba(255,255,255,.58); font-weight: 300; margin-bottom: 24px; } .hs-eclipse-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 4px; border: 1px solid rgba(200,169,110,.30); background: rgba(200,169,110,.06); } .hs-eclipse-badge-icon { width: 24px; height: 24px; border-radius: 50%; background: rgba(200,169,110,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .hs-eclipse-badge-txt { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); line-height: 1.5; } /* ══════════════════════════════════════════ BLOCK 4 · APP MODES ══════════════════════════════════════════ */ .hs-app { padding: 48px 0; border-bottom: 1px solid var(--bdr); } .hs-app-head { text-align: center; margin-bottom: 28px; } .hs-app-head h3 { font-size: clamp(18px, 2.5vw, 26px); font-weight: 300; color: #111; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 8px; } .hs-app-head p { font-size: 13px; color: #666; font-weight: 300; max-width: 440px; margin: 0 auto; line-height: 1.7; } .hs-modes { display: flex; flex-wrap: wrap; gap: 10px; } .hs-mode { flex: 1 1 130px; border: 1px solid var(--bdr); border-radius: 12px; padding: 20px 16px; background: #fff; transition: box-shadow .2s; } .hs-mode:hover { box-shadow: 0 4px 18px rgba(0,166,226,.10); } .hs-mode-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; } .hs-mode-icon img { width: 36px; height: 36px; object-fit: contain; display: block; } .hs-mode-name { font-size: 12px; font-weight: 700; color: #111; margin-bottom: 5px; } .hs-mode-desc { font-size: 11px; color: #666; line-height: 1.60; font-weight: 300; } /* ══════════════════════════════════════════ BLOCK 5 · SPECS TEXT BAND ══════════════════════════════════════════ */ .hs-specs { padding: 48px 0; } .hs-specs-head { text-align: center; margin-bottom: 28px; } .hs-specs-head h3 { font-size: clamp(18px, 2.5vw, 26px); font-weight: 300; color: #111; letter-spacing: -.02em; margin-bottom: 8px; } .hs-specs-head p { font-size: 13px; color: #666; font-weight: 300; max-width: 440px; margin: 0 auto; line-height: 1.7; } .hs-stats { display: flex; flex-wrap: wrap; gap: 0; border: 1px solid var(--bdr); border-radius: var(--r); overflow: hidden; } .hs-stat { flex: 1 1 120px; padding: 24px 20px; border-right: 1px solid var(--bdr); text-align: center; } .hs-stat:last-child { border-right: none; } .hs-stat-num { font-size: 28px; font-weight: 700; color: var(--c); line-height: 1; letter-spacing: -.02em; margin-bottom: 6px; } .hs-stat-lbl { font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); } Your smartphone. A portal to the Universe. Hestia turns any smartphone into a precision optical instrument — capable of photographing sunspots, lunar craters, distant galaxies, and the full arc of a solar eclipse. No prior knowledge required. Hestia is a smart telescope designed around one idea: the most powerful camera you own is already in your pocket. Hestia unlocks its full potential — day, night, and everything in between. 25× optical magnification Six precision lenses — no electronics, no firmware. Hestia multiplies your smartphone's native zoom by 25 and boosts its image resolution fivefold. Day & night observation From sunspot monitoring to deep-sky astrophotography, Hestia is built for every sky condition — including solar eclipses, where it has already proven its capabilities. Guided by Gravity app The free Gravity app guides you to any target in seconds — no astronomy knowledge needed. Available on iOS and Android, included with every Hestia. Solar Eclipse · August 2026 · Europe The instrument that proved itself during the solar eclipse of 2024. During the total solar eclipse of April 2024, thousands of Hestia users across the United States captured the corona, Baily's beads, and the chromosphere with nothing more than their smartphone and Hestia's optical system. Images that would have required professional equipment a decade ago, now achievable by anyone. CE-certified solar filter includedReady for 2026 & 2027 solar eclipses Gravity by Vaonis — Free App · iOS & Android One instrument. Five ways to explore. Whether you are chasing the Sun, following the Moon, or navigating deep-sky objects for the first time — Gravity has a dedicated mode for it. Day Mode — Solar Observe sunspots and solar activity in real time. The included solar filter makes it safe and stunning. Night Mode — Lunar Follow every Moon phase. Capture crater detail and surface texture with precision exposure controls. Interactive sky map Access the brightest galaxies, nebulae, and star clusters. Guided pointing finds each target automatically. Alignment Help LED-guided alignment locks your phone to the correct position for any target in seconds. Beginner-proof. Scenery Mode Use Hestia as a telephoto lens for wildlife, landscapes, and architecture — anytime, day or dusk. Optical performance Six lenses. Zero electronics. Designed to last a lifetime. Hestia's patented optical system contains no chips, no firmware, no battery. It works identically with any smartphone you own today — or in 20 years. ×25 Magnification ×5 Resolution boost 30mm Aperture 7–8 Limiting magnitude
More you might like
Related
Hestia Goddess Greek Mythology Lover Working With Hestia T-S
Related
Hestia
Related
HESTIA
Related