.pp-custom-section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 28px auto;
    overflow: hidden;
    padding: 56px;
    border: 0;
    border-radius: 8px;
    color: inherit;
    background: transparent;
}

.pp-custom-section--dark {
    color: inherit;
    background: transparent;
}

.pp-custom-section--with-bg {
    background-color: transparent;
    background-image: var(--pp-custom-section-bg);
    background-position: var(--pp-custom-section-focus, center center);
    background-size: cover;
}

.pp-custom-section--with-bg::before,
.pp-custom-section--hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--pp-custom-section-overlay, 0.18));
    pointer-events: none;
}

.pp-custom-section--with-bg > *,
.pp-custom-section--hero > * {
    position: relative;
    z-index: 1;
}

.pp-custom-section--align-center {
    text-align: center;
}

.pp-custom-section--align-right {
    text-align: right;
}

.pp-custom-section__eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pp-custom-section h2 {
    margin: 20px 0;
    font-size: 54px;
    line-height: 1;
}

.pp-custom-section > p:not(.pp-custom-section__eyebrow):not(.pp-custom-section__side-label),
.pp-custom-section--content > div,
.pp-custom-section__copy > div {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.55;
}

.pp-custom-section--align-left > p:not(.pp-custom-section__eyebrow),
.pp-custom-section--align-left.pp-custom-section--content > div {
    margin-left: 0;
}

.pp-custom-section--align-right > p:not(.pp-custom-section__eyebrow),
.pp-custom-section--align-right.pp-custom-section--content > div {
    margin-right: 0;
}

.pp-custom-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 12px;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 0 24px;
    color: inherit;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.pp-custom-section__action {
    margin-top: 24px;
}

.pp-custom-section--hero {
    min-height: min(680px, 82vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: inherit;
    background-color: transparent;
    background-image: var(--pp-custom-section-bg);
    background-position: var(--pp-custom-section-focus, center center);
    background-size: cover;
}

.pp-custom-section--overlay-none {
    --pp-custom-section-overlay: 0;
}

.pp-custom-section--overlay-low {
    --pp-custom-section-overlay: 0.24;
}

.pp-custom-section--overlay-medium {
    --pp-custom-section-overlay: 0.42;
}

.pp-custom-section--overlay-high {
    --pp-custom-section-overlay: 0.62;
}

.pp-custom-section__logo {
    width: min(420px, 100%);
    max-height: 220px;
    object-fit: contain;
}

.pp-custom-section--hero.pp-custom-section--align-left {
    align-items: flex-start;
}

.pp-custom-section--hero.pp-custom-section--align-center {
    align-items: center;
}

.pp-custom-section--hero.pp-custom-section--align-right {
    align-items: flex-end;
}

.pp-custom-section--editorial {
    display: grid;
    grid-template-columns: minmax(120px, 0.4fr) minmax(0, 0.8fr) minmax(220px, 1fr);
    gap: 42px;
    align-items: center;
}

.pp-custom-section--editorial.pp-custom-section--light {
    color: inherit;
    background: transparent;
}

.pp-custom-section--editorial.pp-custom-section--dark {
    color: inherit;
    background: transparent;
}

.pp-custom-section--image-left .pp-custom-section__media {
    order: -1;
}

.pp-custom-section__side-label {
    color: inherit;
    font-size: 64px;
    line-height: 0.95;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.pp-custom-section__media-placeholder {
    min-height: 380px;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.1);
}

.pp-custom-section__media,
.pp-custom-section__media picture {
    display: block;
    min-height: 420px;
}

.pp-custom-section__media img,
.pp-custom-section__large-media img,
.pp-custom-section__pair-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pp-custom-section__media img {
    min-height: 420px;
}

.pp-custom-section--large-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1.1fr);
    gap: 38px;
    align-items: center;
    background: transparent;
}

.pp-custom-section--large-intro.pp-custom-section--dark {
    background: transparent;
}

.pp-custom-section__background-word {
    position: absolute;
    top: 26px;
    left: 32px;
    color: currentColor;
    opacity: 0.18;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 120px;
    line-height: 0.8;
    pointer-events: none;
}

.pp-custom-section__large-copy,
.pp-custom-section__large-media,
.pp-custom-section__pair-copy,
.pp-custom-section__pair-media,
.pp-custom-section__stats-card {
    position: relative;
    z-index: 1;
}

.pp-custom-section__large-copy h2,
.pp-custom-section__pair-copy h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 68px;
}

.pp-custom-section__accent {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.05;
}

.pp-custom-section__large-media {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 18px;
    min-height: 560px;
}

.pp-custom-section__large-media img {
    min-height: 560px;
    border-radius: 2px;
}

.pp-custom-section__large-media img:nth-child(2) {
    min-height: 420px;
    align-self: end;
}

.pp-custom-section--stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    gap: 48px;
    align-items: center;
    max-width: 960px;
    margin: 40px auto 20px;
    color: inherit;
    background-color: transparent;
}

.pp-custom-section__stats-card {
    border: 1px solid currentColor;
    padding: 34px;
    background: transparent;
}

.pp-custom-section__stats-card h3 {
    margin: 0 0 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 400;
}

.pp-custom-section__stats-card p {
    display: grid;
    grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1fr);
    gap: 12px;
    margin: 0 0 14px;
    font-size: 13px;
    text-transform: uppercase;
}

.pp-custom-section__stats-card span,
.pp-custom-section__stats-card strong {
    font-weight: 500;
}

.pp-custom-section--pair {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: center;
    background: transparent;
}

.pp-custom-section__pair-copy h2 {
    color: inherit;
}

.pp-custom-section--pair.pp-custom-section--dark,
.pp-custom-section--pair.pp-custom-section--dark .pp-custom-section__pair-copy h2 {
    color: inherit;
    background: transparent;
}

.pp-custom-section__pair-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    min-height: 620px;
}

.pp-custom-section__pair-media img {
    min-height: 620px;
    border-top: 0;
    border-bottom: 0;
}

.pp-custom-section.pp-custom-section--immersive-stack {
    width: auto;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    min-height: var(--pp-immersive-total-height, calc(var(--pp-immersive-slide-count, 1) * 100svh));
    padding: 0;
    border-radius: 0;
    overflow: clip;
}

.pp-immersive-stack__viewport {
    position: sticky;
    top: var(--pp-immersive-stack-offset, 0px);
    height: var(--pp-immersive-stack-height, 100svh);
    overflow: hidden;
    isolation: isolate;
}

.pp-immersive-stack__backgrounds,
.pp-immersive-stack__slides {
    position: absolute;
    inset: 0;
}

.pp-immersive-stack__background {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 240ms ease;
}

.pp-immersive-stack__background.is-active {
    opacity: 1;
}

.pp-immersive-stack__background::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, var(--pp-immersive-overlay, 0.42));
    pointer-events: none;
}

.pp-immersive-stack__slide {
    position: absolute;
    inset: 0;
    display: grid;
    padding: clamp(28px, 4vw, 54px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.pp-immersive-stack__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.pp-immersive-stack__media,
.pp-immersive-stack__media img,
.pp-immersive-stack__mobile-media,
.pp-immersive-stack__mobile-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pp-immersive-stack__media img,
.pp-immersive-stack__mobile-media img {
    display: block;
    object-fit: cover;
}

.pp-immersive-stack__mobile-media {
    display: none;
}

.pp-immersive-stack__content {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
    width: min(460px, 100%);
    color: inherit;
    text-align: inherit;
    opacity: var(--pp-immersive-text-opacity, 1);
    transform: translate3d(0, calc(var(--pp-immersive-text-base-shift, 0px) + var(--pp-immersive-text-translate, 0px)), 0);
    will-change: opacity, transform;
}

.pp-immersive-stack__slide--center {
    place-items: center;
    text-align: center;
}

.pp-immersive-stack__slide--center .pp-immersive-stack__content {
    justify-items: center;
    --pp-immersive-text-base-shift: var(--pp-immersive-center-offset, 0px);
}

.pp-immersive-stack__slide--bottom_right {
    place-items: end;
}

.pp-immersive-stack__slide--bottom_left {
    place-items: end start;
}

.pp-immersive-stack__slide--top_left {
    place-items: start;
}

.pp-immersive-stack__slide--top_right {
    place-items: start end;
}

.pp-immersive-stack__eyebrow {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

.pp-immersive-stack h2 {
    margin: 0;
    font-size: clamp(36px, 5vw, 74px);
    line-height: 0.98;
}

.pp-immersive-stack__body {
    font-size: 18px;
    line-height: 1.65;
}

.pp-immersive-stack__button {
    margin-top: 10px;
}

.pp-custom-section--stacked-cards {
    max-width: 1280px;
    margin: 40px auto;
    padding: 0;
    overflow: visible;
}

.pp-stacked-cards__intro {
    display: grid;
    gap: 14px;
    margin-bottom: 34px;
}

.pp-stacked-cards__intro-copy {
    max-width: 640px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    line-height: 1.3;
}

.pp-stacked-cards__stack {
    position: relative;
    --pp-stacked-card-top: calc(var(--cc-header-height, 0px) + 34px);
    --pp-stacked-card-step: 18px;
    --pp-stacked-card-shadow:
        0 28px 60px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    padding-bottom: 40px;
}

.pp-stacked-cards__stage {
    position: relative;
    z-index: 2;
    width: 100%;
    align-self: center;
}

.pp-stacked-cards__stage-sticky {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
}

.pp-stacked-cards__rows {
    display: grid;
    gap: 0;
}

.pp-stacked-cards__row {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(280px, 420px) minmax(200px, 1fr);
    gap: clamp(24px, 3vw, 42px);
    align-items: center;
    min-height: max(68svh, 540px);
    margin: 0 auto;
    position: relative;
    position: sticky;
    top: var(--pp-stacked-card-top);
    z-index: calc(20 + var(--pp-stack-index, 0));
    background: transparent;
    box-shadow: none;
}

.pp-stacked-cards__row-title,
.pp-stacked-cards__copy {
    opacity: var(--pp-stacked-row-opacity, 0);
    transition:
        opacity 180ms ease,
        transform 260ms ease;
}

.pp-stacked-cards__row-title {
    transform: translate3d(0, var(--pp-stacked-row-translate, 0px), 0);
    align-self: center;
}

.pp-stacked-cards__row-title h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(34px, 4vw, 60px);
    font-weight: 400;
    font-weight: 300;
    line-height: 0.9;
    text-align: right;
}

.pp-stacked-cards__copy {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    justify-self: stretch;
    max-width: 240px;
    transform: translate3d(0, var(--pp-stacked-row-translate, 0px), 0);
    font-size: 14px;
    line-height: 1.3;
}

.pp-stacked-cards__row.is-active .pp-stacked-cards__row-title,
.pp-stacked-cards__row.is-active .pp-stacked-cards__copy {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.pp-stacked-cards__body > *:first-child {
    margin-top: 0;
}

.pp-stacked-cards__body > *:last-child {
    margin-bottom: 0;
}

.pp-stacked-cards__button {
    margin-top: 18px;
}

.pp-stacked-cards__card-layer {
    position: relative;
    inset: auto;
    z-index: 1;
}

.pp-stacked-cards__card-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    isolation: isolate;
}

.pp-stacked-cards__card {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
    box-shadow: var(--pp-stacked-card-shadow);
    opacity: var(--pp-stacked-card-opacity, 1);
    transform: translate3d(var(--pp-stacked-card-x, 0px), var(--pp-stacked-card-y, 0px), 0) scale(var(--pp-stacked-card-scale, 1));
    transform-origin: center top;
    transition:
        opacity 160ms linear,
        transform 160ms linear,
        filter 160ms linear;
    filter: saturate(var(--pp-stacked-card-saturate, 1)) brightness(var(--pp-stacked-card-brightness, 1));
}

.pp-stacked-cards__media,
.pp-stacked-cards__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.pp-stacked-cards__media img {
    object-fit: cover;
}

@media (max-width: 760px) {
    .pp-custom-section {
        padding: 28px 20px;
    }

    .pp-custom-section--with-bg {
        background-image: var(--pp-custom-section-bg-mobile, var(--pp-custom-section-bg));
        background-position: var(--pp-custom-section-focus-mobile, var(--pp-custom-section-focus, center center));
    }

    .pp-custom-section h2 {
        font-size: 34px;
    }

    .pp-custom-section > p:not(.pp-custom-section__eyebrow):not(.pp-custom-section__side-label),
    .pp-custom-section--content > div,
    .pp-custom-section__copy > div {
        font-size: 16px;
    }

    .pp-custom-section--editorial {
        grid-template-columns: 1fr;
    }

    .pp-custom-section__side-label {
        font-size: 34px;
        writing-mode: horizontal-tb;
        transform: none;
    }

    .pp-custom-section__media,
    .pp-custom-section__media picture,
    .pp-custom-section__media img,
    .pp-custom-section__media-placeholder {
        min-height: 320px;
    }

    .pp-custom-section--hero {
        min-height: 620px;
        background-image: var(--pp-custom-section-bg-mobile, var(--pp-custom-section-bg));
        background-position: var(--pp-custom-section-focus-mobile, var(--pp-custom-section-focus, center center));
    }

    .pp-custom-section--large-intro,
    .pp-custom-section--stats,
    .pp-custom-section--pair {
        grid-template-columns: 1fr;
    }

    .pp-custom-section__background-word {
        top: 18px;
        left: 18px;
        font-size: 64px;
    }

    .pp-custom-section__large-copy h2,
    .pp-custom-section__pair-copy h2 {
        font-size: 38px;
    }

    .pp-custom-section__accent {
        font-size: 30px;
    }

    .pp-custom-section__large-media,
    .pp-custom-section__pair-media {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .pp-custom-section__large-media img,
    .pp-custom-section__large-media img:nth-child(2),
    .pp-custom-section__pair-media img {
        min-height: 360px;
    }

    .pp-custom-section__stats-card {
        padding: 24px;
    }

    .pp-custom-section.pp-custom-section--immersive-stack[data-mobile-behavior="stack"] {
        min-height: auto;
        padding: 0;
    }

    .pp-custom-section.pp-custom-section--immersive-stack[data-mobile-behavior="stack"] .pp-immersive-stack__backgrounds {
        display: none;
    }

    .pp-custom-section.pp-custom-section--immersive-stack[data-mobile-behavior="stack"] .pp-immersive-stack__viewport {
        position: static;
        height: auto;
        display: grid;
        gap: 14px;
        overflow: visible;
    }

    .pp-custom-section.pp-custom-section--immersive-stack[data-mobile-behavior="stack"] .pp-immersive-stack__slides {
        position: static;
        inset: auto;
        display: grid;
        gap: 0px;
    }

    .pp-custom-section.pp-custom-section--immersive-stack[data-mobile-behavior="stack"] .pp-immersive-stack__slide {
        position: relative;
        inset: auto;
        min-height: 72svh;
        opacity: 1;
        pointer-events: auto;
        overflow: hidden;
    }

    .pp-custom-section.pp-custom-section--immersive-stack[data-mobile-behavior="stack"] .pp-immersive-stack__slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(0, 0, 0, var(--pp-immersive-overlay, 0.42));
        pointer-events: none;
    }

    .pp-custom-section.pp-custom-section--immersive-stack[data-mobile-behavior="stack"] .pp-immersive-stack__mobile-media {
        display: block;
    }

    .pp-immersive-stack__slide {
        padding: 22px 18px;
    }

    .pp-immersive-stack__content {
        width: min(100%, 440px);
    }

    .pp-immersive-stack__body {
        font-size: 16px;
        line-height: 1.55;
    }

    .pp-custom-section--stacked-cards {
        max-width: none;
        margin: 0;
        padding: 0;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        overflow: clip;
    }

    .pp-stacked-cards__stack {
        --pp-stacked-card-top: 0px;
        padding-bottom: 0;
    }

    .pp-stacked-cards__intro-copy,
    .pp-stacked-cards__copy {
        font-size: 12px;
        line-height: 1.4;
    }

    .pp-stacked-cards__rows {
        gap: 0;
    }

    .pp-stacked-cards__row {
        grid-template-columns: 1fr;
        grid-template-rows:
            minmax(0, calc((100svh - var(--pp-stacked-card-top)) * 0.5))
            auto
            minmax(320px, 1fr);
        gap: 0;
        align-items: stretch;
        min-height: calc((100svh - var(--pp-stacked-card-top)) + 320px);
        padding: 0;
        position: sticky;
        top: var(--pp-stacked-card-top);
        z-index: calc(20 + var(--pp-stack-index, 0));
    }

    .pp-stacked-cards__row-title,
    .pp-stacked-cards__copy {
        max-width: none;
        opacity: var(--pp-stacked-row-opacity, 0);
        transform: translate3d(0, var(--pp-stacked-row-translate, 0px), 0);
        position: relative;
        z-index: 3;
        pointer-events: auto;
    }

    .pp-stacked-cards__row-title {
        grid-row: 2;
        align-self: start;
        margin-top: 18px;
        padding: 0 28px;
    }

    .pp-stacked-cards__copy {
        grid-row: 3;
        padding: 36px 10px;
        align-self: auto;
        justify-content: flex-start;
        text-align: center;
    }

    .pp-stacked-cards__body,
    .pp-stacked-cards__copy .pp-custom-section__button {
        pointer-events: auto;
    }

    .pp-stacked-cards__stage {
        position: relative;
        width: 100%;
        min-height: calc((100svh - var(--pp-stacked-card-top)) * 0.5);
        margin-bottom: 0;
        grid-row: 1;
    }

    .pp-stacked-cards__stage-sticky {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: inherit;
        aspect-ratio: auto;
    }

    .pp-stacked-cards__card-layer {
        position: relative;
        inset: auto;
        height: 100%;
    }

    .pp-stacked-cards__card-shell {
        min-height: inherit;
        height: 100%;
    }

    .pp-stacked-cards__card {
        width: 100%;
        height: 100%;
        min-height: inherit;
        aspect-ratio: auto;
        border-radius: 0;
    }

    .pp-stacked-cards__card::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.32) 0%,
                rgba(0, 0, 0, 0.08) 22%,
                rgba(0, 0, 0, 0) 46%,
                rgba(17, 17, 17, 0.24) 68%,
                rgba(17, 17, 17, 0.72) 84%,
                #111111 100%
            );
    }

    .pp-stacked-cards__row.is-active .pp-stacked-cards__row-title,
    .pp-stacked-cards__row.is-active .pp-stacked-cards__copy {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .pp-stacked-cards__row:last-child {
        grid-template-rows:
            minmax(0, calc((100svh - var(--pp-stacked-card-top)) * 0.5))
            auto
            auto;
        min-height: auto;
    }

    .pp-stacked-cards__row:last-child .pp-stacked-cards__copy {
        align-self: start;
        padding-bottom: 40px;
    }
}
