/* Shared Partner Network proof components.
   The visual scale follows Kronjop's editorial system. */

.pnx-experience,
.pnx-experience *,
.pnx-video-proof,
.pnx-video-proof * {
    box-sizing: border-box;
}

/* Kronjop Experience ------------------------------------------------------ */

.pnx-experience {
    position: relative;
    overflow: hidden;
    padding: clamp(82px, 8vw, 112px) 0 clamp(90px, 8vw, 120px);
    color: #0f0f0f;
    background: #fff;
}

.pnx-experience__cloud {
    position: relative;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto clamp(48px, 5vw, 68px);
}

.pnx-experience__matrix {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
    gap: clamp(4px, .5vw, 7px);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .42) 8%, #000 19%, #000 81%, rgba(0, 0, 0, .42) 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .42) 8%, #000 19%, #000 81%, rgba(0, 0, 0, .42) 92%, transparent 100%);
}

.pnx-experience__tile {
    position: relative;
    display: grid;
    width: 100%;
    min-width: 0;
    aspect-ratio: 1;
    place-items: center;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 15, 15, .08);
    border-radius: 0;
    background: #ececea;
    filter: grayscale(1) saturate(.12) contrast(1.06);
    opacity: .8;
    transform: translate3d(0, 0, 0);
    transition: opacity .28s ease, filter .28s ease, transform .28s ease, border-color .28s ease;
}

.pnx-experience__tile--photo {
    color: inherit;
    font: inherit;
    cursor: help;
}

.pnx-experience__tile--photo:hover,
.pnx-experience__tile--photo:focus-visible {
    z-index: 2;
    border-color: rgba(15, 15, 15, .28);
    outline: none;
    filter: grayscale(1) saturate(.1) contrast(1.11);
    opacity: 1;
    transform: translate3d(0, -1px, 0) scale(1.025);
}

.pnx-experience__tile--photo.pnx-is-rotating {
    opacity: .24;
}

.pnx-experience__tile img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pnx-experience__tile--tone::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 31%, rgba(255, 255, 255, .7) 0 11%, transparent 12%),
        radial-gradient(circle at 50% 81%, rgba(255, 255, 255, .4) 0 23%, transparent 24%),
        linear-gradient(145deg, hsl(215 8% var(--pnx-tone)), hsl(215 5% calc(var(--pnx-tone) + 12%)));
}

.pnx-experience__tile--empty {
    border-color: transparent;
    background: transparent;
    opacity: 0;
    pointer-events: none;
}

.pnx-experience__tooltip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10020;
    display: grid;
    gap: 7px;
    width: min(300px, calc(100vw - 28px));
    padding: 14px 15px 15px;
    border: 1px solid rgba(15, 15, 15, .13);
    border-radius: 0;
    color: #0f0f0f;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 40px rgba(15, 15, 15, .12);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 6px, 0);
    transition: opacity .16s ease, transform .16s ease;
}

.pnx-experience__tooltip.pnx-is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.pnx-experience__tooltip-kicker {
    color: rgba(15, 15, 15, .46);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pnx-experience__tooltip strong {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
}

.pnx-experience__tooltip small {
    padding-top: 7px;
    border-top: 1px solid rgba(15, 15, 15, .1);
    color: rgba(15, 15, 15, .56);
    font-size: .75rem;
    line-height: 1.45;
}

.pnx-experience__content {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    text-align: center;
}

.pnx-experience__kicker,
.pnx-video-proof__kicker {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin: 0;
    color: rgba(15, 15, 15, .48);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pnx-experience__kicker b,
.pnx-video-proof__kicker b {
    color: #0f0f0f;
    font-weight: 700;
}

.pnx-experience__content h2 {
    max-width: 780px;
    margin: 16px auto 0;
    color: #0f0f0f;
    font-size: clamp(2.25rem, 3.1vw, 2.75rem);
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.07;
}

.pnx-experience__lead {
    max-width: 640px;
    margin: 22px auto 0;
    color: rgba(15, 15, 15, .6);
    font-size: 1rem;
    line-height: 1.68;
}

.pnx-experience__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: clamp(38px, 4vw, 52px) auto 0;
    border-top: 1px solid rgba(15, 15, 15, .14);
    border-bottom: 1px solid rgba(15, 15, 15, .14);
}

.pnx-experience__metric {
    display: grid;
    gap: 7px;
    min-width: 0;
    padding: 22px 24px 23px;
    color: #0f0f0f;
    text-align: left;
    text-decoration: none;
}

.pnx-experience__metric + .pnx-experience__metric {
    border-left: 1px solid rgba(15, 15, 15, .14);
}

.pnx-experience__metric strong {
    font-size: clamp(1.5rem, 2.1vw, 1.875rem);
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1;
}

.pnx-experience__metric span {
    color: rgba(15, 15, 15, .56);
    font-size: .8125rem;
    line-height: 1.4;
}

.pnx-experience__metric i,
.pnx-video-proof__reputation-data i {
    font-style: normal;
}

.pnx-experience__metric--link {
    transition: color .2s ease, background-color .2s ease;
}

.pnx-experience__metric--link:hover,
.pnx-experience__metric--link:focus-visible {
    outline: none;
    color: #fff;
    background: #0f0f0f;
}

.pnx-experience__metric--link:hover span,
.pnx-experience__metric--link:focus-visible span {
    color: rgba(255, 255, 255, .72);
}

/* Video and public proof -------------------------------------------------- */

.pnx-video-proof {
    padding: clamp(88px, 8vw, 112px) 0;
    border-top: 1px solid rgba(15, 15, 15, .1);
    color: #0f0f0f;
    background: #fff;
}

.pnx-video-proof__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
    gap: clamp(56px, 8vw, 112px);
    align-items: center;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.pnx-video-proof__copy {
    max-width: 760px;
}

.pnx-video-proof__media-column {
    width: min(360px, 100%);
    min-width: 0;
    justify-self: end;
}

.pnx-video-proof__copy h2 {
    max-width: 720px;
    margin: 16px 0 0;
    font-size: clamp(2.25rem, 3.1vw, 2.75rem);
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.07;
}

.pnx-video-proof__lead {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(15, 15, 15, .6);
    font-size: 1rem;
    line-height: 1.68;
}

.pnx-video-proof__reputation {
    display: grid;
    max-width: 720px;
    margin-top: 36px;
    padding: 28px 30px 26px;
    border-radius: 0;
    color: #fff;
    background: #0f0f0f;
}

.pnx-video-proof__reputation-kicker {
    color: rgba(255, 255, 255, .54);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pnx-video-proof__reputation-head {
    display: flex;
    gap: 24px;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 15px;
}

.pnx-video-proof__reputation-head strong {
    font-size: clamp(1.375rem, 2vw, 1.625rem);
    font-weight: 500;
    letter-spacing: -.015em;
}

.pnx-video-proof__reputation-head span {
    color: #fff;
    font-size: .8125rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: .06em;
    white-space: nowrap;
}

.pnx-video-proof__reputation-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.pnx-video-proof__reputation-data > * {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 16px 15px;
    color: rgba(255, 255, 255, .62);
    font-size: .75rem;
    line-height: 1.4;
    text-decoration: none;
}

.pnx-video-proof__reputation-data > *:first-child {
    padding-left: 0;
}

.pnx-video-proof__reputation-data > * + * {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.pnx-video-proof__reputation-data b {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.pnx-video-proof__reputation-data a {
    transition: background-color .2s ease, color .2s ease;
}

.pnx-video-proof__reputation-data a:hover,
.pnx-video-proof__reputation-data a:focus-visible {
    outline: none;
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.pnx-video-proof__reputation > p {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .5);
    font-size: .75rem;
    line-height: 1.5;
}

.pnx-video-proof__player {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    color: #fff;
    background: #0f0f0f;
    box-shadow: 0 24px 58px rgba(15, 15, 15, .16);
}

.pnx-video-proof__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1) contrast(1.06);
    background: #0f0f0f;
}

.pnx-video-proof__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .52), transparent 30%, transparent 59%, rgba(0, 0, 0, .86));
    pointer-events: none;
}

.pnx-video-proof__topline {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    z-index: 3;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, .62);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pnx-video-proof__topline b {
    color: rgba(255, 255, 255, .88);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
}

.pnx-video-proof__primary {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .22);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
}

.pnx-video-proof__primary span {
    margin-left: 3px;
    font-size: .9375rem;
}

.pnx-video-proof__player.pnx-is-playing .pnx-video-proof__primary {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.9);
}

.pnx-video-proof__primary:hover,
.pnx-video-proof__primary:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    background: rgba(255, 255, 255, .12);
}

.pnx-video-proof__controls {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 5;
    display: grid;
    grid-template-columns: 34px 34px minmax(52px, 1fr) auto;
    gap: 7px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .17);
    background: rgba(0, 0, 0, .44);
    backdrop-filter: blur(12px);
}

.pnx-video-proof__control {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease;
}

.pnx-video-proof__control:hover,
.pnx-video-proof__control:focus-visible {
    border-color: rgba(255, 255, 255, .7);
    outline: none;
    background: rgba(255, 255, 255, .09);
}

.pnx-video-proof__control span {
    font-size: .75rem;
    line-height: 1;
}

.pnx-video-proof__progress-wrap {
    display: grid;
    min-width: 0;
}

.pnx-video-proof__progress-label,
.pnx-video-proof__caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pnx-video-proof__progress {
    width: 100%;
    height: 18px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.pnx-video-proof__progress:disabled {
    cursor: wait;
    opacity: .5;
}

.pnx-video-proof__progress::-webkit-slider-runnable-track {
    height: 2px;
    background: linear-gradient(90deg, #fff 0 var(--pnx-progress, 0%), rgba(255, 255, 255, .28) var(--pnx-progress, 0%) 100%);
}

.pnx-video-proof__progress::-moz-range-track {
    height: 2px;
    background: rgba(255, 255, 255, .28);
}

.pnx-video-proof__progress::-moz-range-progress {
    height: 2px;
    background: #fff;
}

.pnx-video-proof__progress::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    margin-top: -5px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #0f0f0f;
}

.pnx-video-proof__progress::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #0f0f0f;
}

.pnx-video-proof__progress:focus-visible::-webkit-slider-thumb {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.pnx-video-proof__progress:focus-visible::-moz-range-thumb {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.pnx-video-proof__time {
    color: rgba(255, 255, 255, .74);
    font-size: .75rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.pnx-video-proof__description {
    margin-top: 15px;
    color: rgba(15, 15, 15, .6);
    font-size: .8125rem;
    line-height: 1.55;
}

.pnx-video-proof__description summary {
    display: inline-flex;
    padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
    color: #0f0f0f;
    font-weight: 600;
    cursor: pointer;
}

.pnx-video-proof__description p {
    max-width: 360px;
    margin: 12px 0 0;
}

.pnx-video-proof__native-fallback,
.pnx-video-proof__noscript {
    position: absolute;
    right: 20px;
    bottom: 78px;
    left: 20px;
    z-index: 6;
    padding: 13px;
    color: #fff;
    background: #0f0f0f;
    font-size: .8125rem;
    line-height: 1.5;
}

.pnx-video-proof__native-fallback a,
.pnx-video-proof__noscript a {
    color: #fff;
    text-underline-offset: 3px;
}

@media (max-width: 991px) {
    .pnx-experience__cloud {
        left: 50%;
        width: 920px;
        transform: translateX(-50%);
    }

    .pnx-experience__content,
    .pnx-video-proof__layout {
        width: calc(100% - 64px);
    }

    .pnx-video-proof__layout {
        grid-template-columns: minmax(0, 1fr) minmax(270px, 300px);
        gap: 48px;
    }

    .pnx-video-proof__media-column {
        width: min(300px, 100%);
    }

    .pnx-video-proof__time {
        display: none;
    }

    .pnx-video-proof__controls {
        grid-template-columns: 34px 34px minmax(52px, 1fr);
    }
}

@media (max-width: 767px) {
    .pnx-experience,
    .pnx-video-proof {
        padding: 76px 0 84px;
    }

    .pnx-experience__cloud {
        width: 860px;
        margin-bottom: 46px;
    }

    .pnx-experience__content,
    .pnx-video-proof__layout {
        width: calc(100% - 48px);
    }

    .pnx-experience__content {
        text-align: left;
    }

    .pnx-experience__content h2,
    .pnx-experience__lead {
        margin-left: 0;
    }

    .pnx-experience__content h2,
    .pnx-video-proof__copy h2 {
        font-size: clamp(2rem, 7vw, 2.375rem);
    }

    .pnx-experience__metrics {
        grid-template-columns: 1fr 1fr;
    }

    .pnx-experience__metric:nth-child(3) {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(15, 15, 15, .14);
        border-left: 0;
    }

    .pnx-video-proof__layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .pnx-video-proof__copy {
        max-width: 680px;
    }

    .pnx-video-proof__media-column {
        width: min(360px, 100%);
        justify-self: start;
    }
}

@media (max-width: 575px) {
    .pnx-experience,
    .pnx-video-proof {
        padding: 64px 0 72px;
    }

    .pnx-experience__cloud {
        width: 800px;
        margin-bottom: 40px;
    }

    .pnx-experience__content,
    .pnx-video-proof__layout {
        width: calc(100% - 44px);
    }

    .pnx-experience__content h2,
    .pnx-video-proof__copy h2 {
        font-size: clamp(2rem, 9vw, 2.25rem);
    }

    .pnx-experience__lead,
    .pnx-video-proof__lead {
        font-size: .9375rem;
    }

    .pnx-experience__metrics {
        grid-template-columns: 1fr;
    }

    .pnx-experience__metric,
    .pnx-experience__metric:nth-child(3) {
        grid-column: auto;
        padding: 18px 16px;
        border-left: 0;
    }

    .pnx-experience__metric + .pnx-experience__metric,
    .pnx-experience__metric:nth-child(3) {
        border-top: 1px solid rgba(15, 15, 15, .14);
        border-left: 0;
    }

    .pnx-video-proof__reputation {
        margin-top: 30px;
        padding: 24px 20px 22px;
    }

    .pnx-video-proof__reputation-head {
        display: grid;
        gap: 9px;
    }

    .pnx-video-proof__reputation-data {
        grid-template-columns: 1fr;
    }

    .pnx-video-proof__reputation-data > *,
    .pnx-video-proof__reputation-data > *:first-child {
        padding: 13px 0;
    }

    .pnx-video-proof__reputation-data > * + * {
        border-top: 1px solid rgba(255, 255, 255, .2);
        border-left: 0;
    }

    .pnx-video-proof__media-column {
        width: 100%;
        max-width: 360px;
    }

    .pnx-video-proof__topline {
        top: 16px;
        right: 16px;
        left: 16px;
    }

    .pnx-video-proof__controls {
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pnx-experience__tile,
    .pnx-experience__tooltip,
    .pnx-experience__metric--link,
    .pnx-video-proof__primary,
    .pnx-video-proof__control,
    .pnx-video-proof__reputation-data a {
        scroll-behavior: auto;
        transition: none;
    }

    .pnx-experience__tile--photo:hover,
    .pnx-experience__tile--photo:focus-visible {
        transform: none;
    }
}
