/*
 * Kronjop Partner Network — home.
 *
 * One quiet territorial gesture, followed by useful information. The scale,
 * spacing and movement follow the corporate Kronjop pages rather than a
 * standalone campaign language.
 */

.pn-home {
    --pn-home-ink: #0f0f0f;
    --pn-home-muted: #6f6f6b;
    --pn-home-soft: #f4f4f1;
    --pn-home-line: rgba(15, 15, 15, .14);
    overflow: clip;
    color: var(--pn-home-ink);
    background: #fff;
}

.pn-home-eyebrow {
    margin: 0 0 18px;
    color: #777772;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Hero ----------------------------------------------------------------- */

.pn-home-hero {
    position: relative;
    padding: clamp(60px, 6vw, 82px) 0 clamp(72px, 6.5vw, 92px);
    background: #fff;
}

.pn-home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(480px, 1.02fr);
    gap: clamp(46px, 5vw, 80px);
    align-items: center;
}

.pn-home-hero__copy {
    max-width: 640px;
    padding: 8px 0;
}

.pn-home-hero h1 {
    max-width: 640px;
    margin: 0;
    color: var(--pn-home-ink);
    font-size: clamp(46px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.026em;
}

.pn-home-hero__lead {
    max-width: 530px;
    margin: 24px 0 0;
    color: #696965;
    font-size: 18px;
    line-height: 1.62;
}

.pn-home-search {
    max-width: 620px;
    margin-top: 36px;
}

.pn-home-search label {
    display: block;
    margin-bottom: 10px;
    color: #262626;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.3;
}

.pn-home-search__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 62px;
    border: 1px solid #1a1a1a;
    background: #fff;
    transition: box-shadow .2s ease;
}

.pn-home-search__row:focus-within {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}

.pn-home-search input {
    min-width: 0;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: #111;
    background: transparent;
    font: inherit;
    font-size: 16px;
}

.pn-home-search input::placeholder { color: #8a8a86; }

.pn-home-search button {
    min-width: 142px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #111;
    font: inherit;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

.pn-home-search button span { transition: transform .2s ease; }
.pn-home-search button:hover { color: #111; background: #ecece9; }
.pn-home-search button:hover span { transform: translateX(3px); }

.pn-home-search__status {
    min-height: 18px;
    margin: 8px 0 0;
    color: #72726e;
    font-size: 14px;
}

.pn-home-search__status:empty { display: none; }

.pn-home-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin-top: 22px;
}

.pn-home-quick > span {
    color: #8a8a86;
    font-size: 14px;
    font-weight: 600;
}

.pn-home-quick a {
    padding-bottom: 2px;
    border-bottom: 1px solid #b8b8b4;
    color: #41413e;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease;
}

.pn-home-quick a:hover { color: #000; border-color: #000; }

.pn-home .pn-territory {
    position: relative;
    min-width: 0;
    margin: 0;
}

.pn-home .pn-territory__stage {
    position: relative;
    min-height: clamp(460px, 39vw, 560px);
    overflow: visible;
    background: radial-gradient(ellipse at 51% 52%, rgba(15, 15, 15, .035), transparent 64%);
}

.pn-home .pn-territory__fallback,
.pn-home .pn-territory canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pn-home .pn-territory__fallback {
    display: grid;
    place-items: center;
    opacity: .64;
    transition: opacity .45s ease;
}

.pn-home .pn-territory__fallback svg {
    width: 82%;
    height: auto;
    fill: #efefec;
    stroke: #8e8e89;
    stroke-width: 1;
}

.pn-home .pn-territory.is-ready .pn-territory__fallback { opacity: .18; }

.pn-home .pn-territory canvas {
    display: block;
    outline: 0;
}

.pn-home .pn-territory canvas:focus-visible {
    outline: 2px solid #111;
    outline-offset: 5px;
}

.pn-home .pn-territory__partner {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: auto;
    left: 50%;
    width: min(220px, 42%);
    display: grid;
    gap: 5px;
    padding: 15px 16px;
    color: #fff;
    background: rgba(15, 15, 15, .94);
    text-decoration: none;
    transform: translate(14px, -50%);
    transition: opacity .24s ease, transform .24s ease;
}

.pn-home .pn-territory__partner.is-left {
    transform: translate(calc(-100% - 14px), -50%);
}

.pn-home .pn-territory__partner.is-changing {
    opacity: 0 !important;
    transform: translate(22px, -50%);
}

.pn-home .pn-territory__partner.is-changing.is-left {
    transform: translate(calc(-100% - 22px), -50%);
}

.pn-home .pn-territory__partner > span {
    color: #a8a8a4;
    font-size: 13px;
}

.pn-home .pn-territory__partner strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.pn-home .pn-territory__partner small {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #cacac6;
    font-size: 13px;
}

.pn-home .pn-territory__partner i { font-style: normal; }

.pn-home .pn-territory > figcaption {
    display: flex;
    gap: 10px 22px;
    align-items: baseline;
    justify-content: center;
    margin-top: 2px;
    color: #777772;
    font-size: 14px;
    line-height: 1.4;
}

.pn-home .pn-territory > figcaption strong {
    color: #232323;
    font-weight: 650;
}

.pn-home-anchor {
    position: absolute;
    top: -88px;
}

/* Section headings ----------------------------------------------------- */

.pn-home-section-head {
    max-width: 840px;
    margin-bottom: clamp(38px, 4vw, 54px);
}

.pn-home-section-head h2 {
    max-width: 800px;
    margin: 0;
    color: var(--pn-home-ink);
    font-size: clamp(38px, 3.6vw, 52px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.022em;
}

.pn-home-section-head > p:last-child {
    max-width: 620px;
    margin: 18px 0 0;
    color: var(--pn-home-muted);
    font-size: 17px;
    line-height: 1.65;
}

/* Specialties ---------------------------------------------------------- */

.pn-home-expertise {
    position: relative;
    padding: clamp(76px, 7vw, 96px) 0;
    background: var(--pn-home-soft);
}

.pn-home-expertise__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    gap: clamp(48px, 6vw, 82px);
    align-items: stretch;
}

.pn-home-expertise__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 3.4vw, 48px);
    align-content: start;
}

.pn-home-expertise__item {
    position: relative;
    min-width: 0;
    min-height: 98px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 17px 12px 17px 0;
    color: #111;
    text-decoration: none;
    transition: color .24s ease, opacity .24s ease, transform .24s ease;
}

.pn-home-expertise__item:nth-child(odd) {
    padding-right: 12px;
}

.pn-home-expertise__item:nth-child(even) { padding-left: 0; }

.pn-home-expertise__item:hover,
.pn-home-expertise__item.is-active { color: #000; }

.pn-home-expertise__item:hover { transform: translateX(4px); }
.pn-home-expertise__item:nth-child(even):hover { padding-left: 0; }

.pn-home-expertise__item--primary {
    grid-column: 1 / -1;
    min-height: 116px;
    padding-block: 20px;
}

.pn-home-expertise__number {
    display: block;
    align-self: start;
    padding-top: 6px;
    color: #8a8a85;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .06em;
}

.pn-home-expertise__item.is-active .pn-home-expertise__number,
.pn-home-expertise__item:hover .pn-home-expertise__number { color: #111; }

.pn-home-expertise__name {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.pn-home-expertise__name em {
    color: #787874;
    font-size: 13px;
    font-style: normal;
    font-weight: 650;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pn-home-expertise__name strong {
    display: block;
    font-size: clamp(22px, 1.8vw, 27px);
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -.016em;
}

.pn-home-expertise__item--primary .pn-home-expertise__name strong {
    font-size: clamp(27px, 2.2vw, 32px);
}

.pn-home-expertise__name small {
    display: block;
    overflow: hidden;
    color: #777772;
    font-size: 14px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pn-home-expertise__arrow {
    color: #595955;
    font-size: 19px;
    font-weight: 400;
    transition: transform .2s ease;
}

.pn-home-expertise__item:hover .pn-home-expertise__arrow,
.pn-home-expertise__item.is-active .pn-home-expertise__arrow { transform: translate(3px, -3px); }

.pn-home-expertise__visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #dededb;
}

.pn-home-expertise__panel {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}

.pn-home-expertise__panel.is-active { z-index: 1; opacity: 1; }

.pn-home-expertise__panel::after {
    content: '';
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .62));
}

.pn-home-expertise__panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.04);
    transform: translate3d(var(--pn-photo-x, 0), var(--pn-photo-y, 0), 0) scale(1.035);
    transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.pn-home-expertise__panel figcaption {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
    color: #fff;
}

.pn-home-expertise__panel figcaption span {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 650;
}

.pn-home-expertise__panel figcaption p {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.5;
}

.pn-home-expertise__visual-index {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    display: flex;
    gap: 4px;
    padding: 7px 9px;
    color: rgba(255, 255, 255, .72);
    background: rgba(15, 15, 15, .72);
    font-size: 13px;
}

.pn-home-expertise__visual-index span:first-child { color: #fff; }

.pn-home-expertise__empty {
    margin: 28px 0 0;
    color: #6f6f6b;
    font-size: 15px;
}

/* Published profiles --------------------------------------------------- */

.pn-home .pn-directory-home__records {
    padding: clamp(76px, 7vw, 96px) 0;
    background: #fff;
}

.pn-home .pn-directory-home__records-head {
    display: flex;
    gap: 24px;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 32px;
}

.pn-home .pn-directory-home__records-head h2 {
    margin: 0;
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 500;
    line-height: 1.1;
}

.pn-home .pn-directory-home__records-head p {
    margin: 0;
    color: #747470;
    font-size: 15px;
}

.pn-home .pn-directory-home__filters {
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, .82fr)) auto;
    gap: 14px;
    margin-bottom: 16px;
}

.pn-home .pn-directory-home__filters label:nth-of-type(n+5) { display: none; }

.pn-home .pn-directory-home__filters label {
    display: grid;
    gap: 8px;
    color: #555552;
    font-size: 13px;
    font-weight: 650;
}

.pn-home .pn-directory-home__filters :is(input, select) {
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid #bdbdb9;
    border-radius: 0;
    color: #111;
    background: #fff;
    font: inherit;
    font-size: 15px;
}

.pn-home .pn-directory-home__filters button {
    min-height: 48px;
    align-self: end;
    padding: 0 20px;
    border: 1px solid #111;
    color: #fff;
    background: #111;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
}

.pn-home .pn-directory-home__order-note {
    margin: 0 0 26px;
    color: #73736f;
    font-size: 14px;
}

.pn-home .pn-home-partners {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.pn-home .pn-home-partner {
    min-width: 0;
    border: 0;
    background: transparent;
}

.pn-home .pn-home-partner__link {
    min-height: 0;
    display: block;
    padding: 0;
    color: #111;
    background: transparent;
    text-decoration: none;
}

.pn-home .pn-home-partner__link:hover { background: transparent; }

.pn-home-partner__visual {
    aspect-ratio: 4 / 3;
    margin: 0 0 22px;
    overflow: hidden;
    background: #e5e5e1;
}

.pn-home-partner__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.04);
    transition: transform .55s ease;
}

.pn-home-partner__body { padding: 0 2px 22px; }

.pn-home-partner__type {
    margin: 0 0 10px;
    color: #73736f;
    font-size: 14px;
}

.pn-home .pn-home-partner h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.18;
}

.pn-home-partner__body > p:not(.pn-home-partner__type) {
    margin: 0;
    color: #696965;
    font-size: 16px;
    line-height: 1.6;
}

.pn-home-partner__body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    padding: 0;
    margin: 18px 0 0;
    color: #4e4e4a;
    font-size: 14px;
    list-style: none;
}

.pn-home-partner__foot {
    display: flex;
    gap: 18px;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 15px;
    border-top: 1px solid var(--pn-home-line);
    color: #747470;
    font-size: 14px;
}

.pn-home-partner__foot strong { color: #111; font-weight: 650; }
.pn-home-partner__foot i { font-style: normal; transition: transform .2s ease; }
.pn-home-partner__link:hover .pn-home-partner__visual img { transform: scale(1.018); }
.pn-home-partner__link:hover .pn-home-partner__foot i { display: inline-block; transform: translate(2px, -2px); }

/* Home-only proof: keep the constellation, remove the oversized pause. */

.pn-home .pnx-experience {
    padding: clamp(64px, 6vw, 82px) 0 clamp(70px, 6.5vw, 90px);
}

.pn-home .pnx-experience__cloud {
    width: min(1040px, calc(100% - 48px));
    margin-bottom: clamp(32px, 3.5vw, 46px);
}

.pn-home .pnx-experience__content h2 {
    max-width: 860px;
    font-size: clamp(2.5rem, 3.6vw, 3.25rem);
}

.pn-home .pnx-experience__kicker {
    font-size: .8125rem;
}

.pn-home .pnx-experience__lead {
    max-width: 700px;
    font-size: 1.0625rem;
}

.pn-home .pnx-experience__metrics {
    max-width: 820px;
    gap: 32px;
    margin-top: clamp(34px, 3.5vw, 44px);
    border: 0;
}

.pn-home .pnx-experience__metric {
    gap: 9px;
    padding: 0 12px;
    text-align: center;
}

.pn-home .pnx-experience__metric + .pnx-experience__metric {
    border-left: 0;
}

.pn-home .pnx-experience__metric strong {
    font-size: clamp(1.75rem, 2.4vw, 2.125rem);
}

.pn-home .pnx-experience__metric span {
    font-size: .875rem;
}

/* Editorial ------------------------------------------------------------ */

.pn-home-briefings {
    padding: clamp(76px, 7vw, 96px) 0;
    background: var(--pn-home-soft);
}

.pn-home-section-head--briefings { margin-bottom: 42px; }

.pn-home-briefings__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4.5vw, 64px);
}

.pn-home-briefing {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 270px;
    padding: 0 0 8px;
    color: #111;
    text-decoration: none;
    transition: transform .25s ease;
}

.pn-home-briefing:hover { transform: translateY(-4px); }

.pn-home-briefing__number {
    display: block;
    margin-bottom: 28px;
    color: #777772;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .06em;
}

.pn-home-briefing__body { min-width: 0; }

.pn-home-briefing__topic {
    display: block;
    min-height: 34px;
    margin-bottom: 20px;
    color: #6e6e6a;
    font-size: 14px;
    line-height: 1.4;
}

.pn-home-briefing h3 {
    margin: 0;
    font-size: clamp(23px, 2vw, 28px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.012em;
    transition: opacity .2s ease;
}

.pn-home-briefing:hover h3 { opacity: .58; }

.pn-home-briefing__credit {
    display: block;
    margin-top: 24px;
    color: #777772;
    font-size: 14px;
    line-height: 1.45;
}

.pn-home-briefing__source {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 0;
    color: #242424;
    font-size: 14px;
    font-weight: 650;
}

.pn-home-briefing__source i { font-style: normal; transition: transform .2s ease; }
.pn-home-briefing:hover .pn-home-briefing__source i { transform: translate(3px, -3px); }

/* Motion --------------------------------------------------------------- */

.pn-js .pn-home [data-pn-reveal] {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .7s ease, transform .7s ease;
}

.pn-js .pn-home [data-pn-reveal].is-visible {
    opacity: 1;
    transform: none;
}

.pn-js .pn-home .pn-home-briefing.is-visible:hover {
    transform: translateY(-4px);
}

/* Responsive ----------------------------------------------------------- */

@media (max-width: 1100px) {
    .pn-home-hero__grid {
        grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
        gap: 44px;
    }

    .pn-home-hero h1 { font-size: clamp(44px, 4.7vw, 52px); }
    .pn-home .pn-territory__stage { min-height: 450px; }
    .pn-home-expertise__stage { grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); gap: 40px; }
}

@media (max-width: 991px) {
    .pn-home-hero {
        padding: 56px 0 68px;
    }

    .pn-home-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
        gap: 34px;
    }

    .pn-home-hero h1 { font-size: 48px; }
    .pn-home-hero__lead { font-size: 17px; }
    .pn-home .pn-territory__stage { min-height: 390px; }

    .pn-home-expertise__stage {
        grid-template-columns: 1fr;
    }

    .pn-home-expertise__visual { min-height: 420px; }
    .pn-home .pn-home-partners { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pn-home .pn-directory-home__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pn-home .pn-directory-home__filters button { grid-column: 1 / -1; width: fit-content; }
}

@media (max-width: 767px) {
    .pn-home-hero {
        padding: 42px 0 58px;
    }

    .pn-home-hero__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .pn-home-hero__copy { max-width: 620px; padding: 0; }
    .pn-home-hero h1 { max-width: 560px; font-size: clamp(40px, 7vw, 46px); }
    .pn-home-hero__lead { margin-top: 20px; }
    .pn-home-search { margin-top: 30px; }
    .pn-home .pn-territory { width: min(560px, 100%); margin-inline: auto; }
    .pn-home .pn-territory__stage { min-height: clamp(330px, 75vw, 430px); }

    .pn-home-section-head h2 { font-size: clamp(36px, 7vw, 42px); }

    .pn-home-expertise,
    .pn-home .pn-directory-home__records,
    .pn-home-briefings { padding: 58px 0; }

    .pn-home-expertise__menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pn-home-expertise__item,
    .pn-home-expertise__item:nth-child(odd),
    .pn-home-expertise__item:nth-child(even) {
        min-height: 88px;
        padding: 14px 12px 14px 0;
    }
    .pn-home-expertise__item:nth-child(even):hover { padding-left: 0; }
    .pn-home-expertise__name strong { font-size: 22px; }
    .pn-home-expertise__visual { min-height: 360px; }

    .pn-home .pnx-experience {
        padding: 54px 0 62px;
    }

    .pn-home .pnx-experience__cloud {
        width: 720px;
        margin-bottom: 28px;
    }

    .pn-home .pnx-experience__content h2 {
        font-size: clamp(2.125rem, 7vw, 2.5rem);
    }

    .pn-home .pnx-experience__metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        margin-top: 30px;
    }

    .pn-home .pnx-experience__metric,
    .pn-home .pnx-experience__metric:nth-child(3) {
        grid-column: auto;
        padding: 4px 8px;
        border: 0;
    }

    .pn-home .pn-home-partners,
    .pn-home-briefings__grid { grid-template-columns: 1fr; }

    .pn-home-briefing {
        min-height: 0;
        padding-bottom: 20px;
    }

    .pn-home-briefing__topic { min-height: 0; margin-bottom: 14px; }
    .pn-home-briefing__source { margin-top: 20px; }
}

@media (max-width: 575px) {
    .pn-home-hero h1 { font-size: 40px; line-height: 1.05; }
    .pn-home-hero__lead { font-size: 16px; }
    .pn-home-search__row { grid-template-columns: minmax(0, 1fr) 104px; }
    .pn-home-search button { min-width: 104px; padding-inline: 13px; }
    .pn-home-search input { padding-inline: 14px; }
    .pn-home-quick { gap: 9px 14px; }
    .pn-home-quick > span { flex-basis: 100%; }
    .pn-home .pn-territory > figcaption { display: grid; gap: 3px; justify-content: start; padding-inline: 4px; }
    .pn-home .pn-territory__partner { width: min(210px, 58%); }
    .pn-home-expertise__menu { grid-template-columns: 1fr; }
    .pn-home-expertise__item--primary { grid-column: auto; }
    .pn-home-expertise__visual { min-height: 280px; }
    .pn-home-expertise__panel figcaption { right: 18px; bottom: 16px; left: 18px; }
    .pn-home .pn-directory-home__records-head { display: grid; gap: 8px; }
    .pn-home .pn-directory-home__filters { grid-template-columns: 1fr; }
    .pn-home .pn-directory-home__filters button { width: 100%; }

    .pn-home .pnx-experience__cloud { width: 660px; }
    .pn-home .pnx-experience__metrics { gap: 8px; }
    .pn-home .pnx-experience__metric { padding-inline: 2px; }
    .pn-home .pnx-experience__metric strong { font-size: 1.625rem; }
    .pn-home .pnx-experience__metric span { font-size: .8125rem; }
}

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

    .pn-js .pn-home [data-pn-reveal] { opacity: 1; transform: none; }
    .pn-home-expertise__panel img { transform: none; }
}
