<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brian Larson</title>
<meta name="description" content="Brian Larson is an author, podcast host, and creator of Shelf Care Society.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<div class="brand">Brian Larson</div>
<nav class="nav">
<a href="#about">About</a>
<a href="#books">Books</a>
<a href="#podcast">Podcast</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<p class="eyebrow">Author | Podcast Host | Shelf Care Society</p>
<h1>A literary home for books, conversation, and transformation.</h1>
<p class="hero-text">
Brian Larson is a New York City–based writer, host, and creator of Shelf Care Society, a platform exploring books, creativity, sobriety, and the stories that shape our lives.
</p>
<div class="hero-actions">
<a class="button primary" href="#books">Explore the Work</a>
<a class="button secondary" href="#podcast">Listen In</a>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container narrow">
<h2>About</h2>
<p>
Brian Larson is an author, reader, and interviewer whose work lives at the intersection of literature, identity, and personal reinvention. Through Shelf Care Society, he brings readers into conversation with authors, ideas, and cultural moments that matter.
</p>
</div>
</section>
<section id="books" class="section alt">
<div class="container">
<h2>Books</h2>
<div class="card">
<p class="label">Forthcoming</p>
<h3>The Afterparty</h3>
<p>
A book about sobriety, reinvention, and discovering freedom on the other side of alcohol.
</p>
</div>
</div>
</section>
<section id="podcast" class="section">
<div class="container narrow">
<h2>Shelf Care Society</h2>
<p>
Shelf Care Society is a podcast and literary platform built around the idea that books can change how we see ourselves and the world.
</p>
<p>
<a href="https://instagram.com/brian.reads" target="_blank" rel="noopener noreferrer">Instagram</a>
</p>
</div>
</section>
<section id="contact" class="section alt">
<div class="container narrow">
<h2>Contact</h2>
<p>Email: hello@brian-larson.com</p>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>© Brian Larson</p>
</div>
</footer>
</body>
</html>