.portfolio-page {
    min-height: 100vh;
}

.portfolio-section {
    position: relative;
    min-height: 72vh;
    padding: clamp(84px, 12vw, 150px) 0;
    isolation: isolate;
}

.section-inner {
    width: min(var(--container-wide), calc(100% - 36px));
    margin: 0 auto;
}

.narrow-section {
    width: min(var(--container-narrow), calc(100% - 36px));
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--accent-cyan);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    letter-spacing: 0;
}

h1 {
    margin: 0;
    font-size: clamp(4rem, 12vw, 8.4rem);
    line-height: 0.88;
}

h2 {
    margin: 0 0 18px;
    font-size: clamp(2.1rem, 6vw, 4.8rem);
    line-height: 1;
}

h3 {
    margin: 0 0 12px;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}

p {
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    line-height: 1.7;
}

.muted {
    color: var(--text-muted);
}

.public-footer {
    padding: 28px;
    color: var(--text-muted);
    text-align: center;
    border-top: 1px solid var(--border-soft);
}

.public-footer p {
    margin: 0;
    font-size: 0.92rem;
}
