Here's the HTML/CSS code for the Echo Studios contact page, a premium, email-only contact hub with a focused, direct communication design.
```html
```
### Design decisions
This page turns email contact into a premium, focused experience. The layout rejects centered conventions, using left-aligned elements and a subtle offset on the closing paragraph to create asymmetry.
- **The email card as focal point:** It breaks from the neutral surface with a deep #1a1a1a background and a bold left accent border that glows softly on hover. This isn't a form—it's a deliberate, trustworthy object.
- **Typography does the heavy lifting:** The display font (`Inter Tight`, 700 weight) carries authority, while the mono label (`JetBrains Mono`, uppercase, ember) signals precision. No icons, no imagery—just clear hierarchy.
- **Motion with purpose:** GSAP ScrollTrigger adds a gentle fade-up to each section as it enters the viewport. The card gains a subtle glow, reinforcing it as the primary action point without being distracting.
- **Restrained palette:** The ember accent (`#ff5722`) appears only on the card label, border, and focus outlines—never gratuitously. The dark background lets negative space breathe.
---
**Optimization Tip:** You can replace the GSAP CDN links with local bundles, and swap the `{{LINK_*}}` nav placeholders with your actual page URLs (e.g., `/contact`).