/* Introduction Section */
section.introduction {
    padding: clamp(50px, 10vw, 100px) 0;
    background: var(--white);
}

section.introduction .wrap {
    text-align: center;
}

.date-author-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

section.introduction h2 {
    color: var(--lindi-final, #422C20);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: clamp(30px, 4.5vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 153.333%;
    margin-bottom: 20px;
}

section.introduction p {
    color: var(--LindiSlate, #585858);
    text-align: center;
    font-family: Mulish;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.32px;
    max-width: 800px;
    margin: 0 auto;
}

/* Highlight Pick Section */
section.highlight-pick {
    padding: clamp(50px, 10vw, 100px) 0;
    background: var(--off-white);
}

.highlight-content {
    display: flex;
    flex-direction: column;
}

.highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 6vw, 60px);
    align-items: center;
}

.highlight-content .date-author {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--lindi-final, #422C20);
    font-family: Mulish;
    font-size: clamp(12px, 1.5vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    opacity: 0.46;
    margin-bottom: 15px;
}

.highlight-content h2 {
    color: var(--lindi-final, #422C20);
    font-family: "Cormorant Garamond";
    font-size: clamp(30px, 4.5vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 117.778%;
    margin-bottom: 20px;
}

.highlight-content .excerpt {
    color: var(--LindiSlate, #585858);
    font-family: Mulish;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
}

.highlight-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 554px;
}

/* Top 2 Picks Section */
section.top-2-picks {
    padding: clamp(50px, 10vw, 100px) 0;
    background: var(--white);
}

.top-2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(25px, 5vw, 50px);
    max-width: 1000px;
    margin: auto;
}

.post-card {
    text-decoration: none;
    display: block;
}

.post-card .post-image {
    aspect-ratio: 559/673;
    width: 100%;
    max-height: 673px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-card .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card .post-content h3 {
    color: var(--lindi-final, #422C20);
    font-family: "Cormorant Garamond";
    font-size: clamp(30px, 4.5vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 117.778%;
    margin-bottom: 15px;
}

.post-card .post-content .excerpt {
    color: var(--LindiSlate, #585858);
    font-family: Mulish;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.32px;
}

/* All Posts Section */
section.all-posts {
    background: var(--white);
}

.all-posts-title {
    color: var(--lindi-final, #422C20);
    font-family: "Cormorant Garamond";
    font-size: clamp(30px, 4.5vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 117.778%;
    margin-bottom: 30px;
    text-align: center;
}

.posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.posts-grid .post-card {
    padding: 0;
}

.posts-grid .post-card .post-image {
    margin-bottom: 15px;
}

.posts-grid .post-card .post-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.posts-grid .post-card .date-author {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--lindi-final, #422C20);
    font-family: Mulish;
    font-size: clamp(12px, 1.5vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    opacity: 0.46;
}

.posts-grid .post-card .post-arrow {
    opacity: 0.6;
}

.posts-grid .post-card .post-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.posts-grid .post-card .post-content h3 {
    color: var(--lindi-final, #422C20);
    font-family: "Cormorant Garamond";
    font-size: clamp(18px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 117.778%;
    margin: 0;
}

.posts-grid .post-card .post-content .excerpt {
    color: var(--LindiSlate, #585858);
    font-family: Mulish;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.32px;
    margin: 0;
}

/* Remove margins from all headings and paragraphs */
h2, h3, p {
    margin: 0;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    color: var(--lindi-final, #422C20);
    text-decoration: none;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: var(--lindi-final, #422C20);
    color: var(--white);
}

/* Mobile Responsive */
@media (max-width: 980px) {
    .highlight-grid,
    .top-2-grid {
        grid-template-columns: 1fr;
    }
    
    .posts-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
}