/* Baukredos Warm Industrial — Kontakt, Anfrage, About and readable page baseline. */

/* Kontakt */
body.bk-industrial-site.bk-contact-page {
    background: var(--bki-bg);
}

body.bk-industrial-site.bk-contact-page .page-wrap > .elementor,
body.bk-industrial-site.bk-contact-page .elementor-location-single,
body.bk-industrial-site.bk-contact-page .elementor-element,
body.bk-industrial-site.bk-contact-page .elementor-widget-container {
    max-width: none;
}

body.bk-industrial-site.bk-contact-page .bk-contact {
    width: min(calc(100% - (2 * var(--bki-pad))), var(--bki-max));
    margin: clamp(28px, 5vw, 72px) auto clamp(72px, 9vw, 130px);
    color: var(--bki-ink);
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero {
    display: grid;
    min-height: clamp(380px, 38vw, 560px);
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    gap: clamp(36px, 6vw, 92px);
    align-items: center;
    padding: clamp(42px, 7vw, 98px);
    overflow: hidden;
    border: 1px solid var(--bki-line-dark);
    border-radius: 2px;
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(24, 24, 27, 0.08) 50%, transparent calc(50% + 1px)),
        linear-gradient(135deg, rgba(180, 33, 42, 0.085), transparent 58%),
        var(--bki-surface);
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bki-red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.19em;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__eyebrow::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero h1 {
    margin: 22px 0 26px;
    color: var(--bki-ink);
    font-family: var(--bki-sans);
    font-size: clamp(3.2rem, 7.4vw, 7.2rem);
    font-weight: 850;
    line-height: 0.83;
    letter-spacing: -0.078em;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__lead {
    max-width: 660px;
    margin: 0 0 30px;
    color: var(--bki-muted);
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.65;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__cta {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    padding: 13px 18px;
    border: 1px solid var(--bki-red);
    border-radius: 2px;
    color: #fff;
    background: var(--bki-red);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__cta:hover {
    color: #fff;
    background: var(--bki-red-dark);
    transform: translateY(-2px);
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor {
    position: relative;
    display: grid;
    aspect-ratio: 1 / 0.78;
    place-items: center;
    border: 1px solid var(--bki-line-dark);
    border-radius: 1px;
    background:
        linear-gradient(rgba(24, 24, 27, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 24, 27, 0.07) 1px, transparent 1px),
        var(--bki-paper);
    background-size: 44px 44px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-ring {
    position: absolute;
    width: 54%;
    aspect-ratio: 1;
    border: 1px solid var(--bki-red);
    border-radius: 50%;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-ring::before,
body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-ring::after {
    position: absolute;
    background: var(--bki-red);
    content: "";
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-ring::before {
    top: 50%;
    left: -25%;
    width: 150%;
    height: 1px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-ring::after {
    top: -25%;
    left: 50%;
    width: 1px;
    height: 150%;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-mark {
    position: relative;
    z-index: 2;
    color: var(--bki-ink);
    font-family: var(--bki-serif);
    font-size: clamp(4.8rem, 11vw, 9rem);
    font-style: italic;
    line-height: 1;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-line {
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 72px;
    height: 3px;
    background: var(--bki-red);
}

body.bk-industrial-site.bk-contact-page .bk-contact-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: clamp(40px, 5vw, 66px) 0 clamp(70px, 8vw, 110px);
    border-top: 1px solid var(--bki-line-dark);
    border-left: 1px solid var(--bki-line-dark);
}

body.bk-industrial-site.bk-contact-page .bk-contact-card {
    display: grid;
    min-width: 0;
    min-height: 180px;
    grid-template-rows: auto 1fr;
    gap: 24px;
    margin: 0;
    padding: 24px;
    border: 0;
    border-right: 1px solid var(--bki-line-dark);
    border-bottom: 1px solid var(--bki-line-dark);
    border-radius: 0;
    box-shadow: none;
    background: rgba(250, 250, 248, 0.65);
}

body.bk-industrial-site.bk-contact-page .bk-contact-card:hover {
    z-index: 1;
    color: var(--bki-ink);
    background: var(--bki-paper);
    box-shadow: 0 18px 40px rgba(24, 24, 27, 0.08);
    transform: translateY(-4px);
}

body.bk-industrial-site.bk-contact-page .bk-contact-card__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--bki-red);
    border-radius: 50%;
    color: var(--bki-red);
    background: transparent;
    font-size: 0.95rem;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card h2 {
    margin: 0 0 10px;
    color: var(--bki-muted);
    font: 800 0.64rem/1 var(--bki-sans);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card :where(a, p, address) {
    margin: 0;
    color: var(--bki-ink);
    font-family: var(--bki-serif);
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    font-style: normal;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card a:hover {
    color: var(--bki-red);
}

body.bk-industrial-site.bk-contact-page .bk-contact-form-card,
body.bk-industrial-site.bk-contact-page .bk-contact-success {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 68px);
    border: 1px solid var(--bki-line-dark);
    border-top: 3px solid var(--bki-ink);
    border-radius: 2px;
    box-shadow: none;
    background: rgba(250, 250, 248, 0.78);
}

body.bk-industrial-site.bk-contact-page .bk-contact-form-card > header {
    margin-bottom: 38px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--bki-line);
}

body.bk-industrial-site.bk-contact-page .bk-contact-form-card > header > span {
    color: var(--bki-red);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.17em;
}

body.bk-industrial-site.bk-contact-page .bk-contact-form-card h2 {
    margin: 13px 0 12px;
    font-family: var(--bki-serif);
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

body.bk-industrial-site.bk-contact-page .bk-contact-form-card header p {
    margin: 0;
    color: var(--bki-muted);
}

body.bk-industrial-site.bk-contact-page .bk-contact-form__grid {
    gap: 24px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-field {
    gap: 8px;
    margin-bottom: 24px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-field > span {
    color: var(--bki-ink);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.bk-industrial-site.bk-contact-page .bk-contact-field :where(input, textarea) {
    border-width: 0 0 1px;
    border-color: var(--bki-line-dark);
    border-radius: 0;
    background: transparent;
}

body.bk-industrial-site.bk-contact-page .bk-contact-field :where(input, textarea):focus {
    border-color: var(--bki-red);
    box-shadow: 0 2px 0 var(--bki-red);
}

body.bk-industrial-site.bk-contact-page .bk-contact-submit {
    min-height: 52px;
    border-radius: 2px;
    color: #fff;
    background: var(--bki-red);
}

body.bk-industrial-site.bk-contact-page .bk-contact-anfrage {
    display: grid;
    max-width: 1100px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: end;
    margin: 32px auto 0;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--bki-ink);
    border-radius: 2px;
    color: var(--bki-bg);
    background: var(--bki-ink);
}

body.bk-industrial-site.bk-contact-page .bk-contact-anfrage :where(h2, p) {
    color: inherit;
}

body.bk-industrial-site.bk-contact-page .bk-contact-anfrage > div > span {
    color: #f06a70;
}

body.bk-industrial-site.bk-contact-page .bk-contact-anfrage h2 {
    margin: 10px 0;
    font-family: var(--bki-serif);
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    font-weight: 500;
}

body.bk-industrial-site.bk-contact-page .bk-contact-anfrage .button {
    border-radius: 2px;
    color: #fff;
    background: var(--bki-red);
}

/* Anfrage — form backend and field names remain unchanged. */
body.bk-industrial-site.bk-anfrage-page #sidebar {
    display: none;
}

body.bk-industrial-site.bk-anfrage-page article.envo-content {
    width: 100%;
    max-width: none;
}

body.bk-industrial-site.bk-anfrage-page .single-page-content > .single-head {
    display: none;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage {
    width: min(100%, 1120px);
    margin: 0 auto;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero {
    margin: 0 0 42px;
    padding: clamp(44px, 7vw, 86px);
    border: 1px solid var(--bki-line-dark);
    border-radius: 2px;
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(24, 24, 27, 0.08) 50%, transparent calc(50% + 1px)),
        linear-gradient(135deg, var(--bki-red-soft), transparent 58%),
        var(--bki-surface);
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero__eyebrow {
    color: var(--bki-red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero h1 {
    max-width: 860px;
    margin: 20px 0 26px;
    font-family: var(--bki-sans);
    font-size: clamp(3.1rem, 7vw, 6.8rem);
    font-weight: 850;
    line-height: 0.84;
    letter-spacing: -0.075em;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero__lead {
    max-width: 680px;
    color: var(--bki-muted);
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.65;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 28px;
    padding: 0;
    list-style: none;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-trust li {
    padding: 9px 14px;
    border: 1px solid var(--bki-line-dark);
    border-right: 0;
    border-radius: 0;
    color: var(--bki-ink);
    background: rgba(250, 250, 248, 0.58);
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-trust li:last-child {
    border-right: 1px solid var(--bki-line-dark);
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-card,
body.bk-industrial-site.bk-anfrage-page .bk-anfrage-success {
    padding: clamp(30px, 5vw, 64px);
    border: 1px solid var(--bki-line-dark);
    border-top: 3px solid var(--bki-ink);
    border-radius: 2px;
    box-shadow: none;
    background: rgba(250, 250, 248, 0.78);
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-source {
    margin-bottom: 32px;
    padding: 18px 20px;
    border: 1px solid var(--bki-red);
    border-left-width: 4px;
    border-radius: 0;
    color: var(--bki-ink);
    background: var(--bki-red-soft);
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-grid {
    gap: 24px;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-field {
    gap: 8px;
    margin-bottom: 24px;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-field > span {
    color: var(--bki-ink);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-field :where(input, textarea) {
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-field :where(input, textarea):focus {
    border-color: var(--bki-red);
    box-shadow: 0 2px 0 var(--bki-red);
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-upload {
    margin: 12px 0 26px;
    padding: 30px;
    border: 1px dashed var(--bki-line-dark);
    border-radius: 1px;
    background:
        linear-gradient(rgba(24, 24, 27, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 24, 27, 0.035) 1px, transparent 1px),
        var(--bki-surface);
    background-size: 28px 28px;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-upload__icon {
    border-radius: 50%;
    color: #fff;
    background: var(--bki-red);
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-submit {
    min-height: 54px;
    border: 1px solid var(--bki-red);
    border-radius: 2px;
    color: #fff;
    background: var(--bki-red);
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-submit:hover {
    color: #fff;
    background: var(--bki-red-dark);
    transform: translateY(-2px);
}

/* About */
body.bk-industrial-site.bk-about-page #sidebar,
body.bk-industrial-site.bk-about-page .single-page-content > .single-head {
    display: none;
}

body.bk-industrial-site.bk-about-page article.envo-content {
    width: 100%;
    max-width: none;
}

body.bk-industrial-site.bk-about-page .bk-about {
    width: 100%;
}

.bk-about-hero {
    display: grid;
    min-height: min(720px, 72vh);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    border: 1px solid var(--bki-line-dark);
    background: var(--bki-surface);
}

.bk-about-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 7vw, 94px);
}

.bk-about-hero h1 {
    margin: 24px 0 30px;
    font-family: var(--bki-sans);
    font-size: clamp(3.4rem, 7.7vw, 7.8rem);
    font-weight: 850;
    line-height: 0.82;
    letter-spacing: -0.078em;
}

.bk-about-hero h1 em,
.bk-about-section h2 em,
.bk-about-region h2 em {
    color: var(--bki-red);
    font-family: var(--bki-serif);
    font-weight: 400;
}

.bk-about-hero__copy > p {
    max-width: 590px;
    margin: 0 0 32px;
    color: var(--bki-muted);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.7;
}

.bk-about-hero__media {
    position: relative;
    min-height: 540px;
    margin: 0;
    overflow: hidden;
    background: var(--bki-ink);
}

.bk-about-hero__image {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.04);
}

.bk-about-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(24, 24, 27, 0.65), transparent 55%);
    content: "";
}

.bk-about-hero__media > span {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 22px;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.bk-about-section,
.bk-about-region {
    margin-top: clamp(70px, 10vw, 140px);
    padding-top: clamp(30px, 4vw, 52px);
    border-top: 1px solid var(--bki-line-dark);
}

.bk-about-section--split,
.bk-about-services,
.bk-about-region {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: clamp(36px, 8vw, 128px);
}

.bk-about-section h2,
.bk-about-region h2 {
    margin: 18px 0 24px;
    font-family: var(--bki-sans);
    font-size: clamp(2.6rem, 5.5vw, 5.6rem);
    font-weight: 850;
    line-height: 0.86;
    letter-spacing: -0.07em;
}

.bk-about-section p,
.bk-about-region p {
    color: var(--bki-muted);
    font-size: clamp(1rem, 1.4vw, 1.14rem);
    line-height: 1.72;
}

.bk-about-process > header {
    display: grid;
    grid-template-columns: 0.33fr 0.4fr 1.27fr;
    gap: 24px;
    align-items: start;
}

.bk-about-process > header h2 {
    margin-top: 0;
}

.bk-about-process ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 44px 0 0;
    padding: 0;
    border-top: 1px solid var(--bki-line-dark);
    border-left: 1px solid var(--bki-line-dark);
    list-style: none;
}

.bk-about-process li {
    min-height: 230px;
    padding: 26px;
    border-right: 1px solid var(--bki-line-dark);
    border-bottom: 1px solid var(--bki-line-dark);
    background: rgba(250, 250, 248, 0.54);
}

.bk-about-process li > span {
    display: block;
    margin-bottom: 44px;
    color: var(--bki-red);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.bk-about-process li strong {
    display: block;
    font-family: var(--bki-serif);
    font-size: 1.45rem;
    font-weight: 500;
}

.bk-about-process li p {
    margin: 12px 0 0;
    font-size: 0.91rem;
}

.bk-about-services > div:last-child,
.bk-about-region > div:last-child {
    padding-top: 38px;
}

.bk-about-region {
    margin-bottom: 0;
    padding: clamp(40px, 6vw, 78px);
    border: 1px solid var(--bki-ink);
    color: var(--bki-bg);
    background: var(--bki-ink);
}

.bk-about-region :where(h2, p, address, a) {
    color: inherit;
}

.bk-about-region address {
    margin: 26px 0;
    padding-left: 18px;
    border-left: 2px solid var(--bki-red);
    font-family: var(--bki-serif);
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.5;
}

.bk-about-region .bki-text-link:hover {
    color: #f06a70;
}

/* Readable baseline for future legal and conventional pages. */
body.bk-industrial-site.page:not(.bk-home-industrial):not(.bk-contact-page):not(.bk-anfrage-page):not(.bk-about-page):not(.bk-datenschutz-page):not(.woocommerce-page) .single-entry-summary {
    max-width: 980px;
    color: var(--bki-ink);
    font-size: 1rem;
    line-height: 1.78;
}

body.bk-industrial-site.page:not(.bk-home-industrial):not(.bk-contact-page):not(.bk-anfrage-page):not(.bk-about-page):not(.bk-datenschutz-page):not(.woocommerce-page) .single-entry-summary :where(h2, h3) {
    margin: 1.65em 0 0.65em;
    font-family: var(--bki-serif);
    font-weight: 500;
    letter-spacing: -0.03em;
}

body.bk-industrial-site.page:not(.bk-home-industrial):not(.bk-contact-page):not(.bk-anfrage-page):not(.bk-about-page):not(.bk-datenschutz-page):not(.woocommerce-page) .single-entry-summary h2 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

/* Datenschutz: frontend presentation only, legal copy remains page-owned. */
body.bk-industrial-site.bk-datenschutz-page {
    background: var(--bki-paper, #EBEBE8);
    color: var(--bki-ink, #18181B);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

body.bk-industrial-site.bk-datenschutz-page #site-content.main-container {
    width: min(100% - 32px, 1320px);
    max-width: 1320px;
    padding: clamp(20px, 3vw, 38px) 0 clamp(64px, 7vw, 104px);
    background: transparent;
}

body.bk-industrial-site.bk-datenschutz-page #site-content > .page-area {
    padding-top: 0;
    padding-right: 0;
}

body.bk-industrial-site.bk-datenschutz-page .single-page.row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

body.bk-industrial-site.bk-datenschutz-page article.envo-content {
    width: 100%;
    max-width: none;
    float: none;
    padding-right: 0;
    padding-left: 0;
}

body.bk-industrial-site.bk-datenschutz-page #sidebar,
body.bk-industrial-site.bk-datenschutz-page .single-head {
    display: none;
}

body.bk-industrial-site.bk-datenschutz-page .single-content,
body.bk-industrial-site.bk-datenschutz-page .single-entry-summary {
    max-width: none;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal {
    position: relative;
    padding: clamp(24px, 4vw, 44px) 0 clamp(70px, 8vw, 112px);
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(24, 24, 27, 0.05) 1px, transparent 1px) 0 0 / calc(100% / 12) 100%,
        radial-gradient(circle at 88% 8%, rgba(188, 26, 35, 0.1), transparent 30%),
        linear-gradient(180deg, #EBEBE8 0%, #F4F4F5 100%);
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero {
    min-height: clamp(260px, 26vw, 340px);
    display: grid;
    align-items: center;
    margin-bottom: clamp(36px, 5vw, 62px);
    padding: clamp(34px, 6vw, 66px);
    border: 1px solid var(--bki-line, #D4D4D8);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(244, 244, 245, 0.7)),
        linear-gradient(90deg, rgba(188, 26, 35, 0.08), transparent 42%);
    box-shadow: 0 22px 60px rgba(24, 24, 27, 0.08);
    overflow: hidden;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero__inner {
    max-width: 760px;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero__label,
body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--bki-red, #BC1A23);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero__label::before,
body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero h1 {
    margin: 0;
    color: var(--bki-ink, #18181B);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(3rem, 6.2vw, 5.7rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.9;
    text-transform: uppercase;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero p {
    max-width: 640px;
    margin: 24px 0 0;
    color: var(--bki-muted, #52525B);
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.65;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero__date {
    display: inline-flex;
    width: fit-content;
    margin-top: 20px;
    padding: 9px 12px;
    border: 1px solid rgba(188, 26, 35, 0.24);
    border-radius: 4px;
    color: var(--bki-ink, #18181B);
    background: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    font-weight: 700;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: start;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--desktop {
    position: sticky;
    top: 112px;
    max-height: calc(100vh - 140px);
    padding: 24px 0 24px 18px;
    border-left: 1px solid var(--bki-line, #D4D4D8);
    overflow: auto;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--mobile {
    display: none;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__list {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 10px 9px 0;
    border-bottom: 1px solid rgba(212, 212, 216, 0.62);
    color: rgba(24, 24, 27, 0.72);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
    transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__list a span {
    color: var(--bki-red, #BC1A23);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__list a:hover,
body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__list a:focus-visible,
body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__list a.is-active {
    color: var(--bki-red, #BC1A23);
    border-color: rgba(188, 26, 35, 0.42);
    transform: translateX(3px);
    outline: none;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content {
    max-width: 860px;
    padding: clamp(32px, 4vw, 52px);
    border: 1px solid var(--bki-line, #D4D4D8);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 18px 54px rgba(24, 24, 27, 0.06);
    color: var(--bki-ink, #18181B);
    font-size: 16.5px;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content > *:first-child {
    margin-top: 0;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content p,
body.bk-industrial-site.bk-datenschutz-page .bk-legal-content li {
    color: rgba(24, 24, 27, 0.84);
    font-size: inherit;
    line-height: inherit;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content p {
    margin: 0 0 18px;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content ul,
body.bk-industrial-site.bk-datenschutz-page .bk-legal-content ol {
    margin: 18px 0 26px;
    padding-left: 1.35em;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content li + li {
    margin-top: 8px;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content h2.bk-legal-section-heading {
    scroll-margin-top: 128px;
    margin: 48px 0 18px;
    padding-top: 36px;
    border-top: 1px solid var(--bki-line, #D4D4D8);
    color: var(--bki-ink, #18181B);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.12rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content h2.bk-legal-section-heading:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content a {
    color: var(--bki-ink, #18181B);
    text-decoration: underline;
    text-decoration-color: rgba(188, 26, 35, 0.45);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 180ms ease, text-decoration-color 180ms ease;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content a:hover,
body.bk-industrial-site.bk-datenschutz-page .bk-legal-content a:focus-visible {
    color: var(--bki-red, #BC1A23);
    text-decoration-color: currentColor;
    outline: 2px solid rgba(188, 26, 35, 0.24);
    outline-offset: 3px;
}

body.bk-industrial-site.bk-datenschutz-page .bk-legal-content strong {
    color: var(--bki-ink, #18181B);
    font-weight: 800;
}

/* Shared legal system: Datenschutz, Impressum, AGB, Widerruf and forms. */
body.bk-industrial-site.bk-legal-page {
    background: var(--bki-paper, #EBEBE8);
    color: var(--bki-ink, #18181B);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

body.bk-industrial-site.bk-legal-page #site-content.main-container {
    width: min(100% - 32px, 1320px);
    max-width: 1320px;
    padding: clamp(20px, 3vw, 38px) 0 clamp(64px, 7vw, 104px);
    background: transparent;
}

body.bk-industrial-site.bk-legal-page #site-content > .page-area {
    padding-top: 0;
    padding-right: 0;
}

body.bk-industrial-site.bk-legal-page .single-page.row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

body.bk-industrial-site.bk-legal-page article.envo-content {
    width: 100%;
    max-width: none;
    float: none;
    padding-right: 0;
    padding-left: 0;
}

body.bk-industrial-site.bk-legal-page #sidebar,
body.bk-industrial-site.bk-legal-page .single-head {
    display: none;
}

body.bk-industrial-site.bk-legal-page .single-content,
body.bk-industrial-site.bk-legal-page .single-entry-summary {
    max-width: none;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

body.bk-industrial-site.bk-legal-page .bk-legal,
body.bk-industrial-site.bk-legal-page .bk-legal * {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    will-change: auto;
}

body.bk-industrial-site.bk-legal-page :where(#page, #content, #site-content, .page-area, .single-page, article.envo-content, .single-page-content, .single-content, .single-entry-summary) {
    opacity: 1;
    filter: none;
    transform: none;
}

body.bk-industrial-site.bk-legal-page .bk-legal {
    position: relative;
    padding: 0 0 clamp(64px, 7vw, 104px);
}

body.bk-industrial-site.bk-legal-page .bk-legal-hero {
    min-height: clamp(220px, 22vw, 300px);
    display: grid;
    align-items: center;
    margin-bottom: clamp(30px, 4vw, 52px);
    padding: clamp(34px, 5vw, 56px);
    border: 1px solid var(--bki-line, #D4D4D8);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(244, 244, 245, 0.72)),
        linear-gradient(90deg, rgba(188, 26, 35, 0.08), transparent 44%);
    box-shadow: 0 18px 48px rgba(24, 24, 27, 0.07);
}

body.bk-industrial-site.bk-legal-page .bk-legal-hero__inner {
    max-width: 840px;
}

body.bk-industrial-site.bk-legal-page .bk-legal-hero h1 {
    max-width: 980px;
    margin: 0;
    color: var(--bki-ink, #18181B);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(2.25rem, 4.4vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.02;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

body.bk-industrial-site.bk-legal-page .bk-legal-hero p {
    max-width: min(640px, 100%);
    overflow-wrap: anywhere;
}

body.bk-industrial-site.bk-legal-page .bk-legal-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: clamp(34px, 5vw, 68px);
    align-items: start;
}

body.bk-industrial-site.bk-legal-page .bk-legal-layout--no-toc {
    display: block;
}

body.bk-industrial-site.bk-legal-page .bk-legal-layout--no-toc .bk-legal-content {
    max-width: 920px;
    margin: 0 auto;
}

body.bk-industrial-site.bk-legal-page .bk-legal-toc--desktop {
    top: 112px;
}

body.bk-industrial-site.bk-legal-page .bk-legal-content {
    max-width: 900px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--bki-ink, #18181B);
    font-size: 16.5px;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

body.bk-industrial-site.bk-legal-page .bk-legal-content h2.bk-legal-section-heading,
body.bk-industrial-site.bk-legal-page .bk-legal-content ol.bk-legal-list-heading {
    scroll-margin-top: 128px;
    margin: 40px 0 18px;
    padding-top: 34px;
    border-top: 1px solid var(--bki-line, #D4D4D8);
}

body.bk-industrial-site.bk-legal-page .bk-legal-content h2.bk-legal-section-heading {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(1.75rem, 2.6vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.14;
}

body.bk-industrial-site.bk-legal-page .bk-legal-content ol.bk-legal-list-heading {
    padding-left: 1.2em;
    color: var(--bki-ink, #18181B);
    font-size: clamp(1.55rem, 2.4vw, 1.95rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

body.bk-industrial-site.bk-legal-page .bk-legal-actions,
body.bk-industrial-site.bk-legal-page .bk-legal-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

body.bk-industrial-site.bk-legal-page .bk-legal-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid var(--bki-line, #D4D4D8);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--bki-ink, #18181B);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    cursor: pointer;
}

body.bk-industrial-site.bk-legal-page .bk-legal-action--primary {
    border-color: var(--bki-red, #BC1A23);
    background: var(--bki-red, #BC1A23);
    color: #fff;
    -webkit-text-fill-color: #fff;
}

body.bk-industrial-site.bk-legal-page .bk-legal-form-wrap,
body.bk-industrial-site.bk-legal-page .bk-legal-success {
    margin-top: 32px;
    padding: clamp(24px, 4vw, 34px);
    border: 1px solid var(--bki-line, #D4D4D8);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.66);
}

body.bk-industrial-site.bk-legal-page .bk-legal-form-wrap h2,
body.bk-industrial-site.bk-legal-page .bk-legal-success h2 {
    margin: 0 0 18px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.bk-industrial-site.bk-legal-page .bk-legal-form {
    display: grid;
    gap: 18px;
}

body.bk-industrial-site.bk-legal-page .bk-legal-form label,
body.bk-industrial-site.bk-legal-page .bk-legal-form legend {
    display: grid;
    gap: 8px;
    color: var(--bki-ink, #18181B);
    font-size: 14px;
    font-weight: 750;
}

body.bk-industrial-site.bk-legal-page .bk-legal-form input,
body.bk-industrial-site.bk-legal-page .bk-legal-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid var(--bki-line, #D4D4D8);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--bki-ink, #18181B);
    font: 400 16px/1.5 Inter, Arial, Helvetica, sans-serif;
}

body.bk-industrial-site.bk-legal-page .bk-legal-form fieldset {
    margin: 0;
    padding: 16px;
    border: 1px solid var(--bki-line, #D4D4D8);
    border-radius: 4px;
}

body.bk-industrial-site.bk-legal-page .bk-legal-radio {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

body.bk-industrial-site.bk-legal-page .bk-legal-radio input {
    width: auto;
    min-height: 0;
}

body.bk-industrial-site.bk-legal-page .bk-legal-form__error,
body.bk-industrial-site.bk-legal-page .bk-legal-form__notice {
    color: var(--bki-red, #BC1A23);
    font-size: 13px;
    font-weight: 700;
}

body.bk-industrial-site.bk-legal-page .bk-legal-summary {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
}

body.bk-industrial-site.bk-legal-page .bk-legal-summary p {
    display: grid;
    grid-template-columns: minmax(160px, 0.4fr) minmax(0, 1fr);
    gap: 14px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid var(--bki-line, #D4D4D8);
}

body.bk-industrial-site.bk-legal-page .bk-legal-summary span {
    color: var(--bki-muted, #52525B);
    font-size: 13px;
    font-weight: 800;
}

body.bk-industrial-site.bk-muster-widerruf-page .bk-legal-content {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--bki-line, #D4D4D8);
    background: rgba(255, 255, 255, 0.75);
}

body.bk-industrial-site.bk-muster-widerruf-page .bk-legal-content hr {
    margin: 8px 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(24, 24, 27, 0.42);
}

@media (max-width: 1024px) {
    body.bk-industrial-site.bk-datenschutz-page .bk-legal-layout {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 34px;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-content {
        max-width: none;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero {
        grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
        padding: 50px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bk-about-hero {
        min-height: 0;
    }

    .bk-about-process > header {
        grid-template-columns: 0.35fr 0.55fr 1.1fr;
    }
}

@media (max-width: 767px) {
    body.bk-industrial-site.bk-legal-page #site-content.main-container {
        width: calc(100% - 32px);
    }

    body.bk-industrial-site.bk-legal-page .bk-legal {
        padding-bottom: 64px;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-hero {
        min-height: 0;
        margin-bottom: 26px;
        padding: 30px 20px;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-hero h1 {
        font-size: clamp(2rem, 10vw, 3.1rem);
        line-height: 1.04;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-hero p {
        font-size: 1rem;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-layout {
        display: block;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-toc--desktop {
        display: none;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-toc--mobile {
        display: block;
        margin-bottom: 30px;
        border: 1px solid var(--bki-line, #D4D4D8);
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.66);
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-toc--mobile summary {
        min-height: 50px;
        padding: 0 16px;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-content {
        max-width: none;
        font-size: 16px;
        line-height: 1.72;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-content h2.bk-legal-section-heading,
    body.bk-industrial-site.bk-legal-page .bk-legal-content ol.bk-legal-list-heading {
        scroll-margin-top: 96px;
        margin-top: 34px;
        padding-top: 28px;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-summary p {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-action,
    body.bk-industrial-site.bk-legal-page .bk-legal-form__actions {
        width: 100%;
    }

    body.bk-industrial-site.bk-datenschutz-page #site-content.main-container {
        width: calc(100% - 32px);
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal {
        padding-top: 24px;
        padding-bottom: 70px;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal::before {
        background:
            radial-gradient(circle at 92% 0%, rgba(188, 26, 35, 0.09), transparent 36%),
            linear-gradient(180deg, #EBEBE8 0%, #F4F4F5 100%);
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero {
        min-height: 0;
        margin-bottom: 26px;
        padding: 34px 22px;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero__label,
    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__label {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4.05rem);
        letter-spacing: -0.055em;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-hero p {
        margin-top: 18px;
        font-size: 1rem;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-layout {
        display: block;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--desktop {
        display: none;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--mobile {
        display: block;
        margin-bottom: 34px;
        border: 1px solid var(--bki-line, #D4D4D8);
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.62);
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--mobile summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        padding: 0 16px;
        color: var(--bki-ink, #18181B);
        cursor: pointer;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.08em;
        list-style: none;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--mobile summary::-webkit-details-marker {
        display: none;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--mobile summary::after {
        content: "+";
        color: var(--bki-red, #BC1A23);
        font-size: 22px;
        line-height: 1;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--mobile[open] summary::after {
        content: "–";
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc--mobile .bk-legal-toc__list {
        padding: 0 16px 14px;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-toc__list a {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 10px 0;
        font-size: 13px;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-content {
        padding: 28px 20px;
        font-size: 16px;
        line-height: 1.72;
    }

    body.bk-industrial-site.bk-datenschutz-page .bk-legal-content h2.bk-legal-section-heading {
        scroll-margin-top: 96px;
        margin-top: 40px;
        padding-top: 30px;
        font-size: clamp(1.55rem, 8vw, 2rem);
        letter-spacing: -0.035em;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact {
        width: calc(100% - 32px);
        margin-top: 24px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        padding: 34px 22px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor {
        display: none;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero__cta {
        width: 100%;
        justify-content: center;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-cards {
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 64px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-card {
        min-height: 150px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-form-card,
    body.bk-industrial-site.bk-contact-page .bk-contact-success {
        padding: 30px 20px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-form__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-anfrage {
        grid-template-columns: minmax(0, 1fr);
        padding: 28px 22px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-anfrage .button {
        width: 100%;
        white-space: normal;
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero {
        padding: 34px 22px;
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-trust {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-trust li {
        border-right: 1px solid var(--bki-line-dark);
        border-bottom: 0;
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-trust li:last-child {
        border-bottom: 1px solid var(--bki-line-dark);
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-card,
    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-success {
        padding: 30px 20px;
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .bk-about-hero,
    .bk-about-section--split,
    .bk-about-services,
    .bk-about-region {
        grid-template-columns: minmax(0, 1fr);
    }

    .bk-about-hero__copy {
        padding: 42px 22px;
    }

    .bk-about-hero h1 {
        font-size: clamp(3rem, 15vw, 4.9rem);
    }

    .bk-about-hero__media,
    .bk-about-hero__image {
        min-height: 390px;
    }

    .bk-about-process > header {
        display: block;
    }

    .bk-about-process ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .bk-about-process li {
        min-height: 190px;
    }

    .bk-about-region {
        padding: 34px 22px;
    }
}

@media (max-width: 390px) {
    body.bk-industrial-site.bk-contact-page .bk-contact-card :where(a, p, address) {
        font-size: 1rem;
    }

    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-upload {
        padding: 22px 16px;
    }
}

/* Final commercial page polish: sans-serif, compact, readable. */
body.bk-industrial-site.bk-contact-page .bk-contact {
    margin-top: 34px;
    margin-bottom: 78px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero {
    min-height: 300px;
    gap: 42px;
    padding: 46px 54px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero h1 {
    margin: 16px 0 18px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 4.65rem;
    line-height: 1.02;
    letter-spacing: 0;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__lead {
    margin-bottom: 24px;
    font-size: 1.05rem;
}

body.bk-industrial-site.bk-contact-page .bk-contact-hero__decor-mark {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
}

body.bk-industrial-site.bk-contact-page .bk-contact-cards {
    gap: 0;
    margin: 42px 0 56px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card {
    min-height: 190px;
    gap: 18px;
    padding: 24px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card__icon {
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card h2 {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card :where(a, p, address) {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
}

body.bk-industrial-site.bk-contact-page .bk-contact-card :where(a[href^="tel:"], a[href^="mailto:"]) {
    color: var(--bki-red);
}

body.bk-industrial-site.bk-contact-page .bk-contact-form-card,
body.bk-industrial-site.bk-contact-page .bk-contact-success {
    padding: 42px;
}

body.bk-industrial-site.bk-contact-page .bk-contact-form-card h2,
body.bk-industrial-site.bk-contact-page .bk-contact-anfrage h2 {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
}

body.bk-industrial-site.bk-contact-page .bk-contact-field > span,
body.bk-industrial-site.bk-anfrage-page .bk-anfrage-field > span {
    font-size: 0.88rem;
    letter-spacing: 0.03em;
}

body.bk-industrial-site.bk-contact-page .bk-contact-field :where(input, textarea),
body.bk-industrial-site.bk-anfrage-page .bk-anfrage-field :where(input, textarea) {
    font-size: 1rem;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero {
    margin-bottom: 34px;
    padding: 48px;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero h1 {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 4.2rem;
    line-height: 1.02;
    letter-spacing: 0;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero__lead {
    font-size: 1.05rem;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-card,
body.bk-industrial-site.bk-anfrage-page .bk-anfrage-success {
    padding: 42px;
}

body.bk-industrial-site.bk-anfrage-page .bk-anfrage-source {
    font-size: 1rem;
}

.bk-about-hero {
    min-height: 560px;
}

.bk-about-hero h1,
.bk-about-section h2,
.bk-about-region h2,
.bk-about-process li strong,
.bk-about-region address {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
    letter-spacing: 0;
}

.bk-about-hero h1 {
    font-size: 4.8rem;
    line-height: 1.02;
}

.bk-about-section h2,
.bk-about-region h2 {
    font-size: 3.35rem;
    line-height: 1.05;
}

.bk-about-hero h1 em,
.bk-about-section h2 em,
.bk-about-region h2 em {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
}

.bk-about-section p,
.bk-about-region p,
.bk-about-hero__copy > p {
    font-size: 1.04rem;
}

body.bk-industrial-site.page:not(.bk-home-industrial):not(.bk-contact-page):not(.bk-anfrage-page):not(.bk-about-page):not(.bk-legal-page):not(.woocommerce-page) .single-entry-summary {
    font-size: 1rem;
}

body.bk-industrial-site.page:not(.bk-home-industrial):not(.bk-contact-page):not(.bk-anfrage-page):not(.bk-about-page):not(.bk-legal-page):not(.woocommerce-page) .single-entry-summary :where(h2, h3) {
    font-family: Inter, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    body.bk-industrial-site.bk-contact-page .bk-contact-hero {
        min-height: 280px;
        padding: 40px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero h1,
    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero h1,
    .bk-about-hero h1 {
        font-size: 3.5rem;
    }

    .bk-about-section h2,
    .bk-about-region h2 {
        font-size: 2.55rem;
    }
}

@media (max-width: 767px) {
    body.bk-industrial-site.bk-contact-page .bk-contact {
        margin-top: 18px;
        margin-bottom: 56px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero,
    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero {
        padding: 30px 20px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-hero h1,
    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-hero h1,
    .bk-about-hero h1 {
        font-size: 2.55rem;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-card {
        min-height: 165px;
    }

    body.bk-industrial-site.bk-contact-page .bk-contact-form-card,
    body.bk-industrial-site.bk-contact-page .bk-contact-success,
    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-card,
    body.bk-industrial-site.bk-anfrage-page .bk-anfrage-success {
        padding: 28px 18px;
    }

    .bk-about-hero {
        min-height: 0;
    }

    .bk-about-section h2,
    .bk-about-region h2 {
        font-size: 2rem;
    }
}

@media print {
    body.bk-industrial-site.bk-legal-page {
        background: #fff;
        color: #000;
    }

    body.bk-industrial-site.bk-legal-page :where(.site-header, .bki-footer-panel, footer.footer-credits, #content-footer-section, .bk-legal-toc, .bk-legal-actions, .cmplz-cookiebanner) {
        display: none;
    }

    body.bk-industrial-site.bk-legal-page #site-content.main-container,
    body.bk-industrial-site.bk-legal-page .bk-legal,
    body.bk-industrial-site.bk-legal-page .bk-legal-content {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        border: 0;
        background: #fff;
        box-shadow: none;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-hero {
        min-height: 0;
        margin: 0 0 24px;
        padding: 0 0 18px;
        border: 0;
        border-bottom: 1px solid #000;
        background: #fff;
        box-shadow: none;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-hero h1 {
        color: #000;
        font-size: 28px;
    }

    body.bk-industrial-site.bk-legal-page .bk-legal-content p,
    body.bk-industrial-site.bk-legal-page .bk-legal-content li {
        color: #000;
        font-size: 12pt;
        line-height: 1.55;
    }
}
