.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    opacity: 0.75;
}

.hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.section {
    margin-top: 2rem;
}

.page-header {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.narrow {
    max-width: 760px;
}

.site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.site-name {
    text-decoration: none;
}

.site-nav .active,
nav a.active {
    font-weight: 700;
    text-decoration: underline;
}

.site-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 0.9rem;
    opacity: 0.75;
}

.spotify-card {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 12px;
    background-color: var(--pico-background-color);
    color: var(--pico-color);
}

.spotify-now-playing {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.spotify-now-playing img {
    width: 96px;
    height: 96px;
    border-radius: 8px;
    object-fit: cover;
}