.waki-artists-directory {
    color: #0f172a;
    background: #fff;
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.waki-artists-hero {
    background: linear-gradient(135deg, #6f6bd6, #6b5bd2);
    color: #fff;
    padding: 0 0 64px;
    text-align: center;
}

.waki-artists-hero__inner {
    max-width: 720px;
    margin: 0 auto;
}

.waki-artists-hero h1 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    margin: 0 0 12px;
    font-weight: 700;
}

.waki-artists-hero p {
    margin: 0 0 24px;
    opacity: 0.9;
}

.waki-artists-search {
    display: flex;
    justify-content: center;
}

.waki-artists-search .artist-search {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.waki-artists-search .artist-search input[type="search"] {
    flex: 1 1 260px;
    max-width: 420px;
    border-radius: 999px;
    border: none;
    padding: 12px 18px;
}

.waki-artists-search .artist-search button {
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #4c4bb5;
    padding: 12px 22px;
    font-weight: 600;
    cursor: pointer;
}

.waki-artists-browse,
.waki-artists-featured,
.waki-artists-all {
    padding: 32px 20px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.waki-artists-browse h2,
.waki-artists-featured h2,
.waki-artists-all h2 {
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.waki-artists-letters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}

.waki-artists-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: #334155;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    min-width: 32px;
    background: #fff;
}

.waki-artists-letter.is-active {
    background: #6b5bd2;
    color: #fff;
    border-color: transparent;
}

.waki-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.waki-section-header--split h2 {
    margin: 0;
}

.waki-featured-grid,
.waki-artists-grid {
    display: grid;
    gap: 20px;
}

.waki-featured-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
}

.waki-artists-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.waki-featured-grid .waki-artist-card {
    flex: 0 0 240px;
    scroll-snap-align: start;
}

.waki-artist-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    border: 1px solid #edf2f7;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.waki-artist-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.waki-artist-card__link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.waki-artist-card__image {
    position: relative;
    padding-top: 72%;
    background: #f1f5f9;
    overflow: hidden;
}

.waki-artist-card__image img,
.waki-artist-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.waki-artist-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #64748b;
    background: linear-gradient(135deg, #e2e8f0, #f8fafc);
}

.waki-artist-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.waki-artist-card__body h3 {
    margin: 0;
    font-size: 1.05rem;
}

.waki-artist-card__meta {
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.waki-artist-card__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #e0e7ff;
    color: #4338ca;
    font-weight: 600;
    font-size: 0.85rem;
    width: fit-content;
}

.waki-artist-card--featured .waki-artist-card__cta {
    background: #60a5fa;
    color: #fff;
}

.waki-artists-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.waki-artists-sort select {
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
}

.waki-artists-empty {
    color: #64748b;
    font-size: 0.95rem;
}

.waki-artists-pagination {
    margin: 24px 0 40px;
}

.waki-artists-pagination .page-numbers {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.waki-artists-pagination .page-numbers a,
.waki-artists-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    font-size: 0.85rem;
}

.waki-artists-pagination .page-numbers .current {
    background: #6b5bd2;
    color: #fff;
    border-color: transparent;
}

@media (max-width: 767px) {
    .waki-artists-search .artist-search {
        max-width: min(520px, 100%);
        margin: 0 auto;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .waki-artists-search .artist-search input[type="search"] {
        width: 100%;
        max-width: 100%;
        height: 48px;
        border-radius: 16px;
        padding: 0 16px;
    }

    .waki-artists-search .artist-search button {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        align-self: center;
    }

    .waki-section-header {
        align-items: flex-start;
    }
}
