body[data-coach-profile] {
    --cp-font-sans:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    --cp-font-serif: Georgia, "Times New Roman", serif;
    --cp-font-mono:
        "SFMono-Regular",
        Consolas,
        "Liberation Mono",
        "Courier New",
        monospace;
    margin: 0;
    min-width: 0;
    min-height: 100vh;
    overflow-x: clip;
    color: var(--cp-ink);
    font-family: var(--cp-font-sans);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

body[data-coach-profile] *,
body[data-coach-profile] *::before,
body[data-coach-profile] *::after {
    box-sizing: border-box;
}

body[data-coach-profile] a {
    color: inherit;
}

body[data-coach-profile] img {
    display: block;
    max-width: 100%;
}

body[data-coach-profile] ::selection {
    background: rgba(166, 118, 66, 0.26);
    color: var(--cp-ink);
}

body[data-coach-profile] a:focus-visible {
    outline: 3px solid var(--cp-focus);
    outline-offset: 4px;
}

body[data-coach-profile="milos"] {
    --cp-page: #F4EFE6;
    --cp-page-shade: #E9DFD0;
    --cp-card: rgba(255, 251, 244, 0.78);
    --cp-panel-strong: #FFF8ED;
    --cp-ink: #191512;
    --cp-charcoal: #2F2923;
    --cp-charcoal-deep: #17120E;
    --cp-muted: #756B61;
    --cp-muted-soft: #9B8F81;
    --cp-bronze: #A67642;
    --cp-bronze-dark: #80572E;
    --cp-bronze-bright: #D8AB65;
    --cp-focus: #9B6A2E;
    --cp-line: rgba(48, 39, 30, 0.14);
    --cp-line-strong: rgba(166, 118, 66, 0.42);
    --cp-radius: 6px;
    --cp-content: 1120px;
    --cp-portrait-width: min(43vw, 540px);
    --cp-portrait-max-width: 540px;
    --cp-portrait-sink: clamp(140px, 13vw, 188px);
    --cp-portrait-x: clamp(-72px, -4vw, -44px);
    --cp-portrait-mobile-width: min(140vw, 580px);
    --cp-portrait-mobile-x: -44vw;
    --cp-portrait-mobile-y: clamp(-168px, -34vw, -118px);
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 6%, rgba(255, 248, 237, 0.92), transparent 24rem),
        radial-gradient(circle at 50% 46%, rgba(255, 251, 244, 0.38), transparent 30rem),
        radial-gradient(circle at 18% 12%, rgba(166, 118, 66, 0.1), transparent 22rem),
        radial-gradient(circle at 84% 8%, rgba(47, 41, 35, 0.055), transparent 24rem),
        linear-gradient(180deg, #F4EFE6 0%, #F4EFE6 54%, #E9DFD0 100%);
}

body[data-coach-profile="milos"]::before,
body[data-coach-profile="milos"]::after {
    content: "";
    position: fixed;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background-image: url("/assets/coach-pages/gateway-linen-tile.png");
    background-repeat: repeat;
    mix-blend-mode: multiply;
}

body[data-coach-profile="milos"]::before {
    background-size: 720px 720px;
    filter: saturate(0.86) contrast(1.02);
    opacity: 0.32;
}

body[data-coach-profile="milos"]::after {
    background-position: 94px 68px;
    background-size: 960px 960px;
    filter: saturate(0.78) contrast(1.14);
    opacity: 0.075;
}

body[data-coach-profile] .cp-header,
body[data-coach-profile] .cp-main,
body[data-coach-profile] .cp-footer {
    position: relative;
    z-index: 1;
}

body[data-coach-profile] .cp-header {
    position: absolute;
    z-index: 10;
    inset: 0 0 auto;
    min-height: 68px;
    color: var(--cp-ink);
    background: linear-gradient(
        180deg,
        rgba(255, 248, 237, 0.84) 0%,
        rgba(244, 239, 230, 0.48) 72%,
        rgba(244, 239, 230, 0) 100%
    );
}

body[data-coach-profile] .cp-header__inner,
body[data-coach-profile] .cp-hero__inner,
body[data-coach-profile] .cp-section__inner,
body[data-coach-profile] .cp-footer__inner {
    width: min(calc(100% - 40px), var(--cp-content));
    margin-inline: auto;
}

body[data-coach-profile] .cp-header__inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--cp-line);
}

body[data-coach-profile] .cp-brand {
    min-width: 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--cp-charcoal);
    font-family: var(--cp-font-mono);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.25;
    text-decoration: none;
}

body[data-coach-profile] .cp-brand:hover {
    color: var(--cp-bronze-dark);
}

body[data-coach-profile] .cp-languages {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--cp-muted);
    font-family: var(--cp-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

body[data-coach-profile] .cp-languages a {
    min-width: 30px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cp-muted);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

body[data-coach-profile] .cp-languages a:hover,
body[data-coach-profile] .cp-languages a[aria-current="page"] {
    color: var(--cp-bronze-dark);
    border-bottom-color: var(--cp-bronze);
}

body[data-coach-profile] .cp-languages__separator {
    color: var(--cp-muted-soft);
}

body[data-coach-profile] .cp-main {
    min-width: 0;
}

body[data-coach-profile] .cp-hero {
    position: relative;
    min-width: 0;
    overflow: clip;
    border-bottom: 1px solid var(--cp-line);
    color: var(--cp-ink);
    background: transparent;
}

body[data-coach-profile] .cp-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 6%, rgba(255, 248, 237, 0.58), transparent 24rem),
        linear-gradient(90deg, rgba(255, 248, 237, 0.32) 0%, transparent 48%, rgba(166, 118, 66, 0.08) 100%);
}

body[data-coach-profile] .cp-hero__inner {
    position: relative;
    z-index: 1;
    min-height: clamp(520px, 66svh, 640px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, min(43vw, 540px));
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
    padding: clamp(88px, 8vw, 112px) 0 clamp(44px, 5vw, 72px);
}

body[data-coach-profile] .cp-hero__copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 640px;
    align-self: center;
}

body[data-coach-profile] .cp-hero__identity {
    margin: 0 0 20px;
    display: grid;
    gap: 2px;
    color: var(--cp-bronze-dark);
    font-family: var(--cp-font-mono);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.095em;
    line-height: 1.4;
    text-transform: uppercase;
}

body[data-coach-profile] .cp-hero__name {
    color: var(--cp-charcoal);
    font-family: var(--cp-font-serif);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.045em;
}

body[data-coach-profile] .cp-hero__heading {
    max-width: 640px;
    margin: 0 0 22px;
    color: var(--cp-ink);
    font-family: var(--cp-font-serif);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.08;
    text-wrap: balance;
}

body[data-coach-profile] .cp-hero__lede {
    max-width: 620px;
    margin: 0;
    color: var(--cp-muted);
    font-size: 17px;
    line-height: 1.65;
}

body[data-coach-profile] .cp-hero__lede strong {
    color: var(--cp-charcoal);
    font-weight: 700;
}

body[data-coach-profile] .cp-hero__actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body[data-coach-profile] .cp-button {
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid var(--cp-charcoal);
    border-radius: var(--cp-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body[data-coach-profile] .cp-button--primary {
    background: var(--cp-charcoal);
    color: var(--cp-panel-strong);
}

body[data-coach-profile] .cp-button--primary:hover {
    border-color: var(--cp-bronze-dark);
    background: var(--cp-bronze-dark);
    color: #FFFFFF;
}

body[data-coach-profile] .cp-hero__media {
    position: absolute;
    z-index: 1;
    inset: auto var(--cp-portrait-x) calc(-1 * var(--cp-portrait-sink)) auto;
    width: var(--cp-portrait-width);
    max-width: var(--cp-portrait-max-width);
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 28px 44px rgba(45, 31, 23, 0.22));
    pointer-events: none;
}

body[data-coach-profile] .cp-section {
    position: relative;
    padding: 88px 0;
}

body[data-coach-profile] .cp-section--history {
    border-bottom: 1px solid var(--cp-line);
    background: rgba(255, 248, 237, 0.34);
}

body[data-coach-profile] .cp-section__heading {
    max-width: 720px;
    margin: 0;
    color: var(--cp-ink);
    font-family: var(--cp-font-serif);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
}

body[data-coach-profile] .cp-section__eyebrow {
    max-width: 720px;
    margin: 12px 0 32px;
    color: var(--cp-bronze-dark);
    font-family: var(--cp-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.5;
}

body[data-coach-profile] .cp-history {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body[data-coach-profile] .cp-history__item {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--cp-line);
    border-radius: var(--cp-radius);
    display: flex;
    flex-direction: column;
    background: var(--cp-card);
    box-shadow: 0 16px 36px rgba(48, 39, 30, 0.07);
}

body[data-coach-profile] .cp-history__year {
    margin-bottom: 16px;
    color: var(--cp-bronze-dark);
    font-family: var(--cp-font-mono);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.11em;
    line-height: 1.35;
}

body[data-coach-profile] .cp-history__content {
    min-width: 0;
}

body[data-coach-profile] .cp-history__content h3 {
    margin: 0 0 12px;
    color: var(--cp-charcoal);
    font-family: var(--cp-font-serif);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

body[data-coach-profile] .cp-history__content p {
    margin: 0;
    color: var(--cp-muted);
    line-height: 1.65;
}

body[data-coach-profile] .cp-history__content strong,
body[data-coach-profile] .cp-history__content em {
    color: var(--cp-charcoal);
}

body[data-coach-profile] .cp-history__status {
    display: inline;
    color: var(--cp-bronze-dark);
    font-family: var(--cp-font-mono);
    font-size: 0.72em;
    font-weight: 750;
    letter-spacing: 0.06em;
}

body[data-coach-profile] .cp-footer {
    padding: 38px 0;
    border-top: 1px solid rgba(216, 171, 101, 0.22);
    color: var(--cp-panel-strong);
    background:
        radial-gradient(circle at 82% 12%, rgba(166, 118, 66, 0.16), transparent 28rem),
        linear-gradient(135deg, var(--cp-charcoal) 0%, var(--cp-charcoal-deep) 100%);
}

body[data-coach-profile] .cp-footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

body[data-coach-profile] .cp-footer__seal {
    flex: 0 0 auto;
    width: 64px;
    height: auto;
    opacity: 0.58;
}

body[data-coach-profile] .cp-footer__legal {
    margin: 0;
    color: rgba(255, 248, 237, 0.68);
    font-family: var(--cp-font-mono);
    font-size: 11px;
    letter-spacing: 0.075em;
    line-height: 1.7;
}

body[data-coach-profile] .cp-footer__legal a {
    color: var(--cp-bronze-bright);
    text-underline-offset: 3px;
}

body[data-coach-profile] .cp-footer__legal a:hover {
    color: var(--cp-panel-strong);
}

@media (max-width: 900px) {
    body[data-coach-profile] .cp-hero__inner {
        min-height: clamp(500px, 64svh, 590px);
        grid-template-columns: minmax(0, 1fr) minmax(230px, min(43vw, 420px));
        gap: 32px;
        padding: 96px 0 54px;
    }

    body[data-coach-profile] .cp-hero__copy {
        max-width: 590px;
    }

    body[data-coach-profile] .cp-hero__heading {
        font-size: 40px;
    }

    body[data-coach-profile] .cp-history {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body[data-coach-profile] .cp-header__inner,
    body[data-coach-profile] .cp-hero__inner,
    body[data-coach-profile] .cp-section__inner,
    body[data-coach-profile] .cp-footer__inner {
        width: min(calc(100% - 32px), var(--cp-content));
    }

    body[data-coach-profile] .cp-header,
    body[data-coach-profile] .cp-header__inner {
        min-height: 58px;
    }

    body[data-coach-profile] .cp-header__inner {
        gap: 10px;
    }

    body[data-coach-profile] .cp-brand {
        font-size: 12px;
        letter-spacing: 0.045em;
    }

    body[data-coach-profile] .cp-languages {
        gap: 2px;
        font-size: 11px;
        letter-spacing: 0.045em;
    }

    body[data-coach-profile] .cp-languages a {
        min-width: 28px;
    }

    body[data-coach-profile] .cp-hero::after {
        background:
            radial-gradient(circle at 50% 6%, rgba(255, 248, 237, 0.68), transparent 22rem),
            linear-gradient(
                90deg,
                rgba(244, 239, 230, 0.96) 0%,
                rgba(244, 239, 230, 0.8) 54%,
                rgba(244, 239, 230, 0.2) 100%
            );
    }

    body[data-coach-profile] .cp-hero__inner {
        min-height: clamp(520px, calc(145vw + 55px), 650px);
        display: block;
        overflow: clip;
        padding: 76px 0 38px;
    }

    body[data-coach-profile] .cp-hero__copy {
        max-width: none;
    }

    body[data-coach-profile="milos"] .cp-hero__copy::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: -36px -50px -44px -16px;
        pointer-events: none;
        background: linear-gradient(
            90deg,
            rgba(244, 239, 230, 0.96) 0%,
            rgba(244, 239, 230, 0.9) 28%,
            rgba(244, 239, 230, 0.54) 44%,
            rgba(244, 239, 230, 0.12) 57%,
            rgba(244, 239, 230, 0) 68%
        );
    }

    body[data-coach-profile] .cp-hero__identity {
        max-width: 72%;
        margin-bottom: 16px;
        font-size: 11px;
        letter-spacing: 0.07em;
    }

    body[data-coach-profile] .cp-hero__name {
        font-size: 17px;
    }

    body[data-coach-profile] .cp-hero__heading {
        max-width: 94%;
        margin-bottom: 14px;
        font-size: 31px;
        line-height: 1.1;
    }

    body[data-coach-profile] .cp-hero__lede {
        max-width: 96%;
        font-size: 15.5px;
        line-height: 1.52;
    }

    body[data-coach-profile] .cp-hero__actions {
        margin-top: 22px;
    }

    body[data-coach-profile] .cp-hero__media {
        z-index: 1;
        inset: auto var(--cp-portrait-mobile-x) var(--cp-portrait-mobile-y) auto;
        width: var(--cp-portrait-mobile-width);
        max-width: none;
        opacity: 0.58;
    }

    body[data-coach-profile] .cp-section {
        padding: 58px 0;
    }

    body[data-coach-profile] .cp-section__heading {
        font-size: 32px;
    }

    body[data-coach-profile] .cp-section__eyebrow {
        margin-top: 10px;
        margin-bottom: 26px;
        font-size: 11px;
        letter-spacing: 0.09em;
    }

    body[data-coach-profile] .cp-history {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-coach-profile] .cp-history__item {
        padding: 20px;
    }

    body[data-coach-profile] .cp-footer__inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 375px) {
    body[data-coach-profile] .cp-brand {
        max-width: 128px;
        font-size: 11.5px;
    }

    body[data-coach-profile] .cp-hero__inner {
        padding-top: 70px;
        padding-bottom: 24px;
    }

    body[data-coach-profile] .cp-hero__heading {
        font-size: 28px;
    }

    body[data-coach-profile] .cp-hero__lede {
        font-size: 15px;
    }

    body[data-coach-profile] .cp-button {
        width: 100%;
    }

    body[data-coach-profile] .cp-section__heading {
        font-size: 30px;
    }
}

@media (min-width: 1601px) {
    body[data-coach-profile] .cp-header__inner,
    body[data-coach-profile] .cp-hero__inner,
    body[data-coach-profile] .cp-section__inner,
    body[data-coach-profile] .cp-footer__inner {
        width: var(--cp-content);
    }
}

body[data-coach-profile="ljupka"] {
    --cp-page: #FCFAF8;
    --cp-page-alt: #F5EFEA;
    --cp-card: rgba(255, 255, 255, 0.94);
    --cp-panel-strong: #FFFAF7;
    --cp-ink: #1C1518;
    --cp-muted: #6F646A;
    --cp-plum: #634052;
    --cp-plum-deep: #3A2830;
    --cp-plum-terminal: #24171D;
    --cp-plum-hover: #4F3341;
    --cp-old-gold: #CFA062;
    --cp-charcoal: var(--cp-plum-deep);
    --cp-charcoal-deep: var(--cp-plum-terminal);
    --cp-bronze: var(--cp-plum);
    --cp-bronze-dark: var(--cp-plum-hover);
    --cp-bronze-bright: var(--cp-old-gold);
    --cp-focus: #CFA062;
    --cp-line: rgba(99, 64, 82, 0.14);
    --cp-line-strong: rgba(207, 160, 98, 0.32);
    --cp-radius: 6px;
    --cp-content: 1120px;
    --cp-portrait-width: min(34vw, 420px);
    --cp-portrait-max-width: 420px;
    --cp-portrait-sink: clamp(124px, 11vw, 170px);
    --cp-portrait-x: clamp(-58px, -3.4vw, -36px);
    --cp-portrait-mobile-width: min(102.5vw, 424px);
    --cp-portrait-mobile-x: -31vw;
    --cp-portrait-mobile-y: clamp(-54px, -12vw, -8px);
    position: relative;
    isolation: isolate;
    background: linear-gradient(180deg, var(--cp-page) 0%, var(--cp-page) 54%, var(--cp-page-alt) 100%);
}

body[data-coach-profile="ljupka"] ::selection {
    background: rgba(207, 160, 98, 0.3);
    color: var(--cp-ink);
}

body[data-coach-profile="ljupka"] .cp-header {
    color: #FFFAF7;
    background: linear-gradient(
        180deg,
        rgba(36, 23, 29, 0.62) 0%,
        rgba(36, 23, 29, 0.2) 72%,
        rgba(36, 23, 29, 0) 100%
    );
}

body[data-coach-profile="ljupka"] .cp-header__inner {
    border-bottom-color: rgba(207, 160, 98, 0.24);
}

body[data-coach-profile="ljupka"] .cp-brand {
    color: #FFFAF7;
}

body[data-coach-profile="ljupka"] .cp-brand:hover {
    color: var(--cp-old-gold);
}

body[data-coach-profile="ljupka"] .cp-languages,
body[data-coach-profile="ljupka"] .cp-languages a {
    color: rgba(255, 250, 247, 0.78);
}

body[data-coach-profile="ljupka"] .cp-languages a:hover,
body[data-coach-profile="ljupka"] .cp-languages a[aria-current="page"] {
    color: var(--cp-old-gold);
    border-bottom-color: var(--cp-old-gold);
}

body[data-coach-profile="ljupka"] .cp-languages__separator {
    color: rgba(255, 250, 247, 0.42);
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero {
    border-bottom-color: rgba(207, 160, 98, 0.2);
    color: #FFFAF7;
    background:
        radial-gradient(circle at 76% 18%, rgba(207, 160, 98, 0.16), transparent 34%),
        radial-gradient(circle at 92% 76%, rgba(255, 250, 247, 0.055), transparent 26rem),
        linear-gradient(135deg, #3A2830 0%, #24171D 100%);
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero::after {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.06) 0%,
        transparent 42%,
        rgba(255, 255, 255, 0.04) 100%
    );
}

/* Reserved for the future Sovereign Frame motion sprint. */
body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__inner::before,
body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__inner::after {
    content: none;
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, min(34vw, 420px));
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__identity {
    color: var(--cp-old-gold);
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__name {
    color: #FFFFFF;
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__heading {
    color: #FFFAF7;
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__lede {
    color: #F4ECEF;
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__lede strong {
    color: #FFFFFF;
}

body[data-coach-profile="ljupka"] .cp-button--primary {
    border-color: var(--cp-plum);
    color: #FFFFFF;
    background: var(--cp-plum);
}

body[data-coach-profile="ljupka"] .cp-button--primary:hover {
    border-color: var(--cp-plum-hover);
    color: #FFFFFF;
    background: var(--cp-plum-hover);
}

body[data-coach-profile="ljupka"] .cp-button--secondary {
    border-color: rgba(255, 250, 247, 0.54);
    color: #FFFAF7;
    background: transparent;
}

body[data-coach-profile="ljupka"] .cp-button--secondary:hover {
    border-color: var(--cp-old-gold);
    color: var(--cp-old-gold);
    background: rgba(255, 250, 247, 0.06);
}

body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__media {
    opacity: 1;
    filter: drop-shadow(0 28px 44px rgba(10, 7, 9, 0.34));
}

body[data-coach-profile="ljupka"] .cp-section--history {
    border-bottom-color: var(--cp-line);
    background:
        radial-gradient(circle at 88% 10%, rgba(207, 160, 98, 0.08), transparent 24rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(245, 239, 234, 0.84));
}

body[data-coach-profile="ljupka"] .cp-history__item {
    border-top-color: var(--cp-line-strong);
    box-shadow: 0 16px 36px rgba(58, 40, 48, 0.07);
}

body[data-coach-profile="ljupka"] .cp-history__year {
    color: var(--cp-plum);
}

body[data-coach-profile="ljupka"] .cp-history__status {
    color: var(--cp-plum);
}

body[data-coach-profile="ljupka"] .cp-cross-referral {
    position: relative;
    padding: 76px 0;
    border-bottom: 1px solid rgba(207, 160, 98, 0.18);
    color: #FFFAF7;
    background:
        radial-gradient(circle at 82% 18%, rgba(207, 160, 98, 0.15), transparent 24rem),
        linear-gradient(135deg, var(--cp-plum-deep) 0%, var(--cp-plum-terminal) 100%);
}

body[data-coach-profile="ljupka"] .cp-cross-referral__inner {
    width: min(calc(100% - 40px), var(--cp-content));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: clamp(36px, 6vw, 72px);
    align-items: center;
}

body[data-coach-profile="ljupka"] .cp-cross-referral__copy {
    max-width: 690px;
}

body[data-coach-profile="ljupka"] .cp-cross-referral__copy h2 {
    margin: 0 0 16px;
    color: #FFFAF7;
    font-family: var(--cp-font-serif);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
}

body[data-coach-profile="ljupka"] .cp-cross-referral__copy p {
    margin: 0;
    color: rgba(244, 236, 239, 0.82);
    line-height: 1.65;
}

body[data-coach-profile="ljupka"] .cp-cross-referral__actions {
    display: grid;
    gap: 12px;
}

body[data-coach-profile="ljupka"] .cp-cross-referral__actions .cp-button--primary {
    border-color: var(--cp-old-gold);
    color: var(--cp-plum-terminal);
    background: var(--cp-old-gold);
}

body[data-coach-profile="ljupka"] .cp-cross-referral__actions .cp-button--primary:hover {
    border-color: #E0B77D;
    color: var(--cp-plum-terminal);
    background: #E0B77D;
}

body[data-coach-profile="ljupka"] .cp-footer {
    border-top-color: rgba(207, 160, 98, 0.2);
    color: #FFFAF7;
    background:
        radial-gradient(circle at 18% 12%, rgba(207, 160, 98, 0.12), transparent 24rem),
        linear-gradient(135deg, var(--cp-plum-deep) 0%, var(--cp-plum-terminal) 100%);
}

body[data-coach-profile="ljupka"] .cp-footer__inner {
    flex-direction: column;
    gap: 30px;
}

body[data-coach-profile="ljupka"] .cp-footer__links {
    display: flex;
    justify-content: center;
    gap: 40px;
}

body[data-coach-profile="ljupka"] .cp-footer__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

body[data-coach-profile="ljupka"] .cp-footer__group span {
    color: rgba(244, 236, 239, 0.5);
    font-family: var(--cp-font-mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

body[data-coach-profile="ljupka"] .cp-footer__group a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 250, 247, 0.76);
    font-family: var(--cp-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-decoration: none;
}

body[data-coach-profile="ljupka"] .cp-footer__group a:hover {
    color: var(--cp-old-gold);
}

body[data-coach-profile="ljupka"] .cp-footer__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 900px) {
    body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(230px, min(34vw, 420px));
    }

    body[data-coach-profile="ljupka"] .cp-cross-referral__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    body[data-coach-profile="ljupka"] .cp-cross-referral__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero::after {
        z-index: 1;
        background: linear-gradient(
            90deg,
            rgba(36, 23, 29, 0.96) 0%,
            rgba(36, 23, 29, 0.9) 32%,
            rgba(36, 23, 29, 0.54) 48%,
            rgba(36, 23, 29, 0.12) 60%,
            rgba(36, 23, 29, 0) 70%
        );
    }

    body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__inner {
        z-index: auto;
    }

    body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__copy {
        z-index: 3;
    }

    body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__media {
        z-index: 1;
        opacity: 0.64;
    }

    body[data-coach-profile="ljupka"] .cp-cross-referral {
        padding: 58px 0;
    }

    body[data-coach-profile="ljupka"] .cp-cross-referral__inner {
        width: min(calc(100% - 32px), var(--cp-content));
    }

    body[data-coach-profile="ljupka"] .cp-cross-referral__copy h2 {
        font-size: 30px;
    }

    body[data-coach-profile="ljupka"] .cp-cross-referral__actions {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-coach-profile="ljupka"] .cp-cross-referral__actions .cp-button {
        width: 100%;
    }

    body[data-coach-profile="ljupka"] .cp-footer__links {
        gap: 28px;
    }

    body[data-coach-profile="ljupka"] .cp-footer__content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 375px) {
    body[data-coach-profile="ljupka"] .cp-footer__links {
        flex-direction: column;
        gap: 18px;
    }
}

/* Novi Sad local-service layout */
body[data-coach-profile="ljupka"][data-profile-layout="local-service"] {
    --cp-portrait-width: min(38vw, 460px);
    --cp-portrait-max-width: 460px;
    --cp-portrait-sink: clamp(104px, 9vw, 148px);
    --cp-portrait-x: clamp(-54px, -3vw, -34px);
    --cp-portrait-mobile-width: min(106vw, 448px);
    --cp-portrait-mobile-x: -34vw;
    --cp-portrait-mobile-y: -18px;

    & .cp-hero--local-service {
    border-bottom-color: rgba(207, 160, 98, 0.2);
    color: #FFFAF7;
    background:
        radial-gradient(circle at 76% 18%, rgba(207, 160, 98, 0.16), transparent 34%),
        radial-gradient(circle at 92% 76%, rgba(255, 250, 247, 0.055), transparent 26rem),
        linear-gradient(135deg, #3A2830 0%, #24171D 100%);
}

    & .cp-hero--local-service::after {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.055) 0%,
        transparent 46%,
        rgba(255, 255, 255, 0.035) 100%
    );
}

    & .cp-hero--local-service .cp-hero__inner {
    min-height: clamp(640px, 74svh, 740px);
    grid-template-columns: minmax(0, 1fr) minmax(300px, min(38vw, 460px));
    gap: clamp(36px, 5vw, 68px);
    padding-top: clamp(96px, 8vw, 118px);
}

    & .cp-hero--local-service .cp-hero__copy {
    max-width: 700px;
}

    & .cp-hero--local-service .cp-hero__identity {
    color: var(--cp-old-gold);
}

    & .cp-hero--local-service .cp-hero__heading {
    max-width: 680px;
    color: #FFFAF7;
    font-size: 50px;
}

    & .cp-hero__credentials {
    max-width: 650px;
    margin: 0 0 18px;
    color: var(--cp-old-gold);
    font-family: var(--cp-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 1.55;
}

    & .cp-hero--local-service .cp-hero__lede {
    max-width: 650px;
    color: #F4ECEF;
}

    & .cp-hero__location {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 250, 247, 0.58);
    font-family: var(--cp-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.55;
}

    & .cp-hero--local-service .cp-hero__media {
    opacity: 1;
    filter: drop-shadow(0 28px 44px rgba(10, 7, 9, 0.34));
}

    & :is(
    .cp-section--problems,
    .cp-section--authority,
    .cp-section--offer
) {
    border-bottom: 1px solid var(--cp-line);
    background:
        radial-gradient(circle at 88% 10%, rgba(207, 160, 98, 0.07), transparent 24rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(245, 239, 234, 0.82));
}

    & :is(
    .cp-section--comparison,
    .cp-section--media,
    .cp-section--faq
) {
    border-bottom: 1px solid var(--cp-line);
    background: var(--cp-page);
}

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

    & .cp-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--cp-line);
    border-top-color: var(--cp-line-strong);
    border-radius: var(--cp-radius);
    background: var(--cp-card);
    box-shadow: 0 16px 36px rgba(58, 40, 48, 0.07);
}

    & .cp-card h3 {
    margin: 0 0 12px;
    color: var(--cp-plum-deep);
    font-family: var(--cp-font-serif);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

    & .cp-card p {
    margin: 0;
    color: var(--cp-muted);
}

    & .cp-card > a,
    & .cp-panel > a {
    min-height: 44px;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    color: var(--cp-plum);
    font-family: var(--cp-font-mono);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.055em;
    line-height: 1.45;
    text-decoration: underline;
    text-decoration-color: rgba(99, 64, 82, 0.3);
    text-underline-offset: 4px;
}

    & .cp-panel {
    padding: 30px;
    border: 1px solid var(--cp-line-strong);
    border-radius: var(--cp-radius);
}

    & .cp-panel--highlight {
    margin-top: 22px;
    border-left: 4px solid var(--cp-old-gold);
    background:
        radial-gradient(circle at 92% 12%, rgba(207, 160, 98, 0.13), transparent 20rem),
        var(--cp-panel-strong);
    box-shadow: 0 18px 42px rgba(58, 40, 48, 0.08);
}

    & .cp-panel--highlight h3 {
    margin: 0 0 16px;
    color: var(--cp-plum-deep);
    font-family: var(--cp-font-serif);
    font-size: 24px;
    line-height: 1.25;
}

    & .cp-panel--highlight p {
    margin: 0 0 14px;
    color: var(--cp-muted);
}

    & .cp-comparison {
    padding: 30px;
    border: 1px solid var(--cp-line-strong);
    border-radius: var(--cp-radius);
    background: var(--cp-card);
    box-shadow: 0 18px 42px rgba(58, 40, 48, 0.08);
}

    & .cp-comparison .cp-section__heading {
    margin-bottom: 26px;
}

    & .cp-comparison__scroller {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border: 1px solid var(--cp-line);
    border-radius: var(--cp-radius);
}

    & .cp-comparison__scroller:focus-visible {
    outline: 3px solid var(--cp-focus);
    outline-offset: 4px;
}

    & .cp-comparison table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

    & .cp-comparison :is(th, td) {
    width: 50%;
    padding: 16px;
    border-bottom: 1px solid var(--cp-line);
    text-align: left;
    vertical-align: top;
}

    & .cp-comparison th {
    color: var(--cp-plum);
    font-family: var(--cp-font-serif);
    font-size: 17px;
    line-height: 1.35;
    background: rgba(245, 239, 234, 0.68);
}

    & .cp-comparison td {
    color: var(--cp-muted);
    font-size: 14px;
    line-height: 1.6;
}

    & .cp-comparison tr:last-child td {
    border-bottom: 0;
}

    & .cp-comparison > p {
    margin: 24px 0 0;
    color: var(--cp-muted);
    text-align: center;
}

    & .cp-authority-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    & .cp-authority__year {
    margin-bottom: 14px;
    color: var(--cp-plum);
    font-family: var(--cp-font-mono);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.08em;
}

    & .cp-section__actions {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

    & .cp-media-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: clamp(42px, 8vw, 96px);
    align-items: center;
}

    & .cp-media-layout__copy {
    max-width: 640px;
}

    & .cp-media-layout__copy > p:last-child {
    margin: 0;
    color: var(--cp-muted);
}

    & .cp-media-frame {
    width: min(100%, 320px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid var(--cp-line-strong);
    border-radius: var(--cp-radius);
    background: var(--cp-plum-terminal);
    box-shadow: 0 22px 46px rgba(58, 40, 48, 0.16);
}

    & .cp-media-frame iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    display: block;
    border: 0;
}

    & .cp-media-frame iframe:focus-visible {
    outline: 3px solid var(--cp-focus);
    outline-offset: -3px;
}

    & .cp-section--offer .cp-section__heading,
    & .cp-section--offer .cp-section__eyebrow {
    margin-inline: auto;
    text-align: center;
}

    & .cp-offer {
    width: min(100%, 680px);
    margin-inline: auto;
    padding: clamp(34px, 6vw, 54px);
    border: 1px solid rgba(207, 160, 98, 0.34);
    border-radius: var(--cp-radius);
    color: #FFFAF7;
    text-align: center;
    background:
        radial-gradient(circle at 82% 12%, rgba(207, 160, 98, 0.16), transparent 22rem),
        linear-gradient(135deg, var(--cp-plum-deep), var(--cp-plum-terminal));
    box-shadow: 0 24px 54px rgba(58, 40, 48, 0.18);
}

    & .cp-offer h3 {
    margin: 0 0 12px;
    font-family: var(--cp-font-serif);
    font-size: 30px;
    line-height: 1.2;
}

    & .cp-offer > p {
    margin: 0 auto 24px;
    max-width: 560px;
    color: rgba(244, 236, 239, 0.82);
}

    & .cp-offer .cp-offer__price {
    color: var(--cp-old-gold);
    font-family: var(--cp-font-mono);
    font-size: 17px;
    font-weight: 750;
}

    & .cp-offer ul {
    max-width: 520px;
    margin: 0 auto 30px;
    padding: 0;
    display: grid;
    gap: 11px;
    color: rgba(255, 250, 247, 0.9);
    text-align: left;
    list-style: none;
}

    & .cp-offer li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
}

    & .cp-offer li span {
    color: var(--cp-old-gold);
    font-weight: 800;
}

    & .cp-offer .cp-button {
    border-color: var(--cp-old-gold);
    color: var(--cp-plum-terminal);
    background: var(--cp-old-gold);
}

    & .cp-section--faq .cp-section__heading {
    margin-bottom: 32px;
}

    & .cp-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

    & .cp-faq__item {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--cp-line);
    border-radius: var(--cp-radius);
    background: var(--cp-card);
    box-shadow: 0 14px 32px rgba(58, 40, 48, 0.055);
}

    & .cp-faq__item h3 {
    margin: 0 0 10px;
    color: var(--cp-plum-deep);
    font-family: var(--cp-font-serif);
    font-size: 19px;
    line-height: 1.3;
}

    & .cp-faq__item p {
    margin: 0;
    color: var(--cp-muted);
    font-size: 14px;
}

@media (max-width: 900px) {
    & .cp-hero--local-service .cp-hero__inner {
        min-height: 670px;
        grid-template-columns: minmax(0, 1fr) minmax(250px, min(38vw, 420px));
    }

    & .cp-hero--local-service .cp-hero__heading {
        font-size: 42px;
    }

    & .cp-authority-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    & .cp-comparison {
        padding-inline: 22px;
    }
}

@media (max-width: 680px) {
    & .cp-hero--local-service::after {
        inset: 0 0 auto;
        z-index: 1;
        height: calc(100% - min(159vw, 672px) - 24px);
        background: radial-gradient(
            ellipse 118% 115% at 0% 0%,
            rgba(36, 23, 29, 0.98) 0%,
            rgba(36, 23, 29, 0.94) 42%,
            rgba(36, 23, 29, 0.72) 60%,
            rgba(36, 23, 29, 0.32) 76%,
            rgba(36, 23, 29, 0) 100%
        );
    }

    & .cp-hero--local-service .cp-hero__inner {
        z-index: auto;
        min-height: 0;
        display: block;
        overflow: clip;
        padding: 76px 0 42px;
    }

    & .cp-hero--local-service .cp-hero__copy {
        z-index: 3;
        max-width: none;
    }

    & .cp-hero--local-service .cp-hero__heading {
        max-width: 94%;
        font-size: 33px;
    }

    & .cp-hero__credentials {
        max-width: 94%;
        margin-bottom: 14px;
        font-size: 11px;
    }

    & .cp-hero--local-service .cp-hero__lede {
        max-width: 96%;
        font-size: 15px;
    }

    & .cp-hero--local-service .cp-hero__actions {
        width: min(100%, 360px);
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    & .cp-hero--local-service .cp-button {
        width: 100%;
    }

    & .cp-hero__location {
        max-width: 76%;
        margin-top: 22px;
        font-size: 10px;
    }

    & .cp-hero--local-service .cp-hero__media {
        position: relative;
        z-index: 1;
        inset: auto;
        width: var(--cp-portrait-mobile-width);
        max-width: none;
        margin: 24px var(--cp-portrait-mobile-x) var(--cp-portrait-mobile-y) auto;
        opacity: 0.58;
    }

    & :is(
        .cp-card-grid,
        .cp-authority-grid,
        .cp-faq
    ) {
        grid-template-columns: minmax(0, 1fr);
    }

    & :is(
        .cp-card,
        .cp-panel,
        .cp-comparison,
        .cp-faq__item
    ) {
        padding: 20px;
    }

    & .cp-comparison {
        margin-inline: 0;
    }

    & .cp-comparison__scroller {
        width: 100%;
    }

    & .cp-media-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    & .cp-offer {
        padding: 34px 20px;
    }

    & .cp-offer h3 {
        font-size: 26px;
    }
}

@media (max-width: 375px) {
    & .cp-hero--local-service .cp-hero__heading {
        font-size: 30px;
    }

    & .cp-section__actions .cp-button {
        width: 100%;
    }
}

}

@media (max-width: 680px) {
    body[data-coach-profile="milos"][data-profile-layout="coach"] {
        --cp-portrait-mobile-y: calc(-1 * clamp(233.83px, 73.0716vw, 302.725px));
    }

    body[data-coach-profile="ljupka"][data-profile-layout="coach"] {
        --cp-portrait-mobile-y: calc(-1 * clamp(155.672px, 48.6475vw, 201.234px));
    }

    body[data-coach-profile="ljupka"][data-profile-layout="local-service"] {
        --cp-portrait-mobile-y: calc(-1 * clamp(160.988px, 50.3086vw, 212.625px));
    }

    body[data-coach-profile="milos"][data-profile-layout="coach"] .cp-hero__inner,
    body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__inner,
    body[data-coach-profile="ljupka"][data-profile-layout="local-service"] .cp-hero--local-service .cp-hero__inner {
        min-height: 0;
        padding-bottom: 48px;
    }

    body[data-coach-profile="ljupka"][data-profile-layout="local-service"] .cp-hero--local-service .cp-hero__media {
        position: absolute;
        inset: auto var(--cp-portrait-mobile-x) var(--cp-portrait-mobile-y) auto;
        margin: 0;
    }
}

@media (min-width: 454px) and (max-width: 680px) {
    body[data-coach-profile="milos"][data-profile-layout="coach"] .cp-hero__inner {
        padding-top: calc(76px + clamp(0px, calc(18.0617vw - 81.82px), 41px));
    }

    body[data-coach-profile="ljupka"][data-profile-layout="coach"] .cp-hero__inner {
        padding-top: calc(76px + clamp(0px, calc(23.348vw - 105.766px), 53px));
    }
}

body[data-profile-motion] .cp-hero__inner.is-profile-motion-active {
    overflow-clip-margin: 16px;
}

body[data-profile-motion] :is(
    [data-profile-motion-header],
    [data-profile-motion-identity],
    [data-profile-motion-heading]
).is-profile-motion-active {
    opacity: var(--cp-motion-opacity, 1);
    transform: translate3d(
        var(--cp-motion-x, 0px),
        var(--cp-motion-y, 0px),
        0
    );
    will-change: transform, opacity;
}

body[data-profile-motion="milos"] [data-profile-motion-copy].is-profile-motion-active {
    opacity: var(--cp-motion-opacity, 1);
    transform: translate3d(var(--cp-motion-x, 0px), 0, 0);
    will-change: transform, opacity;
}

body[data-profile-motion="ljupka"] [data-profile-motion-copy].is-profile-motion-active,
body[data-profile-motion] [data-profile-motion-cta-group].is-profile-motion-active {
    opacity: var(--cp-motion-opacity, 1);
    will-change: opacity;
}

body[data-profile-motion] [data-profile-motion-portrait].is-profile-motion-active {
    opacity: var(--cp-motion-opacity, 1);
    transform: translate3d(0, var(--cp-motion-portrait-y, 0px), 0);
    will-change: transform, opacity;
}

body[data-profile-motion="milos"] [data-profile-motion-heading].is-profile-motion-active {
    position: relative;
    isolation: isolate;
}

body[data-profile-motion="milos"] [data-profile-motion-heading].is-profile-motion-active::before,
body[data-profile-motion="milos"] [data-profile-motion-heading].is-profile-motion-active::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset-block-start: 50%;
    width: 1px;
    height: var(--cp-motion-axis-height);
    pointer-events: none;
    background: #A67642;
    opacity: var(--cp-motion-structure-opacity, 0);
    transform: translateY(-50%) scaleY(var(--cp-motion-axis-progress, 0));
    transform-origin: center;
    will-change: transform, opacity;
}

body[data-profile-motion="milos"] [data-profile-motion-heading].is-profile-motion-active::before {
    inset-inline-start: var(--cp-motion-axis-offset);
}

body[data-profile-motion="milos"] [data-profile-motion-heading].is-profile-motion-active::after {
    inset-inline-end: var(--cp-motion-axis-offset);
}

body[data-profile-motion="milos"] .cp-hero__inner.is-profile-motion-active::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0 0 0 auto;
    width: var(--cp-motion-cover-width);
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(244, 239, 230, 0.08) 0%,
        rgba(233, 223, 208, 0.88) 44%,
        rgba(244, 239, 230, 0.98) 100%
    );
    opacity: var(--cp-motion-definition-opacity, 0);
    transform: scaleX(calc(1 - var(--cp-motion-portrait-reveal, 0)));
    transform-origin: right center;
    will-change: transform, opacity;
}

body[data-profile-motion="ljupka"] .cp-hero__inner.is-profile-motion-active::before,
body[data-profile-motion="ljupka"] .cp-hero__inner.is-profile-motion-active::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: var(--cp-motion-frame-bottom);
    width: 1px;
    height: var(--cp-motion-frame-height);
    pointer-events: none;
    background: #CFA062;
    opacity: var(--cp-motion-frame-opacity, 0);
    transform: scaleY(var(--cp-motion-frame-progress, 0));
    transform-origin: bottom center;
    will-change: transform, opacity;
}

body[data-profile-motion="ljupka"] .cp-hero__inner.is-profile-motion-active::before {
    inset-inline-start: var(--cp-motion-frame-offset);
}

body[data-profile-motion="ljupka"] .cp-hero__inner.is-profile-motion-active::after {
    inset-inline-end: var(--cp-motion-frame-offset);
}
