.brand-page-kraeutler {
    background: #07090b;
}

.kr-page {
    --kr-ink: #080a0d;
    --kr-panel: #10141a;
    --kr-panel-soft: #171c23;
    --kr-gold: #d4a84f;
    --kr-gold-light: #f1d083;
    --kr-gold-dark: #846226;
    --kr-paper: #f4f0e7;
    --kr-paper-deep: #e9e2d5;
    --kr-text: #eef1f3;
    --kr-muted: #aeb6be;
    --kr-line: rgba(212, 168, 79, .24);
    --kr-radius: 24px;
    color: var(--kr-text);
    background: var(--kr-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: clip;
}

.kr-page *,
.kr-page *::before,
.kr-page *::after {
    box-sizing: border-box;
}

.kr-page h1,
.kr-page h2,
.kr-page h3,
.kr-page p {
    margin-top: 0;
}

.kr-page h1,
.kr-page h2 {
    font-family: Cinzel, Georgia, serif;
    text-wrap: balance;
}

.kr-page a {
    color: inherit;
}

.kr-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.kr-kicker {
    margin-bottom: 16px;
    color: var(--kr-gold-light);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    text-transform: uppercase;
}

.kr-hero {
    position: relative;
    min-height: 760px;
    padding: clamp(92px, 11vw, 148px) 0 118px;
    isolation: isolate;
    background:
        radial-gradient(circle at 76% 42%, rgba(212, 168, 79, .16), transparent 27%),
        radial-gradient(circle at 10% 0%, rgba(100, 121, 139, .12), transparent 38%),
        linear-gradient(140deg, #0e1217 0%, #080a0d 52%, #040506 100%);
}

.kr-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.kr-hero::after {
    position: absolute;
    right: -170px;
    bottom: -240px;
    z-index: -1;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(212, 168, 79, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 75px rgba(212, 168, 79, .025), 0 0 0 150px rgba(212, 168, 79, .018);
    content: "";
}

.kr-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    gap: clamp(44px, 7vw, 94px);
    align-items: center;
}

.kr-hero__copy {
    position: relative;
    z-index: 3;
    animation: kr-rise .7s ease-out both;
}

.kr-status {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 29px;
    padding: 9px 14px 9px 12px;
    border: 1px solid rgba(212, 168, 79, .35);
    border-radius: 999px;
    color: #f6dfac;
    background: rgba(212, 168, 79, .08);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.kr-status span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--kr-gold);
    box-shadow: 0 0 0 5px rgba(212, 168, 79, .12);
}

.kr-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(2.35rem, 4.5vw, 4.75rem);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.06;
}

.kr-lead {
    max-width: 690px;
    margin-bottom: 34px;
    color: #c6cdd3;
    font-size: clamp(1rem, 1.45vw, 1.16rem);
    line-height: 1.8;
}

.kr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.kr-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease;
}

.kr-btn:hover {
    transform: translateY(-2px);
}

.kr-btn:focus-visible,
.kr-page input:focus-visible,
.kr-page select:focus-visible,
.kr-page textarea:focus-visible,
.kr-page a:focus-visible {
    outline: 3px solid rgba(241, 208, 131, .72);
    outline-offset: 3px;
}

.kr-btn--primary {
    color: #11100c;
    background: linear-gradient(135deg, var(--kr-gold-light), var(--kr-gold));
    box-shadow: 0 14px 38px rgba(183, 132, 38, .18);
}

.kr-btn--primary:hover {
    background: #f5d98e;
}

.kr-btn--secondary {
    border-color: rgba(255, 255, 255, .2);
    color: #f7f7f5;
    background: rgba(255, 255, 255, .035);
}

.kr-btn--secondary:hover {
    border-color: var(--kr-gold);
    color: var(--kr-gold-light);
    background: rgba(212, 168, 79, .07);
}

.kr-hero__visual {
    position: relative;
    min-height: 570px;
    animation: kr-rise .8s .12s ease-out both;
}

.kr-drive-visual {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(720px, 128%);
    max-width: none;
    height: auto;
    transform: translateX(-50%);
    filter: drop-shadow(0 35px 55px rgba(0, 0, 0, .48));
}

.kr-visual-card {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 2;
    width: min(410px, 91%);
    padding: 28px;
    border: 1px solid rgba(212, 168, 79, .28);
    border-radius: 18px;
    background: rgba(13, 17, 21, .92);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .5);
    backdrop-filter: blur(16px);
}

.kr-visual-card > img {
    width: min(230px, 75%);
    height: auto;
    margin: 0 0 26px;
}

.kr-visual-card .kr-kicker {
    margin-bottom: 9px;
}

.kr-visual-card h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.3;
}

.kr-visual-card > p:not(.kr-kicker):not(.kr-support-note) {
    margin-bottom: 0;
    color: #b9c1c8;
    font-size: .91rem;
    line-height: 1.67;
}

.kr-support-note {
    margin: 19px 0 0;
    padding-top: 17px;
    border-top: 1px solid rgba(212, 168, 79, .2);
    color: #d4d8dc;
    font-size: .76rem;
    line-height: 1.55;
}

.kr-facts {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -46px;
    border: 1px solid rgba(212, 168, 79, .22);
    border-radius: 14px;
    background: #11151a;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .32);
}

.kr-facts article {
    min-width: 0;
    padding: 22px 24px;
}

.kr-facts article + article {
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.kr-facts span,
.kr-facts strong {
    display: block;
}

.kr-facts span {
    margin-bottom: 7px;
    color: #8f99a3;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.kr-facts strong {
    color: #f4f3ef;
    font-size: .91rem;
    line-height: 1.45;
}

.kr-section {
    padding-block: clamp(80px, 9vw, 126px);
}

.kr-section-head {
    max-width: 830px;
    margin-bottom: 46px;
}

.kr-section-head h2,
.kr-fit h2,
.kr-inquiry h2 {
    margin-bottom: 20px;
    color: #faf9f6;
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.kr-section-head > p:last-child,
.kr-fit__copy > p,
.kr-inquiry__copy > p:last-child {
    color: var(--kr-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.kr-range-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.kr-range-card {
    position: relative;
    grid-column: span 2;
    min-height: 310px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--kr-radius);
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .055), transparent 45%),
        var(--kr-panel);
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease;
}

.kr-range-card:nth-last-child(-n + 2) {
    grid-column: span 3;
}

.kr-range-card::after {
    position: absolute;
    right: -58px;
    bottom: -74px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(212, 168, 79, .13);
    border-radius: 50%;
    content: "";
}

.kr-range-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 168, 79, .42);
}

.kr-range-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}

.kr-range-card__top span {
    color: var(--kr-gold-light);
    font-family: Cinzel, Georgia, serif;
    font-size: .82rem;
    letter-spacing: .12em;
}

.kr-range-card__top i {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(212, 168, 79, .4);
    border-radius: 50%;
    background: rgba(212, 168, 79, .05);
}

.kr-range-card__top i::before,
.kr-range-card__top i::after {
    position: absolute;
    content: "";
}

.kr-range-card__top i::before {
    top: 18px;
    left: 13px;
    width: 30px;
    height: 18px;
    border: 2px solid var(--kr-gold);
    border-radius: 50% 50% 40% 40%;
}

.kr-range-card__top i::after {
    top: 27px;
    left: 8px;
    width: 42px;
    border-top: 1px solid rgba(241, 208, 131, .8);
    transform: rotate(-20deg);
}

.kr-range-card--outboard .kr-range-card__top i::before {
    top: 12px;
    left: 20px;
    width: 18px;
    height: 31px;
    border-radius: 7px 7px 12px 12px;
}

.kr-range-card--sail .kr-range-card__top i::before {
    top: 12px;
    left: 23px;
    width: 13px;
    height: 35px;
    border-radius: 2px 2px 8px 8px;
}

.kr-range-card--shaft .kr-range-card__top i::after {
    top: 28px;
    left: 6px;
    width: 46px;
    border-width: 2px;
    transform: rotate(-28deg);
}

.kr-range-card--hybrid .kr-range-card__top i::before {
    top: 15px;
    left: 15px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    transform: rotate(45deg);
}

.kr-range-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    color: #f9f8f4;
    font-size: 1.14rem;
    line-height: 1.35;
}

.kr-range-card > p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #aeb6be;
    font-size: .91rem;
    line-height: 1.7;
}

.kr-engineering {
    position: relative;
    background:
        radial-gradient(circle at 100% 0%, rgba(212, 168, 79, .11), transparent 31%),
        var(--kr-paper);
}

.kr-engineering::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .28;
    background-image: linear-gradient(90deg, transparent 49.8%, rgba(50, 43, 32, .08) 50%, transparent 50.2%);
    background-size: 160px 100%;
}

.kr-engineering .kr-shell {
    position: relative;
}

.kr-section-head--light h2 {
    color: #151719;
}

.kr-section-head--light > p:last-child {
    color: #5b6269;
}

.kr-engineering .kr-kicker {
    color: #8b6723;
}

.kr-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(55, 47, 35, .15);
    border-radius: 18px;
    background: rgba(55, 47, 35, .13);
    list-style: none;
    overflow: hidden;
}

.kr-process li {
    min-width: 0;
    min-height: 302px;
    padding: 26px 22px;
    background: rgba(255, 255, 255, .66);
}

.kr-process li > span {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    margin-bottom: 64px;
    border: 1px solid rgba(132, 98, 38, .38);
    border-radius: 50%;
    color: #806024;
    font-family: Cinzel, Georgia, serif;
    font-size: .75rem;
}

.kr-process h3 {
    margin-bottom: 11px;
    color: #181a1c;
    font-size: 1rem;
    line-height: 1.35;
}

.kr-process p {
    margin-bottom: 0;
    color: #5a6167;
    font-size: .86rem;
    line-height: 1.66;
}

.kr-fit {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: clamp(42px, 8vw, 100px);
    align-items: center;
}

.kr-fit__copy > p {
    max-width: 670px;
}

.kr-fit ul {
    display: grid;
    gap: 13px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.kr-fit li {
    position: relative;
    padding: 15px 18px 15px 48px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    color: #d8dde1;
    background: rgba(255, 255, 255, .025);
    font-size: .91rem;
    line-height: 1.55;
}

.kr-fit li::before {
    position: absolute;
    top: 17px;
    left: 18px;
    width: 16px;
    height: 9px;
    border-bottom: 2px solid var(--kr-gold);
    border-left: 2px solid var(--kr-gold);
    content: "";
    transform: rotate(-45deg);
}

.kr-catalogue-note {
    position: relative;
    padding: clamp(31px, 5vw, 54px);
    border: 1px solid rgba(212, 168, 79, .36);
    border-radius: var(--kr-radius);
    background:
        linear-gradient(145deg, rgba(212, 168, 79, .11), transparent 48%),
        #11151a;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .3);
}

.kr-catalogue-note__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 30px;
    border: 1px solid rgba(212, 168, 79, .4);
    border-radius: 50%;
    color: var(--kr-gold-light);
    font-size: 1.5rem;
}

.kr-catalogue-note p {
    margin-bottom: 28px;
    color: #d1d6da;
    font-size: 1rem;
    line-height: 1.78;
}

.kr-catalogue-note a {
    color: var(--kr-gold-light);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.kr-catalogue-note a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.kr-inquiry {
    padding-top: clamp(72px, 8vw, 112px);
    background:
        linear-gradient(110deg, rgba(212, 168, 79, .09), transparent 33%),
        #0c1014;
}

.kr-inquiry__grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(38px, 7vw, 92px);
    align-items: start;
}

.kr-inquiry__copy {
    position: sticky;
    top: 110px;
}

.kr-inquiry__copy > p:last-child {
    max-width: 430px;
}

.kr-form {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--kr-radius);
    background: #13181e;
    box-shadow: 0 28px 85px rgba(0, 0, 0, .3);
}

.kr-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.kr-form label:not(.kr-consent) {
    display: grid;
    gap: 9px;
}

.kr-form label > span:first-child {
    color: #dce1e4;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .055em;
}

.kr-form__wide {
    grid-column: 1 / -1;
}

.kr-form input:not([type="checkbox"]),
.kr-form select,
.kr-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    color: #f4f5f5;
    background: #0b0e12;
    font: inherit;
    font-size: .92rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.kr-form input:not([type="checkbox"]),
.kr-form select {
    min-height: 50px;
    padding: 0 14px;
}

.kr-form textarea {
    min-height: 150px;
    padding: 14px;
    line-height: 1.6;
    resize: vertical;
}

.kr-form input::placeholder,
.kr-form textarea::placeholder {
    color: #727d87;
}

.kr-form input:hover,
.kr-form select:hover,
.kr-form textarea:hover,
.kr-form input:focus,
.kr-form select:focus,
.kr-form textarea:focus {
    border-color: rgba(212, 168, 79, .58);
}

.kr-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 20px;
    color: #aeb6be;
    font-size: .82rem;
    line-height: 1.55;
}

.kr-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--kr-gold);
}

.kr-consent a {
    color: var(--kr-gold-light);
    text-underline-offset: 3px;
}

/* LocalizedHtml replaces the source consent label with the shared privacy
   acknowledgement after Blade rendering. Keep that final DOM aligned with
   this page even though the original .kr-consent class is no longer present. */
.kr-form .p2-privacy-acknowledgement {
    color: #aeb6be;
    font-size: .82rem;
    line-height: 1.55;
}

.kr-form .p2-privacy-acknowledgement a {
    color: var(--kr-gold-light);
    text-underline-offset: 3px;
}

.kr-form__bottom {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.kr-form__bottom p {
    margin: 0;
    color: #8f99a3;
    font-size: .78rem;
    line-height: 1.45;
    text-align: right;
}

@keyframes kr-rise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1040px) {
    .kr-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr);
        gap: 32px;
    }

    .kr-hero__visual {
        min-height: 520px;
    }

    .kr-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .kr-facts article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .kr-facts article:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .kr-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .kr-process li:last-child {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .kr-process li > span {
        margin-bottom: 38px;
    }
}

@media (max-width: 820px) {
    .kr-shell {
        width: min(100% - 32px, 680px);
    }

    .kr-hero {
        min-height: 0;
        padding-top: 84px;
    }

    .kr-hero__grid,
    .kr-fit,
    .kr-inquiry__grid {
        grid-template-columns: 1fr;
    }

    .kr-hero__visual {
        min-height: 585px;
        margin-top: 18px;
    }

    .kr-drive-visual {
        width: min(680px, 110%);
    }

    .kr-visual-card {
        right: 50%;
        bottom: 0;
        width: min(440px, 94%);
        transform: translateX(50%);
    }

    .kr-range-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kr-range-card,
    .kr-range-card:nth-last-child(-n + 2) {
        grid-column: span 1;
    }

    .kr-range-card:last-child {
        grid-column: 1 / -1;
    }

    .kr-inquiry__copy {
        position: static;
    }
}

@media (max-width: 600px) {
    .kr-shell {
        width: min(100% - 24px, 520px);
    }

    .kr-hero {
        padding: 70px 0 88px;
    }

    .kr-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3rem);
    }

    .kr-actions,
    .kr-actions .kr-btn {
        width: 100%;
    }

    .kr-hero__visual {
        display: grid;
        min-height: auto;
        gap: 14px;
    }

    .kr-drive-visual {
        position: relative;
        top: auto;
        left: auto;
        width: 126%;
        margin: 0 0 -44px;
        transform: translateX(-10%);
    }

    .kr-visual-card {
        position: relative;
        right: auto;
        bottom: auto;
        z-index: 2;
        padding: 23px;
        width: 100%;
        transform: none;
    }

    .kr-facts {
        grid-template-columns: 1fr;
        margin-top: -32px;
    }

    .kr-facts article + article,
    .kr-facts article:nth-child(3),
    .kr-facts article:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .08);
        border-left: 0;
    }

    .kr-section {
        padding-block: 72px;
    }

    .kr-range-grid,
    .kr-process,
    .kr-form__grid {
        grid-template-columns: 1fr;
    }

    .kr-range-card,
    .kr-range-card:nth-last-child(-n + 2),
    .kr-range-card:last-child,
    .kr-process li:last-child,
    .kr-form__wide {
        grid-column: auto;
    }

    .kr-range-card {
        min-height: 0;
    }

    .kr-range-card__top {
        margin-bottom: 44px;
    }

    .kr-process li {
        min-height: 0;
    }

    .kr-process li > span {
        margin-bottom: 28px;
    }

    .kr-form {
        padding: 20px;
    }

    .kr-form__bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .kr-form__bottom .kr-btn {
        width: 100%;
    }

    .kr-form__bottom p {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kr-page *,
    .kr-page *::before,
    .kr-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
