.site-scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 95;
    height: 2px;
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, #9d5c19, #efc56f 55%, #bd7826);
    box-shadow: 0 0 14px rgba(224, 171, 84, .48);
    will-change: transform;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 2px solid rgba(232, 181, 95, .92) !important;
    outline-offset: 3px !important;
}

header nav a.polish-nav-active {
    color: #e1ad58 !important;
}

header nav a.polish-nav-active > span:last-child {
    width: 100% !important;
}

.polish-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .72s cubic-bezier(.2, .7, .2, 1), transform .72s cubic-bezier(.2, .7, .2, 1);
    transition-delay: var(--polish-delay, 0ms);
}

.polish-reveal.is-polish-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-polish-control] {
    position: relative;
    transform: translateZ(0);
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), filter .22s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease, opacity .2s ease;
    -webkit-tap-highlight-color: transparent;
}

[data-polish-control]::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    content: "";
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at var(--press-x, 50%) var(--press-y, 50%), rgba(255, 255, 255, .18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 70%);
    transition: opacity .22s ease;
}

[data-polish-control]:active {
    transform: scale(.975);
}

[data-polish-control].is-pressed {
    transform: scale(.982) translateY(1px);
    filter: saturate(1.05) brightness(1.03);
}

[data-polish-control].is-pressed::before {
    opacity: 1;
}

[data-polish-control]:not(.mobile-action-dock__item):not(.site-footer-v2__inline-link):not(.site-footer-v2__legal button):hover {
    transform: translateY(-1px);
}

[data-polish-primary] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

[data-polish-primary]::after {
    position: absolute;
    top: -80%;
    bottom: -80%;
    left: -45%;
    z-index: 2;
    width: 28%;
    content: "";
    pointer-events: none;
    transform: translateX(-220%) rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
    transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

[data-polish-primary]:hover::after,
[data-polish-primary]:focus-visible::after {
    transform: translateX(650%) rotate(18deg);
}

[data-polish-primary]::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    content: "";
    opacity: 0;
    background: radial-gradient(circle at 50% 120%, rgba(230, 171, 79, .28), transparent 60%);
    transition: opacity .32s ease;
}

[data-polish-primary]:hover::before,
[data-polish-primary]:focus-visible::before,
[data-polish-primary].is-pressed::before {
    opacity: 1;
}

.hero-scroll-cue {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(10, 10, 10, .34);
    color: rgba(255, 255, 255, .58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity .28s ease, transform .28s ease;
}

.hero-scroll-cue__text {
    font-size: 8px;
    letter-spacing: .24em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-scroll-cue__mouse {
    position: relative;
    width: 13px;
    height: 20px;
    border: 1px solid rgba(230, 171, 79, .55);
    border-radius: 999px;
}

.hero-scroll-cue__mouse::after {
    position: absolute;
    top: 3px;
    left: 50%;
    width: 3px;
    height: 3px;
    margin-left: -1.5px;
    border-radius: 999px;
    content: "";
    background: #e6ab4f;
    box-shadow: 0 0 10px rgba(230, 171, 79, .45);
    animation: heroCuePulse 1.85s cubic-bezier(.22, .61, .36, 1) infinite;
}

@keyframes heroCuePulse {
    0% {
        opacity: 0;
        transform: translateY(0) scale(.7);
    }
    25% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(8px) scale(.9);
    }
}

body.mobile-dock-menu-landing main a {
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease !important;
}

.konsept-cinematic {
    isolation: isolate;
    background: #070605;
}

.konsept-cinematic__backdrop {
    transform: scale(1.04);
    transform-origin: 68% 50%;
    filter: grayscale(.18) saturate(1.12) contrast(1.08);
    animation: konseptBreath 15s ease-in-out infinite alternate;
    will-change: transform, filter;
}

.konsept-cinematic__shade {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, .94) 0%, rgba(8, 7, 6, .78) 42%, rgba(8, 6, 4, .48) 100%),
        radial-gradient(circle at 78% 58%, rgba(214, 113, 31, .28), transparent 35%),
        linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .45));
}

.konsept-cinematic__ember,
.konsept-cinematic__smoke,
.konsept-cinematic__grain {
    position: absolute;
    pointer-events: none;
}

.konsept-cinematic__ember {
    z-index: 3;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(245, 158, 11, .52), rgba(180, 83, 9, .18) 38%, transparent 70%);
    mix-blend-mode: screen;
    filter: blur(18px);
    opacity: .75;
    animation: konseptGlow 5.8s ease-in-out infinite alternate;
}

.konsept-cinematic__ember--one {
    right: 7%;
    bottom: 16%;
    width: 220px;
    height: 220px;
}

.konsept-cinematic__ember--two {
    right: 32%;
    bottom: 2%;
    width: 120px;
    height: 120px;
    animation-delay: -2.4s;
    opacity: .36;
}

.konsept-cinematic__smoke {
    inset: 0;
    z-index: 4;
    opacity: .2;
    background:
        radial-gradient(ellipse at 88% 28%, rgba(255, 255, 255, .16), transparent 25%),
        radial-gradient(ellipse at 72% 44%, rgba(255, 255, 255, .09), transparent 30%);
    filter: blur(22px);
    animation: konseptSmoke 12s ease-in-out infinite alternate;
}

.konsept-cinematic__grain {
    inset: 0;
    z-index: 5;
    opacity: .1;
    background-image:
        radial-gradient(circle at 20% 35%, rgba(255, 255, 255, .18) 0 1px, transparent 1.5px),
        radial-gradient(circle at 70% 65%, rgba(245, 158, 11, .2) 0 1px, transparent 1.5px);
    background-size: 110px 110px, 150px 150px;
    animation: konseptGrain 18s linear infinite;
}

.konsept-cinematic__panel {
    position: relative;
    z-index: 8;
}

.konsept-cinematic__cta {
    position: relative;
    min-height: 42px;
    padding: 0 18px;
    margin-left: -18px;
    border: 1px solid rgba(232, 181, 95, .12);
    border-radius: 999px;
    background: rgba(10, 8, 6, .18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .22);
}

.konsept-cinematic__cta::before {
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(232, 181, 95, .2), transparent);
    transition: opacity .35s ease;
}

.konsept-cinematic__cta:hover::before,
.konsept-cinematic__cta:focus-visible::before {
    opacity: 1;
}

.konsept-cinematic__cards {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 760px;
    margin-top: 42px;
}

.konsept-cinematic__card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 118px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .015)),
        rgba(10, 8, 6, .32);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.konsept-cinematic__card .material-symbols-outlined {
    margin-bottom: 12px;
    color: #e3a648;
    font-size: 25px;
    text-shadow: 0 0 22px rgba(245, 158, 11, .42);
}

.konsept-cinematic__card strong {
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.konsept-cinematic__card small {
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
}

@keyframes konseptBreath {
    0% {
        transform: scale(1.04) translate3d(0, 0, 0);
        filter: grayscale(.2) saturate(1.06) contrast(1.04);
    }
    100% {
        transform: scale(1.1) translate3d(-1.2%, -.8%, 0);
        filter: grayscale(.08) saturate(1.25) contrast(1.1);
    }
}

@keyframes konseptGlow {
    0% {
        transform: translate3d(0, 0, 0) scale(.88);
        opacity: .38;
    }
    55% {
        opacity: .78;
    }
    100% {
        transform: translate3d(-16px, -22px, 0) scale(1.08);
        opacity: .55;
    }
}

@keyframes konseptSmoke {
    0% {
        transform: translate3d(0, 16px, 0) scale(1);
        opacity: .14;
    }
    100% {
        transform: translate3d(-20px, -26px, 0) scale(1.12);
        opacity: .26;
    }
}

@keyframes konseptGrain {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 110px -110px, -150px 150px;
    }
}

@media (hover: hover) and (pointer: fine) {
    body.mobile-dock-menu-landing main a:hover {
        border-color: rgba(218, 165, 80, .42) !important;
        box-shadow: 0 18px 45px rgba(0, 0, 0, .34), 0 0 0 1px rgba(218, 165, 80, .08);
        transform: translateY(-4px);
    }
}

@media (max-width: 767px) {
    .site-scroll-progress {
        z-index: 54;
        height: 2px;
    }

    .polish-reveal {
        transform: translateY(14px);
        transition-duration: .55s;
    }

    [data-polish-control].is-pressed {
        transform: scale(.974);
    }

    [data-polish-control]:active {
        transform: scale(.97);
    }

    .hero-scroll-cue {
        gap: 8px;
        padding: 6px 10px;
        background: rgba(10, 10, 10, .48);
    }

    .hero-scroll-cue__text {
        font-size: 7px;
        letter-spacing: .21em;
    }

    .konsept-cinematic {
        min-height: 100svh !important;
        padding: 104px 20px 104px !important;
        align-items: flex-end !important;
    }

    .konsept-cinematic__backdrop {
        background-attachment: scroll !important;
        background-position: 64% center !important;
        transform-origin: 72% 52%;
        animation-duration: 12s;
    }

    .konsept-cinematic__shade {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .34) 26%, rgba(0, 0, 0, .76) 70%, rgba(0, 0, 0, .96) 100%),
            radial-gradient(circle at 82% 58%, rgba(217, 119, 6, .34), transparent 36%),
            linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .28));
    }

    .konsept-cinematic__panel {
        padding: 22px 18px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 28px;
        background: linear-gradient(150deg, rgba(6, 6, 6, .58), rgba(9, 7, 5, .3));
        box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .konsept-cinematic__panel h3 {
        font-size: clamp(2.15rem, 11vw, 3.35rem) !important;
    }

    .konsept-cinematic__panel p {
        font-size: 1.02rem !important;
        line-height: 1.82 !important;
    }

    .konsept-cinematic__cta {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        padding: 0 16px;
        background: rgba(12, 9, 5, .48);
    }

    .konsept-cinematic__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-top: 12px;
    }

    .konsept-cinematic__card {
        min-height: 96px;
        padding: 12px 9px;
        border-radius: 18px;
        text-align: left;
    }

    .konsept-cinematic__card .material-symbols-outlined {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .konsept-cinematic__card strong {
        font-size: 9px;
        line-height: 1.25;
        letter-spacing: .06em;
    }

    .konsept-cinematic__card small {
        font-size: 10px;
        line-height: 1.25;
    }

    .konsept-cinematic__ember--one {
        right: -24%;
        bottom: 18%;
        width: 230px;
        height: 230px;
    }

    .konsept-cinematic__ember--two {
        right: 36%;
        bottom: 3%;
        width: 110px;
        height: 110px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-scroll-progress {
        display: none;
    }

    .polish-reveal,
    .polish-reveal.is-polish-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    [data-polish-primary]::after {
        display: none;
    }

    .hero-scroll-cue__mouse::after {
        animation: none;
        opacity: .75;
        transform: none;
    }

    .konsept-cinematic__backdrop,
    .konsept-cinematic__ember,
    .konsept-cinematic__smoke,
    .konsept-cinematic__grain {
        animation: none;
    }

    [data-polish-control]:active {
        transform: none;
    }
}
