@media (max-width: 1100px) {
    .page-intro,
    .gallery-grid,
    .section-head,
    .about-grid,
    .experience-grid,
    .skills-grid-home,
    .feature-metrics {
        grid-template-columns: 1fr;
    }

    .about-manifesto {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem;
    }

    .manifesto-copy {
        max-width: 100%;
        padding: 0;
    }

    .manifesto-visual-wrap {
        justify-content: center;
        width: 100%;
    }

    .manifesto-photo {
        max-width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .skills-grid-curated,
    .coverage-columns {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .growth-line {
        height: 0;
        margin-bottom: 1.2rem;
    }

    .growth-line svg,
    .growth-axis {
        display: none;
    }

    .growth-line::before,
    .growth-line::after,
    .growth-curve::before {
        display: none;
    }

    .growth-curve {
        display: grid;
        gap: 1rem;
        padding-top: 0.6rem;
    }

    .growth-node,
    .growth-summary,
    .growth-stage {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none !important;
    }

    .growth-stage {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        margin-bottom: 0.15rem;
    }

    .growth-node::before {
        left: 1rem;
        top: -0.4rem;
        right: auto;
        bottom: auto;
        transform: none;
    }

    .coverage-item {
        transform: none !important;
    }

    .section-head {
        display: grid;
    }

    .section-note,
    .page-meta {
        text-align: left;
    }

    .meta-stack {
        justify-items: start;
    }
}

@media (max-width: 720px) {
    .site-nav {
        position: absolute;
        top: 1rem;
    }

    .top-links {
        gap: 0.85rem;
    }

    .top-links a,
    .brand,
    .metric-label,
    .hero-kicker {
        letter-spacing: 0.14em;
    }

    .brand img {
        height: 1.25rem;
    }

    .hero-section {
        padding-top: 5.4rem;
    }

    .cover-section {
        padding-top: 5.4rem;
    }

    .hero-copy h1 {
        letter-spacing: 0.18em;
        text-indent: 0.18em;
    }

    .hero-meta {
        letter-spacing: 0.24em;
        font-size: 0.8rem;
    }

    .gallery-grid,
    .about-grid,
    .experience-grid,
    .skills-grid-home,
    .feature-metrics {
        grid-template-columns: 1fr;
    }

    .about-manifesto {
        gap: 1.5rem;
        padding: 1.15rem;
        border-radius: 0.8rem !important;
    }

    .coverage-panel {
        padding: 1.4rem 1.2rem 1.6rem;
    }

    /* Removed old responsive title styles */

    .about-closing {
        padding: 4.5rem 1rem 2.8rem;
    }

    .about-closing p {
        letter-spacing: 0.08em;
    }

    .growth-node h3,
    .growth-summary strong {
        font-size: 1.02rem;
    }

    /* Removed old responsive coverage styles */

    .page-shell {
        width: min(1360px, 94vw);
    }

    .page-intro {
        min-height: auto;
        padding-top: 6.2rem;
    }

    .poem-block p {
        letter-spacing: 0.22em;
    }

    .cover-track {
        gap: 0.8rem;
    }

    .cover-card {
        flex-basis: calc(100% - 10vw);
        min-height: 54vh;
        border-radius: 0.8rem;
    }

    .cover-card-copy {
        left: 1.4rem;
        right: 1.4rem;
        bottom: 1.6rem;
    }

    .cover-card-copy h2 {
        max-width: none;
        font-size: clamp(0.72rem, 2.9vw, 0.84rem);
        letter-spacing: 0.16em;
        white-space: normal;
    }

    .cover-card-copy p:last-child,
    .section-note,
    .skill-points,
    .experience-card p:last-child,
    .skill-card p:last-child {
        font-size: 0.84rem;
    }

    .coverage-item strong {
        font-size: 0.88rem;
    }
}
