Skywatcher Dobsonian 6 Inch Telescope
/* ===================== LOCKED COMPONENT SYSTEM v3 (prefix: evo) ===================== */ /* Ships inside the description wrapper. Every rule scoped to .swau-page. No scripts, SVG , tables or H1. */ .swau-page { --ink: #111114; --ink-2: #3a3a40; --muted: #6e6e73; --paper: #f5f5f7; --paper-2: #e9e9ee; --white: #ffffff; --night: #0a0b10; --night-2: #15171e; --night-3: #1f2129; --line: #dcdce1; --line-dark: rgba(255,255,255,.12); --accent: #c8102e; --accent-soft: #fbe9ec; --ok: #147a4c; --ok-soft: #e3f4ea; --warn: #9a4b00; --warn-soft: #fff1e2; --radius: 28px; --radius-sm: 18px; margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.5; font-weight: 400; overflow-x: hidden; overflow-x: clip; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } .swau-page, .swau-page * { box-sizing: border-box; } .swau-page img { display: block; max-width: 100%; height: auto; } .swau-page p, .swau-page h2, .swau-page h3, .swau-page ul, .swau-page ol, .swau-page dl, .swau-page dd, .swau-page blockquote, .swau-page figure { margin: 0; } .swau-page ul, .swau-page ol { padding: 0; list-style: none; } .swau-page .swau-section { padding: 112px 22px; } .swau-page .swau-section[data-tight] { padding: 80px 22px; } .swau-page .swau-wrap { width: min(100%, 1000px); margin: 0 auto; } .swau-page .swau-paper { background: var(--paper); } .swau-page .swau-dark { color: var(--white); background: radial-gradient(1100px 520px at 12% -8%, rgba(255,255,255,.10), transparent 62%), radial-gradient(900px 500px at 100% 110%, rgba(200,16,46,.16), transparent 60%), var(--night); } .swau-page .swau-dark[data-stars] { background-image: radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,.55), transparent 60%), radial-gradient(1px 1px at 78% 18%, rgba(255,255,255,.45), transparent 60%), radial-gradient(1.5px 1.5px at 62% 68%, rgba(255,255,255,.5), transparent 60%), radial-gradient(1px 1px at 30% 82%, rgba(255,255,255,.4), transparent 60%), radial-gradient(1px 1px at 88% 52%, rgba(255,255,255,.4), transparent 60%), radial-gradient(1.5px 1.5px at 45% 36%, rgba(255,255,255,.35), transparent 60%), radial-gradient(1100px 520px at 12% -8%, rgba(255,255,255,.10), transparent 62%), radial-gradient(900px 500px at 100% 110%, rgba(200,16,46,.16), transparent 60%); } /* Type */ .swau-page .swau-kicker { margin-bottom: 18px; color: var(--ink-2); font-size: 13px; line-height: 1.3; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; } .swau-page .swau-h2 { color: var(--ink); font-size: clamp(34px, 4.6vw, 58px); line-height: 1.04; letter-spacing: -.03em; font-weight: 700; text-wrap: balance; max-width: 22ch; } .swau-page .swau-h2 .swau-muted { color: var(--muted); font-weight: 700; } .swau-page .swau-display { font-size: clamp(40px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -.035em; max-width: 16ch; hyphens: manual; } .swau-page .swau-h3 { color: var(--ink); font-size: 24px; line-height: 1.2; letter-spacing: -.02em; font-weight: 700; text-wrap: balance; } .swau-page .swau-lead { margin-top: 22px; max-width: 640px; color: var(--ink-2); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.45; text-wrap: pretty; } .swau-page .swau-body { color: var(--ink-2); font-size: 17px; line-height: 1.55; text-wrap: pretty; } .swau-page .swau-muted { color: var(--muted); } .swau-page .swau-note { margin-top: 22px; max-width: 760px; color: var(--muted); font-size: 14px; line-height: 1.5; } .swau-page .swau-text-link { color: inherit; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; } .swau-page .swau-text-link:hover { color: var(--accent); } .swau-page .swau-dark .swau-kicker { color: #a1a1a8; } .swau-page .swau-dark .swau-h2, .swau-page .swau-dark .swau-h3 { color: var(--white); } .swau-page .swau-dark .swau-h2 .swau-muted { color: #8e8e95; } .swau-page .swau-dark .swau-body, .swau-page .swau-dark .swau-lead { color: #c9c9d0; } .swau-page .swau-dark .swau-note { color: #8e8e95; } .swau-page [tabindex="0"]:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; } .swau-page .swau-caption { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.45; } .swau-page .swau-index { display: inline-block; margin-right: 12px; color: var(--muted); font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; } .swau-page .swau-label { display: inline-block; padding: 5px 10px; border-radius: 999px; background: var(--paper-2); color: var(--ink-2); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; } .swau-page .swau-label[data-tone="ok"] { background: var(--ok-soft); color: var(--ok); } .swau-page .swau-label[data-tone="warn"] { background: var(--warn-soft); color: var(--warn); } .swau-page .swau-label[data-tone="no"] { background: var(--accent-soft); color: var(--accent); } .swau-page .swau-dark .swau-label { background: rgba(255,255,255,.12); color: var(--white); } /* 02 Editorial Opening v3 */ .swau-page .swau-editorial-opening img { width: 100%; aspect-ratio: 16 / 9; max-height: 560px; object-fit: cover; border-radius: var(--radius); } .swau-page .swau-editorial-copy { max-width: 680px; margin-top: 44px; } /* 03 Stats Strip v3 */ .swau-page .swau-stats-strip { --bridge-from: var(--white); --bridge-to: var(--white); position: relative; z-index: 2; margin: -52px 0; padding: 0 22px; background: linear-gradient(to bottom, var(--bridge-from) 0 50%, var(--bridge-to) 50% 100%); } .swau-page .swau-stats-strip[data-bridge-from="white"] { --bridge-from: var(--white); } .swau-page .swau-stats-strip[data-bridge-from="paper"] { --bridge-from: var(--paper); } .swau-page .swau-stats-strip[data-bridge-from="dark"] { --bridge-from: var(--night); } .swau-page .swau-stats-strip[data-bridge-to="white"] { --bridge-to: var(--white); } .swau-page .swau-stats-strip[data-bridge-to="paper"] { --bridge-to: var(--paper); } .swau-page .swau-stats-strip[data-bridge-to="dark"] { --bridge-to: var(--night); } .swau-page .swau-stats-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(17,17,20,.08); } .swau-page .swau-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); } .swau-page .swau-stat { padding: 36px 30px 32px; border-left: 1px solid var(--line); } .swau-page .swau-stat:first-child { border-left: 0; } .swau-page .swau-stat-value { color: var(--ink); font-size: clamp(34px, 3.8vw, 52px); line-height: 1; letter-spacing: -.035em; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; } .swau-page .swau-stats-strip[data-accent-zone] .swau-stat-value { color: var(--accent); } .swau-page .swau-stat-value small { font-size: .46em; font-weight: 700; color: var(--muted); margin-left: 3px; letter-spacing: 0; } .swau-page .swau-stat-label { margin-top: 10px; color: var(--ink-2); font-size: 15px; line-height: 1.35; } .swau-page .swau-stats-foot { padding: 12px 30px; border-top: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: 13px; } /* 06 Pull Quote v3 */ .swau-page .swau-quote { position: relative; max-width: 1000px; padding-left: 40px; border-left: 4px solid var(--ink); } .swau-page .swau-quote p { max-width: 880px; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.16; letter-spacing: -.025em; font-weight: 700; text-wrap: balance; } .swau-page .swau-quote cite { display: block; margin-top: 24px; color: var(--ink); font-size: 15px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; } .swau-page .swau-quote p.swau-quote-source { margin-top: 8px; color: var(--muted); font-size: 13px; font-weight: 400; line-height: 1.5; letter-spacing: 0; } /* 07 Bento Grid v3 */ .swau-page .swau-bento-intro { max-width: 760px; margin-bottom: 52px; } .swau-page .swau-bento-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } .swau-page .swau-bento-card { position: relative; min-height: 0; padding: 34px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), var(--night-2); border: 1px solid var(--line-dark); border-radius: var(--radius); } .swau-page .swau-bento-card[data-wide] { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 40px; align-items: center; } .swau-page .swau-bento-figure { color: var(--white); font-size: clamp(44px, 5vw, 72px); line-height: .95; letter-spacing: -.04em; font-weight: 700; font-variant-numeric: tabular-nums; } .swau-page .swau-bento-figure small { display: block; margin-top: 10px; color: #a1a1a8; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; } .swau-page .swau-bento-card .swau-kicker { margin-bottom: 12px; color: #8e8e95; } .swau-page .swau-bento-card .swau-h3 { margin: 18px 0 12px; color: var(--white); font-size: 26px; } .swau-page .swau-bento-card[data-wide] .swau-h3 { margin-top: 0; font-size: 30px; } .swau-page .swau-bento-card .swau-body { color: #c9c9d0; } /* 08 Feature Row v3: cards on paper */ .swau-page .swau-feature-row-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 56px; } .swau-page .swau-feature-row-grid[data-cols="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .swau-page .swau-feature-row-item { padding: 40px 40px 44px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); } .swau-page .swau-feature-fact { display: block; margin-bottom: 26px; color: var(--ink); font-size: 34px; font-weight: 700; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; } .swau-page .swau-feature-fact small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; } .swau-page .swau-feature-row-item .swau-h3 { margin-bottom: 12px; font-size: 24px; max-width: 18ch; } .swau-page .swau-feature-row-item .swau-body { font-size: 16.5px; max-width: 46ch; } /* 09 Split Story v3 */ .swau-page .swau-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .swau-page .swau-split-grid[data-flip] .swau-split-media { order: -1; } .swau-page .swau-split-story img { width: 100%; max-height: 700px; object-fit: cover; } .swau-page .swau-split-facts { margin-top: 28px; border-top: 1px solid var(--line); } .swau-page .swau-split-facts li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; } .swau-page .swau-split-facts li span:first-child { color: var(--muted); } .swau-page .swau-split-facts li span:last-child { font-weight: 700; } /* 10 Sticky Spotlight v3 */ .swau-page .swau-spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-top: 52px; } .swau-page .swau-spotlight-media { position: sticky; top: 24px; } .swau-page .swau-spotlight-media img { width: 100%; max-height: 700px; object-fit: cover; } .swau-page .swau-spotlight-step { position: relative; padding: 30px 0 30px 64px; } .swau-page .swau-spotlight-step + .swau-spotlight-step { border-top: 1px solid var(--line); } .swau-page .swau-step-number { position: absolute; left: 0; top: 30px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: 15px; font-weight: 700; } .swau-page .swau-spotlight-step .swau-h3 { margin-bottom: 10px; font-size: 22px; } /* 11 Step Sequence v3 */ .swau-page .swau-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 52px; } .swau-page .swau-step-grid[data-cols="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); } .swau-page .swau-sequence-step { padding: 26px 24px 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); } .swau-page .swau-step-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; } .swau-page .swau-step-big { color: var(--ink); font-size: 40px; line-height: 1; letter-spacing: -.04em; font-weight: 700; font-variant-numeric: tabular-nums; } .swau-page .swau-step-time { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; } .swau-page .swau-sequence-step .swau-h3 { margin-bottom: 8px; font-size: 20px; } .swau-page .swau-sequence-step .swau-body { font-size: 15.5px; } /* 12 Cinematic v3 */ .swau-page .swau-cinematic { padding: 112px 0 0; text-align: left; } .swau-page .swau-cinematic-copy { width: min(calc(100% - 44px), 1000px); margin: 0 auto 56px; } .swau-page .swau-cinematic-copy .swau-h2 { max-width: 16ch; } .swau-page .swau-cinematic-copy .swau-body { max-width: 640px; margin-top: 20px; } .swau-page .swau-cinematic-figure { position: relative; } .swau-page .swau-cinematic img { width: 100%; max-height: 700px; object-fit: cover; } .swau-page .swau-cinematic-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--night) 0%, rgba(10,11,16,0) 22%, rgba(10,11,16,0) 70%, rgba(10,11,16,.85) 100%); pointer-events: none; } .swau-page .swau-cinematic-figure figcaption { position: absolute; left: 0; right: 0; bottom: 26px; z-index: 1; width: min(calc(100% - 44px), 1000px); margin: 0 auto; color: #c9c9d0; font-size: 13px; } .swau-page .swau-gradient-text { display: inline; color: var(--white); background: linear-gradient(92deg, #ffffff 0%, #ffffff 55%, #ff7a8a 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* 13 Gallery Rail v3: overlay captions */ .swau-page .swau-gallery-intro { width: min(100%, 1000px); margin: 0 auto 40px; } .swau-page .swau-gallery { display: flex; gap: 16px; max-width: 1000px; margin: 0 auto; padding: 4px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; } .swau-page .swau-gallery-item { position: relative; flex: 0 0 min(480px, 82%); overflow: hidden; border-radius: var(--radius); scroll-snap-align: start; background: var(--paper-2); } .swau-page .swau-gallery-item img { width: 100%; max-height: 700px; aspect-ratio: 4 / 3; object-fit: cover; } .swau-page .swau-gallery-item figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 60px 24px 22px; color: var(--white); font-size: 15px; line-height: 1.4; background: linear-gradient(to top, rgba(10,11,16,.82), rgba(10,11,16,.4) 55%, transparent); } .swau-page .swau-gallery-item figcaption strong { display: block; font-size: 19px; letter-spacing: -.01em; margin-bottom: 4px; } .swau-page .swau-gallery-item figcaption em { font-style: normal; color: #ffd0a6; font-weight: 700; } /* 14 Image Bento v3 */ .swau-page .swau-image-bento-intro { max-width: 760px; margin-bottom: 44px; } .swau-page .swau-image-bento-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: clamp(240px, 26vw, 320px); gap: 14px; } .swau-page .swau-image-tile { position: relative; overflow: hidden; background: var(--paper-2); border-radius: 24px; } .swau-page .swau-image-tile[data-wide] { grid-column: span 4; } .swau-page .swau-image-tile[data-square] { grid-column: span 2; } .swau-page .swau-image-tile[data-tall] { grid-column: span 2; grid-row: span 2; } .swau-page .swau-image-tile img { width: 100%; height: 100%; max-height: 700px; object-fit: cover; } .swau-page .swau-image-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 56px 24px 22px; color: var(--white); background: linear-gradient(to top, rgba(10,11,16,.82), rgba(10,11,16,.38) 50%, transparent); } .swau-page .swau-image-caption strong { display: block; font-size: 20px; letter-spacing: -.01em; } .swau-page .swau-image-caption span { display: block; margin-top: 4px; color: #e6e6ea; font-size: 14px; } /* 15 Use-Case Columns v3 */ .swau-page .swau-use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 52px; } .swau-page .swau-use-item { padding: 28px 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); display: flex; flex-direction: column; } .swau-page .swau-use-item .swau-h3 { margin-bottom: 10px; font-size: 21px; } .swau-page .swau-use-item .swau-body { font-size: 15.5px; } .swau-page .swau-use-needs { margin-top: auto; padding-top: 18px; font-size: 14px; color: var(--muted); } .swau-page .swau-use-needs strong { color: var(--ink); } /* 17 Who This Suits v3 */ .swau-page .swau-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; } .swau-page .swau-fit-card { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); } .swau-page .swau-fit-card[data-alt] { background: var(--paper-2); border-color: transparent; } .swau-page .swau-fit-heading { display: inline-block; padding: 6px 12px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; } .swau-page .swau-fit-card[data-alt] .swau-fit-heading { background: var(--paper-2); color: var(--ink); } .swau-page .swau-fit-card ul { margin-top: 18px; } .swau-page .swau-fit-card li { position: relative; padding: 14px 0 14px 26px; border-bottom: 1px solid var(--line); font-size: 16px; color: var(--ink-2); } .swau-page .swau-fit-card li::before { content: ""; position: absolute; left: 4px; top: 22px; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); } .swau-page .swau-fit-card[data-alt] li::before { background: transparent; border: 2px solid var(--ink); width: 6px; height: 6px; top: 21px; } .swau-page .swau-fit-card li:last-child { border-bottom: 0; } .swau-page .swau-fit-consider { margin-top: 14px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--muted); } .swau-page .swau-fit-consider strong { color: var(--ink); } /* 18 Variant Matrix and 24 Specifications v3 */ .swau-page .swau-data-grid { max-width: 1000px; } .swau-page .swau-data-row { display: grid; grid-template-columns: 36% 1fr 1fr; gap: 24px; align-items: start; padding: 15px 14px; border-radius: 10px; } .swau-page .swau-data-row:nth-child(even) { background: rgba(0,0,0,.035); } .swau-page .swau-data-row[data-cols="3"] { grid-template-columns: 28% 1fr 1fr 1fr; } .swau-page .swau-data-row[data-two] { grid-template-columns: 42% 1fr; } .swau-page .swau-data-head { background: transparent; border-bottom: 2px solid var(--ink); border-radius: 0; font-weight: 700; } .swau-page .swau-data-label { color: var(--muted); } .swau-page .swau-data-diff { color: var(--accent); font-weight: 700; } .swau-page .swau-data-category { display: flex; align-items: center; gap: 12px; margin: 40px 0 10px; padding-left: 14px; font-size: 12.5px; letter-spacing: .09em; text-transform: uppercase; font-weight: 700; } .swau-page .swau-data-category::after { content: ""; flex: 1; height: 1px; background: var(--line); } .swau-page .swau-spec-jump { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 8px; } .swau-page .swau-spec-jump a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 14px; font-weight: 700; text-decoration: none; color: var(--ink); } .swau-page .swau-spec-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; } /* 19 Family Comparison v3 */ .swau-page .swau-family-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 52px; } .swau-page .swau-family-grid[data-cols="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } .swau-page .swau-family-card { position: relative; padding: 22px 22px 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); } .swau-page .swau-family-card[data-this] { border: 2px solid var(--ink); } .swau-page .swau-family-tag { position: absolute; top: 18px; left: 18px; z-index: 1; padding: 5px 10px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; } .swau-page .swau-family-card img { height: 170px; max-height: 700px; object-fit: contain; margin: 0 auto; } .swau-page .swau-family-name { font-size: 20px; font-weight: 700; letter-spacing: -.01em; } .swau-page .swau-family-for { min-height: 42px; margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.4; } .swau-page .swau-family-list { margin-top: 16px; } .swau-page .swau-family-list li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 14px; } .swau-page .swau-family-list li span:first-child { color: var(--muted); } .swau-page .swau-family-list li span:last-child { font-weight: 700; text-align: right; } /* 20 In the Box v3 */ .swau-page .swau-box-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); gap: 64px; align-items: center; } .swau-page .swau-box .swau-h2 { margin-bottom: 36px; } .swau-page .swau-box-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; } .swau-page .swau-box-count { flex: 0 0 auto; min-width: 42px; padding: 4px 10px; border-radius: 999px; background: var(--paper-2); color: var(--ink); font-size: 13px; font-weight: 700; text-align: center; font-variant-numeric: tabular-nums; } .swau-page .swau-box-media { margin: 0; } .swau-page .swau-box-media img { max-height: 700px; } /* 21 Good to Know and 22 Common Questions v3 */ .swau-page .swau-narrow-list { max-width: 1000px; } .swau-page .swau-narrow-list .swau-h2 { margin-bottom: 44px; } .swau-page .swau-narrow-item { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); } .swau-page .swau-narrow-item:last-child { border-bottom: 1px solid var(--line); } .swau-page .swau-narrow-num { color: #c9c9d0; font-size: 44px; line-height: 1; letter-spacing: -.04em; font-weight: 700; font-variant-numeric: tabular-nums; } .swau-page .swau-common-questions .swau-narrow-num { color: var(--ink); font-size: 26px; } .swau-page .swau-narrow-item .swau-h3 { margin-bottom: 8px; font-size: 21px; } /* 23 Warranty v3 */ .swau-page .swau-warranty .swau-h2, .swau-page .swau-warranty .swau-lead { max-width: 820px; } .swau-page .swau-warranty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 1000px; margin: 52px 0 0; } .swau-page .swau-warranty-item { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); } .swau-page .swau-warranty-item strong { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); } .swau-page .swau-warranty-item span { display: block; margin-top: 12px; color: var(--ink-2); font-size: 15.5px; line-height: 1.5; } /* 27 Carry Plan */ .swau-page .swau-carry-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; } .swau-page .swau-carry-media img { max-height: 700px; } .swau-page .swau-carry-list { margin-top: 36px; } .swau-page .swau-carry-item { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line); } .swau-page .swau-carry-item[data-total] { border-bottom: 0; border-top: 2px solid var(--ink); font-weight: 700; } .swau-page .swau-carry-kg { font-size: 26px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; } /* 28 Power and Runtime */ .swau-page .swau-power-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 44px; } .swau-page .swau-power-card { padding: 30px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), var(--night-2); } .swau-page .swau-power-card strong { display: block; font-size: 38px; letter-spacing: -.03em; font-weight: 700; color: var(--white); line-height: 1; } .swau-page .swau-power-card span { display: block; margin-top: 14px; color: #c9c9d0; font-size: 15.5px; line-height: 1.5; } /* 29 Control Modes */ .swau-page .swau-modes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 52px; } .swau-page .swau-mode-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); } .swau-page .swau-mode-card[data-primary] { border: 2px solid var(--ink); } .swau-page .swau-mode-card .swau-h3 { font-size: 23px; margin: 14px 0 8px; } .swau-page .swau-mode-card .swau-body { font-size: 15.5px; } .swau-page .swau-mode-list { margin-top: 20px; } .swau-page .swau-mode-list li { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 14.5px; } .swau-page .swau-mode-list li span:first-child { color: var(--muted); } .swau-page .swau-mode-list li span:last-child { font-weight: 700; } /* 31 First Night Timeline */ .swau-page .swau-timeline { margin-top: 52px; border-left: 2px solid var(--line); } .swau-page .swau-time-item { position: relative; padding: 0 0 34px 40px; } .swau-page .swau-time-item::before { content: ""; position: absolute; left: -9px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px var(--paper); } .swau-page .swau-time-item:last-child { padding-bottom: 0; } .swau-page .swau-time-stamp { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; } .swau-page .swau-time-item .swau-h3 { font-size: 22px; margin-bottom: 8px; } .swau-page .swau-time-item .swau-body { max-width: 720px; } /* 32 Upgrade Path */ .swau-page .swau-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 52px; } .swau-page .swau-path-step { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); } .swau-page .swau-path-num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 15px; font-weight: 700; } .swau-page .swau-path-when { display: block; margin-top: 18px; font-size: 12px; color: var(--muted); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; } .swau-page .swau-path-step .swau-h3 { font-size: 22px; margin: 6px 0 10px; } .swau-page .swau-path-step .swau-body { font-size: 15.5px; } .swau-page .swau-path-needs { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); } /* 33 Plain Words */ .swau-page .swau-glossary { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 48px; } .swau-page .swau-term { padding: 22px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); } .swau-page .swau-term dt { font-weight: 700; font-size: 18px; letter-spacing: -.01em; } .swau-page .swau-term dd { margin: 6px 0 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.5; } /* 34 Statement Band */ .swau-page .swau-statement { padding: 96px 22px; } .swau-page .swau-statement .swau-h2 { max-width: 24ch; font-size: clamp(30px, 4vw, 50px); } @media (max-width: 1024px) { .swau-page .swau-stats-grid { grid-template-columns: repeat(2, 1fr); } .swau-page .swau-stat:nth-child(odd) { border-left: 0; } .swau-page .swau-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .swau-page .swau-image-bento-grid { grid-template-columns: repeat(2, 1fr); } .swau-page .swau-image-tile[data-wide] { grid-column: span 2; } .swau-page .swau-image-tile[data-square], .swau-page .swau-image-tile[data-tall] { grid-column: span 1; grid-row: auto; } .swau-page .swau-feature-row-grid[data-cols="4"], .swau-page .swau-step-grid[data-cols="4"], .swau-page .swau-family-grid[data-cols="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 900px) { .swau-page .swau-split-grid, .swau-page .swau-spotlight-grid, .swau-page .swau-box-layout, .swau-page .swau-carry-grid { grid-template-columns: 1fr; gap: 36px; } .swau-page .swau-split-copy { order: 1; } .swau-page .swau-split-media { order: 2; } .swau-page .swau-split-grid[data-flip] .swau-split-media { order: 2; } .swau-page .swau-spotlight-media { position: static; } .swau-page .swau-bento-card[data-wide] { display: block; } .swau-page .swau-bento-card[data-wide] .swau-h3 { margin-top: 18px; } .swau-page .swau-family-grid, .swau-page .swau-family-grid[data-cols="4"] { grid-template-columns: 1fr 1fr; } .swau-page .swau-warranty-grid, .swau-page .swau-power-grid, .swau-page .swau-modes, .swau-page .swau-path { grid-template-columns: 1fr; } .swau-page .swau-spec-columns, .swau-page .swau-glossary { grid-template-columns: 1fr; } } @media (max-width: 768px) { .swau-page .swau-feature-row-grid, .swau-page .swau-feature-row-grid[data-cols="4"], .swau-page .swau-step-grid, .swau-page .swau-step-grid[data-cols="4"], .swau-page .swau-use-grid { grid-template-columns: 1fr; gap: 14px; } } @media (max-width: 700px) { .swau-page .swau-fit-grid, .swau-page .swau-family-grid, .swau-page .swau-family-grid[data-cols="4"] { grid-template-columns: 1fr; gap: 14px; } } @media (max-width: 640px) { .swau-page .swau-section { padding: 80px 22px; } .swau-page .swau-stats-strip { margin: -36px 0; } .swau-page .swau-body { font-size: 16px; } .swau-page .swau-quote { padding-left: 22px; } .swau-page .swau-bento-grid, .swau-page .swau-image-bento-grid { display: flex; gap: 14px; max-width: none; margin: 0 -22px; padding: 4px 22px; overflow-x: auto; overflow-y: hidden; scroll-padding-left: 22px; scroll-snap-type: x mandatory; scrollbar-width: none; } .swau-page .swau-bento-card, .swau-page .swau-bento-card[data-wide] { flex: 0 0 84%; min-height: 0; padding: 26px; scroll-snap-align: start; } .swau-page .swau-image-tile[data-wide], .swau-page .swau-image-tile[data-square], .swau-page .swau-image-tile[data-tall] { grid-column: auto; grid-row: auto; height: 260px; scroll-snap-align: start; } .swau-page .swau-image-tile[data-wide] { flex: 0 0 90%; } .swau-page .swau-image-tile[data-square], .swau-page .swau-image-tile[data-tall] { flex: 0 0 60%; } .swau-page .swau-gallery { margin: 0 -22px; padding: 4px 22px; scroll-padding-left: 22px; } .swau-page .swau-gallery-item { flex-basis: 86%; } .swau-page .swau-cinematic { padding-top: 80px; } .swau-page .swau-cinematic img { max-height: min(70vh, 700px); } .swau-page .swau-data-row, .swau-page .swau-data-row[data-cols="3"] { gap: 14px; font-size: 15px; padding: 12px 10px; } .swau-page .swau-spotlight-step { padding-left: 56px; } .swau-page .swau-narrow-item { grid-template-columns: 44px 1fr; gap: 12px; } .swau-page .swau-narrow-num { font-size: 32px; } } @media (max-width: 380px) { .swau-page .swau-h2 { font-size: 31px; } .swau-page .swau-display { font-size: 38px; } .swau-page .swau-stat { padding: 22px 16px; } .swau-page .swau-stat-value { font-size: 28px; } .swau-page .swau-data-row, .swau-page .swau-data-row[data-cols="3"] { gap: 10px; padding: 11px 8px; font-size: 13.5px; } .swau-page .swau-data-row[data-cols="3"] { grid-template-columns: 1fr 1fr; } .swau-page .swau-data-row[data-cols="3"] .swau-data-label { grid-column: 1 / -1; } .swau-page .swau-bento-card { padding: 22px; } .swau-page .swau-image-tile[data-wide], .swau-page .swau-image-tile[data-square], .swau-page .swau-image-tile[data-tall] { height: 220px; } } /* ===================== GENERIC BUCKET ADDITIONS (v4) ===================== */ /* 36 Numbers in Plain English */ .swau-page .swau-plain { margin-top: 44px; border-top: 1px solid var(--line); } .swau-page .swau-plain-row { display: grid; grid-template-columns: minmax(180px, 26%) 1fr; gap: 28px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); } .swau-page .swau-plain-num { font-size: clamp(28px, 3vw, 38px); line-height: 1; letter-spacing: -.03em; font-weight: 700; font-variant-numeric: tabular-nums; } .swau-page .swau-plain-num small { display: block; margin-top: 8px; color: var(--muted); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; } .swau-page .swau-plain-row .swau-h3 { font-size: 20px; margin-bottom: 6px; } .swau-page .swau-plain-row .swau-body { font-size: 16px; } /* 37 With It / Without It */ .swau-page .swau-versus { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px; } .swau-page .swau-versus-card { padding: 32px; border-radius: var(--radius); background: var(--paper); } .swau-page .swau-versus-card[data-with] { background: var(--white); border: 2px solid var(--ink); } .swau-page .swau-versus-card .swau-h3 { font-size: 22px; margin: 16px 0 12px; } .swau-page .swau-versus-card li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid var(--line); font-size: 16px; color: var(--ink-2); } .swau-page .swau-versus-card li::before { content: ""; position: absolute; left: 4px; top: 20px; width: 7px; height: 7px; border-radius: 50%; border: 2px solid var(--muted); } .swau-page .swau-versus-card[data-with] li::before { background: var(--ink); border-color: var(--ink); } .swau-page .swau-versus-card ul { margin-top: 12px; } /* 38 Where It Sits */ .swau-page .swau-range { position: relative; display: grid; grid-template-columns: repeat(var(--n, 4), minmax(0, 1fr)); gap: 12px; margin-top: 56px; } .swau-page .swau-range-node { position: relative; padding: 18px 20px 22px; text-align: left; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); } .swau-page .swau-range-node[data-this] { border: 2px solid var(--ink); } .swau-page .swau-range-node ul { margin-top: 14px; } .swau-page .swau-range-node li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 14px; } .swau-page .swau-range-node li span:first-child { color: var(--muted); } .swau-page .swau-range-node li span:last-child { font-weight: 700; font-variant-numeric: tabular-nums; } .swau-page .swau-range-node strong { display: block; font-size: 19px; letter-spacing: -.01em; } .swau-page .swau-range-node[data-this] strong { color: var(--accent); } .swau-page .swau-range-node em { display: block; margin-top: 4px; font-style: normal; font-size: 13px; color: var(--muted); } .swau-page .swau-range-node b { display: block; margin-top: 12px; font-size: 26px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; } .swau-page .swau-range-ends { display: flex; justify-content: space-between; margin-top: 14px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; } /* 39 Three Questions */ .swau-page .swau-questions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 44px; } .swau-page .swau-question { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); } .swau-page .swau-question .swau-index { display: inline-grid; place-items: center; width: 34px; height: 34px; margin: 0 0 14px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 14px; } .swau-page .swau-question .swau-h3 { font-size: 21px; margin-bottom: 18px; } .swau-page .swau-answer { padding: 12px 0; border-top: 1px solid var(--line); font-size: 15px; color: var(--ink-2); } .swau-page .swau-answer strong { display: inline-block; min-width: 42px; color: var(--ink); } .swau-page .swau-answer[data-yes] strong { color: var(--ok); } @media (max-width: 900px) { .swau-page .swau-questions { grid-template-columns: 1fr; } .swau-page .swau-range { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; } } @media (max-width: 700px) { .swau-page .swau-versus { grid-template-columns: 1fr; } .swau-page .swau-plain-row { grid-template-columns: 1fr; gap: 10px; } } @media (max-width: 800px) { .cat .cat-bucket { grid-template-columns: 44px 1fr; } .cat .cat-bucket .cat-bh:nth-child(n+3), .cat .cat-bucket .cat-bc { display: none; } } /* Original v2 options, adapted to the current shared type and mobile rules. */ .swau-page .swau-feature-statement-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 56px; align-items: center; } .swau-page .swau-feature-number { color: var(--ink); font-size: clamp(34px, 4.6vw, 58px); line-height: 1.04; letter-spacing: -.03em; font-weight: 700; overflow-wrap: anywhere; } .swau-page .swau-feature-unit { margin-top: 12px; color: var(--muted); font-size: 16px; } .swau-page .swau-feature-statement .swau-body { margin-top: 20px; } .swau-page [data-visual-variant="original-row"] .swau-feature-row-grid, .swau-page [data-visual-variant="original-columns"] .swau-use-grid { gap: 0 36px; } .swau-page [data-visual-variant="original-row"] .swau-feature-row-item, .swau-page [data-visual-variant="original-columns"] .swau-use-item { padding: 22px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; } .swau-page [data-visual-variant="original-row"] .swau-h3, .swau-page [data-visual-variant="original-columns"] .swau-h3 { margin-bottom: 8px; font-size: 20px; } .swau-page .swau-use-grid[data-cols="2"], .swau-page .swau-use-grid[data-cols="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); } .swau-page .swau-compatibility .swau-h2 { margin-bottom: 38px; } .swau-page .swau-compat-row { display: grid; grid-template-columns: minmax(140px, 24%) minmax(0, 1fr); gap: 24px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; } .swau-page .swau-compat-label { color: var(--muted); font-size: 14px; font-weight: 700; } @media (max-width: 768px) { .swau-page .swau-feature-statement-grid, .swau-page .swau-compat-row { grid-template-columns: 1fr; gap: 16px; } .swau-page .swau-use-grid[data-cols="2"], .swau-page .swau-use-grid[data-cols="4"] { grid-template-columns: 1fr; } } /* Official artwork: preserve the whole asset and keep captions off its labels. */ .swau-page [data-artwork] img { width: 100%; height: auto; aspect-ratio: auto; max-height: 700px; object-fit: contain; } .swau-page .swau-gallery-item[data-artwork] { align-self: flex-start; } .swau-page .swau-gallery-item[data-artwork] img { height: clamp(260px, 32vw, 400px); background: var(--night); } .swau-page .swau-gallery-item[data-artwork] figcaption { position: static; padding: 18px 22px; background: var(--paper); color: var(--ink); } .swau-page .swau-gallery-item[data-artwork] figcaption em { color: var(--ink-2); } .swau-page .swau-cinematic-figure[data-artwork] { width: min(calc(100% - 44px), 1000px); margin: 0 auto; } .swau-page .swau-cinematic-figure[data-artwork]::after { display: none; } .swau-page .swau-cinematic-figure[data-artwork] figcaption { position: static; width: 100%; margin: 16px 0 0; padding-bottom: 24px; } .swau-page .swau-gallery-item[data-artwork] figcaption em { display: block; margin-top: 12px; font-size: 13px; font-weight: 400; } /* 04 Stat Bars */ .swau-page .swau-bars { max-width: 840px; margin: 44px 0 0; } .swau-page .swau-bar { display: grid; grid-template-columns: minmax(120px, 26%) 1fr auto; gap: 20px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); } .swau-page .swau-bar-label, .swau-page .swau-bar-value { font-size: 16px; } .swau-page .swau-bar-label strong { font-weight: 650; } .swau-page .swau-bar-track { height: 8px; overflow: hidden; background: var(--line); border-radius: 99px; } .swau-page .swau-bar-fill { height: 100%; background: var(--ink); border-radius: 99px; } .swau-page .swau-bar-fill[data-this] { background: var(--accent); } .swau-page .swau-bar-value { min-width: 74px; text-align: right; font-variant-numeric: tabular-nums; } .swau-page .swau-bars-note { max-width: 840px; margin: 22px 0 0; color: var(--muted); font-size: 14px; } .swau-page a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; } .swau-page .swau-spec-jump a, .swau-page .swau-text-link { display: inline-flex; align-items: center; min-height: 44px; } @media(max-width: 600px) { .swau-page .swau-bar { grid-template-columns: 1fr auto; } .swau-page .swau-bar-track { grid-column: 1 / -1; order: 3; } } 150 mm optics on a manual Dobsonian base. The Sky-Watcher Classic 150P is a Newtonian telescope for visual astronomy. Its aperture suits lunar detail, planets, star clusters and deep-sky observing; darker skies make faint targets easier to see. 150 mmaperture Collect light for visual observing The parabolic primary mirror forms the image you view through an eyepiece. Sky conditions still set the detail you can resolve. 1200 mmfocal length Choose magnification with the eyepiece Magnification is telescope focal length divided by eyepiece focal length. Start at low power to find and centre a target, then increase it when the air is steady. Manualmount Point and follow by hand Move the telescope up, down and around to find your target, then make small adjustments as it drifts through the field. Adjust the tension as you observe The solid tube sits on a ground-level Dobsonian base. Adjust the altitude tension to suit the load at the focuser so the tube moves under your hand and stays where you leave it. Using the Classic 150P Eyepiece fitting The 2-inch focuser accepts 2-inch eyepieces, or 1.25-inch eyepieces with the adaptor.Visual observing Use lower power for larger star fields and higher power for lunar or planetary detail when conditions allow.Observing conditions Let the optics approach the outdoor temperature. Steady air and a dark observing location help you make the most of the aperture. Good to know 01 Allow room for the base A Dobsonian base still needs floor and vehicle space. Plan where the tube and base will be stored and how you will carry them to your observing spot. 02 Prepare the optics Allow cooling time before judging fine detail. Check reflector collimation, particularly after transport or assembly. 03 Keep the Sun out of the telescope Never point the telescope or finder at the Sun. Unfiltered sunlight can cause permanent eye damage. In the box Optical tube and Dobsonian base Two 1.25 inch eyepieces Finder scope 2 inch to 1.25 inch adaptor 2 inch extension tube User manual Five-year Australian warranty Sky-Watcher covers defects in materials and workmanship for five years from purchase. The warranty is non-transferable and requires proof of purchase in Australia or New Zealand. Damage caused by misuse, improper handling or installation, or unauthorised servicing is excluded. Follow the model instructions for routine alignment and maintenance, and consult the full warranty terms for exclusions. Australian warranty terms and claim form Specifications Optics Aperture 150 mm Optical design Newtonian reflector with parabolic primary mirror Focal length 1200 mm Focal ratio f/8 Mount and fittings Mount and control Manual alt-azimuth Eyepiece fitting 2 inch with 1.25 inch adaptor
More you might like
Related
SkyWatcher Dobsonian 10 Inch
Related
Skywatcher Shroud Truss Dobsonian 12 Inch
Related
SkyWatcher Light Shroud for Truss Dobsonian 10 Inch
Related