@media (max-width: 1100px) {
    .skills-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        max-width: min(560px, 92vw);
    }

    .projects-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: min(720px, 94vw);
    }
}

@media (max-width: 768px) {
    .main-inner {
        gap: clamp(1.5rem, 5vh, 2.5rem);
    }

    .main-kicker {
        font-size: clamp(0.8rem, 3.5vw, 1rem);
    }

    .main-name {
        font-size: 20vw;
    }

    .main-role {
        font-size: 4vw;
        letter-spacing: 0.06em;
    }

    .main-stats {
        flex-direction: column;
        align-items: stretch;
        max-width: min(18rem, 88vw);
    }

    .main-stat {
        min-width: 0;
        max-width: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.15rem;
    }

    .main-stat-value {
        font-size: 6vw;
    }

    .main-stat-label {
        font-size: 3.2vw;
        text-align: right;
    }

    .navigator {
        display: inline-flex;
        max-width: calc(100vw - 1rem);
        padding: 0.2rem 0.35rem;
        gap: 0.35rem;
    }

    .navigator-buttons {
        display: none;
    }

    .navigator-avatar {
        height: 2.5rem;
    }

    .navigator-contact {
        height: 2.5rem;
        font-size: 0.78rem;
        padding: 0 0.6rem;
    }

    .theme-toggle {
        font-size: 5vw;
        top: 2vh;
        right: 2vh;
    }

    .projects-header .projects-kicker {
        font-size: clamp(0.8rem, 3.5vw, 1rem);
    }

    .projects-header .projects-display-title {
        font-size: 12vw;
    }

    .projects-lead {
        font-size: 3.8vw;
        max-width: 100%;
    }

    .projects-preview {
        grid-template-columns: 1fr;
        max-width: min(420px, 92vw);
        margin-top: 2.5vh;
        padding-inline: 1.25rem;
        gap: 1.25rem;
    }

    .project-card {
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
    }

    .project-card-texts {
        gap: 2vw;
    }

    .project-card-texts h3 {
        font-size: 3.8vw;
    }

    .project-card-sep {
        font-size: 3.8vw;
    }

    .project-card-tag {
        font-size: 3vw;
    }

    .projects-more {
        margin-top: 3vh;
        flex-direction: column;
        gap: 0.75rem;
    }

    .projects-more-label {
        font-size: 4vw;
        font-weight: 300;
    }

    .projects-more-link {
        font-size: 4vw;
        padding: 0.5em 1.15em;
    }

    .about-content {
        max-width: 92vw;
        gap: 2.5vh;
    }

    .about-kicker {
        font-size: 4vw;
    }

    .about-rule {
        width: min(200px, 45vw);
    }

    .about-title {
        font-size: 12vw;
    }

    .about-text {
        max-width: 100%;
        font-size: 4vw;
        line-height: 1.4;
    }

    .skills-grid {
        grid-template-columns: 1fr;
        padding-inline: 1.25rem;
        margin-top: 2.5vh;
        gap: 1rem;
    }

    .skills-kicker {
        font-size: 4vw;
    }

    .skills-display-title {
        font-size: 12vw;
    }

    .skills-lead {
        font-size: 3.8vw;
        max-width: 100%;
    }

    .skill-pillar {
        padding: 1.15rem 1.1rem;
    }

    .skill-tags li {
        font-size: 3.2vw;
        padding: 0.45em 0.7em;
    }

    .reviews-kicker {
        font-size: 4vw;
    }

    .reviews-display-title {
        font-size: 12vw;
    }

    .reviews-lead {
        font-size: 3.8vw;
        max-width: 100%;
    }

    .reviews-average-block {
        margin-top: 2vh;
        gap: 0.65rem;
    }

    .reviews-average-stars {
        font-size: clamp(2.25rem, 11vw, 3.5rem);
    }

    .reviews-average-value {
        font-size: 9vw;
    }

    .reviews-average-outof {
        font-size: 4.5vw;
    }

    .reviews-grid {
        padding-inline: 1.25rem;
        gap: 1rem;
    }

    .review-card {
        padding: 1.15rem 1.1rem;
    }

    .review-quote p {
        font-size: 3.6vw;
        line-height: 1.45;
    }

    .review-name {
        font-size: 4vw;
    }

    .review-role {
        font-size: 3.2vw;
    }

    .review-stars {
        font-size: 3.5vw;
    }
}
