This is a test article used to validate the newly configured blog style system on jewelrylasernova.com. It intentionally exercises every article component: the collapsible table of contents, headings, tables, blockquotes, code blocks, dividers, CTA banners, the author card, and related-post cards. This page is noindex,nofollow and will never be published.
1. Typography & Headings
Body copy uses Inter at 1.0625rem with a 1.75 line height. Headings render in Sora with the site's dark ink color #111827. Links and accents pick up the brand red #E04941, with gold #D4AF37 as the secondary accent — the same palette as the landing pages.
H3 subheading check
An H3 should sit visually between the H2 above and this paragraph: smaller, still Sora, still confident. Lists should also behave:
- Unordered list item one — spacing between items is 0.5rem.
- Item two with a real internal link to the product comparison page.
- Item three with inline
code-styletext.
2. Tables
Tables get a dark #111827 header row and zebra striping on even rows, wrapped in an 8px-radius border. On mobile they scroll horizontally.
| Component | Stylesheet | Status |
|---|---|---|
| Page shell & hero | article-shell.css | Loaded |
| Body components | article-components.css | Loaded |
| Table of contents | article-toc.css | Loaded |
| Related posts | related-posts.css | Loaded |
| Video embeds | article-embeds.css | Loaded |
| Sticky sidebar | article-sidebar.css | Loaded |
3. Blockquotes & Code
"A blockquote carries a 4px brand-red left border, a soft gray background, and rounded right corners — used for pull-quotes and standards citations in real articles."
Preformatted blocks use the dark panel treatment:
console.log('Hello World — blog system test');
// brand: #E04941 · ink: #111827 · radius: 8px
4. CTA Banner
Mid-article CTA banners use the dark gradient panel with the brand-red button:
That's every core component. If everything above matches the landing-page look — Sora headings, Inter body, brand red accents, 8px radii — the blog style system is good to go.