.home-page {
    background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--bs-primary) 8%, transparent), transparent 32%),
    linear-gradient(180deg, var(--bs-tertiary-bg) 0%, var(--bs-body-bg) 24%, var(--bs-secondary-bg) 100%);
}

.home-shell {
    max-width: 1440px;
}

.home-top-section {
    margin-bottom: 0.25rem;
}

.home-hero-panel,
.home-feature-card,
.home-feature-empty,
.home-content-section,
.home-process-band {
    border-radius: 1.5rem;
}

.home-hero-panel {
    background: linear-gradient(145deg, var(--bs-body-bg) 0%, var(--bs-secondary-bg) 52%, var(--bs-tertiary-bg) 100%);
    border: 1px solid var(--bs-border-color-translucent);
    box-shadow: var(--bs-box-shadow-lg);
}

.home-hero-panel__inner {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-badge-pill {
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
}

.home-kicker,
.home-section-header__eyebrow,
.home-process-step__eyebrow {
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero-title {
    color: var(--bs-emphasis-color);
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    font-weight: 700;
    line-height: 1.02;
    max-width: 12ch;
}

.home-hero-description {
    color: var(--bs-body-color);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 56ch;
}

.home-action-btn {
    min-height: 3.3rem;
    border-radius: 0.95rem;
    padding: 0.85rem 1.2rem;
    font-weight: 600;
    box-shadow: none;
}

.home-action-btn--primary {
    box-shadow: 0 16px 28px color-mix(in srgb, var(--bs-primary) 18%, transparent);
}

.home-proof-pills {
    background: color-mix(in srgb, var(--bs-body-bg) 72%, transparent);
    border: 1px solid var(--bs-border-color-translucent);
    gap: 0.75rem;
}

.home-proof-pill {
    align-items: center;
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 999px;
    color: var(--bs-body-color);
    display: inline-flex;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.home-stat-card {
    background: color-mix(in srgb, var(--bs-body-bg) 92%, transparent);
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 1.15rem;
    padding: 1rem 1.1rem;
    box-shadow: var(--bs-box-shadow-sm);
}

.home-stat-card__label {
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.home-stat-card__value {
    color: var(--bs-primary);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1;
}

.home-stat-card__meta {
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
    margin-top: 0.4rem;
}

.home-feature-column,
.home-feature-card,
.home-feature-empty {
    height: 100%;
}

.home-feature-card,
.home-feature-empty {
    background: linear-gradient(180deg, var(--bs-body-bg) 0%, var(--bs-secondary-bg) 100%);
    border: 1px solid var(--bs-border-color-translucent);
    box-shadow: var(--bs-box-shadow-lg);
}

.home-feature-card__count {
    min-width: 7rem;
}

.home-feature-card__track {
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 1.1rem;
    padding: 1rem;
}

.home-feature-card__nav-btn,
.home-feature-card__browse-btn {
    border-radius: 0.85rem;
    min-height: 2.7rem;
}

.home-feature-card__browse-btn {
    font-weight: 600;
}

.home-feature-card__list-wrap {
    margin-top: 0.25rem;
}

.home-feature-card__list {
    max-height: 300px;
    overflow-y: auto;
}

.home-feature-card__list-item {
    border: 1px solid transparent;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

.home-feature-card__list-item.is-active {
    background: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

.home-feature-empty__icon {
    align-items: center;
    background: var(--bs-secondary-bg);
    border-radius: 1rem;
    color: var(--bs-primary);
    display: inline-flex;
    font-size: 2rem;
    height: 4rem;
    justify-content: center;
    width: 4rem;
}

.home-feature-empty__checks {
    display: grid;
    gap: 0.55rem;
}

.home-feature-empty__checks span {
    color: var(--bs-body-color);
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
}

.home-process-band {
    background: color-mix(in srgb, var(--bs-body-bg) 85%, transparent);
    border: 1px solid var(--bs-border-color-translucent);
    box-shadow: var(--bs-box-shadow-sm);
    padding: 1.15rem;
}

.home-process-step {
    align-items: flex-start;
    background: linear-gradient(180deg, var(--bs-body-bg) 0%, var(--bs-secondary-bg) 100%);
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 1.15rem;
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.home-process-step__icon {
    align-items: center;
    background: var(--bs-secondary-bg);
    border-radius: 0.9rem;
    color: var(--bs-primary);
    display: inline-flex;
    flex: 0 0 3rem;
    font-size: 1.15rem;
    height: 3rem;
    justify-content: center;
}

.home-content-section {
    background: color-mix(in srgb, var(--bs-body-bg) 90%, transparent);
    border: 1px solid var(--bs-border-color-translucent);
    box-shadow: var(--bs-box-shadow-sm);
    padding: 1.4rem;
}

.home-section-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.home-section-header__action {
    border-radius: 999px;
    white-space: nowrap;
}

.home-audio-card {
    background: linear-gradient(180deg, var(--bs-body-bg) 0%, var(--bs-tertiary-bg) 100%);
    box-shadow: var(--bs-box-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-audio-card:hover {
    box-shadow: var(--bs-box-shadow);
    transform: translateY(-3px);
}

.home-audio-card .card-body {
    padding: 1.2rem;
}

.home-audio-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    line-height: 1.4;
    overflow: hidden;
}

.home-audio-card__subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    min-height: 3.8em;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .home-hero-panel__inner,
    .home-content-section,
    .home-process-band,
    .home-feature-card .card-body,
    .home-feature-empty .card-body {
        padding: 1.35rem;
    }

    .home-section-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .home-shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-action-btn {
        width: 100%;
    }

    .home-action-btn {
        min-height: 3rem;
        padding: 0.75rem 1rem;
    }

    .home-hero-panel__inner,
    .home-content-section,
    .home-process-band,
    .home-feature-card .card-body,
    .home-feature-empty .card-body {
        padding: 1.1rem;
    }

    .home-hero-title {
        max-width: none;
        font-size: clamp(1.9rem, 9vw, 2.65rem);
    }

    .home-hero-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    .home-proof-pills {
        gap: 0.5rem;
    }

    .home-process-step {
        padding: 0.9rem;
    }

    .playlist-navigation {
        flex-wrap: wrap;
    }
}