.about-page .site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.about-page .site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 1.25rem 2rem 0;
}

.about-page .site-nav {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.about-page .site-nav a {
    color: rgba(255, 248, 235, 0.88);
}

.about-page .page-main {
    flex: 1;
}

.about-page .site-footer {
    display: flex;
    justify-content: flex-end;
    padding: 0 2rem 1.5rem;
}

.about-page .site-contact-link {
    color: #556b2f;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: lowercase;
}

.about-blank {
    min-height: 100vh;
}

@media (max-width: 700px) {
    .about-page .site-header {
        padding-inline: 1rem;
    }

    .about-page .site-footer {
        padding: 0 1rem 1.25rem;
    }
}
