/* ── Author Page V3 ─────────────────────────────────────────── */



.author-page-v3 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px 100px;
}

/* Breadcrumb */
.author-v3__breadcrumb {
   font-family: var(--font-body) !important;
: var(--font-body) !important;
    font-size: 0.8rem !important;
    margin-bottom: 1.5rem !important;
    color: var(--accent, #F7C0D7) !important;
    opacity: 1 !important;
    text-shadow: 0 0 0 var(--navy, #020F59) !important;
}

.author-v3__breadcrumb a {
    color: #888;
    text-decoration: none;
}

.author-v3__breadcrumb a:hover {
    color: #e63946;
}

.author-v3__breadcrumb-sep {
    margin: 0 8px;
}

/* ── 1. HERO ─────────────────────────────────────────────────── */

.author-v3__hero {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.author-v3__hero-image {
    flex-shrink: 0;
}

.author-v3__hero-image img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 0;
    background-color: #eaeaea;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: block;
}

.author-v3__hero-content {
    flex: 1;
}

.author-v3__label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e63946;
    margin-bottom: 15px;
    font-weight: 700;
}

.author-v3__name {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    color: var(--navy);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

/* Subtitle */
.author-v3__subtitle {
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1rem;
}

/* Tags */
.author-v3__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.author-v3__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid var(--coral);
    border-radius: 100px;
    font-size: 13px;
    color: var(--navy, #111439);
    background: #fff;
    white-space: nowrap;
}

.author-v3__tag--count {
    border-color: var(--navy, #111439);
    color: var(--navy, #111439);
    font-weight: 600;
    background: #fff;
}

.glance-list li strong {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--navy, #111439);
    font-weight: 700;
}

/* Browse books btn */
.btn--primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: #e63946;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background 0.2s;
}



.btn--secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: transparent;
    color: var(--coral);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
   border: 2px solid var(--coral);
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.2s;
}



/* ── 2. INFO SECTION ─────────────────────────────────────────── */

.author-v3__info-section {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 80px;
    background: #fff;
    padding: 60px;
    border-radius: 0;
    margin-bottom: 80px;
}

.section-title-small {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e63946;
    margin: 0 0 24px;
}

/* At a Glance */
.glance-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.glance-list li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 20px;
    font-size: 15px;
}

.glance-list li strong {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--navy, #111439) !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.glance-list li strong svg {
    color: var(--coral, #F73C4F);
    flex-shrink: 0;
}
.glance-list li span {
    color: var(--navy, #111439) !important;
    line-height: 1.45;
}

/* Bio */
.bio-content.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bio-content p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--navy, #111439) !important;
    margin: 0 0 1em;
}

.bio-content p:last-child {
    margin-bottom: 0;
}

.read-more-btn {
    background: none;
    border: none;
    color: #e63946;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 0 0;
    display: inline-block;
}

.read-more-btn:hover {
    color: #c4293f;
}

/* ── 3. BOOKS ────────────────────────────────────────────────── */

.author-v3__books-section {
    margin-bottom: 80px;
    background-color: #fff;
    padding: 40px 60px;
}

.author-v3__books-section .books-header,
.author-v3__books-section .author-v3__books-grid,
.author-v3__books-section .load-more-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.books-header {
    margin-bottom: 32px;
}

.books-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #111439;
    margin: 0;
}

.author-v3__books-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.hidden-book {
    display: none !important;
}

.book-card-v3 {
    text-decoration: none;
    color: inherit;
    display: block;
}

.book-card-v3__cover {
    margin-bottom: 12px;
}

.book-card-v3__cover img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.book-card-v3__cover-placeholder {
    width: 100%;
    aspect-ratio: 2 / 3;
    background: #eee;
}

.book-card-v3:hover .book-card-v3__cover img {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.book-card-v3__title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #1a1a1a;
    line-height: 1.3;
}

.book-card-v3__price {
    font-size: 13px;
 
}

.load-more-wrap {
    text-align: center;
    margin-top: 50px;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */

@media (max-width: 1100px) {
    .author-v3__books-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .author-v3__hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .author-v3__hero-image img {
        width: 200px;
        height: 267px;
    }

    .author-v3__name {
        font-size: 36px;
    }

    .author-v3__info-section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 32px;
    }

    .author-v3__books-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .author-page-v3 {
        padding: 16px 20px 60px;
    }

    .author-v3__books-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
