:root {
    --nux-black: #050505;
    --nux-orange: #fea727;
    --nux-cream: #f6f1e7;
    --nux-white: #ffffff;
    --nux-muted: #6f6d68;
    --nux-line: rgba(5, 5, 5, 0.16);
}

@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits[data-macro-benefits] {
        display: grid !important;
        height: calc(100% - 36px);
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-content: start;
        gap: 12px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-modules {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        align-items: stretch;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module {
        position: relative;
        display: flex;
        min-width: 0;
        min-height: 132px;
        padding: 0 2px 8px;
        appearance: none;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        font: inherit;
        text-align: center;
        cursor: pointer;
        transition: opacity 180ms ease, transform 180ms ease;
        -webkit-tap-highlight-color: transparent;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module > .nux-macro-icon-placeholder {
        display: block;
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
        margin: 0;
        background: var(--nux-orange);
        outline: 0 solid transparent;
        outline-offset: 3px;
        transition: background-color 180ms ease, outline-color 180ms ease, outline-width 180ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module > b {
        display: flex;
        min-height: 32px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: #fff;
        font-family: var(--nux-display);
        font-size: clamp(1rem, 4.5vw, 1.08rem);
        font-weight: 900;
        line-height: .98;
        letter-spacing: .012em;
        overflow-wrap: anywhere;
        white-space: normal;
        text-transform: uppercase;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module > b > span {
        display: block;
        width: 100%;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-mark {
        display: grid;
        width: 22px;
        height: 22px;
        margin-top: auto;
        place-items: center;
        border: 1px solid rgba(254, 167, 39, .72);
        color: var(--nux-orange);
        font-family: Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-module:not(.is-active) {
        opacity: .56;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module.is-active {
        transform: translateY(-2px);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module.is-active > .nux-macro-icon-placeholder {
        background: #febd47;
        outline: 2px solid rgba(255, 255, 255, .9);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module.is-active .nux-macro-module-mark {
        border-color: #fff;
        color: #fff;
        transform: rotate(45deg);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 3px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail {
        display: grid;
        min-height: 0;
        grid-template-rows: 0fr;
        opacity: 0;
        visibility: hidden;
        transition: grid-template-rows 280ms ease, opacity 200ms ease, visibility 0s linear 280ms;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner {
        min-height: 0;
        overflow: hidden;
        border-top: 1px solid rgba(254, 167, 39, .48);
        padding-top: 12px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-detail {
        grid-template-rows: 1fr;
        opacity: 1;
        visibility: visible;
        transition: grid-template-rows 280ms ease, opacity 220ms ease, visibility 0s linear 0s;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail strong,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        display: block;
        margin: 0;
        transition: opacity 120ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail strong {
        color: var(--nux-orange);
        font-family: var(--nux-display);
        font-size: 1.18rem;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .018em;
        text-transform: uppercase;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        margin-top: 8px;
        color: rgba(255, 255, 255, .84);
        font-size: .92rem;
        font-weight: 600;
        line-height: 1.35;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail.is-switching strong,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail.is-switching p {
        opacity: 0;
    }
}

@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row > .nux-macro-vitamin-grid {
        display: grid !important;
        width: var(--nux-mobile-icon-size);
        height: var(--nux-mobile-icon-size);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 2px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-vitamin-grid > .nux-macro-benefit-icon {
        width: 100% !important;
        height: 100% !important;
        min-width: 0;
        min-height: 0;
    }
}

/* Mobile V12: festes 8px-Gestaltungsraster fuer Visual und Information. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-scene {
        --nux-mobile-grid-unit: 8px;
        --nux-mobile-grid-inline: 20px;
        --nux-mobile-divider-y: 50%;
        --nux-mobile-icon-size: 44px;
        --nux-mobile-column-gap: 16px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-shell {
        position: absolute;
        top: var(--nux-mobile-divider-y);
        right: var(--nux-mobile-grid-inline);
        bottom: auto;
        left: var(--nux-mobile-grid-inline);
        z-index: 3;
        display: block !important;
        width: auto;
        height: 1px;
        min-height: 0;
        max-height: none;
        padding: 0;
        border: 0;
        background: rgba(255, 255, 255, .3);
        box-shadow: none;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel {
        top: var(--nux-mobile-divider-y);
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - var(--nux-mobile-divider-y));
        min-height: 0;
        max-height: none;
        padding: calc(var(--nux-mobile-grid-unit) * 2) var(--nux-mobile-grid-inline) max(calc(var(--nux-mobile-grid-unit) * 2), env(safe-area-inset-bottom));
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin: 0 0 calc(var(--nux-mobile-grid-unit) * 2);
        font-size: clamp(1.24rem, 5.7vw, 1.42rem);
        line-height: .95;
        letter-spacing: -.012em;
        white-space: nowrap;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits {
        height: calc(100% - 36px);
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: var(--nux-mobile-grid-unit);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row {
        grid-template-columns: var(--nux-mobile-icon-size) minmax(0, 1fr);
        gap: var(--nux-mobile-column-gap);
        align-items: center;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-icon-placeholder {
        width: var(--nux-mobile-icon-size);
        height: var(--nux-mobile-icon-size);
        aspect-ratio: auto;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row b {
        font-size: clamp(1rem, 4.4vw, 1.12rem);
        line-height: 1;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row small {
        margin-top: calc(var(--nux-mobile-grid-unit) / 2);
        font-size: clamp(.78rem, 3.4vw, .9rem);
        line-height: 1.28;
    }
}

/* Mobile V11: offener Informationsbereich mit Divider und Icon-Platzhaltern. */
.nux-macro-mobile-benefits {
    display: none;
}

@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-shell {
        position: absolute;
        top: var(--nux-mobile-divider-y);
        right: var(--nux-mobile-grid-inline);
        bottom: auto;
        left: var(--nux-mobile-grid-inline);
        z-index: 3;
        display: block !important;
        width: auto;
        height: 1px;
        min-height: 0;
        max-height: none;
        padding: 0;
        border: 0;
        background: rgba(255, 255, 255, .3);
        box-shadow: none;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel {
        top: var(--nux-mobile-divider-y);
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - var(--nux-mobile-divider-y));
        min-height: 0;
        max-height: none;
        padding: calc(var(--nux-mobile-grid-unit) * 2) var(--nux-mobile-grid-inline) max(calc(var(--nux-mobile-grid-unit) * 2), env(safe-area-inset-bottom));
        overflow: hidden;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel > :not(h3):not(.nux-macro-mobile-benefits) {
        display: none !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin: 0 0 calc(var(--nux-mobile-grid-unit) * 2);
        color: #fff;
        font-family: var(--nux-display);
        font-size: clamp(1.24rem, 5.7vw, 1.42rem);
        font-weight: 900;
        line-height: .95;
        letter-spacing: -.012em;
        white-space: nowrap;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits {
        display: grid;
        height: calc(100% - 36px);
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: var(--nux-mobile-grid-unit);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row {
        display: grid;
        min-height: 0;
        grid-template-columns: var(--nux-mobile-icon-size) minmax(0, 1fr);
        gap: var(--nux-mobile-column-gap);
        align-items: center;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-icon-placeholder {
        display: block;
        width: var(--nux-mobile-icon-size);
        height: var(--nux-mobile-icon-size);
        aspect-ratio: auto;
        background: var(--nux-orange);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-icon {
        display: block;
        width: var(--nux-mobile-icon-size);
        height: var(--nux-mobile-icon-size);
        object-fit: contain;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-vitamin-grid {
        display: grid;
        width: var(--nux-mobile-icon-size);
        height: var(--nux-mobile-icon-size);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 2px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-vitamin-grid .nux-macro-benefit-icon {
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row > span {
        display: block;
        min-width: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row b,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row small {
        display: block;
        margin: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row b {
        color: #fff;
        font-family: var(--nux-display);
        font-size: clamp(1rem, 4.4vw, 1.12rem);
        font-weight: 900;
        line-height: 1;
        letter-spacing: .015em;
        text-transform: uppercase;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row small {
        margin-top: calc(var(--nux-mobile-grid-unit) / 2);
        color: rgba(255, 255, 255, .74);
        font-size: clamp(.78rem, 3.4vw, .9rem);
        font-weight: 600;
        line-height: 1.28;
        letter-spacing: 0;
    }
}

/* Mobile V12.1: finale Rasterprioritaet. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-scene {
        --nux-mobile-grid-unit: 8px;
        --nux-mobile-grid-inline: 20px;
        --nux-mobile-divider-y: 50%;
        --nux-mobile-icon-size: 44px;
        --nux-mobile-column-gap: 16px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-shell {
        position: absolute;
        top: var(--nux-mobile-divider-y);
        right: var(--nux-mobile-grid-inline);
        bottom: auto;
        left: var(--nux-mobile-grid-inline);
        z-index: 3;
        display: block !important;
        width: auto;
        height: 1px;
        min-height: 0;
        max-height: none;
        padding: 0;
        border: 0;
        background: rgba(255, 255, 255, .3);
        box-shadow: none;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel {
        top: var(--nux-mobile-divider-y);
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - var(--nux-mobile-divider-y));
        min-height: 0;
        max-height: none;
        padding: calc(var(--nux-mobile-grid-unit) * 2) var(--nux-mobile-grid-inline) max(calc(var(--nux-mobile-grid-unit) * 2), env(safe-area-inset-bottom));
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin: 0 0 calc(var(--nux-mobile-grid-unit) * 2);
        font-size: clamp(1.24rem, 5.7vw, 1.42rem);
        line-height: .95;
        letter-spacing: -.012em;
        white-space: nowrap;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits {
        height: calc(100% - 36px);
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: var(--nux-mobile-grid-unit);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row {
        grid-template-columns: var(--nux-mobile-icon-size) minmax(0, 1fr);
        gap: var(--nux-mobile-column-gap);
        align-items: center;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-icon-placeholder {
        width: var(--nux-mobile-icon-size);
        height: var(--nux-mobile-icon-size);
        aspect-ratio: auto;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row b {
        font-size: clamp(1rem, 4.4vw, 1.12rem);
        line-height: 1;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row small {
        margin-top: calc(var(--nux-mobile-grid-unit) / 2);
        font-size: clamp(.78rem, 3.4vw, .9rem);
        line-height: 1.28;
    }
}

/* Mobile V10.2: projizierte Lichtformen vollstaendig deaktiviert. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-ray-layer,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-light {
        display: none !important;
    }
}

/* Mobile V9: echte SVG-Flächen, synchrone Welten und Logo-Finale. */
.nux-macro-mobile-parts,
.nux-macro-logo-final,
.nux-macro-whole-caption {
    display: none;
}

@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: 390vh;
        height: 390dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-triangle-base,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-shape {
        opacity: 0 !important;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-parts {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%;
        overflow: visible;
        filter:
            drop-shadow(0 18px 28px rgba(0, 0, 0, .84))
            drop-shadow(0 0 18px rgba(254, 167, 39, .24));
        will-change: opacity;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-parts > svg {
        display: block;
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-face {
        transform-box: fill-box;
        transform-origin: center;
        will-change: transform, opacity, filter;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-logo-final {
        position: absolute;
        top: 27%;
        left: 50%;
        z-index: 4;
        display: block;
        width: min(84vw, 370px);
        max-height: 30dvh;
        object-fit: contain;
        opacity: 0;
        filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .88));
        transform-origin: center;
        will-change: opacity, transform;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-whole-caption {
        position: absolute;
        top: 48%;
        left: 50%;
        z-index: 4;
        display: block;
        width: calc(100% - 40px);
        margin: 0;
        color: #fff;
        font-family: var(--nux-display);
        font-size: clamp(1.15rem, 5.4vw, 1.45rem);
        font-weight: 900;
        line-height: 1;
        letter-spacing: .035em;
        text-align: center;
        text-transform: uppercase;
        opacity: 0;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="final"] .nux-macro-finale {
        background: linear-gradient(145deg, rgba(30, 20, 7, .98), rgba(5, 4, 2, .99));
        border-color: rgba(254, 167, 39, .9);
        box-shadow: 0 -18px 48px rgba(150, 91, 10, .25), 0 22px 48px rgba(0, 0, 0, .74);
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-parts {
        position: relative;
        opacity: 1;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-face {
        opacity: 1;
        transform: none;
        filter: none;
    }
}

/* NUX local concept round 1.14 */
.nux-signal-icon-box {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linejoin='miter'%3E%3Cpath d='M3 7l9-4 9 4-9 4-9-4Z'/%3E%3Cpath d='M3 7v10l9 4 9-4V7M12 11v10'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-delivery {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2'%3E%3Cpath d='M2 6h12v11H2zM14 10h4l4 4v3h-8z'/%3E%3Ccircle cx='7' cy='19' r='2'/%3E%3Ccircle cx='18' cy='19' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-check {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.4' stroke-linecap='square'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-event {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2'%3E%3Cpath d='M4 5h16v15H4zM8 2v6M16 2v6M4 10h16'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-home-flavor-duo .nux-flavor-card h3 span {
    display: inline;
}

.nux-home-flavor-duo .nux-flavor-card h3 span + span::before {
    content: " ";
}

.nux-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: clamp(16px, 2.5vw, 34px);
    align-items: center;
    margin-top: clamp(30px, 5vw, 64px);
}

.nux-flow > div {
    min-height: 250px;
    padding: clamp(22px, 3vw, 38px);
    border: 2px solid var(--nux-orange);
    background: var(--nux-black);
    color: var(--nux-white);
}

.nux-flow .nux-signal-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
}

.nux-flow h3 {
    margin-bottom: 10px;
    color: var(--nux-orange);
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.nux-flow-arrow {
    color: var(--nux-orange);
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 900;
}

.nux-macro-section > h2 {
    max-width: 900px;
}

.nux-macro-grid,
.nux-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(30px, 5vw, 62px);
}

.nux-macro-grid article,
.nux-event-grid article {
    min-height: 320px;
    padding: clamp(24px, 3vw, 40px);
    border: 2px solid var(--nux-orange);
    background: var(--nux-black);
    color: var(--nux-white);
}

.nux-macro-number {
    display: block;
    margin-bottom: 38px;
    color: var(--nux-orange);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .18em;
}

.nux-macro-grid h3,
.nux-event-grid h3 {
    color: var(--nux-orange);
    font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.nux-macro-note {
    margin: 28px 0 0;
    padding-left: 18px;
    border-left: 5px solid var(--nux-orange);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 900;
    text-transform: uppercase;
}

.nux-ritual-section,
.nux-event-appearance {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(28px, 6vw, 90px);
    align-items: center;
}

.nux-ritual-steps {
    display: grid;
    gap: 10px;
}

.nux-ritual-steps span {
    padding: 18px 20px;
    border-left: 8px solid var(--nux-orange);
    background: var(--nux-black);
    color: var(--nux-white);
    font-size: clamp(1.35rem, 2.4vw, 2.2rem);
    font-weight: 900;
    text-transform: uppercase;
}

.nux-events-hero .nux-media-placeholder,
.nux-event-appearance .nux-media-placeholder {
    border-color: var(--nux-orange);
    background: #090909;
}

@media (max-width: 820px) {
    .nux-home-flavor-duo .nux-flavor-card h3 span {
        display: block;
    }

    .nux-home-flavor-duo .nux-flavor-card h3 span + span::before {
        content: none;
    }

    .nux-flow,
    .nux-macro-grid,
    .nux-event-grid,
    .nux-ritual-section,
    .nux-event-appearance {
        grid-template-columns: 1fr;
    }

    .nux-flow-arrow {
        justify-self: center;
        transform: rotate(90deg);
    }

    .nux-flow > div,
    .nux-macro-grid article,
    .nux-event-grid article {
        min-height: 0;
    }
}

.nux-architecture-page .entry-title,
.nux-architecture-page .page-header {
    display: none;
}

.nux-architecture-page main,
.nux-architecture-page .site-main,
.nux-architecture-page .entry-content {
    max-width: none;
    margin: 0;
    padding: 0;
}

.nux-architecture {
    color: var(--nux-black);
    background: var(--nux-cream);
    font-family: "Staatliches", sans-serif;
    font-size: 1.08rem;
    line-height: 1.4;
    letter-spacing: .012em;
}

.nux-architecture *,
.nux-architecture *::before,
.nux-architecture *::after {
    box-sizing: border-box;
}

.nux-architecture h1,
.nux-architecture h2,
.nux-architecture h3,
.nux-architecture p {
    margin-top: 0;
}

.nux-architecture h1 {
    max-width: 900px;
    margin-bottom: 20px;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 700;
    line-height: .92;
    letter-spacing: .005em;
    -webkit-text-stroke: .35px currentColor;
}

.nux-architecture h2 {
    font-size: clamp(2rem, 4vw, 4.4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .005em;
    -webkit-text-stroke: .25px currentColor;
}

.nux-architecture h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
    font-weight: 700;
}

.nux-preview-label {
    padding: 10px 5vw;
    color: var(--nux-black);
    background: var(--nux-orange);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.nux-hero,
.nux-page-intro,
.nux-section,
.nux-product-row,
.nux-split-cta,
.nux-map-layout,
.nux-box-builder,
.nux-contact-grid,
.nux-direct-contact,
.nux-quote,
.nux-note {
    width: min(1180px, 90vw);
    margin-inline: auto;
}

.nux-hero {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(36px, 7vw, 100px);
    align-items: center;
    min-height: calc(100svh - 75px);
    padding-block: clamp(32px, 5vh, 58px);
}

.nux-page-intro {
    max-width: 1050px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100svh - 75px);
    padding-block: clamp(40px, 7vh, 72px);
}

.nux-eyebrow,
.nux-contact-grid span {
    margin-bottom: 18px;
    color: #9a6200;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.nux-lead {
    max-width: 700px;
    margin-bottom: 24px;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.nux-muted {
    color: var(--nux-muted);
    font-size: .92rem;
}

.nux-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.nux-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 24px;
    border: 2px solid var(--nux-black);
    color: var(--nux-black) !important;
    background: var(--nux-orange);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.nux-button-secondary {
    background: transparent;
}

.nux-media-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: clamp(280px, 48vh, 420px);
    padding: 32px;
    border: 1px solid rgba(245, 166, 35, .75);
    color: var(--nux-cream);
    background: repeating-linear-gradient(135deg, #111, #111 18px, #171717 18px, #171717 36px);
    text-align: center;
}

.nux-media-placeholder span {
    margin-bottom: 14px;
    color: var(--nux-orange);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.nux-media-placeholder strong {
    font-size: clamp(1.45rem, 3vw, 2.5rem);
    font-weight: 700;
}

.nux-media-placeholder small {
    max-width: 280px;
    margin-top: 8px;
    color: #aaa;
}

.nux-section {
    padding-block: clamp(72px, 9vw, 120px);
}

.nux-section-heading {
    margin-bottom: 42px;
}

.nux-card-grid,
.nux-benefit-grid,
.nux-steps,
.nux-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

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

.nux-card {
    padding: 18px;
    border: 1px solid var(--nux-line);
    background: rgba(255, 255, 255, .3);
}

.nux-card .nux-media-placeholder {
    min-height: 310px;
    margin-bottom: 24px;
}

.nux-text-link {
    display: inline-block;
    margin-top: 32px;
    color: var(--nux-black) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.nux-dark-section {
    width: 100%;
    padding-inline: max(5vw, calc((100vw - 1180px) / 2));
    color: var(--nux-white);
    background: var(--nux-black);
}

.nux-dark-section .nux-eyebrow,
.nux-dark-section .nux-number {
    color: var(--nux-orange);
}

.nux-text-link-light {
    color: var(--nux-white) !important;
}

.nux-split-cta {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    padding-block: clamp(64px, 8vw, 105px);
    border-top: 1px solid var(--nux-line);
}

.nux-split-cta h2 {
    max-width: 760px;
}

.nux-product-row,
.nux-box-builder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 110px);
    align-items: center;
    padding-block: clamp(64px, 9vw, 120px);
    border-top: 1px solid var(--nux-line);
}

.nux-product-row-reverse > :first-child {
    order: 2;
}

.nux-facts {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.nux-facts li {
    padding: 12px 0;
    border-top: 1px solid var(--nux-line);
}

.nux-architecture .nux-product-row .nux-facts li {
    border-top-color: var(--nux-flavor-accent, var(--nux-orange));
}

#peanut-milk-chocolate {
    margin-top: clamp(34px, 5vw, 72px);
}

.nux-number {
    color: #9a6200;
    font-size: .8rem;
    font-weight: 800;
}

.nux-quote {
    padding-block: clamp(70px, 10vw, 140px);
    border-block: 1px solid var(--nux-line);
}

.nux-quote p {
    max-width: 1000px;
    margin-bottom: 0;
    font-size: clamp(2.1rem, 5vw, 5.4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .005em;
}

/* Feinkorrektur 1: bildgeführter Einstieg und kräftigere Markenwirkung */

.nux-home-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: clamp(440px, calc(100svh - 220px), 720px);
    min-height: 440px;
    overflow: hidden;
    color: var(--nux-white);
    background-image: var(--nux-hero-image);
    background-position: center 62%;
    background-size: cover;
}

.nux-home-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06) 22%, rgba(0, 0, 0, .78) 100%);
}

.nux-home-hero-content {
    position: relative;
    z-index: 1;
    width: min(1180px, 90vw);
    margin-inline: auto;
    padding-bottom: clamp(34px, 5vh, 62px);
}

.nux-home-hero h1 {
    max-width: 1050px;
    margin: 0;
    color: var(--nux-white);
    font-size: clamp(3.8rem, 8vw, 8.3rem);
    line-height: .85;
    text-shadow: 0 5px 25px rgba(0, 0, 0, .72);
}

.nux-home-opening {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(28px, 6vw, 90px);
    align-items: center;
    width: min(1180px, 90vw);
    min-height: 147px;
    margin-inline: auto;
    padding-block: 22px;
}

.nux-home-opening > p {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.nux-home-actions {
    flex-wrap: nowrap;
}

.nux-problem-section {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.nux-problem-section .nux-lead {
    max-width: 850px;
    margin-inline: auto;
}

.nux-product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    background: var(--nux-black);
}

.nux-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nux-card .nux-product-image {
    margin-bottom: 24px;
}

.nux-why-image {
    aspect-ratio: 4 / 3;
}

.nux-find-screen {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
    width: min(1180px, 90vw);
    min-height: calc(100svh - 75px);
    margin-inline: auto;
    padding-block: 24px 30px;
}

.nux-find-heading {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 44px;
    align-items: end;
}

.nux-find-heading .nux-eyebrow {
    margin-bottom: 8px;
}

.nux-find-heading h1 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(3.2rem, 5.4vw, 5.8rem);
}

.nux-find-heading > p {
    max-width: 420px;
    margin: 0 0 4px;
    font-size: 1.2rem;
}

.nux-live-map-shell {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 3px solid var(--nux-orange);
    background: var(--nux-black);
}

.nux-live-map-shell #nux-map {
    height: clamp(360px, calc(100svh - 310px), 560px) !important;
}

.nux-live-map-shell #nux-status {
    position: absolute;
    z-index: 500;
    top: 14px;
    right: 14px;
    max-width: 320px;
    margin: 0;
    padding: 10px 14px;
    color: var(--nux-white);
    background: rgba(5, 5, 5, .88);
    font-size: .92rem;
}

.nux-map-key {
    position: absolute;
    z-index: 500;
    bottom: 14px;
    left: 14px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 28px);
    padding: 11px 15px;
    color: var(--nux-white);
    background: rgba(5, 5, 5, .9);
}

.nux-map-key strong {
    color: var(--nux-orange);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nux-live-map-shell .leaflet-control-attribution,
.nux-live-map-shell .leaflet-control-zoom {
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 820px) {
    .nux-home-hero {
        height: 48svh;
        min-height: 360px;
        background-position: center 60%;
    }

    .nux-home-hero h1 {
        max-width: 340px;
        font-size: clamp(3.2rem, 16vw, 4.6rem);
    }

    .nux-home-opening {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-block: 24px 34px;
    }

    .nux-home-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .nux-home-actions .nux-button {
        width: auto;
        min-width: 0;
        padding-inline: 8px;
        white-space: nowrap;
    }

    .nux-find-screen {
        min-height: 0;
        padding-top: 36px;
    }

    .nux-find-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nux-find-heading h1 {
        font-size: 3.3rem;
    }

    .nux-live-map-shell #nux-map {
        height: 58svh !important;
        min-height: 430px;
    }
}

@media (max-width: 420px) {
    .nux-home-actions .nux-button {
        font-size: .74rem;
        letter-spacing: .04em;
    }

    .nux-live-map-shell #nux-status {
        right: 8px;
        top: 8px;
        max-width: calc(100% - 16px);
    }

    .nux-map-key {
        right: 8px;
        bottom: 8px;
        left: 8px;
    }
}

/* Feinkorrektur 3: schwarzer Fullscreen-Hero, integrierte CTAs, Icon-Liste */

body.page-id-68,
body.page-id-68 main#content.site-main,
body.page-id-68 .page-content,
body.page-id-68 .nux-architecture {
    background: var(--nux-black);
}

.nux-home-frame {
    grid-template-rows: minmax(0, 1fr);
    background: var(--nux-black);
}

.nux-home-frame-stage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(38px, 4.2vw, 64px);
    background-position: center bottom;
}

.nux-home-frame-stage::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .54) 100%);
}

.nux-home-frame-copy,
.nux-home-actions {
    position: relative;
    z-index: 2;
}

.nux-home-hero-logo {
    display: block;
    width: clamp(260px, 28vw, 400px);
    height: auto;
    margin: 0 auto clamp(14px, 1.7vw, 24px);
}

.nux-home-frame-stage h1 {
    max-width: 920px;
    font-size: clamp(3.8rem, 7vw, 7rem);
    line-height: .83;
}

.nux-home-frame-stage h1 span {
    display: block;
}

.nux-home-frame-stage .nux-home-actions {
    align-self: flex-start;
}

.nux-home-frame-stage .nux-button-secondary {
    border-color: var(--nux-orange);
    color: var(--nux-white) !important;
    background: rgba(5, 5, 5, .78);
}

.nux-home-signals {
    width: min(760px, 90vw);
    margin-inline: auto;
    padding-block: clamp(64px, 9vw, 120px);
    color: var(--nux-white);
}

.nux-home-signals small > span {
    display: block;
}

.nux-home-signals > div {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid rgba(254, 167, 39, .72);
}

.nux-home-signals > div:last-child {
    border-bottom: 2px solid rgba(254, 167, 39, .72);
}

.nux-signal-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid var(--nux-orange);
    color: var(--nux-orange);
}

.nux-signal-icon::before {
    content: "";
    width: 29px;
    height: 29px;
    background: currentColor;
    -webkit-mask: var(--nux-signal-mask) center / contain no-repeat;
    mask: var(--nux-signal-mask) center / contain no-repeat;
}

.nux-signal-icon-power {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7V2Z' fill='black'/%3E%3C/svg%3E");
}

.nux-signal-icon-list {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='square'%3E%3Cpath d='m3 6 1.5 1.5L7 5M10 6h11M10 12h11M10 18h11M3 12h3M3 18h3'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-leaf {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M20 4C11 4 5 8 5 14c0 3 2 5 5 5 6 0 10-6 10-15Z'/%3E%3Cpath d='M4 21c3-6 7-10 14-13'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-motion {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Ccircle cx='15' cy='4' r='2'/%3E%3Cpath d='m12 8 3 3 4 1M12 8 9 13l-4 2M15 11l-2 5 4 5M11 16l-5 5'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-home-signals span:not(.nux-signal-icon) {
    display: flex;
    flex-direction: column;
}

.nux-home-signals strong {
    font-size: clamp(1.35rem, 2.1vw, 1.8rem);
    letter-spacing: .035em;
    text-transform: uppercase;
}

.nux-home-signals small {
    margin-top: 3px;
    color: #bcbcbc;
    font-size: 1rem;
}

body.page-id-68 .nux-problem-section,
body.page-id-68 .nux-architecture > .nux-section,
body.page-id-68 .nux-split-cta {
    color: var(--nux-white);
    background: var(--nux-black);
}

body.page-id-68 .nux-card {
    border-color: rgba(254, 167, 39, .55);
    background: #0d0d0d;
}

body.page-id-68 .nux-text-link,
body.page-id-68 .nux-split-cta .nux-button-secondary {
    color: var(--nux-white) !important;
}

body.page-id-68 .nux-split-cta {
    border-color: rgba(254, 167, 39, .4);
}

@media (max-width: 820px) {
    #tahefobu-header img {
        transform: translateX(-32px);
    }

    .nux-home-frame-stage {
        padding: 26px 22px 24px;
        background-position: center bottom;
    }

    .nux-home-hero-logo {
        width: min(220px, 67vw);
        margin: 0 auto 12px;
    }

    .nux-home-frame-stage h1 {
        max-width: 330px;
        font-size: clamp(3rem, 14vw, 4rem);
        line-height: .84;
    }

    .nux-home-frame-stage .nux-home-actions {
        align-self: stretch;
    }

    .nux-home-signals {
        width: calc(100% - 44px);
        padding-block: 58px 74px;
    }

    .nux-home-signals > div {
        grid-template-columns: 50px 1fr;
        gap: 16px;
        padding: 17px 0;
    }

    .nux-signal-icon {
        width: 48px;
        height: 48px;
    }

    .nux-signal-icon::before {
        width: 25px;
        height: 25px;
    }

    .nux-home-signals strong {
        font-size: 1.25rem;
    }

    .nux-home-signals small {
        font-size: .9rem;
    }
}

@media (max-width: 420px) {
    .nux-home-frame-stage {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nux-home-frame-stage h1 {
        font-size: 3.15rem;
    }
}

.nux-map-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    min-height: 600px;
    margin-bottom: 60px;
    border: 2px solid var(--nux-orange);
    background: var(--nux-black);
}

.nux-map-layout .nux-media-placeholder {
    min-height: 600px;
    border: 0;
}

.nux-location-panel {
    padding: 36px;
    color: var(--nux-white);
    border-left: 1px solid rgba(245, 166, 35, .5);
}

.nux-status {
    color: var(--nux-orange);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nux-location-panel .nux-facts li {
    border-color: rgba(255, 255, 255, .2);
}

.nux-note {
    margin-bottom: 80px;
    padding: 20px 24px;
    border-left: 4px solid var(--nux-orange);
    background: rgba(255, 255, 255, .4);
}

.nux-steps > div {
    padding-top: 18px;
    border-top: 2px solid currentColor;
}

.nux-steps span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 24px;
    color: var(--nux-black);
    background: var(--nux-orange);
    font-weight: 800;
}

.nux-box-builder {
    padding-bottom: 100px;
}

.nux-contact-grid {
    padding-bottom: 100px;
}

.nux-contact-grid a {
    display: block;
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--nux-line);
    color: var(--nux-black) !important;
    background: rgba(255, 255, 255, .35);
    text-decoration: none !important;
}

.nux-contact-grid h2 {
    font-size: 2rem;
}

.nux-direct-contact {
    padding-block: 70px;
    border-top: 1px solid var(--nux-line);
}

.nux-direct-contact a {
    color: var(--nux-black) !important;
}

@media (max-width: 820px) {
    .nux-hero,
    .nux-product-row,
    .nux-box-builder,
    .nux-map-layout {
        grid-template-columns: 1fr;
    }

    .nux-hero {
        min-height: 0;
    }

    .nux-card-grid,
    .nux-benefit-grid,
    .nux-steps,
    .nux-contact-grid {
        grid-template-columns: 1fr;
    }

    .nux-product-row-reverse > :first-child {
        order: initial;
    }

    .nux-split-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .nux-map-layout .nux-media-placeholder {
        min-height: 420px;
    }

    .nux-location-panel {
        border-top: 1px solid rgba(245, 166, 35, .5);
        border-left: 0;
    }
}

@media (max-width: 520px) {
    .nux-architecture h1 {
        font-size: 3rem;
    }

    .nux-media-placeholder {
        min-height: 280px;
    }

    .nux-button {
        width: 100%;
    }
}

/* Feinkorrektur 2: geschlossener NUX-Rahmen im ersten Startseiten-Screen */

.nux-home-frame {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    width: 100%;
    height: calc(100svh - 75px);
    min-height: 600px;
    margin-inline: auto;
    overflow: hidden;
    border: 8px solid var(--nux-orange);
    border-radius: 0;
    background: var(--nux-cream);
}

body.page-id-68 main#content.site-main {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.nux-home-frame-stage {
    position: relative;
    min-height: 0;
    padding: clamp(20px, 3vw, 38px);
    color: var(--nux-white);
    background-color: var(--nux-black);
    background-image: var(--nux-hero-image);
    background-position: center 48%;
    background-size: cover;
}

.nux-home-frame-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, 0) 44%);
    pointer-events: none;
}

.nux-home-frame-stage h1 {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0;
    color: var(--nux-white);
    font-size: clamp(3rem, 5.4vw, 5.6rem);
    line-height: .88;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .8);
}

.nux-home-frame-title {
    padding: 14px 22px 12px;
}

.nux-home-frame-title h1 {
    max-width: none;
    margin: 0;
    color: var(--nux-black);
    font-size: clamp(3rem, 5.4vw, 5.6rem);
    line-height: .88;
}

.nux-home-frame-image {
    min-height: 0;
    background-image: var(--nux-hero-image);
    background-position: center 62%;
    background-size: cover;
}

.nux-home-frame-lower {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(18px, 4vw, 52px);
    align-items: center;
    padding: 14px 18px;
    background: var(--nux-cream);
}

.nux-home-proof {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: stretch;
}

.nux-home-proof span {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 5px 14px;
    border-left: 2px solid var(--nux-orange);
    font-size: clamp(.92rem, 1.3vw, 1.18rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media (max-width: 820px) {
    #tahefobu-header img {
        width: 150px !important;
        max-width: 150px !important;
        height: auto !important;
    }

    .nux-home-frame {
        width: 100%;
        height: calc(100svh - 75px);
        min-height: 650px;
    }

    .nux-home-frame-title {
        padding: 13px 12px 11px;
    }

    .nux-home-frame-title h1 {
        font-size: clamp(2.45rem, 11vw, 3.25rem);
        line-height: .9;
    }

    .nux-home-frame-stage {
        padding: 16px 12px;
        background-position: center 48%;
    }

    .nux-home-frame-stage h1 {
        max-width: 330px;
        font-size: clamp(2.45rem, 11vw, 3.25rem);
        line-height: .9;
    }

    .nux-home-frame-image {
        background-position: center 60%;
    }

    .nux-home-frame-lower {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .nux-home-proof {
        grid-template-columns: repeat(2, 1fr);
        border-top: 2px solid var(--nux-orange);
    }

    .nux-home-proof span {
        min-height: 42px;
        padding: 5px 8px;
        border-left: 0;
        border-bottom: 2px solid var(--nux-orange);
        font-size: .84rem;
    }

    .nux-home-proof span:nth-child(even) {
        border-left: 2px solid var(--nux-orange);
    }

    .nux-home-proof span:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 420px) {
    .nux-home-frame-title h1 {
        font-size: 2.55rem;
    }

    .nux-home-frame-stage h1 {
        font-size: 2.55rem;
    }

    .nux-home-proof span {
        font-size: .76rem;
    }
}

/* Feinkorrektur 4: ruhiger Mobile-Hero, NUX-Menü, konkrete Nutzenargumente */

body.nux-architecture-page,
body.nux-architecture-page main#content.site-main,
body.nux-architecture-page .page-content,
body.nux-architecture-page .nux-architecture {
    color: var(--nux-white);
    background: var(--nux-black) !important;
}

.nux-architecture .nux-eyebrow,
.nux-architecture .nux-number,
.nux-architecture .nux-contact-grid span,
.nux-highlight {
    color: var(--nux-orange);
}

.nux-highlight {
    font-weight: inherit;
}

.nux-architecture .nux-card,
.nux-architecture .nux-contact-grid a,
.nux-architecture .nux-note {
    color: var(--nux-white) !important;
    border-color: rgba(254, 167, 39, .58);
    background: #0d0d0d;
}

.nux-architecture .nux-text-link,
.nux-architecture .nux-direct-contact a,
.nux-architecture .nux-button-secondary {
    color: var(--nux-white) !important;
}

.nux-architecture .nux-product-row,
.nux-architecture .nux-split-cta,
.nux-architecture .nux-quote,
.nux-architecture .nux-direct-contact,
.nux-architecture .nux-facts li {
    border-color: rgba(254, 167, 39, .42);
}

.nux-problem-section,
.nux-problem-section .nux-lead {
    text-align: left;
}

.nux-problem-section .nux-lead {
    margin-right: 0;
    margin-left: 0;
}

.nux-problem-section > .nux-eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 12px 7px;
    color: var(--nux-black);
    background: var(--nux-orange);
    line-height: 1;
}

.nux-problem-section h2 {
    margin-bottom: 28px;
}

.nux-problem-payoff {
    max-width: 850px;
    margin: 0;
    color: var(--nux-white);
    font-family: "Staatliches", sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.nux-triangle-divider {
    display: flex;
    gap: 12px;
    align-items: center;
    width: min(850px, 100%);
    margin: 30px 0 18px;
}

.nux-triangle-divider > span:last-child {
    height: 2px;
    flex: 1;
    background: rgba(254, 167, 39, .68);
}

.nux-list-triangle {
    flex: 0 0 auto;
    width: .72em;
    height: .72em;
    margin-top: .15em;
    background: var(--nux-orange);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.nux-dark-section .nux-benefit-grid > div {
    padding-top: 18px;
    border-top: 3px solid var(--nux-orange);
}

.nux-dark-section .nux-benefit-grid h3 {
    color: var(--nux-white);
}

.nux-dark-section > .nux-eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 12px 7px;
    color: var(--nux-black);
    background: var(--nux-orange);
    line-height: 1;
}

.nux-dark-section > h2 span {
    display: block;
}

.nux-why-button {
    margin-top: 34px;
}

#site-footer .custom-logo {
    content: url("/wp-content/mu-plugins/nux-site-architecture-assets/nux-logo-claim-hero-v1.png");
    width: min(310px, 74vw);
    height: auto;
}

.nux-signal-icon-taste {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cellipse cx='7.5' cy='7' rx='4' ry='5'/%3E%3Cpath d='m10 11 10 10M16 5h4M17 9l3 2M13 4V1'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-arm {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 21v-7h3.2l2.2-4.2-1.8-2.1L9.8 3l4.2 2-1.4 3 2.5 2.2c3.2.1 5.4 2.1 5.4 5.1 0 3.6-2.9 5.7-7.3 5.7H4Zm4-3h5.2c2.7 0 4.2-.9 4.2-2.7 0-1.5-1.1-2.3-3.1-2.3h-2.2l-2.7 2H8v3Z' fill='black'/%3E%3C/svg%3E");
}

.nux-signal-icon-list {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.4' stroke-linecap='square'%3E%3Cpath d='M4 6h2M10 6h10M4 12h2M10 12h10M4 18h2M10 18h10'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-dumbbell {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.4' stroke-linecap='square'%3E%3Cpath d='M4 8v8M7 6v12M17 6v12M20 8v8M7 12h10'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 820px) {
    #tahefobu-header .tahefobu-mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        margin-left: auto;
        border: 2px solid var(--nux-orange);
        border-radius: 0;
        background: var(--nux-black);
    }

    #tahefobu-header .tahefobu-mobile-toggle-line {
        width: 24px;
        height: 3px;
        margin: 3px 0;
        border-radius: 0;
        background: var(--nux-orange);
    }

    #tahefobu-header .tahefobu-mobile-nav-menu {
        position: fixed !important;
        z-index: 99999;
        top: 75px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: auto !important;
        height: calc(100svh - 75px) !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 10px 22px 24px !important;
        overflow-y: auto;
        border: 8px solid var(--nux-orange);
        border-top-width: 8px;
        background: var(--nux-black) !important;
        box-shadow: none !important;
        box-sizing: border-box;
    }

    #tahefobu-header .tahefobu-mobile-nav-menu .menu-item {
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(254, 167, 39, .68) !important;
        background: transparent !important;
    }

    #tahefobu-header .tahefobu-mobile-nav-menu .tahefobu-mobile-menu-item {
        display: block;
        padding: 17px 12px !important;
        color: var(--nux-white) !important;
        background: transparent !important;
        font-family: "Staatliches", sans-serif !important;
        font-size: 1.55rem !important;
        line-height: 1 !important;
        letter-spacing: .035em !important;
        text-transform: uppercase;
    }

    #tahefobu-header .tahefobu-mobile-nav-menu .current-menu-item > .tahefobu-mobile-menu-item {
        color: var(--nux-black) !important;
        background: var(--nux-orange) !important;
    }

    .nux-home-frame-stage {
        padding: 30px 30px 26px;
        background-image: var(--nux-hero-mobile-image);
        background-position: center center;
        background-size: cover;
    }

    .nux-home-frame-stage::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .18) 100%);
    }

    .nux-home-hero-logo {
        width: min(220px, 67vw);
        margin: 0 auto 12px;
    }

    .nux-home-frame-stage h1 {
        max-width: 310px;
        font-size: 2.85rem;
        line-height: .88;
    }

    .nux-home-actions {
        gap: 12px;
    }

    .nux-home-actions .nux-button {
        min-height: 58px;
        padding-inline: 10px;
        font-size: 1rem;
        letter-spacing: .055em;
    }

    .nux-home-signals {
        padding-block: 60px 76px;
    }

    .nux-home-signals > div {
        min-height: 94px;
    }

    .nux-home-signals small {
        max-width: 260px;
        color: #d0d0d0;
        line-height: 1.25;
    }

    .nux-problem-section,
    .nux-problem-section .nux-lead,
    .nux-section-heading {
        text-align: left;
    }

    .nux-two-line-mobile span {
        display: block;
    }
}

@media (max-width: 420px) {
    .nux-home-frame-stage {
        padding-right: 28px;
        padding-left: 28px;
    }

    .nux-home-frame-stage h1 {
        font-size: 2.75rem;
    }
}

/* Feinkorrektur 5: kompaktes Menü und kürzerer Mobile-Hero */

.nux-architecture .nux-eyebrow {
    font-size: 1rem;
    letter-spacing: .14em;
}

@media (max-width: 820px) {
    #tahefobu-header .tahefobu-mobile-toggle {
        width: 32px;
        height: 30px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    #tahefobu-header .tahefobu-mobile-toggle-line {
        width: 27px;
        height: 3px;
        margin: 3px 0;
    }

    #tahefobu-header .tahefobu-mobile-toggle-open {
        position: relative;
    }

    #tahefobu-header .tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 27px;
        height: 3px;
        margin: 0;
        transform-origin: center;
    }

    #tahefobu-header .tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    #tahefobu-header .tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(2) {
        opacity: 0;
        transform: translate(-50%, -50%) !important;
    }

    #tahefobu-header .tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(3) {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    #tahefobu-header .tahefobu-mobile-nav-menu {
        top: 75px !important;
        right: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        width: auto !important;
        height: auto !important;
        max-height: calc(100svh - 75px) !important;
        padding: 0 !important;
        border: 0;
        border-top: 2px solid var(--nux-orange);
        border-bottom: 2px solid var(--nux-orange);
        overflow-y: auto;
        box-shadow: 0 18px 38px rgba(0, 0, 0, .52) !important;
    }

    #tahefobu-header .tahefobu-mobile-nav-menu .tahefobu-mobile-menu-item {
        padding: 14px 28px !important;
        font-size: 1.25rem !important;
    }

    .nux-home-frame {
        height: calc(100svh - 92px);
        min-height: 560px;
        max-height: 720px;
    }

    .nux-home-frame-stage h1 {
        line-height: .98;
    }

    .nux-home-frame-stage {
        background-position: center 58%;
        background-size: 128% auto;
    }

    .nux-home-hero-logo {
        margin-bottom: 26px;
    }

    .nux-architecture .nux-eyebrow {
        font-size: .96rem;
    }
}

@media (max-height: 700px) and (max-width: 820px) {
    .nux-home-frame {
        min-height: 540px;
    }

    .nux-home-frame-stage {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .nux-home-actions .nux-button {
        min-height: 54px;
    }
}

/* Korrekturrunde 10: Dynamik, Sortencodes, kräftige CTAs und Rechtliches */

.nux-architecture .nux-button {
    min-height: 58px;
    padding-inline: 30px;
    font-family: "Staatliches", sans-serif;
    font-size: clamp(1.08rem, 1.5vw, 1.3rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .055em;
}

.nux-signal-icon-impact {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='square'%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M19.1 4.9l-2.8 2.8M7.7 16.3l-2.8 2.8'/%3E%3Ccircle cx='12' cy='12' r='3' fill='black' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-signal-icon-trophy {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M8 4h8v5a4 4 0 0 1-8 0V4Z'/%3E%3Cpath d='M8 6H4v2c0 3 2 5 5 5M16 6h4v2c0 3-2 5-5 5M12 13v4M8 21h8M9 17h6v4H9Z'/%3E%3C/g%3E%3C/svg%3E");
}

.nux-problem-section h2 .nux-highlight {
    color: var(--nux-orange);
}

body.page-id-68 .nux-problem-section > .nux-eyebrow,
body.page-id-68 .nux-dark-section > .nux-eyebrow,
body.page-id-68 .nux-split-cta .nux-eyebrow {
    display: inline-block;
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px 12px 7px;
    color: var(--nux-black);
    background: var(--nux-orange);
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .12em;
}

.nux-problem-payoff {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 3px solid var(--nux-orange);
    font-size: clamp(2rem, 4vw, 4.1rem);
}

.nux-problem-question,
.nux-problem-answer {
    display: block;
}

.nux-problem-question {
    margin-bottom: 18px;
    color: var(--nux-white);
}

.nux-problem-answer {
    margin-bottom: 18px;
    font-family: inherit;
    font-size: inherit;
    font-weight: 800;
    color: var(--nux-orange);
    line-height: inherit;
    letter-spacing: normal;
}

.nux-product-disclosures {
    margin-top: 30px;
    border-top: 2px solid var(--nux-orange);
}

.nux-product-disclosures details {
    border-bottom: 1px solid rgba(254, 167, 39, .55);
}

.nux-product-disclosures summary {
    position: relative;
    padding: 17px 44px 15px 0;
    font-family: "Staatliches", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    color: var(--nux-white);
    line-height: 1;
    letter-spacing: .045em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
}

.nux-product-disclosures summary::-webkit-details-marker {
    display: none;
}

.nux-product-disclosures summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    color: var(--nux-orange);
    font-size: 1.65rem;
    transform: translateY(-52%);
}

.nux-product-disclosures details[open] summary::after {
    content: "−";
}

.nux-disclosure-content {
    padding: 2px 0 20px;
    color: rgba(255, 255, 255, .88);
}

.nux-disclosure-content p {
    margin: 0 0 12px;
    font-size: .98rem;
    line-height: 1.55;
}

.nux-nutrition-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .96rem;
}

.nux-nutrition-table th,
.nux-nutrition-table td {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.nux-nutrition-table th {
    font-weight: 500;
    text-align: left;
}

.nux-nutrition-table td {
    font-weight: 700;
    text-align: right;
}

.nux-disclosure-content .nux-data-note {
    margin-top: 15px;
    color: rgba(255, 255, 255, .58);
    font-size: .78rem;
}

.nux-flavor-card {
    border-width: 1px;
    border-top-width: 8px;
    color: var(--nux-white);
    background: #0a0a0a;
}

.nux-flavor-card .nux-product-image img {
    object-fit: contain;
}

.nux-flavor-card h3 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.nux-flavor-hazelnut {
    border-color: #9824b9;
    background: linear-gradient(180deg, rgba(152, 36, 185, .18), #090909 45%);
}

.nux-flavor-hazelnut h3 {
    color: #c35be1;
}

.nux-flavor-peanut {
    border-color: #aa3718;
    background: linear-gradient(180deg, rgba(170, 55, 24, .2), #090909 45%);
}

.nux-flavor-peanut h3 {
    color: #df6949;
}

.nux-flavors-button {
    margin-top: 34px;
}

#site-footer .footer-inner,
#site-footer .site-branding,
#site-footer .site-logo,
#site-footer .custom-logo-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#site-footer .footer-inner {
    justify-content: center;
}

#site-footer .custom-logo {
    width: min(205px, 48vw);
    margin-inline: auto;
}

#site-footer .site-description,
#site-footer .copyright {
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nux-legal-strip {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 14px 20px 18px;
    border-top: 1px solid rgba(254, 167, 39, .32);
    color: #8b8b8b;
    background: var(--nux-black);
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .04em;
}

.nux-legal-strip a {
    color: var(--nux-white);
}

.nux-legal-page {
    width: min(920px, 90vw);
    min-height: calc(100svh - 75px);
    margin-inline: auto;
    padding-block: clamp(64px, 9vw, 120px);
}

.nux-legal-page h1 {
    margin-bottom: 16px;
}

.nux-legal-kicker,
.nux-legal-grid p,
.nux-legal-draft {
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.nux-legal-kicker {
    margin-bottom: 52px;
    color: #c8c2b8;
    font-size: .9rem;
}

.nux-legal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nux-legal-grid section {
    padding: 24px;
    border-top: 4px solid var(--nux-orange);
    background: #101010;
}

.nux-legal-grid h2 {
    margin-bottom: 18px;
    font-size: 1.55rem;
}

.nux-legal-grid p,
.nux-legal-grid a {
    color: #dedede;
    font-size: .84rem;
    line-height: 1.7;
}

.nux-legal-draft {
    margin-top: 36px;
    padding: 16px 18px;
    border: 1px solid rgba(254, 167, 39, .5);
    color: #bcbcbc;
    font-size: .76rem;
    line-height: 1.55;
}

@media (min-width: 821px) {
    #tahefobu-header .tahefobu-nav-menu-horizontal .tahefobu-nav-menu {
        text-align: right !important;
    }

    #tahefobu-header .tahefobu-nav-menu-horizontal {
        margin-left: auto !important;
    }

    .nux-home-frame-stage {
        background-color: var(--nux-black);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 92% auto;
    }

    .nux-home-frame-stage::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .18) 100%);
    }

    .nux-home-actions {
        gap: 18px;
    }

    .nux-home-actions .nux-button {
        min-width: 210px;
        min-height: 70px;
        padding-inline: 36px;
        font-size: 1.32rem;
    }
}

/* Prototype: scrollgesteuertes Makro-Dreieck auf Warum NUX */
.nux-macro-scrolly {
    position: relative;
    height: 380vh;
    background: var(--nux-black);
    color: var(--nux-white);
}

.nux-macro-scene {
    position: sticky;
    top: 0;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    overflow: hidden;
    isolation: isolate;
}

.nux-macro-visual {
    width: clamp(190px, 29vw, 390px);
    transform: scale(.82);
    transform-origin: 50% 50%;
    will-change: transform;
}

.nux-macro-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.nux-macro-triangle-base {
    opacity: .42;
    overflow: visible;
    filter: drop-shadow(0 18px 32px rgba(254, 167, 39, .12));
}

.nux-macro-shape {
    position: absolute;
    inset: 0;
    opacity: 0;
    filter: drop-shadow(0 12px 24px rgba(254, 167, 39, .22));
    will-change: opacity;
}

.nux-macro-shape-protein {
    clip-path: polygon(0 0, 100% 50%, 33.333% 50%);
}

.nux-macro-shape-fats {
    clip-path: polygon(33.333% 50%, 100% 50%, 0 100%);
}

.nux-macro-shape-carbs {
    clip-path: polygon(0 0, 33.333% 50%, 0 100%);
}

.nux-macro-intro,
.nux-macro-panel,
.nux-macro-finale {
    position: absolute;
    z-index: 2;
    will-change: opacity, transform;
}

.nux-macro-intro {
    top: clamp(72px, 10vh, 120px);
    left: clamp(28px, 7vw, 120px);
    width: min(560px, 42vw);
}

.nux-macro-intro h2 {
    max-width: 520px;
    margin: 8px 0 14px;
    color: var(--nux-white);
    font-size: clamp(2.5rem, 5vw, 5.8rem);
    line-height: .92;
    text-transform: uppercase;
}

.nux-macro-intro > p:not(.nux-eyebrow) {
    margin: 0 0 8px;
    font-size: clamp(1.1rem, 1.7vw, 1.45rem);
    font-weight: 800;
}

.nux-macro-intro small {
    color: rgba(255, 255, 255, .68);
    font-size: .92rem;
}

.nux-scroll-cue {
    display: block;
    width: 32px;
    margin-top: 22px;
    color: var(--nux-orange);
    font-size: 2rem;
    line-height: 1;
    animation: nux-scroll-cue 1.8s ease-in-out infinite;
}

@keyframes nux-scroll-cue {
    0%, 100% { transform: translateY(0); opacity: .45; }
    50% { transform: translateY(8px); opacity: 1; }
}

.nux-macro-panel {
    width: min(330px, 29vw);
    padding-left: 20px;
    border-left: 6px solid var(--nux-orange);
    opacity: 0;
}

.nux-macro-panel h3,
.nux-macro-finale h3 {
    margin: 0 0 10px;
    color: var(--nux-white);
    font-size: clamp(2.2rem, 4.5vw, 5rem);
    line-height: .95;
    text-transform: uppercase;
}

.nux-macro-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.nux-macro-panel-protein {
    top: 27%;
    right: clamp(28px, 7vw, 120px);
}

.nux-macro-panel-fats {
    bottom: 18%;
    left: clamp(28px, 7vw, 120px);
}

.nux-macro-panel-carbs {
    right: clamp(28px, 7vw, 120px);
    bottom: 18%;
}

.nux-macro-finale {
    bottom: clamp(42px, 8vh, 90px);
    left: 50%;
    width: min(760px, calc(100% - 48px));
    text-align: center;
    opacity: 0;
}

.nux-macro-finale .nux-eyebrow {
    margin-bottom: 10px;
}

.nux-macro-finale h3 {
    font-size: clamp(2.2rem, 4.7vw, 5.2rem);
}

@media (max-width: 820px) {
    .nux-macro-scrolly {
        height: 340vh;
    }

    .nux-macro-scene {
        min-height: 560px;
        align-content: center;
    }

    .nux-macro-visual {
        width: clamp(160px, 47vw, 245px);
        margin-top: 3vh;
    }

    .nux-macro-intro {
        top: 8vh;
        left: 24px;
        width: calc(100% - 48px);
        text-align: left;
    }

    .nux-macro-intro h2 {
        max-width: 440px;
        font-size: clamp(2.4rem, 12vw, 4.6rem);
    }

    .nux-macro-panel {
        top: auto;
        right: 24px;
        bottom: 9vh;
        left: 24px;
        width: auto;
    }

    .nux-macro-panel h3 {
        font-size: clamp(2.5rem, 12vw, 4.5rem);
    }

    .nux-macro-finale {
        bottom: 8vh;
        width: calc(100% - 48px);
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nux-macro-scrolly {
        height: auto;
    }

    .nux-macro-scene {
        position: relative;
        display: grid;
        grid-template-columns: minmax(160px, .7fr) 1fr;
        gap: 32px;
        height: auto;
        min-height: 0;
        padding: clamp(64px, 9vw, 120px) clamp(24px, 7vw, 100px);
        overflow: visible;
    }

    .nux-macro-visual,
    .nux-macro-intro,
    .nux-macro-panel,
    .nux-macro-finale {
        position: static;
        width: auto;
        opacity: 1 !important;
        transform: none !important;
    }

    .nux-macro-visual {
        grid-row: 1 / span 5;
        align-self: center;
    }

    .nux-macro-intro {
        text-align: left;
    }

    .nux-macro-panel,
    .nux-macro-finale {
        padding: 14px 0 14px 18px;
        border-left: 4px solid var(--nux-orange);
        text-align: left;
    }

    .nux-scroll-cue {
        display: none;
        animation: none;
    }

    .nux-macro-shape {
        opacity: 1 !important;
    }
}

.nux-macro-mobile-benefit,
.nux-macro-mobile-finale {
    display: none;
}

/* Mobile-First-Kernfassung des Makro-Scrollytellings */
@media (max-width: 820px) {
    .nux-macro-scrolly-v2 {
        height: 440vh;
        min-height: 2600px;
        background: radial-gradient(circle at 50% 31%, rgba(254, 167, 39, .1), transparent 34%), #000;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        height: 100vh;
        height: 100svh;
        min-height: 580px;
    }

    .nux-macro-scrolly-v2 .nux-macro-atmosphere {
        opacity: .08;
        background: radial-gradient(circle at 50% 31%, rgba(254, 167, 39, .2), transparent 38%);
        mask-image: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-visual {
        top: var(--nux-triangle-top, 64%);
        left: 50%;
        width: clamp(220px, 68vw, 280px);
        max-width: calc(100vw - 40px);
        margin: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-triangle-base {
        filter:
            drop-shadow(0 18px 30px rgba(0, 0, 0, .8))
            drop-shadow(0 0 18px rgba(254, 167, 39, .16));
    }

    .nux-macro-scrolly-v2 .nux-macro-shape {
        filter:
            brightness(1.08)
            drop-shadow(0 12px 18px rgba(0, 0, 0, .72))
            drop-shadow(0 0 14px rgba(254, 167, 39, .55));
    }

    .nux-macro-scrolly-v2 .nux-macro-intro {
        top: clamp(42px, 7vh, 68px);
        right: 22px;
        left: 22px;
        width: auto;
        padding: 0;
        border: 0;
        background: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro .nux-eyebrow,
    .nux-macro-scrolly-v2 .nux-macro-intro > p,
    .nux-macro-scrolly-v2 .nux-macro-intro .nux-macro-fuel {
        display: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h1 {
        max-width: 100%;
        margin: 0 0 10px;
        font-size: clamp(2.65rem, 13.4vw, 4.25rem);
        line-height: .86;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h2 {
        margin: 0;
        color: var(--nux-white);
        font-size: clamp(1.45rem, 6.3vw, 2rem);
        line-height: 1;
    }

    .nux-macro-scrolly-v2 .nux-scroll-cue {
        display: flex;
        margin-top: 16px;
        color: var(--nux-orange);
        font-size: .76rem;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel {
        top: auto;
        right: 22px;
        bottom: clamp(38px, 6vh, 64px);
        left: 22px;
        width: auto;
        max-height: none;
        padding: 0;
        border: 0;
        background: none;
        overflow: visible;
        text-align: left;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel > :not(h3):not(.nux-macro-mobile-benefit) {
        display: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        max-width: 94%;
        margin: 0 0 9px;
        font-size: clamp(2.35rem, 11.3vw, 3.55rem);
        line-height: .88;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel .nux-macro-mobile-benefit {
        display: block;
        max-width: 94%;
        margin: 0;
        color: var(--nux-white);
        font-size: clamp(1rem, 4.25vw, 1.25rem);
        font-weight: 800;
        line-height: 1.2;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel .nux-macro-mobile-benefit::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 4px;
        margin: 0 9px 3px 0;
        background: var(--nux-orange);
    }

    .nux-macro-scrolly-v2 .nux-macro-finale {
        top: auto;
        right: 22px;
        bottom: clamp(38px, 6vh, 64px);
        left: 22px;
        width: auto;
        padding: 0;
        border: 0;
        background: none;
        text-align: left;
    }

    .nux-macro-scrolly-v2 .nux-macro-finale > :not(.nux-macro-mobile-finale) {
        display: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale {
        display: block;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale h3 {
        margin: 0 0 7px;
        color: var(--nux-orange);
        font-size: clamp(2.8rem, 13vw, 4.15rem);
        line-height: .88;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale h4 {
        margin: 0 0 8px;
        color: var(--nux-white);
        font-size: clamp(1.35rem, 6.2vw, 2rem);
        line-height: 1;
        text-transform: uppercase;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale strong {
        color: rgba(255, 255, 255, .72);
        font-size: .85rem;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    .nux-macro-scrolly-v2 .nux-macro-intro > p,
    .nux-macro-scrolly-v2 .nux-macro-intro .nux-macro-fuel,
    .nux-macro-scrolly-v2 .nux-macro-panel > :not(h3):not(.nux-macro-mobile-benefit),
    .nux-macro-scrolly-v2 .nux-macro-finale > :not(.nux-macro-mobile-finale) {
        display: none !important;
    }

    .nux-macro-scrolly-v2 .nux-macro-visual {
        width: min(260px, 68vw);
    }
}

/* Mobile V4: choreografierte Studio-Experience; Desktop bleibt unverändert. */
@media (max-width: 820px) {
    .nux-macro-scrolly-v2 {
        height: 330vh;
        overflow: clip;
        background: #000;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        top: var(--nux-header-height, 74px);
        height: calc(100svh - var(--nux-header-height, 74px));
        overflow: hidden;
        background: #000;
        isolation: isolate;
    }

    .nux-macro-scrolly-v2 .nux-macro-atmosphere {
        position: absolute;
        inset: 0;
        z-index: -1;
        display: block;
        opacity: 1;
        mask-image: none;
        transition: none;
        will-change: background;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro {
        top: clamp(24px, 4.5svh, 42px);
        right: 22px;
        left: 22px;
        width: auto;
        padding: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro .nux-eyebrow,
    .nux-macro-scrolly-v2 .nux-macro-intro > p:not(.nux-eyebrow),
    .nux-macro-scrolly-v2 .nux-macro-intro .nux-macro-fuel,
    .nux-macro-scrolly-v2 .nux-scroll-cue .nux-macro-mobile-only {
        display: none !important;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h1 {
        max-width: 350px;
        margin: 0 0 14px;
        font-size: clamp(2.65rem, 12.5vw, 4rem);
        line-height: .9;
        letter-spacing: .012em;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h2 {
        font-size: clamp(1.35rem, 6vw, 1.9rem);
        line-height: 1;
        letter-spacing: .018em;
    }

    .nux-macro-scrolly-v2 .nux-scroll-cue {
        top: auto;
        bottom: clamp(22px, 3.8svh, 36px);
        left: 50%;
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        transform: translateX(-50%);
        color: var(--nux-orange);
        font-size: 0;
    }

    .nux-macro-scrolly-v2 .nux-scroll-cue b {
        font-size: 1.35rem;
        animation: nux-scroll-breathe 2.6s cubic-bezier(.4, 0, .2, 1) infinite;
    }

    .nux-macro-scrolly-v2 .nux-macro-visual {
        top: 68%;
        width: clamp(192px, 58vw, 232px);
        max-width: calc(100vw - 72px);
        opacity: 1;
        transform-origin: 50% 50%;
        will-change: top, transform;
    }

    .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-triangle-base {
        animation: nux-triangle-breathe 3.4s cubic-bezier(.4, 0, .2, 1) infinite;
    }

    .nux-macro-scrolly-v2 .nux-macro-triangle-base {
        filter:
            brightness(1.04)
            saturate(1.04)
            drop-shadow(0 18px 28px rgba(0, 0, 0, .82))
            drop-shadow(0 0 18px rgba(254, 167, 39, .24));
    }

    .nux-macro-scrolly-v2 .nux-macro-shape {
        filter:
            brightness(1.12)
            saturate(1.08)
            drop-shadow(0 22px 24px rgba(0, 0, 0, .88))
            drop-shadow(0 0 17px rgba(254, 167, 39, .58));
    }

    .nux-macro-label {
        z-index: 7;
        gap: 9px;
        color: #fff;
        font-size: clamp(1rem, 4.6vw, 1.28rem);
        font-weight: 900;
        letter-spacing: .075em;
        text-shadow: 0 3px 14px rgba(0, 0, 0, .9);
    }

    .nux-macro-label i {
        width: 38px;
        height: 2px;
        box-shadow: 0 0 10px rgba(254, 167, 39, .55);
    }

    .nux-macro-label-protein {
        top: 15%;
        right: -38px;
        transform: rotate(-8deg);
    }

    .nux-macro-label-fats {
        right: -31px;
        bottom: 10%;
        transform: rotate(7deg);
    }

    .nux-macro-label-carbs {
        top: 47%;
        left: -45px;
        transform: rotate(-6deg);
    }

    .nux-macro-scrolly-v2 .nux-macro-panel,
    .nux-macro-scrolly-v2 .nux-macro-finale {
        top: auto;
        right: 12px;
        bottom: 10px;
        left: 12px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: auto;
        min-height: clamp(285px, 42svh, 365px);
        max-height: 46svh;
        padding: clamp(20px, 3.2svh, 28px) 18px 16px;
        border: 2px solid rgba(254, 167, 39, .78);
        background: linear-gradient(145deg, rgba(15, 15, 15, .97), rgba(4, 4, 4, .98));
        box-shadow: 0 -18px 42px rgba(0, 0, 0, .42), 0 22px 48px rgba(0, 0, 0, .72);
    }

    .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        max-width: 350px;
        margin: 0 0 10px;
        font-size: clamp(1.95rem, 8.7vw, 2.75rem);
        line-height: .9;
        letter-spacing: .012em;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel .nux-macro-mobile-benefit {
        max-width: 350px;
        margin: 0;
        font-size: clamp(.9rem, 3.65vw, 1.04rem);
        line-height: 1.28;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel > .nux-macro-mobile-icons {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: auto;
        padding-top: 16px;
    }

    .nux-macro-mobile-icons > span {
        display: grid;
        place-items: center;
        align-content: center;
        gap: 8px;
        min-height: 98px;
        padding: 10px 4px 8px;
        border: 2px solid rgba(254, 167, 39, .68);
        background: rgba(0, 0, 0, .54);
    }

    .nux-macro-mobile-icons .nux-macro-icon {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 0;
        color: var(--nux-orange);
        background: currentColor;
        -webkit-mask: var(--nux-macro-icon-mask) center / contain no-repeat;
        mask: var(--nux-macro-icon-mask) center / contain no-repeat;
    }

    .nux-macro-mobile-icons .nux-macro-icon::before {
        content: none;
    }

    .nux-macro-icon-growth {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='square'%3E%3Cpath d='M4 19V9M10 19V5M16 19V2M2 19h20M16 2h5v5'/%3E%3C/g%3E%3C/svg%3E");
    }

    .nux-macro-icon-shield {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 20 5v6c0 5.1-3.4 9.2-8 11-4.6-1.8-8-5.9-8-11V5l8-3Z' fill='black'/%3E%3C/svg%3E");
    }

    .nux-macro-icon-recovery {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6v6h-6l2.4-2.4A7 7 0 1 0 18 17l2.1 1.4A9.5 9.5 0 1 1 18.3 7.7L20 6Z' fill='black'/%3E%3C/svg%3E");
    }

    .nux-macro-icon-hormones {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='5' cy='12' r='3'/%3E%3Ccircle cx='18' cy='6' r='3'/%3E%3Ccircle cx='18' cy='18' r='3'/%3E%3Cpath d='m7 11 8-4 1 2-8 4zm1 2 8 4-1 2-8-4z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .nux-macro-icon-vitamins {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18v16H3zM6 7h3v3H6zm5 0h3v3h-3zm5 0h3v3h-3zM6 12h3v5H6zm5 0h3v5h-3zm5 0h3v5h-3z' fill='black'/%3E%3C/svg%3E");
    }

    .nux-macro-icon-nut {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2c4 1 7 4 7 8 0 7-5 12-11 12-4 0-7-3-7-7C3 9 8 4 14 2Zm-1 4c-3 2-5 5-5 9 0 2 1 4 3 5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='square'/%3E%3C/svg%3E");
    }

    .nux-macro-icon-energy {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7V2Z' fill='black'/%3E%3C/svg%3E");
    }

    .nux-macro-icon-training {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 9h3v6H3zm4-3h3v12H7zm7 0h3v12h-3zm4 3h3v6h-3zM10 11h4v2h-4z' fill='black'/%3E%3C/svg%3E");
    }

    .nux-macro-icon-tank {
        --nux-macro-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12v3h2v16H4V6h2V3Zm1 7v8h10v-8H7Zm2-5h6V3H9v2Z' fill='black'/%3E%3C/svg%3E");
    }

    .nux-macro-mobile-icons b {
        color: #fff;
        font-size: clamp(.53rem, 2.45vw, .66rem);
        font-weight: 900;
        letter-spacing: .065em;
        line-height: 1;
    }

    .nux-macro-scrolly-v2 .nux-macro-finale {
        justify-content: center;
        min-height: clamp(245px, 35svh, 310px);
        text-align: left;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale h3 {
        margin: 0 0 8px;
        font-size: clamp(2.6rem, 12vw, 3.8rem);
        line-height: .88;
        letter-spacing: .02em;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale h4 {
        margin: 0 0 10px;
        font-size: clamp(1.18rem, 5.3vw, 1.65rem);
        line-height: 1;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale strong {
        color: var(--nux-orange);
        font-size: .86rem;
        letter-spacing: .06em;
        text-transform: uppercase;
    }
}

@keyframes nux-triangle-breathe {
    0%, 100% { transform: translate3d(0, -3px, 0) scale(.985); }
    50% { transform: translate3d(0, 7px, 0) scale(1.015); }
}

@keyframes nux-scroll-breathe {
    0%, 100% { transform: translate3d(0, -2px, 0); opacity: .55; }
    50% { transform: translate3d(0, 5px, 0); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-triangle-base,
    .nux-macro-scrolly-v2 .nux-scroll-cue b {
        animation: none;
    }
}

.nux-macro-mobile-only,
.nux-macro-mobile-icons,
.nux-macro-label {
    display: none;
}

/* Mobile V3: Plakat-Opener plus kompaktes Makro-Raster */
@media (max-width: 820px) {
    .nux-macro-desktop-only {
        display: none !important;
    }

    .nux-macro-mobile-only {
        display: block;
    }

    .nux-macro-scrolly-v2 {
        height: 310vh;
        min-height: 0;
        background: #000;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        top: var(--nux-header-height, 74px);
        height: calc(100vh - var(--nux-header-height, 74px));
        height: calc(100svh - var(--nux-header-height, 74px));
        min-height: 0;
        background: #000;
    }

    .nux-macro-scrolly-v2 .nux-macro-atmosphere {
        display: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro {
        top: clamp(42px, 9vh, 82px);
        right: 24px;
        left: 24px;
        padding: 0;
        border: 0;
        background: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h1 {
        margin: 0 0 18px;
        font-size: clamp(2.65rem, 12.6vw, 4.1rem);
        line-height: .91;
        letter-spacing: .018em;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h2 {
        margin: 0;
        font-size: clamp(1.5rem, 6.5vw, 2.1rem);
        line-height: 1.05;
    }

    .nux-macro-scrolly-v2 .nux-scroll-cue {
        position: absolute;
        top: calc(100svh - var(--nux-header-height, 74px) - 150px);
        left: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
        color: var(--nux-orange);
        font-size: .8rem;
        letter-spacing: .12em;
    }

    .nux-macro-scrolly-v2 .nux-macro-visual {
        top: 34%;
        width: clamp(190px, 58vw, 230px);
        max-width: calc(100vw - 88px);
        opacity: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-triangle-base {
        filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .78));
    }

    .nux-macro-scrolly-v2 .nux-macro-shape {
        filter:
            drop-shadow(0 10px 16px rgba(0, 0, 0, .75))
            drop-shadow(0 0 11px rgba(254, 167, 39, .48));
    }

    .nux-macro-label {
        position: absolute;
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 7px;
        color: var(--nux-white);
        font-size: .72rem;
        font-weight: 900;
        letter-spacing: .1em;
        line-height: 1;
        text-transform: uppercase;
        opacity: 0;
        white-space: nowrap;
        will-change: opacity, transform;
    }

    .nux-macro-label i {
        position: relative;
        display: block;
        width: 28px;
        height: 1px;
        background: var(--nux-orange);
    }

    .nux-macro-label i::before {
        content: "";
        position: absolute;
        top: -2px;
        width: 5px;
        height: 5px;
        background: var(--nux-orange);
    }

    .nux-macro-label-protein {
        top: 25%;
        right: -28px;
    }

    .nux-macro-label-protein i::before,
    .nux-macro-label-fats i::before {
        left: 0;
    }

    .nux-macro-label-fats {
        right: -20px;
        bottom: 18%;
    }

    .nux-macro-label-carbs {
        top: 49%;
        left: -34px;
        flex-direction: row-reverse;
    }

    .nux-macro-label-carbs i::before {
        right: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel {
        top: 55%;
        right: 18px;
        bottom: auto;
        left: 18px;
        width: auto;
        padding: 16px 18px 15px;
        border: 0;
        background: #080808;
        box-shadow: 0 18px 36px rgba(0, 0, 0, .42);
    }

    .nux-macro-scrolly-v2 .nux-macro-panel > :not(h3):not(.nux-macro-mobile-benefit):not(.nux-macro-mobile-icons) {
        display: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin: 0 0 8px;
        font-size: clamp(2rem, 9.4vw, 3rem);
        line-height: .9;
        letter-spacing: .006em;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel .nux-macro-mobile-benefit {
        display: block;
        margin: 0;
        color: rgba(255, 255, 255, .82);
        font-size: clamp(.92rem, 3.8vw, 1.08rem);
        font-weight: 700;
        line-height: 1.22;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel .nux-macro-mobile-benefit::before {
        content: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel > .nux-macro-mobile-icons {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 14px;
    }

    .nux-macro-mobile-icons > span {
        display: grid;
        justify-items: center;
        gap: 6px;
        min-width: 0;
        color: var(--nux-white);
        text-align: center;
    }

    .nux-macro-mobile-icons .nux-macro-icon {
        width: 38px;
        height: 38px;
    }

    .nux-macro-mobile-icons b {
        font-size: .55rem;
        line-height: 1.05;
        text-transform: uppercase;
    }

    .nux-macro-scrolly-v2 .nux-macro-finale {
        top: 55%;
        right: 18px;
        bottom: auto;
        left: 18px;
        width: auto;
        padding: 16px 18px;
        border: 0;
        background: #080808;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale h3 {
        margin-bottom: 7px;
        font-size: clamp(2.55rem, 11.5vw, 3.7rem);
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale h4 {
        font-size: clamp(1.28rem, 5.6vw, 1.8rem);
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    .nux-macro-scrolly-v2 {
        height: auto;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        top: auto;
        height: auto;
        padding-top: 48px;
    }

    .nux-macro-label {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    .nux-macro-scene {
        grid-template-columns: 1fr;
    }

    .nux-macro-visual {
        grid-row: auto;
        width: min(220px, 58vw);
        margin: 0 auto;
    }
}

/* Dummy V2: räumliches Makro-Scrollytelling */
.nux-macro-scrolly-v2 {
    height: 520vh;
    min-height: 3200px;
    background:
        radial-gradient(circle at 50% 48%, rgba(254, 167, 39, .11), transparent 31%),
        radial-gradient(circle at 52% 52%, #171009 0, #050403 38%, #000 70%);
}

.nux-macro-scrolly-v2 .nux-macro-scene {
    height: 100vh;
    height: 100svh;
    min-height: 680px;
}

.nux-macro-atmosphere {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(254, 167, 39, .12) 1px, transparent 1px) 50% 50% / 12vw 100%,
        linear-gradient(rgba(254, 167, 39, .08) 1px, transparent 1px) 50% 50% / 100% 12vw;
    opacity: .15;
    mask-image: radial-gradient(circle at center, #000 0, transparent 68%);
}

.nux-macro-scrolly-v2 .nux-macro-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: clamp(390px, 46vw, 690px);
    margin: 0;
    transform: translate(-50%, -50%) scale(.9);
    perspective: 1000px;
}

.nux-macro-scrolly-v2 .nux-macro-triangle-base {
    opacity: .56;
    filter:
        brightness(.72)
        saturate(.8)
        drop-shadow(0 26px 55px rgba(0, 0, 0, .8))
        drop-shadow(0 0 34px rgba(254, 167, 39, .2));
}

.nux-macro-scrolly-v2 .nux-macro-shape {
    filter:
        brightness(1.18)
        saturate(1.2)
        drop-shadow(0 22px 24px rgba(0, 0, 0, .75))
        drop-shadow(0 0 24px rgba(254, 167, 39, .82));
    transform-origin: 50% 50%;
    will-change: opacity, transform, filter;
}

.nux-macro-scrolly-v2 .nux-macro-intro {
    top: clamp(70px, 9vh, 110px);
    left: clamp(30px, 5vw, 92px);
    z-index: 3;
    width: min(590px, 43vw);
    padding: 24px 28px 26px;
    border-left: 8px solid var(--nux-orange);
    background: linear-gradient(90deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .72) 72%, transparent);
}

.nux-macro-scrolly-v2 .nux-macro-intro h1 {
    max-width: 580px;
    margin: 8px 0 14px;
    color: var(--nux-white);
    font-size: clamp(3.4rem, 6.3vw, 7.5rem);
    line-height: .84;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.nux-macro-scrolly-v2 .nux-macro-intro h2 {
    margin: 0 0 12px;
    color: var(--nux-orange);
    font-size: clamp(1.65rem, 2.5vw, 3rem);
    line-height: 1;
}

.nux-macro-scrolly-v2 .nux-macro-intro > p:not(.nux-eyebrow) {
    max-width: 510px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    font-weight: 600;
    line-height: 1.35;
}

.nux-macro-fuel {
    display: block;
    margin-top: 12px;
    color: var(--nux-white);
    font-size: clamp(1.25rem, 2vw, 2rem);
    text-transform: uppercase;
}

.nux-macro-scrolly-v2 .nux-scroll-cue {
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
    margin-top: 22px;
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nux-macro-scrolly-v2 .nux-scroll-cue b {
    font-size: 1.5rem;
}

.nux-macro-scrolly-v2 .nux-macro-panel {
    z-index: 3;
    width: min(520px, 37vw);
    max-height: calc(100svh - 80px);
    padding: 24px 28px;
    border: 0;
    border-left: 7px solid var(--nux-orange);
    background: linear-gradient(90deg, rgba(0, 0, 0, .95), rgba(6, 4, 2, .84) 78%, rgba(0, 0, 0, .18));
    overflow: hidden;
}

.nux-macro-scrolly-v2 .nux-macro-panel .nux-eyebrow {
    margin: 0 0 10px;
}

.nux-macro-scrolly-v2 .nux-macro-panel h3 {
    margin: 0 0 14px;
    font-size: clamp(3rem, 5.3vw, 6.5rem);
    line-height: .84;
    letter-spacing: -.02em;
}

.nux-macro-scrolly-v2 .nux-macro-panel p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(.95rem, 1.18vw, 1.16rem);
    line-height: 1.35;
}

.nux-macro-scrolly-v2 .nux-macro-panel p strong {
    color: var(--nux-white);
}

.nux-macro-scrolly-v2 .nux-macro-panel-protein,
.nux-macro-scrolly-v2 .nux-macro-panel-fats {
    top: 8vh;
    right: clamp(26px, 4vw, 76px);
    bottom: auto;
    left: auto;
}

.nux-macro-scrolly-v2 .nux-macro-panel-carbs {
    top: 7vh;
    right: auto;
    bottom: auto;
    left: clamp(26px, 4vw, 76px);
}

.nux-macro-statement {
    color: var(--nux-orange) !important;
    font-size: clamp(1.15rem, 1.6vw, 1.6rem) !important;
    font-weight: 900;
    text-transform: uppercase;
}

.nux-vitamin-line {
    margin: 14px 0;
    color: var(--nux-orange);
    font-size: clamp(2.2rem, 4vw, 4.7rem);
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
}

.nux-macro-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}

.nux-macro-icons-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nux-macro-icons > span {
    display: grid;
    justify-items: center;
    gap: 7px;
    min-width: 0;
    color: var(--nux-white);
    text-align: center;
}

.nux-macro-icons b {
    font-size: clamp(.62rem, .8vw, .78rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.nux-macro-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 2px solid var(--nux-orange);
    color: var(--nux-orange);
    clip-path: polygon(22% 0, 78% 0, 100% 22%, 100% 78%, 78% 100%, 22% 100%, 0 78%, 0 22%);
}

.nux-macro-icon::before {
    font-size: 1.45rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.nux-macro-icon-growth::before { content: "↗"; }
.nux-macro-icon-shield::before { content: "◆"; }
.nux-macro-icon-recovery::before { content: "↻"; }
.nux-macro-icon-hormones::before { content: "H"; }
.nux-macro-icon-vitamins::before { content: "A·D"; font-size: .8rem; }
.nux-macro-icon-nut::before { content: "N"; }
.nux-macro-icon-energy::before { content: "ϟ"; font-size: 2rem; }
.nux-macro-icon-training::before { content: "↑"; }
.nux-macro-icon-tank::before { content: "▣"; }

.nux-macro-challenge {
    display: block;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 2px solid rgba(254, 167, 39, .52);
    color: var(--nux-white);
    font-size: clamp(1.25rem, 1.85vw, 2rem);
    line-height: 1;
    text-transform: uppercase;
}

.nux-carb-visual {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 15px 0 10px;
}

.nux-carb-visual > div:last-child {
    display: grid;
    gap: 2px;
    text-transform: uppercase;
}

.nux-carb-visual > div:last-child b {
    color: rgba(255, 255, 255, .58);
    font-size: .75rem;
    letter-spacing: .12em;
}

.nux-carb-visual > div:last-child strong {
    color: var(--nux-orange);
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
}

.nux-energy-tank {
    position: relative;
    width: 42px;
    height: 64px;
    border: 3px solid var(--nux-white);
    background: #080808;
    overflow: hidden;
}

.nux-energy-tank::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 11px;
    width: 14px;
    height: 6px;
    border: 3px solid var(--nux-white);
    border-bottom: 0;
}

.nux-energy-tank span {
    position: absolute;
    right: 4px;
    bottom: 4px;
    left: 4px;
    height: calc(var(--nux-tank-fill, 0) * 1%);
    background: linear-gradient(0deg, #c27515, var(--nux-orange));
    box-shadow: 0 0 18px rgba(254, 167, 39, .7);
}

.nux-carb-sources {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.nux-carb-sources span {
    padding: 7px 10px;
    border: 1px solid rgba(254, 167, 39, .65);
    color: var(--nux-white);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nux-macro-scrolly-v2 .nux-macro-finale {
    top: 8vh;
    bottom: auto;
    left: clamp(28px, 5vw, 92px);
    z-index: 3;
    width: min(600px, 42vw);
    padding: 26px 30px;
    border-left: 8px solid var(--nux-orange);
    background: linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .75) 76%, transparent);
    text-align: left;
}

.nux-macro-scrolly-v2 .nux-macro-finale h3 {
    margin-bottom: 20px;
    font-size: clamp(2.6rem, 4.8vw, 5.8rem);
    line-height: .88;
}

.nux-macro-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.nux-macro-summary span {
    display: grid;
    gap: 3px;
    padding-top: 10px;
    border-top: 3px solid var(--nux-orange);
}

.nux-macro-summary b {
    color: var(--nux-orange);
    font-size: clamp(1.1rem, 1.6vw, 1.65rem);
    text-transform: uppercase;
}

.nux-macro-summary small {
    color: rgba(255, 255, 255, .72);
    font-size: .72rem;
    line-height: 1.15;
}

.nux-macro-final-line,
.nux-macro-final-fuel {
    display: block;
    text-transform: uppercase;
}

.nux-macro-final-line {
    margin-top: 24px;
    color: var(--nux-white);
    font-size: clamp(1.4rem, 2.2vw, 2.4rem);
}

.nux-macro-final-fuel {
    margin-top: 6px;
    color: var(--nux-orange);
    font-size: clamp(1rem, 1.45vw, 1.45rem);
    letter-spacing: .04em;
}

@media (max-width: 820px) {
    .nux-macro-scrolly-v2 {
        height: 480vh;
        min-height: 2800px;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        min-height: 640px;
    }

    .nux-macro-scrolly-v2 .nux-macro-visual {
        top: 39%;
        width: clamp(250px, 72vw, 345px);
    }

    .nux-macro-scrolly-v2 .nux-macro-intro,
    .nux-macro-scrolly-v2 .nux-macro-panel,
    .nux-macro-scrolly-v2 .nux-macro-finale {
        right: 18px;
        left: 18px;
        width: auto;
        max-height: none;
        padding: 17px 18px;
        border-left-width: 5px;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro {
        top: 6vh;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h1 {
        font-size: clamp(2.75rem, 13vw, 4.5rem);
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h2 {
        font-size: clamp(1.3rem, 6vw, 2rem);
    }

    .nux-macro-scrolly-v2 .nux-macro-intro > p:not(.nux-eyebrow) {
        max-width: 94%;
        font-size: clamp(.88rem, 3.6vw, 1.05rem);
    }

    .nux-macro-scrolly-v2 .nux-scroll-cue {
        margin-top: 13px;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel {
        top: auto;
        bottom: 3vh;
        background: linear-gradient(90deg, rgba(0, 0, 0, .98), rgba(8, 5, 2, .9));
    }

    .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin-bottom: 8px;
        font-size: clamp(2.25rem, 10.5vw, 3.6rem);
    }

    .nux-macro-scrolly-v2 .nux-macro-panel p {
        margin-bottom: 7px;
        font-size: clamp(.78rem, 3.1vw, .94rem);
        line-height: 1.24;
    }

    .nux-macro-icons {
        margin-top: 10px;
    }

    .nux-macro-icon {
        width: 40px;
        height: 40px;
    }

    .nux-macro-icons b {
        font-size: .55rem;
    }

    .nux-vitamin-line {
        margin: 8px 0;
        font-size: 2rem;
    }

    .nux-macro-challenge {
        margin-top: 9px;
        padding-top: 8px;
        font-size: clamp(.98rem, 4.3vw, 1.3rem);
    }

    .nux-carb-visual {
        margin: 8px 0;
    }

    .nux-carb-sources {
        margin-top: 8px;
    }

    .nux-macro-scrolly-v2 .nux-macro-finale {
        top: auto;
        bottom: 4vh;
        text-align: left;
    }

    .nux-macro-scrolly-v2 .nux-macro-finale h3 {
        margin-bottom: 12px;
        font-size: clamp(2.2rem, 10vw, 3.3rem);
    }

    .nux-macro-summary b {
        font-size: .9rem;
    }

    .nux-macro-summary small {
        font-size: .58rem;
    }

    .nux-macro-final-line {
        margin-top: 14px;
        font-size: 1.15rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nux-macro-scrolly-v2 {
        height: auto;
        min-height: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        min-height: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-visual {
        width: min(430px, 80vw);
    }

    .nux-macro-scrolly-v2 .nux-macro-shape {
        transform: none !important;
    }
}

@media (max-width: 820px) {
    .nux-architecture .nux-button {
        min-height: 58px;
        font-size: 1.12rem;
    }

    .nux-flavor-card {
        padding: 14px;
    }

    .nux-legal-grid {
        grid-template-columns: 1fr;
    }

    .nux-legal-strip {
        flex-wrap: wrap;
        gap: 8px 14px;
    }
}

/* Korrekturrunde 11: echte Dynamik, runde Mobile-Scoops und klare Produktlogik */

.nux-home-frame-stage {
    position: relative;
}

.nux-home-frame-brand {
    position: relative;
    z-index: 2;
}

.nux-signal-icon-arm {
    --nux-signal-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.4 13A5 5 0 0 1 22 15c0 3.9-4 7-9 7-4.1 0-8.2-.8-10.4-2.5-.4-.3-.6-.8-.6-1.3C1 16.6 1.6 11 7 11c.7 0 1.3.1 1.9.3.5.2 1-.1 1-.7v-.4c0-.8.4-1.5.8-2.1l.8-1c.2-.3.1-.7-.2-.9A6.6 6.6 0 0 0 8 5C6 5 4.5 6 4.5 7.5L2 4c0-1.2 1-2 2-2l5.7 1.9c.2.1.4.1.5 0L13 3v4.5l-2 3.2 1.4 2.3Z' fill='black'/%3E%3C/svg%3E");
}

.nux-flavor-card,
.nux-flavor-hazelnut,
.nux-flavor-peanut {
    border: 1px solid rgba(254, 167, 39, .55);
    color: var(--nux-white);
    background: #0a0a0a;
}

.nux-flavor-card h3,
.nux-flavor-hazelnut h3,
.nux-flavor-peanut h3 {
    color: var(--nux-white);
}

.nux-flavor-card .nux-product-image {
    background: #000;
}

.nux-flavor-card .nux-product-image img,
.nux-product-row .nux-product-image img {
    object-fit: contain;
}

.nux-problem-section .nux-lead .nux-highlight {
    color: var(--nux-orange);
}

.nux-why-hero .nux-hero-copy > .nux-eyebrow,
.nux-why-principles > .nux-eyebrow {
    display: inline-block;
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px 12px 7px;
    color: var(--nux-black);
    background: var(--nux-orange);
    line-height: 1;
}

.nux-why-hero h1 span {
    display: block;
}

.nux-why-hero h1 {
    line-height: .98;
}

.nux-why-principles .nux-benefit-grid > div {
    position: relative;
    padding-top: 26px;
    border-top: 2px solid rgba(254, 167, 39, .7);
}

.nux-benefit-triangle {
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: 20px;
    background: var(--nux-orange);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.nux-why-principles h2 {
    font-size: clamp(2rem, 3.4vw, 3.6rem);
}

@media (min-width: 821px) {
    .nux-home-frame-stage {
        display: block;
        background-position: center center;
        background-size: 96% auto;
    }

    .nux-home-frame-brand {
        position: absolute;
        top: clamp(34px, 4.5vh, 64px);
        left: 50%;
        transform: translateX(-50%);
    }

    .nux-home-frame-brand .nux-home-hero-logo {
        width: clamp(260px, 26vw, 370px);
        margin: 0;
    }

    .nux-home-frame-copy {
        position: absolute;
        z-index: 2;
        bottom: clamp(42px, 6vh, 76px);
        left: clamp(46px, 5vw, 82px);
        width: min(52vw, 680px);
    }

    .nux-home-frame-stage h1 {
        margin: 0;
        font-size: clamp(3.7rem, 5.8vw, 6rem);
        line-height: .9;
    }

    .nux-home-frame-stage .nux-home-actions {
        position: absolute;
        z-index: 2;
        right: clamp(46px, 5vw, 82px);
        bottom: clamp(46px, 6.2vh, 80px);
        left: auto;
        align-self: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 820px) {
    .nux-home-frame-stage {
        display: flex;
        justify-content: flex-start;
        background-image: var(--nux-hero-mobile-image);
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .nux-home-frame-brand {
        align-self: center;
    }

    .nux-home-frame-brand .nux-home-hero-logo {
        margin-bottom: 0;
    }

    .nux-home-frame-copy {
        margin-top: auto;
        margin-bottom: 14px;
    }

    .nux-home-frame-stage h1 {
        line-height: .94;
    }

    .nux-home-frame-stage .nux-home-actions {
        margin-top: 0;
    }

    .nux-problem-section .nux-lead {
        font-size: 1.12rem;
        line-height: 1.48;
    }

    .nux-problem-section > .nux-eyebrow {
        display: inline-block;
        width: fit-content;
        padding: 8px 12px 7px;
        font-size: .96rem;
        letter-spacing: .14em;
    }

    .nux-problem-section h2 {
        margin-top: 24px;
        margin-bottom: 28px;
        font-size: clamp(3.35rem, 15vw, 5rem);
        line-height: .86;
    }

    .nux-problem-question {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .nux-problem-answer {
        font-size: inherit;
    }

    .nux-problem-payoff {
        font-size: clamp(2.5rem, 11vw, 3.6rem);
        line-height: .92;
    }

    .nux-product-disclosures {
        margin-top: 24px;
    }

    .nux-problem-section .nux-lead .nux-highlight {
        display: inline;
        color: var(--nux-orange);
    }

    .nux-why-hero h1 {
        line-height: 1.02;
    }

    .nux-why-principles .nux-benefit-grid {
        gap: 42px;
    }
}

/* Kurze Sortenrunde: Dualität, Direkteinstieg und vollständig klickbare Produkte */

.nux-flavor-card-link {
    display: block;
    height: 100%;
    color: var(--nux-white) !important;
    text-decoration: none !important;
}

.nux-flavor-card-link:focus-visible,
.nux-flavor-card-link:hover {
    color: var(--nux-white) !important;
}

.nux-flavor-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: min(1180px, 90vw);
    margin-inline: auto;
    padding-bottom: clamp(56px, 7vw, 90px);
}

.nux-flavor-duo > a {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(254, 167, 39, .6);
    color: var(--nux-white) !important;
    background: #080808;
    text-decoration: none !important;
}

.nux-flavor-duo .nux-product-image {
    aspect-ratio: 1 / 1;
}

.nux-flavor-duo .nux-product-image img {
    object-fit: contain;
}

.nux-flavor-duo > a > span {
    display: block;
    padding: 16px 18px 15px;
    border-top: 1px solid rgba(254, 167, 39, .6);
    font-size: clamp(1.3rem, 2.3vw, 2rem);
    line-height: 1;
    letter-spacing: .035em;
    text-transform: uppercase;
}

@media (max-width: 820px) {
    body.page-id-41 .nux-flavors-intro {
        justify-content: flex-start;
        width: calc(100% - 36px);
        min-height: auto;
        padding: 28px 0 24px;
    }

    body.page-id-41 .nux-flavors-intro h1 {
        margin-bottom: 14px;
        font-size: clamp(2.7rem, 13vw, 3.8rem);
        line-height: .9;
    }

    body.page-id-41 .nux-flavors-intro .nux-lead {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.35;
    }

    .nux-flavor-duo {
        gap: 8px;
        width: calc(100% - 20px);
        padding-bottom: 42px;
    }

    .nux-flavor-duo > a > span {
        min-height: 54px;
        padding: 11px 8px 10px;
        font-size: 1.05rem;
        text-align: center;
    }

    .nux-home-flavor-duo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .nux-home-flavor-duo .nux-card {
        padding: 9px;
    }

    .nux-home-flavor-duo .nux-card h3 {
        min-height: 2em;
        margin-bottom: 0;
        font-size: 1.05rem;
        line-height: 1;
    }

    .nux-home-flavor-duo .nux-card p {
        display: none;
    }

}

/* Korrekturrunde 14: Hero-Balance, scanbare Problemblöcke und kompaktere Sorten */

.nux-home-frame-stage {
    background-position: center 43%;
    background-size: 108% auto;
}

.nux-problem-section .nux-lead {
    display: block;
}

.nux-problem-payoff {
    display: none;
}

.nux-problem-story {
    max-width: 920px;
    font-size: clamp(1.08rem, 1.55vw, 1.35rem);
    line-height: 1.55;
}

.nux-problem-story strong:not(.nux-highlight) {
    color: var(--nux-white);
}

.nux-problem-story a {
    color: var(--nux-orange);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.nux-problem-solution {
    max-width: 920px;
    margin: clamp(46px, 6vw, 82px) auto 0;
    padding: clamp(28px, 4vw, 44px) 0;
    border-top: 1px solid rgba(254, 167, 39, .55);
    border-bottom: 1px solid rgba(254, 167, 39, .55);
    text-align: left;
}

.nux-problem-solution h3 {
    margin: 0 0 18px;
    color: var(--nux-orange);
    font-size: clamp(1.75rem, 3.4vw, 3.15rem);
    line-height: .96;
    text-transform: uppercase;
}

.nux-problem-solution h3 span {
    display: block;
}

.nux-problem-solution h3 span:last-child {
    color: var(--nux-white);
}

.nux-problem-solution ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
}

.nux-problem-solution li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--nux-white);
    font-weight: 800;
}

.nux-problem-solution .nux-list-triangle {
    margin-top: 0;
}

.nux-home-flavor-duo .nux-flavor-card h3 span {
    display: block;
}

@media (max-width: 820px) {
    .nux-problem-solution {
        margin-top: 42px;
        padding-block: 28px;
    }

    .nux-problem-solution ul {
        display: grid;
        gap: 10px;
        justify-content: stretch;
    }

    .nux-problem-solution li {
        justify-content: flex-start;
    }
}

.nux-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(28px, 3vw, 42px);
}

.nux-problem-grid article {
    display: grid;
    align-content: start;
    min-height: 190px;
    padding: clamp(18px, 2vw, 26px);
    border: 1px solid rgba(254, 167, 39, .45);
    background: #070707;
}

.nux-problem-grid span {
    display: inline-block;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 10px 6px;
    color: var(--nux-black);
    background: var(--nux-orange);
    font-size: .76rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.nux-problem-grid strong {
    color: var(--nux-white);
    font-size: clamp(1.2rem, 1.9vw, 1.75rem);
    line-height: 1.08;
    text-transform: uppercase;
}

.nux-problem-grid article:last-child {
    border-color: var(--nux-orange);
}

.nux-flavor-card:nth-child(1),
#hazelnut-coffee {
    --nux-flavor-accent: #9824be;
}

.nux-flavor-card:nth-child(2),
#peanut-milk-chocolate {
    --nux-flavor-accent: #a73316;
}

.nux-home-flavor-duo .nux-flavor-card {
    border-color: var(--nux-flavor-accent, var(--nux-orange));
    box-shadow: inset 0 0 0 1px rgba(254, 167, 39, .18);
}

.nux-home-flavor-duo .nux-flavor-card h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    margin-top: 12px;
    background: var(--nux-flavor-accent, var(--nux-orange));
}

.nux-architecture .nux-product-row {
    grid-template-columns: minmax(220px, .74fr) minmax(0, 1.26fr);
    align-items: center;
    gap: clamp(22px, 4vw, 56px);
    padding: 0 0 clamp(42px, 5.5vw, 78px);
    border-left: 4px solid var(--nux-flavor-accent, var(--nux-orange));
    border-top: 0;
}

.nux-architecture .nux-product-row > .nux-eyebrow {
    grid-column: 1 / -1;
}

.nux-architecture .nux-product-row > div:first-child {
    align-self: stretch;
    display: grid;
    place-items: center;
}

.nux-architecture .nux-product-row .nux-product-image {
    width: min(100%, 360px);
    margin-inline: auto;
}

.nux-architecture .nux-product-row .nux-product-image img {
    max-height: 390px;
}

.nux-architecture .nux-product-row > div:last-child {
    padding-right: clamp(18px, 2.4vw, 34px);
}

.nux-architecture .nux-product-row .nux-eyebrow {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px clamp(20px, 2.8vw, 40px) 12px;
    background: var(--nux-flavor-accent, var(--nux-orange));
    color: var(--nux-white);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1;
}

.nux-product-visual {
    padding-left: clamp(18px, 2.4vw, 34px);
}

.nux-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.nux-ingredients-list > strong,
.nux-ingredients-list > span {
    display: block;
}

.nux-ingredients-list > strong {
    width: fit-content;
    margin-bottom: 8px;
    color: var(--nux-flavor-accent, var(--nux-orange));
    font-family: "Staatliches", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.nux-ingredients-list > span {
    max-width: 62ch;
    font-size: .92rem;
    line-height: 1.48;
}

.nux-facts li {
    position: relative;
    min-height: auto;
    padding: clamp(22px, 2.7vw, 32px) clamp(14px, 2vw, 24px) 20px;
    border: 0;
    border-top: 4px solid var(--nux-flavor-accent, var(--nux-orange));
    color: var(--nux-white);
    background: #060606;
    font-size: clamp(1.05rem, 1.55vw, 1.3rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    box-shadow: none;
    text-align: center;
}

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

.nux-facts li strong {
    margin-bottom: 9px;
    color: var(--nux-white);
    font-family: "Staatliches", sans-serif;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: .82;
    letter-spacing: .075em;
}

.nux-facts li span {
    color: rgba(255, 255, 255, .76);
    font-size: clamp(.9rem, 1.25vw, 1.08rem);
    line-height: 1.1;
    letter-spacing: .035em;
}

.nux-facts li::before {
    content: none;
}

.nux-facts li:nth-child(1) {
    --nux-fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3c4.8 0 8 3.1 8 7.8C20 17 15.9 21 10.7 21 6.6 21 4 18.3 4 14.5 4 8.5 7.3 3 12 3Zm0 3c-2.8 0-5 3.9-5 8.5 0 2.1 1.3 3.5 3.7 3.5 3.4 0 6.3-2.7 6.3-7.2C17 7.5 15.1 6 12 6Z'/%3E%3C/svg%3E");
}

.nux-facts li:nth-child(2) {
    --nux-fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 4h12v6c0 4.4-2.5 8-6 8s-6-3.6-6-8V4Zm3 3v3c0 2.7 1.2 5 3 5s3-2.3 3-5V7H9Zm-1 14h8v-2H8v2Z'/%3E%3C/svg%3E");
}

.nux-facts li:nth-child(3) {
    --nux-fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4h10l3 5-8 11L4 9l3-5Zm1.4 3-1 1.7L12 15l4.6-6.3-1-1.7H8.4Z'/%3E%3C/svg%3E");
}

.nux-product-disclosures {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #050505;
}

.nux-product-disclosures summary::after {
    color: var(--nux-flavor-accent, var(--nux-orange));
}

.nux-product-disclosures details {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.nux-product-disclosures details:first-child {
    border-top: 0;
}

.nux-nutrition-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
}

.nux-nutrition-table th,
.nux-nutrition-table td {
    padding: 13px 16px;
}

.nux-nutrition-table th {
    padding-left: 18px;
}

.nux-nutrition-table td {
    padding-right: 18px;
}

@media (max-width: 820px) {
    .nux-home-frame-stage {
        background-position: center center;
        background-size: 114% auto;
    }

    .nux-problem-section h2 {
        margin-bottom: 22px;
    }

    .nux-problem-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 22px;
    }

    .nux-problem-grid article {
        min-height: auto;
        padding: 16px;
    }

    .nux-problem-grid span {
        margin-bottom: 12px;
    }

    .nux-problem-grid strong {
        font-size: clamp(1.13rem, 5.3vw, 1.55rem);
        line-height: 1.08;
    }

    .nux-architecture .nux-product-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 0 34px;
    }

    .nux-architecture .nux-product-row > div:first-child {
        order: initial;
    }

    .nux-architecture .nux-product-row > div:last-child {
        order: initial;
        padding: 0 14px;
    }

    .nux-architecture .nux-product-row .nux-eyebrow {
        margin: 0;
        padding: 13px 16px 12px;
    }

    .nux-product-visual {
        padding: 0 14px;
    }

    .nux-architecture .nux-product-row .nux-product-image {
        width: min(74vw, 270px);
    }

    .nux-architecture .nux-product-row .nux-product-image img {
        max-height: 265px;
    }

    .nux-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .nux-facts li {
        min-height: auto;
        padding: 21px 9px 16px;
        font-size: .83rem;
        line-height: 1.12;
    }

    .nux-facts li strong {
        font-size: clamp(2.15rem, 10vw, 3.15rem);
    }

    .nux-facts li::before {
        content: none;
    }

    .nux-nutrition-table th,
    .nux-nutrition-table td {
        padding: 12px 11px;
    }

    .nux-product-disclosures {
        margin-top: 18px;
        padding: 10px 12px;
    }
}

@media (min-width: 821px) {
    .nux-architecture .nux-home-flavor-duo .nux-flavor-card h3 span {
        display: inline;
    }

    .nux-architecture .nux-home-flavor-duo .nux-flavor-card h3 span + span::before {
        content: " ";
    }
}

/* Mobile V3 muss nach allen historischen Korrekturrunden gewinnen. */
@media (max-width: 820px) {
    .nux-macro-scrolly-v2 {
        height: 310vh;
        min-height: 0;
        background: #000;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        top: var(--nux-header-height, 74px);
        height: calc(100vh - var(--nux-header-height, 74px));
        height: calc(100svh - var(--nux-header-height, 74px));
        min-height: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-visual {
        top: 34%;
        width: clamp(190px, 58vw, 230px);
        max-width: calc(100vw - 88px);
    }

    .nux-macro-scrolly-v2 .nux-macro-intro,
    .nux-macro-scrolly-v2 .nux-macro-panel,
    .nux-macro-scrolly-v2 .nux-macro-finale {
        right: 18px;
        left: 18px;
        width: auto;
        max-height: none;
        border: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro {
        top: clamp(42px, 9vh, 82px);
        right: 24px;
        left: 24px;
        padding: 0;
        background: none;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h1 {
        margin: 0 0 18px;
        font-size: clamp(2.65rem, 12.6vw, 4.1rem);
        line-height: .91;
        letter-spacing: .018em;
    }

    .nux-macro-scrolly-v2 .nux-macro-intro h2 {
        font-size: clamp(1.5rem, 6.5vw, 2.1rem);
    }

    .nux-macro-scrolly-v2 .nux-scroll-cue {
        top: calc(100svh - var(--nux-header-height, 74px) - 150px);
        margin: 0;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel,
    .nux-macro-scrolly-v2 .nux-macro-finale {
        top: 55%;
        bottom: auto;
        padding: 16px 18px 15px;
        background: #080808;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin: 0 0 8px;
        font-size: clamp(2rem, 9.4vw, 3rem);
        line-height: .9;
        letter-spacing: .006em;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel .nux-macro-mobile-benefit {
        margin: 0;
        font-size: clamp(.92rem, 3.8vw, 1.08rem);
        line-height: 1.22;
    }

    .nux-macro-scrolly-v2 .nux-macro-panel > .nux-macro-mobile-icons {
        display: grid !important;
    }

    .nux-macro-scrolly-v2 .nux-macro-finale {
        text-align: left;
    }

    .nux-macro-scrolly-v2 .nux-macro-mobile-finale h3 {
        margin-bottom: 7px;
        font-size: clamp(2.55rem, 11.5vw, 3.7rem);
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    .nux-macro-scrolly-v2 {
        height: auto;
    }

    .nux-macro-scrolly-v2 .nux-macro-scene {
        top: auto;
        height: auto;
        padding-top: 48px;
    }
}

/* Mobile V4.1: finale Priorität nach allen historischen Mobile-Regeln. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: 330vh;
        min-height: 0;
        overflow: clip;
        background: #000;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-scene {
        top: var(--nux-header-height, 74px);
        height: calc(100svh - var(--nux-header-height, 74px));
        min-height: 0;
        overflow: hidden;
        background: #000;
        isolation: isolate;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-atmosphere {
        position: absolute;
        inset: 0;
        z-index: -1;
        display: block;
        opacity: 1;
        mask-image: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro {
        top: clamp(24px, 4.5svh, 42px);
        right: 22px;
        left: 22px;
        width: auto;
        padding: 0;
        border: 0;
        background: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro .nux-eyebrow,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro > p:not(.nux-eyebrow),
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro .nux-macro-fuel,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-scroll-cue .nux-macro-mobile-only {
        display: none !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro h1 {
        max-width: 350px;
        margin: 0 0 14px;
        font-size: clamp(2.65rem, 12.5vw, 4rem);
        line-height: .9;
        letter-spacing: .012em;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro h2 {
        margin: 0;
        font-size: clamp(1.35rem, 6vw, 1.9rem);
        line-height: 1;
        letter-spacing: .018em;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-scroll-cue {
        top: auto;
        bottom: clamp(22px, 3.8svh, 36px);
        left: 50%;
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        margin: 0;
        transform: translateX(-50%);
        font-size: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        top: 68%;
        width: clamp(192px, 58vw, 232px);
        max-width: calc(100vw - 72px);
        opacity: 1;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label {
        z-index: 7;
        display: flex;
        gap: 9px;
        font-size: clamp(1rem, 4.6vw, 1.28rem);
        font-weight: 900;
        letter-spacing: .075em;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label i {
        width: 38px;
        height: 2px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label-protein {
        top: 15%;
        right: -38px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label-fats {
        right: -31px;
        bottom: 10%;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label-carbs {
        top: 47%;
        left: -45px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-finale {
        top: auto;
        right: 12px;
        bottom: 10px;
        left: 12px;
        display: flex;
        flex-direction: column;
        width: auto;
        min-height: clamp(285px, 42svh, 365px);
        max-height: 46svh;
        padding: clamp(20px, 3.2svh, 28px) 18px 16px;
        border: 2px solid rgba(254, 167, 39, .78);
        background: linear-gradient(145deg, rgba(15, 15, 15, .97), rgba(4, 4, 4, .98));
        box-shadow: 0 -18px 42px rgba(0, 0, 0, .42), 0 22px 48px rgba(0, 0, 0, .72);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin: 0 0 10px;
        font-size: clamp(1.95rem, 8.7vw, 2.75rem);
        line-height: .9;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel .nux-macro-mobile-benefit {
        margin: 0;
        font-size: clamp(.9rem, 3.65vw, 1.04rem);
        line-height: 1.28;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel > .nux-macro-mobile-icons {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: auto;
        padding-top: 16px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-icons > span {
        min-height: 98px;
        padding: 10px 4px 8px;
        border: 2px solid rgba(254, 167, 39, .68);
        background: rgba(0, 0, 0, .54);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-icons .nux-macro-icon {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 0;
        color: var(--nux-orange);
        background: currentColor;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-icons b {
        font-size: clamp(.53rem, 2.45vw, .66rem);
        letter-spacing: .065em;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-finale {
        justify-content: center;
        min-height: clamp(245px, 35svh, 310px);
        text-align: left;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-finale h3 {
        margin: 0 0 8px;
        font-size: clamp(2.6rem, 12vw, 3.8rem);
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: auto;
    }
}

/* Mobile V7: ausschließlich das statische Opener-Key-Visual. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-visual {
        width: clamp(214px, 61vw, 242px);
        max-width: calc(100vw - 52px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-triangle-base {
        animation: none !important;
        transform: none !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label {
        right: auto;
        bottom: auto;
        color: #fff;
        font-size: clamp(1.4rem, 6.8vw, 1.75rem);
        font-weight: 900;
        line-height: .82;
        letter-spacing: .035em;
        text-shadow:
            0 2px 3px rgba(0, 0, 0, .96),
            0 0 8px rgba(0, 0, 0, .68);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-protein {
        top: calc(25% - 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-fats {
        top: calc(75% + 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-carbs {
        top: 50%;
        left: -18px;
    }
}

/* Mobile V8.1: finale Priorität für Fokuslogik und Scrollstrecke. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: 320vh;
        height: 320dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        width: clamp(214px, 61vw, 242px);
        max-width: calc(100vw - 52px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label {
        right: auto;
        bottom: auto;
        color: #fff;
        font-size: clamp(1.4rem, 6.8vw, 1.75rem);
        font-weight: 900;
        line-height: .82;
        letter-spacing: .035em;
        text-shadow:
            0 2px 3px rgba(0, 0, 0, .96),
            0 0 8px rgba(0, 0, 0, .68);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-protein {
        top: calc(25% - 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-fats {
        top: calc(75% + 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-carbs {
        top: 50%;
        left: -18px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-shape {
        filter:
            brightness(1.08)
            saturate(1.05)
            drop-shadow(0 16px 19px rgba(0, 0, 0, .82))
            drop-shadow(0 0 13px rgba(254, 167, 39, .48));
    }
}

/* Mobile V8: Fokus- statt Separationslogik nach dem Opener. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: 320vh;
        height: 320dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        width: clamp(214px, 61vw, 242px);
        max-width: calc(100vw - 52px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label {
        right: auto;
        bottom: auto;
        color: #fff;
        font-size: clamp(1.4rem, 6.8vw, 1.75rem);
        font-weight: 900;
        line-height: .82;
        letter-spacing: .035em;
        text-shadow:
            0 2px 3px rgba(0, 0, 0, .96),
            0 0 8px rgba(0, 0, 0, .68);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-protein {
        top: calc(25% - 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-fats {
        top: calc(75% + 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-carbs {
        top: 50%;
        left: -18px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-shape {
        filter:
            brightness(1.08)
            saturate(1.05)
            drop-shadow(0 16px 19px rgba(0, 0, 0, .82))
            drop-shadow(0 0 13px rgba(254, 167, 39, .48));
    }
}

/* Mobile V6: ausschließlich die finale Opener-Komposition. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-visual {
        width: clamp(214px, 61vw, 242px);
        max-width: calc(100vw - 58px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label {
        right: auto;
        bottom: auto;
        left: auto;
        color: #fff;
        font-size: clamp(1.5rem, 7.4vw, 1.9rem);
        font-weight: 900;
        line-height: .82;
        letter-spacing: .035em;
        text-shadow:
            0 2px 3px rgba(0, 0, 0, .96),
            0 0 8px rgba(0, 0, 0, .68);
        transform-origin: 50% 50%;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-protein {
        top: 25%;
        left: 50%;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-fats {
        top: 75%;
        left: 50%;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-carbs {
        top: 50%;
        left: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-scroll-cue {
        width: 166px;
        height: 52px;
        color: #fff;
        font-size: clamp(.82rem, 3.8vw, 1rem);
        letter-spacing: .15em;
        animation: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-scroll-cue b {
        margin-top: 7px;
        font-size: 1.65rem;
        animation: nux-scroll-whisper 3.2s cubic-bezier(.4, 0, .2, 1) infinite;
    }
}

@keyframes nux-scroll-whisper {
    0%, 100% { transform: translate3d(0, 0, 0); opacity: .72; }
    50% { transform: translate3d(0, 2px, 0); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-scroll-cue b {
        animation: none;
    }
}

/* Mobile V5: jede Scrollposition als fertige, viewport-sichere Folie. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: 255vh;
        height: 255dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-scene {
        height: calc(100svh - var(--nux-header-height, 74px));
        height: calc(100dvh - var(--nux-header-height, 74px));
        min-height: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro {
        top: clamp(22px, 3.8dvh, 38px);
        bottom: 0;
        height: auto;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro > p:has(.nux-scroll-cue) {
        position: absolute;
        inset: 0;
        display: block !important;
        margin: 0;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro > p:has(.nux-scroll-cue) .nux-macro-fuel {
        display: none !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-scroll-cue {
        right: auto;
        bottom: max(16px, env(safe-area-inset-bottom));
        left: 50%;
        width: 132px;
        height: 46px;
        transform: translateX(-50%);
        color: #fff;
        font-size: .64rem;
        font-weight: 900;
        letter-spacing: .17em;
        white-space: nowrap;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-scroll-cue::before {
        content: "MEHR ERFAHREN";
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-scroll-cue b {
        display: block;
        margin-top: 6px;
        color: var(--nux-orange);
        font-size: 1.1rem;
        text-align: center;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        left: 50%;
        width: clamp(196px, 55vw, 220px);
        max-width: calc(100vw - 64px);
        transform-origin: 33.333% 50%;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label {
        gap: 0;
        color: #fff;
        font-size: clamp(1.18rem, 5.8vw, 1.52rem);
        line-height: .86;
        letter-spacing: .045em;
        text-shadow: 0 5px 18px rgba(0, 0, 0, .94);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label i {
        display: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label-protein {
        top: 5%;
        right: -45px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label-fats {
        right: -25px;
        bottom: 2%;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label-carbs {
        top: 47%;
        left: -50px;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-mobile-icons > span {
        border-color: rgba(145, 177, 202, .82);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel {
        background: linear-gradient(145deg, rgba(25, 35, 43, .98), rgba(5, 7, 9, .99));
        box-shadow: 0 -18px 46px rgba(48, 82, 108, .24), 0 22px 48px rgba(0, 0, 0, .72);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-mobile-icons > span {
        border-color: rgba(214, 123, 40, .88);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel {
        background: linear-gradient(145deg, rgba(42, 24, 12, .98), rgba(8, 5, 3, .99));
        box-shadow: 0 -18px 48px rgba(137, 67, 20, .28), 0 22px 48px rgba(0, 0, 0, .72);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-mobile-icons > span {
        border-color: rgba(254, 184, 49, .9);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel {
        background: linear-gradient(145deg, rgba(45, 31, 8, .98), rgba(9, 6, 2, .99));
        box-shadow: 0 -18px 48px rgba(174, 111, 10, .28), 0 22px 48px rgba(0, 0, 0, .72);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-finale {
        bottom: max(6px, env(safe-area-inset-bottom));
        min-height: clamp(290px, 44dvh, 372px);
        max-height: 48dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-finale {
        min-height: clamp(250px, 37dvh, 320px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-triangle-base,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="whole"] .nux-macro-triangle-base {
        opacity: 1 !important;
        filter:
            brightness(1.06)
            saturate(1.08)
            drop-shadow(0 18px 28px rgba(0, 0, 0, .84))
            drop-shadow(0 0 20px rgba(254, 167, 39, .28));
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: auto;
    }
}

/* Mobile V7.1: finale Priorität für das statische Opener-Key-Visual. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-visual {
        width: clamp(214px, 61vw, 242px);
        max-width: calc(100vw - 52px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-triangle-base {
        animation: none !important;
        transform: none !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label {
        right: auto;
        bottom: auto;
        color: #fff;
        font-size: clamp(1.4rem, 6.8vw, 1.75rem);
        font-weight: 900;
        line-height: .82;
        letter-spacing: .035em;
        text-shadow:
            0 2px 3px rgba(0, 0, 0, .96),
            0 0 8px rgba(0, 0, 0, .68);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-protein {
        top: calc(25% - 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-fats {
        top: calc(75% + 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-label-carbs {
        top: 50%;
        left: -18px;
    }
}

/* Mobile V8.2: finale Priorität für Fokuslogik und Scrollstrecke. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: 320vh;
        height: 320dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        width: clamp(214px, 61vw, 242px);
        max-width: calc(100vw - 52px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label {
        right: auto;
        bottom: auto;
        color: #fff;
        font-size: clamp(1.4rem, 6.8vw, 1.75rem);
        font-weight: 900;
        line-height: .82;
        letter-spacing: .035em;
        text-shadow:
            0 2px 3px rgba(0, 0, 0, .96),
            0 0 8px rgba(0, 0, 0, .68);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-protein {
        top: calc(25% - 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-fats {
        top: calc(75% + 18px);
        left: calc(50% + 10px);
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-label-carbs {
        top: 50%;
        left: -18px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-shape {
        filter:
            brightness(1.08)
            saturate(1.05)
            drop-shadow(0 16px 19px rgba(0, 0, 0, .82))
            drop-shadow(0 0 13px rgba(254, 167, 39, .48));
    }
}

/* Mobile V9.1: finale Priorität für echte Teilflächen und längere Dramaturgie. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 {
        height: 390vh;
        height: 390dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-triangle-base,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-shape,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="intro"] .nux-macro-triangle-base,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="whole"] .nux-macro-triangle-base {
        opacity: 0 !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-parts {
        display: block;
    }
}

/* Mobile V10: geometrische Separation, gerichtete Lichtwelt und stehende Infobox. */
.nux-macro-ray-layer,
.nux-macro-panel-shell {
    display: none;
}

@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-ray-layer {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: block;
        overflow: hidden;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-ray {
        position: absolute;
        display: block;
        width: min(86vw, 355px);
        height: clamp(112px, 34vw, 148px);
        clip-path: polygon(0 44%, 100% 0, 100% 100%, 0 56%);
        transform-origin: 0 50%;
        filter: blur(15px);
        mix-blend-mode: screen;
        will-change: left, top, opacity, transform;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-ray::after {
        position: absolute;
        inset: 32% 0;
        content: "";
        background: linear-gradient(90deg, rgba(var(--nux-ray-rgb), .72), rgba(var(--nux-ray-rgb), .18) 58%, rgba(var(--nux-ray-rgb), 0));
        filter: blur(8px);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-ray-protein {
        --nux-ray-rgb: 76, 111, 139;
        background: linear-gradient(90deg, rgba(76, 111, 139, .78), rgba(76, 111, 139, .32) 48%, rgba(76, 111, 139, 0));
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-ray-fats {
        --nux-ray-rgb: 178, 88, 28;
        background: linear-gradient(90deg, rgba(178, 88, 28, .8), rgba(178, 88, 28, .32) 48%, rgba(178, 88, 28, 0));
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-ray-carbs {
        --nux-ray-rgb: 205, 137, 18;
        background: linear-gradient(90deg, rgba(205, 137, 18, .82), rgba(205, 137, 18, .34) 48%, rgba(205, 137, 18, 0));
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        z-index: 1;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-shell,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-finale {
        right: 12px;
        bottom: max(6px, env(safe-area-inset-bottom));
        left: 12px;
        width: auto;
        min-height: clamp(205px, 30dvh, 260px);
        max-height: 34dvh;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-shell {
        position: absolute;
        z-index: 1;
        display: block;
        border: 2px solid rgba(var(--nux-shell-border), .9);
        background: linear-gradient(145deg, rgba(var(--nux-shell-bg), .98), rgba(4, 4, 4, .99));
        box-shadow: 0 -14px 38px rgba(var(--nux-shell-glow), .28), 0 20px 42px rgba(0, 0, 0, .72);
        opacity: 0;
        pointer-events: none;
        transition: background-color .18s linear, border-color .18s linear, box-shadow .18s linear;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-finale,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="final"] .nux-macro-finale {
        z-index: 2;
        padding: 15px 18px 13px;
        border-color: transparent;
        background: transparent;
        box-shadow: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-icons > span {
        min-height: 68px;
        padding: 7px 3px 6px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-icons .nux-macro-icon {
        width: 34px;
        height: 34px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel > .nux-macro-mobile-icons {
        padding-top: 10px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-whole-caption {
        top: auto;
        bottom: calc(max(6px, env(safe-area-inset-bottom)) + clamp(90px, 15dvh, 126px));
        z-index: 3;
    }
}

/* Mobile V11.1: finale Prioritaet fuer den offenen Informationsbereich. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-shell {
        position: absolute;
        top: var(--nux-mobile-divider-y);
        right: var(--nux-mobile-grid-inline);
        bottom: auto;
        left: var(--nux-mobile-grid-inline);
        z-index: 3;
        display: block !important;
        width: auto;
        height: 1px;
        min-height: 0;
        max-height: none;
        padding: 0;
        border: 0;
        background: rgba(255, 255, 255, .3);
        box-shadow: none;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel {
        top: var(--nux-mobile-divider-y);
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - var(--nux-mobile-divider-y));
        min-height: 0;
        max-height: none;
        padding: calc(var(--nux-mobile-grid-unit) * 2) var(--nux-mobile-grid-inline) max(calc(var(--nux-mobile-grid-unit) * 2), env(safe-area-inset-bottom));
        overflow: hidden;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel > :not(h3):not(.nux-macro-mobile-benefits) {
        display: none !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel h3 {
        margin: 0 0 calc(var(--nux-mobile-grid-unit) * 2);
        color: #fff;
        font-family: var(--nux-display);
        font-size: clamp(1.24rem, 5.7vw, 1.42rem);
        font-weight: 900;
        line-height: .95;
        letter-spacing: -.012em;
        white-space: nowrap;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits {
        display: grid !important;
        height: calc(100% - 36px);
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: var(--nux-mobile-grid-unit);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row {
        display: grid;
        min-height: 0;
        grid-template-columns: var(--nux-mobile-icon-size) minmax(0, 1fr);
        gap: var(--nux-mobile-column-gap);
        align-items: center;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-icon-placeholder {
        display: block;
        width: var(--nux-mobile-icon-size);
        height: var(--nux-mobile-icon-size);
        aspect-ratio: auto;
        background: var(--nux-orange);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row > span {
        display: block;
        min-width: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row b,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row small {
        display: block;
        margin: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row b {
        color: #fff;
        font-family: var(--nux-display);
        font-size: clamp(1rem, 4.4vw, 1.12rem);
        font-weight: 900;
        line-height: 1;
        letter-spacing: .015em;
        text-transform: uppercase;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-row small {
        margin-top: calc(var(--nux-mobile-grid-unit) / 2);
        color: rgba(255, 255, 255, .74);
        font-size: clamp(.78rem, 3.4vw, .9rem);
        font-weight: 600;
        line-height: 1.28;
        letter-spacing: 0;
    }
}

/* Mobile V24 final: nach allen frueheren Mobile-Regeln anwenden. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-scene {
        --nux-mobile-divider-y: 46%;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits[data-macro-benefits] {
        grid-template-rows: 142px minmax(0, 1fr);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon {
        display: grid;
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
        margin: 0;
        place-items: center;
        outline: 0 solid transparent;
        outline-offset: 3px;
        transition: opacity 180ms ease, outline-color 180ms ease, outline-width 180ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon > .nux-macro-benefit-icon {
        display: block;
        width: 64px;
        height: 64px;
        object-fit: contain;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon-vitamins > .nux-macro-vitamin-grid {
        display: grid !important;
        width: 64px;
        height: 64px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 2px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon-vitamins .nux-macro-benefit-icon {
        display: block;
        width: 100% !important;
        height: 100% !important;
        min-width: 0;
        min-height: 0;
        object-fit: contain;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module.is-active > .nux-macro-module-icon {
        outline: 2px solid rgba(255, 255, 255, .9);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail {
        align-self: stretch;
        min-height: 0;
    }
}

/* Mobile V25: klare Makro-Farbcodierung bei unveraendertem Layout. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-protein {
        --nux-macro-world-color: #2f6bff;
        --nux-macro-world-rgb: 47, 107, 255;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-fats {
        --nux-macro-world-color: #e43d63;
        --nux-macro-world-rgb: 228, 61, 99;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel-carbs {
        --nux-macro-world-color: #2fbf71;
        --nux-macro-world-rgb: 47, 191, 113;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon {
        overflow: hidden;
        background: transparent;
        transition: opacity 180ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon .nux-macro-benefit-icon {
        display: block;
        background-color: var(--nux-macro-world-color);
        filter: none;
        -webkit-mask: var(--nux-macro-icon) center / contain no-repeat;
        mask: var(--nux-macro-icon) center / contain no-repeat;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module.is-active > .nux-macro-module-icon {
        outline: 0 !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-mark {
        border-color: rgba(var(--nux-macro-world-rgb), .72);
        color: var(--nux-macro-world-color);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module.is-active .nux-macro-module-mark {
        border-color: #fff;
        color: #fff;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner {
        border-top-color: rgba(var(--nux-macro-world-rgb), .48);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail strong {
        color: var(--nux-macro-world-color);
    }
}

/* Mobile V27: Akzent-Rahmen und gerastertes Vitamin-Mini-Set. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon {
        box-sizing: border-box;
        padding: 5px;
        border: 3px solid var(--nux-macro-world-color);
        background: var(--nux-black);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon > .nux-macro-benefit-icon {
        width: 100%;
        height: 100%;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon-vitamins {
        padding: 0;
        border: 0;
        background: transparent;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-vitamin-item {
        display: grid;
        min-width: 0;
        min-height: 0;
        box-sizing: border-box;
        padding: 1px;
        place-items: center;
        border: 1.5px solid var(--nux-macro-world-color);
        background: var(--nux-black);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-vitamin-item > .nux-macro-benefit-icon {
        display: block;
        width: 100% !important;
        height: 100% !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module.is-active > .nux-macro-module-icon {
        outline: 0 !important;
        box-shadow: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-logo-final,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-whole-caption,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-finale {
        display: none !important;
    }
}

/* Mobile V28: klare Opener-Hierarchie und dauerhaft definierte Detailzone. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro .nux-macro-intro-promise {
        display: block;
        margin-top: 10px;
        color: #fff;
        font-family: var(--nux-display);
        font-size: clamp(1.05rem, 4.8vw, 1.34rem);
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: .018em;
        text-transform: uppercase;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro > p:has(.nux-macro-intro-promise) {
        display: block !important;
        margin: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-label > .nux-macro-mobile-only {
        display: block;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits[data-macro-benefits] {
        grid-template-rows: 142px minmax(76px, 1fr);
        gap: 12px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-modules {
        gap: 8px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module {
        min-height: 136px;
        padding-inline: 0;
        gap: 7px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module > b {
        width: 100%;
        min-height: 34px;
        align-items: center;
        font-size: clamp(.8rem, 3.6vw, .92rem);
        line-height: .98;
        letter-spacing: .015em;
        overflow-wrap: normal;
        text-align: center;
        word-break: normal;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail {
        display: grid;
        min-height: 76px;
        grid-template-rows: 1fr;
        align-self: stretch;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner {
        position: relative;
        min-height: 76px;
        padding-top: 12px;
        overflow: hidden;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-prompt {
        position: absolute;
        inset: 12px 0 0;
        display: flex;
        min-height: 0;
        align-items: center;
        color: rgba(255, 255, 255, .7);
        font-size: clamp(.86rem, 3.65vw, .98rem);
        font-weight: 650;
        line-height: 1.25;
        letter-spacing: .01em;
        opacity: 1;
        transition: opacity 160ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail strong,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        opacity: 0;
        transition: opacity 160ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-prompt {
        opacity: 0;
        pointer-events: none;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-detail strong,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-detail p {
        opacity: 1;
    }
}

/* Mobile V29: einheitliche Makro-Divider ohne Default-Hinweis. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-panel-shell {
        background: #2f6bff !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-panel-shell {
        background: #e43d63 !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-panel-shell {
        background: #2fbf71 !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner {
        border-top-color: var(--nux-macro-world-color);
    }
}

/* Mobile V30: einheitlicher Antwortblock und Leitfrage unter den Modulen. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro h2,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro .nux-macro-intro-promise {
        color: #fea727;
        font-family: var(--nux-display);
        font-size: clamp(1.35rem, 6vw, 1.9rem);
        font-weight: 900;
        line-height: 1;
        letter-spacing: .018em;
        text-transform: uppercase;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-intro .nux-macro-intro-promise {
        margin-top: 4px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-panel > h3 {
        display: none !important;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits[data-macro-benefits] {
        height: 100%;
        grid-template-rows: 154px minmax(0, 1fr);
        gap: 12px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module {
        min-height: 154px;
        gap: 8px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon-vitamins > .nux-macro-vitamin-grid {
        width: 68px;
        height: 68px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module > b {
        min-height: 36px;
        font-size: clamp(.82rem, 3.72vw, .96rem);
        line-height: 1;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-mark {
        width: 24px;
        height: 24px;
        font-size: 19px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner {
        padding-top: 14px;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-question {
        display: block;
        margin: 0 0 14px;
        color: var(--nux-macro-world-color);
        font-family: var(--nux-display);
        font-size: clamp(1.08rem, 4.8vw, 1.28rem);
        font-weight: 900;
        line-height: 1;
        letter-spacing: .01em;
        text-transform: uppercase;
    }
}

/* Mobile V31: Leitfrage und aktiver Detailtitel teilen sich dieselbe Bühne. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-question {
        width: 100%;
        margin: 0;
        font-size: clamp(1.3rem, 5.8vw, 1.55rem);
        line-height: 1.02;
        text-align: center;
        transition: opacity 160ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        margin-top: 10px;
        opacity: 0;
        transition: opacity 160ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-detail-inner {
        justify-content: flex-start;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-detail p {
        opacity: 1;
    }
}

/* Mobile V33: festes Titelraster und synchroner 180-ms-Wechsel. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module > b {
        min-height: 38px;
        font-size: clamp(.88rem, 4vw, 1rem);
        line-height: .94;
        letter-spacing: .008em;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-detail-inner {
        display: grid;
        grid-template-rows: 34px minmax(0, 1fr);
        align-content: start;
        justify-content: stretch;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-question {
        display: flex;
        min-height: 34px;
        align-items: center;
        justify-content: center;
        font-size: clamp(1.38rem, 6.1vw, 1.62rem);
        line-height: 1;
        white-space: nowrap;
        opacity: 1;
        transition: opacity 90ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        margin-top: 10px;
        transition: opacity 90ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail.is-switching .nux-macro-benefit-question,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail.is-switching p {
        opacity: 0 !important;
    }
}

/* Mobile V34: gelieferte PNG-Icons im bestehenden eckigen Rahmen. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon .nux-macro-benefit-icon-raster {
        background-color: transparent !important;
        background-image: var(--nux-macro-icon) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        -webkit-mask: none !important;
        mask: none !important;
    }
}

/* Mobile V38: bereinigte Einzelsymbole mit einheitlichem Schutzraum. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon .nux-macro-benefit-icon-raster {
        background-size: contain !important;
    }
}

/* Mobile V39: bereinigte PNG-Symbole im eckigen NUX-Rahmen und kontrollierte Titelumbrueche. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon:not(.nux-macro-module-icon-vitamins) {
        box-sizing: border-box;
        padding: 7px;
        border: 2px solid var(--nux-macro-world-color);
        background: var(--nux-black);
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-icon:not(.nux-macro-module-icon-vitamins) > .nux-macro-benefit-icon {
        width: 100%;
        height: 100%;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module > b > span {
        white-space: nowrap;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module[data-detail-title="Gleichmäßigere Energie"] > b {
        font-size: clamp(.7rem, 3.15vw, .82rem);
        letter-spacing: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module:focus-visible {
        outline: 0;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        font-size: clamp(.98rem, 4.25vw, 1.06rem);
        font-weight: 600;
        line-height: 1.32;
        letter-spacing: .002em;
        hyphens: none;
        overflow-wrap: normal;
        text-wrap: pretty;
    }
}

/* Mobile V40.2: symmetrische Icon-Zone und mehr Abstand zum Dreieck. */
@media (max-width: 820px) {

    /*
     * Gesamten Informationsbereich etwas nach unten setzen.
     * Dadurch bekommt die Dreiecksspitze wieder klaren Schwarzraum.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-scene {
        --nux-mobile-divider-y: 42.5%;
    }

    /*
     * Die erste Zeile ist jetzt eine bewusst definierte Icon-Zone.
     * Der zweite Bereich gehört vollständig der Detailcopy.
     *
     * Kein Grid-Gap:
     * Der obere Rand des Detailbereichs IST dadurch exakt
     * der untere Divider der Icon-Zone.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits[data-macro-benefits] {
        height: 100%;
        grid-template-rows: 174px minmax(0, 1fr);
        gap: 0;
        transform: translateY(-16px);
    }

    /*
     * Die Module werden innerhalb der 148px hohen Zone
     * exakt vertikal zentriert.
     *
     * Dadurch entsteht geometrisch derselbe freie Raum
     * oberhalb der Icons und unterhalb der Plus-Buttons.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-modules {
        height: 174px;
        align-items: center;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-module {
        height: auto;
        min-height: 0;
        padding: 0;
        justify-content: flex-start;
        gap: 5px;
    }

    /*
     * Plus bleibt unmittelbar am Modulinhalt.
     * Kein automatisches Wegdrücken nach unten.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-module-mark {
        margin-top: 2px;
    }

    /*
     * Der Detailbereich beginnt exakt nach der
     * symmetrischen Icon-Zone.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail {
        height: 100%;
        min-height: 0;
        align-self: stretch;
    }

    /*
     * border-top ist der untere Divider.
     * Er sitzt jetzt exakt an der Unterkante
     * der 148px hohen Icon-Zone.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail-inner,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-mobile-benefits.has-active .nux-macro-benefit-detail-inner {
        height: 100%;
        min-height: 0;
        padding-top: 12px;
        grid-template-rows: 34px minmax(0, 1fr);
        align-content: start;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        margin-top: 8px;
        font-size: clamp(.98rem, 4.25vw, 1.06rem);
        font-weight: 600;
        line-height: 1.32;
        letter-spacing: .002em;
        hyphens: none;
        overflow-wrap: normal;
        text-wrap: pretty;
    }

    /*
     * Dreieck leicht kompakt halten.
     * Keine weitere Größenreduktion gegenüber V40.1.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        width: clamp(198px, 56vw, 224px);
        max-width: calc(100vw - 64px);
        left: 59.5%;
    }
}

/* Mobile V41: finaler getesteter Typo-Stand der Detail-Copy. */
@media (max-width: 820px) {
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        font-size: clamp(.98rem, 4.25vw, 1.06rem) !important;
        font-weight: 600 !important;
        line-height: 1.32 !important;
        letter-spacing: .002em !important;
        hyphens: none;
        overflow-wrap: normal;
        text-wrap: pretty;
    }
}

/* Mobile V42: finale Copy-Lesbarkeit + letzter Triangle-X-Trim. */
@media (max-width: 820px) {

    /*
     * Detail-Copy:
     * bewusst feste Smartphone-Größe.
     * Keine Abhängigkeit mehr von rem/vw/clamp.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p {
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 1.30 !important;
        letter-spacing: 0 !important;
    }

    /*
     * Dreieck nur noch einen kleinen Tick weiter nach rechts.
     * Sonstige Größe und Position ausdrücklich unverändert lassen.
     */
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-visual {
        left: 46% !important;
    }
}

/* Mobile V43: tatsächlichen Detail-Copy-Knoten unabhängig vom HTML-Tag erfassen. */
@media (max-width: 820px) {

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail p,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail small,
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail [data-detail-copy],
    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-benefit-detail [data-benefit-copy] {
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 1.30 !important;
        letter-spacing: 0 !important;
    }
}

/* Mobile V44: Scrollytelling-Dreieck leicht nach oben trimmen.
   Opener bleibt vollständig unverändert. */
@media (max-width: 820px) {

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-visual,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-visual,
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-visual {
        margin-top: -2.5svh;
    }
}

/* Mobile V45: Highlight text styling in benefit details. */
@media (max-width: 820px) {

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-copy-highlight {
        color: var(--nux-macro-world-color);
        font-weight: 800;
    }
}

/* Mobile V46: reduced vertical macro progress indicator, independent from the triangle. */
@media (max-width: 820px) {

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-progress {
        position: absolute;
        top: 27%;
        right: 18px;
        transform: translateY(-60%);
        z-index: 8;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 140ms ease, visibility 140ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2:not([data-phase="intro"]) .nux-macro-progress {
        opacity: 1;
        visibility: visible;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-progress span {
        display: block;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, .28);
        border-radius: 0;
        box-shadow: none;
        transition:
            width 140ms ease,
            height 140ms ease,
            background-color 140ms ease,
            opacity 140ms ease,
            transform 140ms ease;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-progress [data-progress="protein"],
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-progress [data-progress="fats"],
    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-progress [data-progress="carbs"] {
        width: 5px;
        height: 13px;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="protein"] .nux-macro-progress [data-progress="protein"] {
        background: #2F6BFF;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="fats"] .nux-macro-progress [data-progress="fats"] {
        background: #E43D63;
    }

    body.page-id-45 .nux-macro-scrolly-v2[data-phase="carbs"] .nux-macro-progress [data-progress="carbs"] {
        background: #2FBF71;
    }

    body.page-id-45 .nux-macro-scrolly-v2 .nux-macro-progress i {
        display: block;
        font-size: 18px;
        line-height: 1;
        font-style: normal;
        color: rgba(255, 255, 255, .54);
    }
}
