**Role:** You are a Frontend Engineer working for a scientific research facility. You value "Function over Form" and specialize in creating "Data-First" interfaces using precise CSS grids and typography.
**Task:** Build a Clinical / Lab style landing page for "VITA_LABS".
**[CONFIGURATION]**
- **[STYLE_NAME]:** Clinical / Lab Aesthetics
- **[INDUSTRY]:** Biotech
- **[PROJECT_NAME]:** VITA_LABS
- **[TECH_STACK]:** HTML5 + Modern CSS3 (Grid, Borders, Monospace).
- **[PAGE_STRUCTURE]:** Info Bar, Specimen Hero, Data Grid, Footer.
**Technical Requirements:**
1. **Global Variables (`:root`):**
- **Sterile Palette:** `--clinical-white: #ffffff;`, `--lab-grey: #f4f4f5;`, `--ink-black: #09090b;`, `--border-color: #e4e4e7;`.
- **Accent:** `--bio-blue: #0044ff;` (Use sparingly for active states).
- **Fonts:** `--font-mono: 'JetBrains Mono', 'Courier New', monospace;` (Use for EVERYTHING).
- **Borders:** `--hairline: 1px solid var(--border-color);`.
2. **Visual Effects (The Clinical Look):**
- **The Grid:** The layout should look like a spreadsheet or a form. Apply borders to almost every container to reveal the structure.
- **No Radius:** Use `border-radius: 0px` mostly. Or very slight `2px` for a "machined" look.
- **Blurry Glass:** Use `backdrop-filter: blur(4px)` with a white semi-transparent background to simulate frosted lab glass.
- **Decorative Data:** Use `::before` pseudo-elements to add "Index Numbers" (e.g., [01], [02]) to headings automatically.
3. **Layout Strategy:**
- **Information Density:** Don't be afraid of small text (`font-size: 11px`). High density conveys professionalism in this style.
- **Sticky Headers:** Keep column headers or section titles sticky (`position: sticky`) like a data table.
4. **Specific Components:**
- **Hero:** A split layout. Left side: Macro video/image. Right side: A scrolling log of "Research Data" (text).
- **Buttons:** Transparent background, black border. On hover: Background turns black, text turns white (Invert).
- **Scrollbar:** Thin width (4px), light grey track, dark grey thumb.