:root {
    --irmscher-black: #090a0b;
    --irmscher-paper: #f4f2ee;
    --irmscher-copper: #c54a32;
    --irmscher-header-height: 76px;
    --irmscher-radius: .5rem;
}

html { scroll-behavior: smooth; }

.page-header {
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0;
}

.irmscher-header {
    width: 100%;
    color: #fff;
    background: rgba(9, 10, 11, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    backdrop-filter: blur(14px);
}

.irmscher-header__inner {
    width: min(100% - 40px, 1560px);
    min-height: var(--irmscher-header-height);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
    align-items: center;
    gap: 28px;
}

.irmscher-header__navigation { min-width: 0; justify-self: start; }
.irmscher-header__logo {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    line-height: 0;
}
.irmscher-header__switcher {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    align-items: center;
    gap: 12px;
    margin-left: calc(50% + clamp(72px, 5vw, 82px));
}
.irmscher-header__separator {
    width: 1px;
    height: 26px;
    flex: 0 0 1px;
    background: rgba(255,255,255,.34);
}
.irmscher-header__actions { grid-column: 3; grid-row: 1; }

.website-switcher { position: relative; display: inline-flex; align-items: center; }
.website-switcher--locked { padding: 7px 0; cursor: default; }
.irmscher-header .website-switcher--locked::before { display: none; content: none; }
.irmscher-header__switcher .website-switcher--locked img {
    display: block !important;
    position: static !important;
    width: 28px !important;
    height: 19px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.website-switcher__current {
    display: flex;
    min-width: 42px;
    height: 38px;
    padding: 7px;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--irmscher-radius);
    cursor: pointer;
}
.website-switcher--selectable { width: 190px; min-width: 190px; }
.website-switcher--selectable .website-switcher__current { box-sizing: border-box; width: 100%; background: #000; }
.website-switcher--selectable .website-switcher__current span { flex: 1 1 auto; max-width: none; }
.website-switcher--selectable .website-switcher__dropdown { box-sizing: border-box; width: 100%; min-width: 100%; background: #000; }
.website-switcher--selectable img { border: 0; outline: 0; box-shadow: none; }
.website-switcher__current:hover,
.website-switcher__current:focus-visible,
.website-switcher:focus-within .website-switcher__current {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.18);
}
.website-switcher img { width: 28px; height: 19px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.website-switcher__current span {
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    font-size: 12px;
    white-space: nowrap;
    transition: max-width .22s ease, opacity .18s ease;
}
.website-switcher:hover .website-switcher__current span,
.website-switcher:focus-within .website-switcher__current span { max-width: 130px; opacity: 1; }
.website-switcher__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    visibility: hidden;
    width: max-content;
    min-width: 180px;
    max-height: min(60vh, 420px);
    margin: 0;
    padding: 8px;
    overflow-y: auto;
    list-style: none;
    opacity: 0;
    background: rgba(9,10,11,.99);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--irmscher-radius);
    box-shadow: 0 20px 42px rgba(0,0,0,.35);
    transform: translateY(-5px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.website-switcher:hover .website-switcher__dropdown,
.website-switcher:focus-within .website-switcher__dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.website-switcher__dropdown a {
    display: flex;
    padding: 9px 10px;
    align-items: center;
    gap: 11px;
    color: rgba(255,255,255,.84);
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}
.website-switcher__dropdown a:hover,
.website-switcher__dropdown a:focus-visible { color: #fff; background: rgba(255,255,255,.08); }
.irmscher-header__logo img {
    display: block;
    width: clamp(112px, 8.5vw, 135px);
    height: auto;
}

.irmscher-root-nav ul {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
    margin: 0;
    padding: 0;
    list-style: none;
}
.irmscher-root-nav a {
    position: relative;
    display: block;
    padding: 29px 0 26px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    letter-spacing: .035em;
    text-decoration: none;
    white-space: nowrap;
}
.irmscher-root-nav a::after {
    position: absolute;
    right: 0;
    bottom: 19px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--irmscher-copper);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}
.irmscher-root-nav a:hover,
.irmscher-root-nav a:focus-visible { color: #fff; }
.irmscher-root-nav a:hover::after,
.irmscher-root-nav a:focus-visible::after { transform: scaleX(1); }
.irmscher-mobile-nav { display: none; }

.irmscher-wordmark {
    width: max-content;
    color: #fff;
    font: 800 28px/1 Arial, sans-serif;
    letter-spacing: -.065em;
    text-decoration: none;
}

.irmscher-wordmark span { display: block; }
.irmscher-wordmark i {
    display: block;
    width: 29px;
    height: 3px;
    margin: 5px 0 0 2px;
    background: var(--irmscher-copper);
    transform: skewX(-32deg);
}

.irmscher-header__navigation .navigation > div { padding: 0; }
.irmscher-header__navigation .navigation ul { gap: 34px; padding: 0; }
.irmscher-header__navigation .navigation li { border: 0; }
.irmscher-header__navigation .navigation li > span > a {
    padding: 28px 2px 25px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    letter-spacing: .035em;
}
.irmscher-header__navigation .navigation li > span > a:hover,
.irmscher-header__navigation .navigation li > span > a[aria-current="page"] { color: #fff; }
.irmscher-header__navigation .navigation li > span > a::after {
    display: block;
    width: 0;
    height: 2px;
    margin-top: 5px;
    content: "";
    background: var(--irmscher-copper);
    transition: width .25s ease;
}
.irmscher-header__navigation .navigation li:hover > span > a::after,
.irmscher-header__navigation .navigation li > span > a[aria-current="page"]::after { width: 100%; }
.irmscher-header__navigation .navigation button { color: #fff; }
.irmscher-header__navigation .navigation li > ul {
    color: #151515;
    background: rgba(255, 255, 255, .98);
}

.irmscher-header__actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 9px;
}
.irmscher-header__actions > a,
.irmscher-header__actions > button,
.irmscher-header__actions > .relative > button {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    transition: background .2s ease;
}
.irmscher-header__actions > a:hover,
.irmscher-header__actions > button:hover,
.irmscher-header__actions > .relative > button:hover,
.irmscher-header__actions > button[aria-expanded="true"],
.irmscher-header__actions > .relative > button[aria-expanded="true"] { background: rgba(255, 255, 255, .1); }
.irmscher-header__actions svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}
.irmscher-header__actions > .relative { display: block; }
.irmscher-header__actions #customer-menu { color: #fff; }
.irmscher-header__actions #customer-menu + nav {
    margin-top: 8px;
    color: #111;
}
.irmscher-cart-count {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 18px;
    padding: 2px 5px;
    color: #fff;
    background: var(--irmscher-copper);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}
.irmscher-header__search {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    left: 0;
    color: #111;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 14px 28px rgba(0,0,0,.2);
}

.irmscher-hero {
    position: relative;
    min-height: calc(100svh - var(--irmscher-header-height));
    overflow: hidden;
    color: #fff;
    background: var(--irmscher-black);
}
.irmscher-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 57% center;
}
.irmscher-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 3, 4, .9) 0%, rgba(2, 3, 4, .56) 32%, rgba(2, 3, 4, .06) 67%),
                linear-gradient(0deg, rgba(0, 0, 0, .56), transparent 38%);
}
.irmscher-hero__content {
    position: relative;
    z-index: 1;
    width: min(100% - 48px, 1480px);
    margin: 0 auto;
    padding-top: clamp(130px, 23vh, 260px);
}
.irmscher-eyebrow {
    margin: 0 0 18px;
    color: var(--irmscher-copper);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.irmscher-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font: 400 clamp(44px, 6.2vw, 94px)/.98 Georgia, "Times New Roman", serif;
    letter-spacing: -.035em;
}
.irmscher-hero__content > p:not(.irmscher-eyebrow) {
    max-width: 570px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(16px, 1.3vw, 20px);
    line-height: 1.55;
}
.irmscher-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.irmscher-button {
    min-width: 170px;
    padding: 15px 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: var(--irmscher-radius);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: color .2s, background .2s, border-color .2s;
}
.irmscher-button--primary { border-color: var(--irmscher-copper); background: var(--irmscher-copper); }
.irmscher-button--primary:hover { color: #fff; background: #a93d28; border-color: #a93d28; }
.irmscher-button--ghost:hover { color: #111; background: #fff; border-color: #fff; }
.irmscher-hero__scroll {
    position: absolute;
    z-index: 2;
    right: 38px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(90deg) translateX(-100%);
    transform-origin: right bottom;
}
.irmscher-hero__scroll i { width: 55px; height: 1px; background: currentColor; }

.irmscher-brands {
    overflow: hidden;
    padding: clamp(20px, 9vw, 40px) 0 clamp(20px, 10vw, 50px);
    color: #181818;
    background: var(--irmscher-paper);
}
.irmscher-brands__heading {
    width: min(100% - 48px, 1480px);
    margin: 0 auto clamp(42px, 5vw, 72px);
}
.irmscher-brands h2 {
    margin: 0;
    font: 400 clamp(38px, 5vw, 72px)/1.04 Georgia, "Times New Roman", serif;
    letter-spacing: -.03em;
}
.irmscher-brands__heading > p:last-child { max-width: 630px; margin: 20px 0 0; color: #686868; }
.irmscher-brand-carousel { position: relative; width: 100%; outline: none; }
.irmscher-brand-carousel:focus-visible { box-shadow: inset 0 0 0 2px var(--irmscher-copper); }
.irmscher-brand-carousel__viewport { overflow: hidden; width: 100%; }
.irmscher-brand-carousel__track {
    display: flex;
    width: max-content;
    gap: 18px;
    padding: 0 9vw;
}
.irmscher-brand-card {
    flex: 0 0 clamp(220px, 20vw, 330px);
    min-height: 220px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 22px;
    color: #272727;
    background: #fff;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.irmscher-brand-card:hover {
    z-index: 3;
    border-color: var(--irmscher-copper);
    box-shadow: 0 20px 50px rgba(10, 10, 10, .1);
    transform: translateY(-7px);
}
.irmscher-brand-card img { width: 70%; height: 92px; object-fit: contain; filter: grayscale(1); transition: filter .25s; }
.irmscher-brand-card:hover img { filter: grayscale(0); }
.irmscher-brand-card span { font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.irmscher-brand-carousel__zone {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    width: min(18vw, 260px);
    border: 0;
    background: transparent;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='19' fill='%23090a0b'/%3E%3Cpath d='M13 20h14M18 14l-6 6 6 6' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E") 20 20, w-resize;
}
.irmscher-brand-carousel__zone--left { left: 0; background: linear-gradient(90deg, var(--irmscher-paper), transparent); }
.irmscher-brand-carousel__zone--right {
    right: 0;
    background: linear-gradient(-90deg, var(--irmscher-paper), transparent);
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='19' fill='%23090a0b'/%3E%3Cpath d='M27 20H13M22 14l6 6-6 6' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E") 20 20, e-resize;
}

.news-blog {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 7vw, 110px) 0 calc(72px, 8vw, 96px);
    color: #081a33;
    background: #f7fbff;
}

.news-blog__hero {
    position: relative;
    min-height: 420px;
    border-radius: var(--irmscher-radius);
    overflow: hidden;
    margin: 0 auto clamp(36px, 4vw, 52px);
    max-width: 1480px;
    box-shadow: 0 28px 90px rgba(11, 36, 78, .08);
}

.news-blog__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.15s ease;
    transform: scale(1.03);
    will-change: transform;
}

.news-blog__hero-image--zoom {
    transform: scale(1.08);
}

.news-blog__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, .08) 91%, rgba(0, 0, 0, .18) 93%, rgba(0, 0, 0, .38) 96%, rgba(0, 0, 0, .75) 98%, rgba(0, 0, 0, 1) 100%);
}

.news-blog__hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(44px, 5vw, 80px);
    z-index: 1;
}

.news-blog-eyebrow {
    margin: 0 0 14px;
    color: #78d0ff;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 700;
}

.news-blog h2 {
    margin: 0;
    color: #fff;
    font: 400 clamp(36px, 4vw, 56px)/1.02 Georgia, "Times New Roman", serif;
    letter-spacing: -.03em;
    max-width: 740px;
}

.news-blog__hero-content > p {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.75;
}

.news-blog__cards {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: min(100% - 48px, 1480px);
    margin: 0 auto;
}

.news-card {
    display: grid;
    grid-template-rows: minmax(240px, auto) 1fr;
    min-height: 460px;
    border-radius: var(--irmscher-radius);
    background: transparent;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(11, 36, 78, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.news-card:hover,
.news-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 36px 70px rgba(11, 36, 78, .15);
    border-color: rgba(255, 255, 255, .18);
}

.news-card__media {
    display: grid;
    align-items: end;
    min-height: 220px;
    background-image: var(--news-card-image, none);
    background-size: cover;
    background-position: center;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.news-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Minimaler Verlauf: transparent bis ~90% des Bildes, dann sanft dunkler werdend bis 100% */
    background: linear-gradient(180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 90%,
        rgba(0,0,0,0.04) 92%,
        rgba(0,0,0,0.12) 94%,
        rgba(0,0,0,0.28) 97%,
        rgba(0,0,0,0.85) 100%
    );
    pointer-events: none;
}

.news-card__body {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 18px;
    padding: 28px 28px 32px;
    color: #fff;
    background: #000;
}

.news-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.08;
}

.news-card h3 a {
    color: inherit;
    text-decoration: none;
}

.news-card p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
    line-height: 1.75;
}

.news-card__ellipsis {
    color: #84c7ff;
    text-decoration: none;
    font-weight: 700;
    margin-left: 0.14em;
}

.news-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    background: #0065c9;
    border-radius: var(--irmscher-radius);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
}

.news-card__button:hover,
.news-card__button:focus-visible {
    background: #0053a6;
    transform: translateY(-1px);
}

.uk-blog-news-slider {
    width: 100%;
    padding: clamp(64px, 8vw, 120px) max(24px, calc((100% - 1480px) / 2));
    color: #081a33;
    background: #f7fbff;
}

.uk-blog-news-slider > .block-static-block {
    width: 100%;
    margin: 0;
}

.uk-blog-news-slider > .block-static-block > .bps-blog-news-slider__title {
    margin: 0 0 clamp(34px, 4vw, 56px);
    color: #081a33;
    font: 400 clamp(38px, 5vw, 64px)/1.04 Georgia, "Times New Roman", serif;
    letter-spacing: -.03em;
    text-align: left;
}

.uk-blog-news-slider .bps-blog-news-slider {
    margin: 0;
}

.uk-blog-news-slider .bps-blog-news-slider__track {
    --bps-blog-slider-gap: 24px;
}

.uk-blog-news-slider .bps-blog-news-slider__card {
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: var(--irmscher-radius);
    box-shadow: 0 18px 48px rgba(11, 36, 78, .09);
}

.uk-blog-news-slider .bps-blog-news-slider__image-wrap {
    background: #eaf3fb;
}

.uk-blog-news-slider .bps-blog-news-slider__content {
    min-height: 92px;
    padding: 22px 24px 26px;
}

.uk-blog-news-slider .bps-blog-news-slider__post-title {
    color: #081a33;
    font-size: clamp(17px, 1.3vw, 20px);
    line-height: 1.4;
}

.uk-special-models {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.uk-special-models > .row-full-width-inner {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0;
}

.uk-special-models__images,
.uk-special-models__images .pagebuilder-column-line,
.uk-special-models__image,
.uk-special-models__image figure {
    min-height: inherit;
}

.uk-special-models__image figure,
.uk-special-models__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.uk-special-models__image img {
    min-height: 520px;
    object-fit: cover;
}

.uk-special-models__overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    pointer-events: none;
}

.uk-special-models__overlay .pagebuilder-column-line {
    width: min(100%, 680px);
}

.uk-special-models__content {
    text-align: center;
    pointer-events: auto;
}

.uk-special-models__content [data-content-type="buttons"] {
    justify-content: center;
}

@media (max-width: 767px) {
    .uk-special-models__images .pagebuilder-column-line { flex-direction: row; }
    .uk-special-models__image { width: 50% !important; }
    .uk-special-models__image img { min-height: 460px; }
    .uk-special-models__overlay { padding: 18px; }
    .uk-special-models__content { padding: 28px 22px !important; }
}

@media (max-width: 1023px) {
    :root { --irmscher-header-height: 68px; }
    .irmscher-header__inner { position: relative; width: min(100% - 28px, 1560px); grid-template-columns: 1fr auto 1fr; gap: 14px; }
    .irmscher-root-nav { display: none; }
    .irmscher-header__switcher { margin-left: calc(50% + clamp(60px, 9vw, 72px)); }
    .irmscher-mobile-nav { display: block; }
    .irmscher-mobile-nav summary {
        display: grid;
        width: 40px;
        height: 40px;
        padding: 10px 8px;
        align-content: space-around;
        cursor: pointer;
        list-style: none;
    }
    .irmscher-mobile-nav summary::-webkit-details-marker { display: none; }
    .irmscher-mobile-nav summary span { display: block; width: 24px; height: 1px; background: #fff; }
    .irmscher-mobile-nav > nav {
        position: absolute;
        z-index: 20;
        top: 100%;
        left: -14px;
        width: min(88vw, 390px);
        padding: 18px 28px 28px;
        color: #fff;
        background: rgba(9, 10, 11, .99);
        border-top: 1px solid rgba(255,255,255,.12);
        box-shadow: 0 24px 40px rgba(0,0,0,.28);
    }
    .irmscher-mobile-nav ul { margin: 0; padding: 0; list-style: none; }
    .irmscher-mobile-nav a {
        display: block;
        padding: 15px 0;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.12);
        text-decoration: none;
    }
    .irmscher-hero__content { width: min(100% - 36px, 1480px); padding-top: clamp(100px, 18vh, 170px); }
    .irmscher-hero__image { object-position: 66% center; }
    .irmscher-hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.25)), linear-gradient(0deg, rgba(0,0,0,.55), transparent); }
    .irmscher-brand-carousel__track { padding: 0 7vw; }
    .irmscher-brand-card { flex-basis: clamp(210px, 42vw, 300px); }
    .irmscher-brand-carousel__zone {
        top: 50%;
        bottom: auto;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 50%;
        background: #090a0b;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
        cursor: pointer;
        transform: translateY(-50%);
    }
    .irmscher-brand-carousel__zone::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .irmscher-brand-carousel__zone--left { left: 8px; }
    .irmscher-brand-carousel__zone--left::before { transform: translate(-35%, -50%) rotate(-135deg); }
    .irmscher-brand-carousel__zone--right { right: 8px; }
    .irmscher-brand-carousel__zone--right::before { transform: translate(-65%, -50%) rotate(45deg); }
    .irmscher-brand-carousel__zone:active { background: var(--irmscher-copper); }

    .news-blog {
        padding: clamp(52px, 8vw, 80px) 0 72px;
    }

    .news-blog__hero {
        min-height: 360px;
        margin-bottom: clamp(28px, 4vw, 38px);
    }

    .news-blog__hero-content {
        padding: clamp(28px, 4vw, 44px);
    }

    .news-blog h2 {
        font-size: clamp(32px, 6vw, 44px);
    }

    .news-blog__cards {
        grid-template-columns: 1fr;
    }

    .news-card {
        min-height: auto;
        padding: 24px;
    }
}

@media (max-width: 639px) {
    .irmscher-wordmark { font-size: 24px; }
    .irmscher-header__logo img { width: 104px; }
    .irmscher-header__switcher { margin-left: calc(50% + 57px); }
    .website-switcher__current { min-width: 34px; padding: 5px 3px; }
    .website-switcher img { width: 24px; height: 16px; }
    .website-switcher__current span { display: none; }
    .website-switcher--selectable { width: 42px; min-width: 42px; }
    .website-switcher__dropdown { right: -58px; left: auto; }
    .irmscher-hero { min-height: calc(100svh - var(--irmscher-header-height)); }
    .irmscher-hero__image { object-position: 71% center; }
    .irmscher-hero__shade { background: linear-gradient(0deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.52) 70%, rgba(0,0,0,.32)); }
    .irmscher-hero__content { display: flex; min-height: calc(100svh - 68px); padding: 90px 0 62px; flex-direction: column; justify-content: flex-end; }
    .irmscher-hero h1 { font-size: clamp(42px, 13vw, 60px); }
    .irmscher-hero__buttons { display: grid; }
    .irmscher-hero__scroll { display: none; }
    .irmscher-brands__heading { width: calc(100% - 36px); }
    .irmscher-brand-carousel__track { gap: 12px; padding: 0 18px; }
    .irmscher-brand-card { flex-basis: 72vw; min-height: 200px; }

    .news-blog {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .news-blog__hero {
        min-height: 300px;
    }

    .news-blog__hero-content {
        padding: 22px 20px 28px;
    }

    .news-blog h2 {
        font-size: clamp(30px, 11vw, 38px);
    }

    .news-blog__cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .news-card {
        padding: 22px;
    }
}

.irmscher-video-feature {
    width: min(100% - 40px, 1480px);
    margin: clamp(64px, 9vw, 40px) auto;
    padding: clamp(46px, 6vw, 92px) clamp(28px, 6vw, 92px);
    overflow: visible;
    color: #111;
    background: #e9e7e2;
    border-radius: var(--irmscher-radius);
}

.irmscher-video-feature__grid {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(420px, 1.45fr);
    align-items: center;
    gap: clamp(40px, 7vw, 110px);
}

.irmscher-video-feature__content {
    position: relative;
    z-index: 2;
    width: 85%;
}

.irmscher-video-feature__content h2 {
    margin: 0;
    color: #111;
    font: 500 clamp(34px, 4.2vw, 66px)/1.04 Georgia, "Times New Roman", serif;
    letter-spacing: -.035em;
}

.irmscher-video-feature__content p {
    margin: 24px 0 0;
    color: #3d3d3d;
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.65;
}

.irmscher-video-feature__button {
    display: inline-flex;
    min-height: 50px;
    margin-top: 32px;
    padding: 13px 26px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: var(--irmscher-radius);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.irmscher-video-feature__button:hover,
.irmscher-video-feature__button:focus-visible {
    color: #111;
    background: transparent;
    transform: translateY(-2px);
}

.irmscher-video-feature__media {
    position: relative;
    margin-top: clamp(-92px, -6vw, -54px);
    margin-right: clamp(-122px, -7vw, -52px);
    margin-bottom: clamp(-122px, -7vw, -62px);
}

.irmscher-video-feature__media video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #090a0b;
    border-radius: var(--irmscher-radius);
    box-shadow: 0 28px 65px rgba(0, 0, 0, .24);
    cursor: zoom-in;
}

.irmscher-video-feature__media video:focus-visible {
    outline: 3px solid var(--irmscher-copper);
    outline-offset: 5px;
}

@media (max-width: 900px) {
    .irmscher-video-feature { padding-bottom: 0; overflow: hidden; }
    .irmscher-video-feature__grid { grid-template-columns: 1fr; gap: 42px; }
    .irmscher-video-feature__content { width: 100%; }
    .irmscher-video-feature__media {
        margin: 0 clamp(-28px, -6vw, -18px) clamp(-18px, -3vw, -10px);
    }
}

@media (max-width: 639px) {
    .irmscher-video-feature { width: min(100% - 24px, 1480px); }
    .irmscher-video-feature__content h2 { font-size: 36px; }
    .irmscher-video-feature__media video {
        border-radius: var(--irmscher-radius) var(--irmscher-radius) 0 0;
    }
}

.irmscher-is3-feature { width: 100%; overflow: hidden; }
.irmscher-is3-feature > .row-full-width-inner { width: 100%; max-width: none; padding: 0; }
.irmscher-is3-feature__media {
    overflow: hidden;
    border-radius: 20px;
    background: #090a0b;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}
.irmscher-is3-feature__media > [data-content-type="html"] {
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}
.irmscher-is3-feature__media video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    background: #090a0b;
    border-radius: inherit;
}

@media (max-width: 900px) {
    .irmscher-is3-feature .pagebuilder-column-line { flex-direction: column; }
    .irmscher-is3-feature__content,
    .irmscher-is3-feature__media { width: auto !important; }
    .irmscher-is3-feature__content { margin: 20px !important; padding: 34px !important; }
    .irmscher-is3-feature__media { margin: 0 20px 20px !important; }
    .irmscher-is3-feature__media video { min-height: 0; aspect-ratio: 16 / 9; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .irmscher-brand-card, .irmscher-button { transition: none; }
}
