.dawn-hero {
    position: relative;
    overflow: hidden;
    padding: 28px;
    background:
        linear-gradient(120deg, rgba(15, 122, 103, 0.15), rgba(15, 122, 103, 0) 40%),
        linear-gradient(310deg, rgba(210, 123, 53, 0.18), rgba(210, 123, 53, 0) 48%),
        #fffaf2;
}

.dawn-hero::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -90px;
    width: 220px;
    height: 220px;
    border-radius: 45% 55% 65% 35%;
    background: rgba(15, 122, 103, 0.08);
}

.dawn-kicker {
    margin: 0;
    color: #0b5f51;
    letter-spacing: 2px;
    font-size: 12px;
}

.dawn-hero h1 {
    margin: 8px 0 10px;
    font-size: clamp(32px, 4.2vw, 46px);
    line-height: 1.15;
    font-family: 'Noto Serif SC', serif;
}

.dawn-hero > p {
    margin: 0;
    max-width: 690px;
    color: #5d5549;
    font-size: 16px;
}

.dawn-meta {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dawn-meta span {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(194, 175, 141, 0.6);
    font-size: 13px;
    color: #665f52;
}

.dawn-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(194, 175, 141, 0.7);
    background: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    color: #3f3a32;
}

.btn-chip-primary {
    border-color: rgba(15, 122, 103, 0.38);
    color: #fff;
    background: linear-gradient(135deg, #0f7a67, #0b5f51);
}

.mosaic-section,
.rack-section,
.timeline-card {
    overflow: hidden;
}

.mosaic-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 232px;
    gap: 14px;
    align-items: start;
}

.mosaic-lead {
    min-width: 0;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(194, 175, 141, 0.6);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    align-content: start;
}

.mosaic-cover-wrap {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.mosaic-cover-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.mosaic-cover-wrap:hover img {
    transform: scale(1.03);
}

.mosaic-lead-content {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 10px;
}

.mosaic-lead-label {
    margin: 0;
    font-size: 11px;
    letter-spacing: 1.7px;
    color: #0b5f51;
}

.mosaic-lead-content h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Noto Serif SC', serif;
}

.mosaic-lead-content h2 a:hover {
    color: #0b5f51;
}

.mosaic-lead-intro {
    margin: 0;
    color: #5f584d;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mosaic-lead-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #655d50;
    font-size: 13px;
}

.mosaic-side {
    display: grid;
    gap: 10px;
}

.mosaic-side-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(194, 175, 141, 0.62);
    background: rgba(255, 255, 255, 0.8);
}

.mosaic-side-item img {
    width: 64px;
    height: 84px;
    border-radius: 8px;
    object-fit: cover;
}

.mosaic-side-item span {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rack-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rack-book {
    min-width: 0;
}

.rack-cover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(194, 175, 141, 0.6);
    background: #f7efe0;
}

.rack-cover::before {
    content: '';
    display: block;
    padding-top: 132%;
}

.rack-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.rack-book:hover .rack-cover img {
    transform: scale(1.04);
}

.rack-title {
    margin-top: 8px;
    font-size: 16px;
    font-family: 'Noto Serif SC', serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rack-author {
    margin-top: 3px;
    font-size: 12px;
    color: #6c6457;
}

.timeline-list {
    display: grid;
}

.timeline-row {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) minmax(0, 1fr) 90px 76px;
    gap: 10px;
    align-items: center;
    min-height: 46px;
    border-bottom: 1px dashed rgba(194, 175, 141, 0.7);
}

.timeline-row:last-child {
    border-bottom: 0;
}

.timeline-category {
    color: #0b5f51;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-title,
.timeline-chapter {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-title:hover,
.timeline-chapter:hover {
    color: #0f7a67;
}

.timeline-author,
.timeline-time {
    color: #766d5f;
    font-size: 12px;
    text-align: right;
}

@media (max-width: 1060px) {
    .mosaic-wrap {
        grid-template-columns: 1fr;
    }

    .rack-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .dawn-hero {
        padding: 20px;
    }

    .mosaic-lead {
        grid-template-columns: 1fr;
    }

    .mosaic-cover-wrap img {
        height: 260px;
    }

    .rack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .timeline-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }

    .timeline-author,
    .timeline-time {
        text-align: left;
    }
}
