main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-section {
    margin-bottom: 64px;
}
.page-section:last-child {
    margin-bottom: 0;
}

.subsection-title {
    font-size: 26px;
    margin-bottom: 24px;
}

.older-work-intro {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 24px;
}

/* Design case-study grid (image-forward, preserves the site's original personality) */
.projects {
    max-width: 100%;
    margin: 0 auto;
}
.project img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.project-description h4 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}
.project-description p {
    font-size: 13px;
}

/* Older Work compact cards with multiple links */
.compact-card .card-link + .card-link {
    margin-left: 14px;
}

@media screen and (max-width: 968px) {
    .project-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    main {
        padding: 0 20px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    body {
        padding: 0;
    }
    .page-section {
        margin-bottom: 44px;
    }
}
