.hero, header img{
    display: none;
}

.impressum-page {
    padding-top: clamp(80px, 12vh, 140px);
    padding-bottom: 60px;

    width: min(100% - 2rem, 800px);
    margin-inline: auto;
}

.impressum-header {
    text-align: center;
    margin-bottom: clamp(50px, 8vh, 80px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 40px;
}

.impressum-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    font-weight: 400;
    color: var(--color-dark);
}

.impressum-content section { margin-bottom: 40px; }
.impressum-content h2 {
    font-family: var(--font-base);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #3f2f29;
    margin: 0 0 12px 0;
}
.impressum-content p {
    font-family: var(--font-base);
    font-size: 16px;
    line-height: 1.6;
    color: #5a4a42;
    margin: 0;
}
.impressum-content a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(63, 47, 41, 0.3);
    text-underline-offset: 3px;
}
.impressum-content a:hover {
    color: #000;
    text-decoration-color: #000;
}

footer,
.footer,
.site-footer,
#footer {
    display: none !important;
}
