/* =========================================================
   BILLBOARD FRANCE — POWER PLAYERS
   ========================================================= */


/* =========================================================
   WEBFONTS
   ========================================================= */

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Book.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: "Flama Condensed";
    src: url("../fonts/FlamaCondensed-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Flama Condensed";
    src: url("../fonts/FlamaCondensed-Extrabold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Flama SemiCond";
    src: url("../fonts/FlamaSemiCond-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Flama UltraCond";
    src: url("../fonts/FlamaUltraCond-Extrabold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}


@font-face {
    font-family: "Neue Haas Display";
    src: url("../fonts/NeueHaasDisplay-Roman.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Display";
    src: url("../fonts/NeueHaasDisplay-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Display";
    src: url("../fonts/NeueHaasDisplay-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


/* =========================================================
   VARIABLES
   ========================================================= */

:root {
    --pp-gold: #c5b57a;
    --pp-black: #000000;
    --pp-white: #ffffff;
    --pp-grey: #b6b6b6;
    --pp-light-grey: #c7c8c6;
    --pp-olive: #91865f;

    --pp-sidebar: 300px;
    --pp-max-width: 1500px;
}


/* =========================================================
   GLOBAL
   ========================================================= */

html,
body.power-players-standalone {
    margin: 0;
    padding: 0;
    background: #000;
}

body.power-players-standalone {
    overflow-x: hidden;

    font-family:
        "Neue Haas Display",
        "Circular Std",
        Arial,
        sans-serif;
}

body.power-players-standalone #wpadminbar {
    display: none;
}

.pp-page {
    position: relative;

    min-height: 100vh;

    padding-left: var(--pp-sidebar);

    background: #000;

    color: #fff;
}


/* =========================================================
   HERO
   ========================================================= */

.pp-hero {
    position: relative;

    min-height: 82vh;

    background-color: #000;

    background-image:
        url(
            "/wp-content/uploads/2026/09/V2-banniere-Billboard-France.png"
        );

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pp-hero::after {
    content: none;
    display: none;
}

.pp-hero__inner {
    min-height: inherit;
}


/* =========================================================
   SIDEBAR / NAV
   ========================================================= */

.pp-nav {
    position: fixed;

    top: 0;
    left: 0;

    z-index: 100;

    width: var(--pp-sidebar);
    height: 100vh;

    background:
        linear-gradient(
            rgba(0,0,0,.80),
            rgba(0,0,0,.92)
        ),
        url(
            "/wp-content/uploads/2026/09/Billboard-Power-100-2026-texture-50perc.webp"
        );

    background-size: cover;
    background-position: center;

    border-right:
        1px solid
        rgba(255,255,255,.12);

    overflow-y: auto;
    overflow-x: hidden;
}

.pp-nav__inner {
    display: flex;
    flex-direction: column;

    padding:
        42px
        38px
        80px;
}


/* =========================================================
   NAV LOGO
   ========================================================= */

.pp-nav__logo {
    display: block;

    width: 170px;
    max-width: 100%;

    margin:
        0
        0
        34px;

    text-decoration: none;
}

.pp-nav__logo img {
    display: block;

    width: 100%;
    height: auto;
}


/* =========================================================
   NAV LINKS
   ========================================================= */

.pp-nav__link {
    display: block;

    padding: 11px 0;

    color: #989898;

    text-decoration: none;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            18px,
            1.35vw,
            27px
        );

    font-weight: 500;

    line-height: 1.02;
    letter-spacing: 1px;

    text-transform: uppercase;

    transition:
        color .2s ease,
        transform .2s ease;
}

.pp-nav__link:hover {
    color: #fff;

    transform:
        translateX(4px);
}

.pp-nav__link.is-active {
    color: #fff;
    font-weight: 700;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.pp-mobile-menu-toggle {
    display: none;
}


/* =========================================================
   SECTION
   ========================================================= */

.pp-section--leaderboard {
    position: relative;

    min-height: 100vh;

    background-color: #000;

    background-image:
        url(
            "/wp-content/uploads/2026/09/Billboard-Power-100-2026-background-4-1.webp"
        );

    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.pp-section--leaderboard::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.30) 0%,
            rgba(0,0,0,.55) 52%,
            rgba(0,0,0,.75) 100%
        );
}

.pp-section__inner {
    position: relative;

    z-index: 2;

    width:
        min(
            calc(100% - 80px),
            var(--pp-max-width)
        );

    margin: 0 auto;

    padding:
        70px
        0
        150px;
}


/* =========================================================
   CATEGORY TITLE
   ========================================================= */

.pp-section__title {
    margin:
        0
        0
        95px;

    padding-bottom: 20px;

    color: var(--pp-gold);

    font-family:
        "Flama UltraCond",
        Arial,
        sans-serif;

    font-size:
        clamp(
            64px,
            6.5vw,
            108px
        );

    font-weight: 800;

    line-height: .88;
    letter-spacing: .1px;

    text-transform: uppercase;

    border-bottom:
        12px solid
        var(--pp-gold);
}


/* =========================================================
   LIST
   ========================================================= */

.pp-list {
    display: flex;
    flex-direction: column;

    gap: 120px;
}


/* =========================================================
   CARD BASE
   ========================================================= */

.pp-card {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 58%)
        70px
        minmax(300px, 1fr);

    grid-template-areas:
        "visual gap identity"
        "editorial editorial editorial";

    align-items: center;

    margin: 0;

    padding:
        30px
        25px
        70px;
}


/* =========================================================
   IDENTITY
   ========================================================= */

.pp-card__identity {
    grid-area: identity;

    align-self: center;
}


/* =========================================================
   RANK
   ========================================================= */

.pp-card__rank {
    color: var(--pp-gold);

    font-family:
        "Flama UltraCond",
        Arial,
        sans-serif;

    font-size:
        clamp(
            120px,
            12vw,
            190px
        );

    font-weight: 800;

    line-height: .72;
    letter-spacing: -1px;
}

.pp-card__rank-line {
    width: 175px;
    height: 11px;

    margin:
        38px
        0
        34px;

    background: var(--pp-gold);
}


/* =========================================================
   SINGLE PAGE — RANKING CONTEXT
   ========================================================= */

.pp-card__ranking-context {
    margin:
        0
        0
        12px;

    color: var(--pp-gold);

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            13px,
            1vw,
            17px
        );

    font-weight: 500;

    line-height: 1.05;
    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================================
   PEOPLE
   ========================================================= */

.pp-card__people {
    display: flex;
    flex-direction: column;

    gap: 21px;
}

.pp-card__person {
    min-width: 0;
}

.pp-card__name {
    margin:
        0
        0
        15px;

    color: #fff;

    font-family:
        "Flama Condensed",
        Arial,
        sans-serif;

    font-size:
        clamp(
            34px,
            3.1vw,
            58px
        );

    font-weight: 800;

    line-height: .9;
    letter-spacing: .2px;

    text-transform: uppercase;
}


/* =========================================================
   SECONDARY PEOPLE
   ========================================================= */

.pp-card__person--secondary
.pp-card__name {
    margin-bottom: 10px;

    font-size:
        clamp(
            21px,
            1.75vw,
            32px
        );

    line-height: .95;
    letter-spacing: .1px;
}

.pp-card__person--secondary
.pp-card__job {
    margin-bottom: 10px;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            11px,
            .85vw,
            15px
        );

    font-weight: 500;

    line-height: 1.15;
    letter-spacing: .8px;

    text-transform: uppercase;
}

.pp-card__person--secondary
.pp-card__company {
    padding:
        7px
        14px;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            11px,
            .8vw,
            14px
        );

    font-weight: 500;
}


/* =========================================================
   LEADERBOARD REFERENCE
   ========================================================= */

.pp-card__leaderboard-reference {
    margin:
        -3px
        0
        17px;

    color: #fff;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            13px,
            1vw,
            17px
        );

    font-weight: 500;

    line-height: 1;
    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================================
   JOB — PRIMARY PERSON
   ========================================================= */

.pp-card__job {
    margin-bottom: 18px;

    color: var(--pp-gold);

    font-family:
        "Flama SemiCond",
        Arial,
        sans-serif;

    font-size:
        clamp(
            15px,
            1.35vw,
            23px
        );

    font-weight: 700;

    line-height: 1.12;
    letter-spacing: 1px;

    text-transform: uppercase;
}

/* Second role for the primary person */
.pp-card__job--second {
    margin-top: 20px;
}


/* =========================================================
   COMPANY
   ========================================================= */

.pp-card__company {
    display: inline-block;

    max-width: 100%;

    padding:
        11px
        24px;

    color: var(--pp-gold);

    border:
        2px solid
        var(--pp-gold);

    border-radius: 22px;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            14px,
            1.15vw,
            20px
        );

    font-weight: 500;

    line-height: 1.02;
    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* =========================================================
   IMAGE
   ========================================================= */

.pp-card__visual {
    grid-area: visual;

    min-width: 0;
}

.pp-card__figure {
    margin: 0;
}

.pp-card__image {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}

.pp-card__credit {
    margin-top: 15px;

    color: #b6b6b6;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size: 9px;
    font-weight: 500;

    line-height: 1.6;
    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/* =========================================================
   EDITORIAL / BIOS
   ========================================================= */

.pp-card__editorial {
    grid-area: editorial;

    max-width: 980px;

    margin:
        70px
        auto
        0;

    color: #fff;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.58;
    letter-spacing: 0;
}

.pp-card__editorial p {
    margin:
        0
        0
        1.7em;
}

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

.pp-card__editorial a {
    color: inherit;
}


/* =========================================================
   TRANSPARENT — IMAGE LEFT
   ========================================================= */

.pp-card--transparent_image_left {
    background: transparent;
}


/* =========================================================
   TRANSPARENT — IMAGE RIGHT
   ========================================================= */

.pp-card--transparent_image_right {
    grid-template-columns:
        minmax(300px, 1fr)
        70px
        minmax(0, 58%);

    grid-template-areas:
        "identity gap visual"
        "editorial editorial editorial";
}


/* =========================================================
   OLIVE SPLIT
   ========================================================= */

.pp-card--olive_split {
    padding: 55px;

    background:
        linear-gradient(
            rgba(145,134,95,.93),
            rgba(145,134,95,.93)
        ),
        url(
            "/wp-content/uploads/2026/09/Billboard-Power-100-2026-texture-50perc-1.webp"
        );

    background-size: cover;
    background-position: center;

    grid-template-columns:
        minmax(0, 46%)
        60px
        minmax(0, 1fr);

    grid-template-areas:
        "identity gap editorial"
        "visual gap editorial";

    align-items: start;
}

.pp-card--olive_split
.pp-card__visual {
    margin-top: 45px;
}

.pp-card--olive_split
.pp-card__editorial {
    max-width: none;

    margin: 0;

    color: #fff;
}


/* =========================================================
   GREY SPLIT
   ========================================================= */

.pp-card--grey_split {
    padding: 55px;

    background:
        linear-gradient(
            rgba(205,207,205,.95),
            rgba(205,207,205,.95)
        ),
        url(
            "/wp-content/uploads/2026/09/Billboard-Power-100-2026-texture-50perc.webp"
        );

    background-size: cover;
    background-position: center;

    grid-template-columns:
        minmax(0, 46%)
        60px
        minmax(0, 1fr);

    grid-template-areas:
        "identity gap editorial"
        "visual gap editorial";

    align-items: start;

    color: #000;
}

.pp-card--grey_split
.pp-card__rank,
.pp-card--grey_split
.pp-card__name,
.pp-card--grey_split
.pp-card__leaderboard-reference,
.pp-card--grey_split
.pp-card__job,
.pp-card--grey_split
.pp-card__ranking-context {
    color: #000;
}

.pp-card--grey_split
.pp-card__rank-line {
    background: #000;
}

.pp-card--grey_split
.pp-card__company {
    color: #000;

    background: var(--pp-gold);

    border-color: var(--pp-gold);
}

.pp-card--grey_split
.pp-card__visual {
    margin-top: 45px;
}

.pp-card--grey_split
.pp-card__editorial {
    max-width: none;

    margin: 0;

    color: #000;
}


/* =========================================================
   FRAMED DARK
   ========================================================= */

.pp-card--framed_dark {
    padding: 50px;

    background:
        linear-gradient(
            rgba(0,0,0,.35),
            rgba(0,0,0,.35)
        ),
        url(
            "/wp-content/uploads/2026/09/Billboard-Power-100-2026-texture-50perc.webp"
        );

    background-size: cover;
    background-position: center;

    border:
        8px solid
        rgba(190,190,190,.25);

    border-radius:
        0
        55px
        0
        0;
}

.pp-card--framed_dark
.pp-card__editorial {
    max-width: none;

    margin-top: 75px;

    padding:
        55px
        65px;

    color: #fff;

    background:
        rgba(0,0,0,.42);

    border:
        7px solid
        rgba(190,190,190,.22);

    border-radius:
        0
        0
        45px
        45px;
}


/* =========================================================
   CATEGORY
   ========================================================= */

.pp-section--category
.pp-section__title {
    margin-bottom: 85px;
}


/* =========================================================
   POWER QUOTES
   ========================================================= */

.pp-quote {
    position: relative;

    display: grid;

    grid-template-columns:
        27%
        73%;

    grid-template-areas:
        "label content";

    align-items: center;

    width: 100%;

    min-height: 360px;

    margin:
        25px
        0
        50px;

    padding:
        24px
        0;

    overflow: visible;

    box-sizing: border-box;
}

.pp-quote__label {
    grid-area: label;

    position: relative;

    z-index: 3;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: calc(100% + 20px);

    min-height: 290px;

    margin-left: 0;

    padding:
        42px
        30px;

    box-sizing: border-box;

    background: #090b09;

    box-shadow:
        10px
        8px
        20px
        rgba(0,0,0,.14);
}

.pp-quote__opening-mark {
    position: absolute;

    top: 14px;
    left: 20px;

    color: #fff;

    font-family:
        "Neue Haas Display",
        Georgia,
        serif;

    font-size: 52px;
    font-weight: 400;

    line-height: 1;
}

.pp-quote__label-text {
    width: 100%;
    max-width: 250px;

    font-family:
        "Flama UltraCond",
        Arial,
        sans-serif;

    font-size:
        clamp(
            28px,
            2.45vw,
            46px
        );

    font-weight: 800;

    line-height: 1.01;
    letter-spacing: .2px;

    text-align: center;

    text-transform: uppercase;
}

.pp-quote__content {
    grid-area: content;

    position: relative;

    z-index: 1;

    display: flex;
    flex-direction: column;

    justify-content: center;

    min-width: 0;
    min-height: 360px;

    padding:
        48px
        65px
        48px
        76px;

    box-sizing: border-box;
}

.pp-quote__text {
    width: 100%;
    max-width: 960px;

    margin: 0;

    color: #000;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            27px,
            2.45vw,
            45px
        );

    font-weight: 400;

    line-height: 1.2;
    letter-spacing: -.4px;
}

.pp-quote__text p {
    display: inline;

    margin: 0;
    padding: 0;
}

.pp-quote__closing-mark {
    display: inline;

    font-family:
        "Neue Haas Display",
        Georgia,
        serif;

    font-size: .9em;

    line-height: inherit;
}

.pp-quote__author {
    display: flex;
    flex-wrap: wrap;

    align-items: baseline;

    gap:
        0
        .55em;

    margin-top: 26px;

    color: #000;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            13px,
            1vw,
            18px
        );

    font-weight: 700;

    line-height: 1.2;
    letter-spacing: 1px;

    text-transform: uppercase;
}

.pp-quote__author::before {
    content: "—";
}

.pp-quote__author-company::before {
    content: ",";
}


/* =========================================================
   GOLD PANEL
   ========================================================= */

.pp-quote--gold_panel {
    background:
        linear-gradient(
            rgba(153,141,94,.94),
            rgba(153,141,94,.94)
        ),
        url(
            "/wp-content/uploads/2026/09/Billboard-Power-100-2026-texture-50perc.webp"
        );

    background-size: cover;
    background-position: center;
}

.pp-quote--gold_panel
.pp-quote__label-text {
    color: #fff;
}


/* =========================================================
   LIGHT PANEL
   ========================================================= */

.pp-quote--light_panel {
    background:
        linear-gradient(
            rgba(218,218,218,.97),
            rgba(218,218,218,.97)
        ),
        url(
            "/wp-content/uploads/2026/09/Billboard-Power-100-2026-texture-50perc.webp"
        );

    background-size: cover;
    background-position: center;
}

.pp-quote--light_panel
.pp-quote__label-text {
    color: var(--pp-gold);
}


/* =========================================================
   LEADERBOARD CREDITS / METHODOLOGY
   ========================================================= */

.pp-credits {
    margin-top: 150px;

    padding:
        20px
        0
        10px;

    background: transparent;

    border: 0;

    box-sizing: border-box;
}

.pp-credits__section +
.pp-credits__section {
    margin-top: 42px;
}

.pp-credits__title {
    margin:
        0
        0
        16px;

    color: var(--pp-gold);

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            15px,
            1vw,
            19px
        );

    font-weight: 700;

    line-height: 1.05;
    letter-spacing: 1.1px;

    text-transform: uppercase;
}

.pp-credits__names {
    max-width: 1380px;

    color: rgba(255,255,255,.92);

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            15px,
            .95vw,
            17px
        );

    font-weight: 400;

    line-height: 1.45;
    letter-spacing: 0;
}

.pp-credits__section--methodology {
    margin-top: 50px;
}

.pp-credits__methodology {
    max-width: 1420px;

    color: rgba(255,255,255,.88);

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size:
        clamp(
            13px,
            .85vw,
            15px
        );

    font-weight: 400;

    line-height: 1.48;
    letter-spacing: 0;
}

.pp-credits__methodology p {
    margin:
        0
        0
        1.2em;
}

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


/* =========================================================
   SINGLE
   ========================================================= */

.pp-single-page {
    padding-left: 0;
}

.pp-single-page
.pp-section__inner {
    padding-top: 90px;
}


/* =========================================================
   EMPTY
   ========================================================= */

.pp-empty {
    color: #fff;

    font-family:
        "Neue Haas Display",
        Arial,
        sans-serif;

    font-size: 20px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    :root {
        --pp-sidebar: 0px;
    }


    /* GLOBAL */

    .pp-page {
        padding-left: 0;
    }

    body.pp-mobile-menu-open {
        overflow: hidden;
    }


    /* HERO */

    .pp-hero {
        min-height: 55vh;

        background-position: center;
    }


    /* =====================================================
       HORIZONTAL NAV
       ===================================================== */

    .pp-nav {
        position: relative;

        top: auto;

        z-index: 20;

        width: 100%;
        height: auto;

        background: #050505;

        border-right: 0;

        border-top:
            1px solid
            rgba(255,255,255,.12);

        border-bottom:
            1px solid
            rgba(255,255,255,.14);

        overflow: hidden;
    }

    .pp-nav::after {
        content: "";

        position: absolute;

        top: 0;
        right: 0;

        z-index: 5;

        width: 60px;
        height: 100%;

        pointer-events: none;

        background:
            linear-gradient(
                90deg,
                rgba(5,5,5,0),
                rgba(5,5,5,1)
            );
    }

    .pp-nav::before {
        content: "›";

        position: absolute;

        z-index: 6;

        top: 50%;
        right: 9px;

        transform:
            translateY(-52%);

        pointer-events: none;

        color:
            rgba(255,255,255,.75);

        font-family:
            "Neue Haas Display",
            Arial,
            sans-serif;

        font-size: 24px;

        line-height: 1;
    }

    .pp-nav__inner {
        width: 100%;

        margin: 0;

        padding:
            15px
            58px
            15px
            22px;

        box-sizing: border-box;

        display: flex;
        flex-direction: row;

        gap: 27px;

        overflow-x: auto;
        overflow-y: hidden;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;
    }

    .pp-nav__inner::-webkit-scrollbar {
        display: none;
    }

    .pp-nav__link {
        flex:
            0
            0
            auto;

        padding: 0;

        font-size: 14px;

        font-weight: 500;

        letter-spacing: .8px;

        white-space: nowrap;
    }

    .pp-nav__link.is-active {
        font-weight: 700;
    }

    .pp-nav__logo {
        display: none;
    }


    /* =====================================================
       BURGER
       ===================================================== */

    .pp-mobile-menu-toggle {
        position: fixed;

        top: 18px;
        left: 18px;

        z-index: 400;

        display: flex;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 5px;

        width: 46px;
        height: 46px;

        padding: 11px;

        background:
            rgba(0,0,0,.78);

        border:
            1px solid
            rgba(255,255,255,.14);

        border-radius: 50%;

        box-shadow: none;

        outline: none;

        appearance: none;
        -webkit-appearance: none;

        cursor: pointer;
    }

    .pp-mobile-menu-toggle:focus,
    .pp-mobile-menu-toggle:focus-visible,
    .pp-mobile-menu-toggle:active {
        outline: none;

        box-shadow: none;

        background:
            rgba(0,0,0,.78);

        border:
            1px solid
            rgba(255,255,255,.14);
    }

    .pp-mobile-menu-toggle span {
        display: block;

        width: 100%;
        height: 2px;

        margin: 0;
        padding: 0;

        background: #fff;

        border: 0;
        border-radius: 0;

        box-shadow: none;

        transform-origin: center;

        transition:
            transform .2s ease,
            opacity .2s ease;
    }

    .pp-mobile-menu-toggle::before,
    .pp-mobile-menu-toggle::after,
    .pp-mobile-menu-toggle span::before,
    .pp-mobile-menu-toggle span::after {
        content: none !important;
        display: none !important;
    }

    body.pp-mobile-menu-open
    .pp-mobile-menu-toggle span:nth-child(2) {
        display: none;
    }

    body.pp-mobile-menu-open
    .pp-mobile-menu-toggle span:nth-child(1),
    body.pp-mobile-menu-open
    .pp-mobile-menu-toggle span:nth-child(3) {
        position: absolute;

        top: 50%;
        left: 50%;

        width: 24px;
        height: 2px;

        margin: 0;
        padding: 0;

        background: #fff;

        border: 0;
        border-radius: 0;

        box-shadow: none;

        transform-origin: center;
    }

    body.pp-mobile-menu-open
    .pp-mobile-menu-toggle span:nth-child(1) {
        transform:
            translate(-50%, -50%)
            rotate(45deg);
    }

    body.pp-mobile-menu-open
    .pp-mobile-menu-toggle span:nth-child(3) {
        transform:
            translate(-50%, -50%)
            rotate(-45deg);
    }


    /* =====================================================
       FULLSCREEN BURGER NAV
       ===================================================== */

    body.pp-mobile-menu-open
    .pp-nav {
        position: fixed;

        inset: 0;

        z-index: 350;

        width: 100%;
        height: 100dvh;

        background: #050505;

        overflow-y: auto;
    }

    body.pp-mobile-menu-open
    .pp-nav::before,
    body.pp-mobile-menu-open
    .pp-nav::after {
        display: none;
    }

    body.pp-mobile-menu-open
    .pp-nav__inner {
        display: flex;
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

        width: auto;

        margin: 0;

        padding:
            84px
            30px
            45px;

        overflow: visible;
    }

    body.pp-mobile-menu-open
    .pp-nav__logo {
        display: block;

        width: 160px;

        max-width: 48vw;

        margin:
            0
            0
            30px;

        text-decoration: none;
    }

    body.pp-mobile-menu-open
    .pp-nav__logo img {
        display: block;

        width: 100%;
        height: auto;
    }

    body.pp-mobile-menu-open
    .pp-nav__link {
        width: 100%;

        padding:
            7px
            0;

        font-size: 24px;

        line-height: 1.02;

        white-space: normal;
    }


    /* =====================================================
       SECTION
       ===================================================== */

    .pp-section--leaderboard {
        background-image: none;

        background-color: #151612;

        background-attachment: scroll;
    }

    .pp-section--leaderboard::before {
        background:
            linear-gradient(
                rgba(0,0,0,.05),
                rgba(0,0,0,.18)
            );
    }

    .pp-section__inner {
        width:
            calc(
                100% - 16px
            );

        padding:
            42px
            0
            80px;
    }


    /* =====================================================
       TITLE
       ===================================================== */

    .pp-section__title {
        max-width: 100%;

        margin:
            0
            8px
            48px;

        padding-bottom: 11px;

        font-size:
            clamp(
                38px,
                11.2vw,
                54px
            );

        line-height: .88;

        letter-spacing: 0;

        white-space: normal;

        overflow-wrap: break-word;

        border-bottom-width: 6px;
    }


    /* =====================================================
       LIST
       ===================================================== */

    .pp-list {
        gap: 62px;
    }


    /* =====================================================
       CARD MOBILE
       ===================================================== */

    .pp-card,
    .pp-card--transparent_image_right,
    .pp-card--olive_split,
    .pp-card--grey_split {
        display: flex;

        flex-direction: column;

        width: 100%;

        padding:
            18px
            6px
            28px;

        box-sizing: border-box;
    }

    .pp-card__identity {
        order: 1;

        width: 100%;

        box-sizing: border-box;

        padding:
            0
            8px;
    }

    .pp-card__visual {
        order: 2;

        width: 100%;

        margin-top: 25px;
    }

    .pp-card__editorial {
        order: 3;

        width: 100%;
        max-width: none;

        box-sizing: border-box;

        margin:
            30px
            0
            0;

        padding:
            0
            8px;

        font-size: 16px;

        line-height: 1.52;

        letter-spacing: 0;
    }

    .pp-card__editorial p {
        margin-bottom: 1.3em;
    }


    /* =====================================================
       RANK MOBILE
       ===================================================== */

    .pp-card__rank {
        font-size:
            clamp(
                82px,
                25vw,
                112px
            );

        line-height: .74;

        letter-spacing: 0;
    }

    .pp-card__rank-line {
        width: 108px;
        height: 7px;

        margin:
            22px
            0
            22px;
    }


    /* =====================================================
       RANKING CONTEXT MOBILE
       ===================================================== */

    .pp-card__ranking-context {
        margin:
            0
            0
            9px;

        font-size: 11px;

        line-height: 1.08;

        letter-spacing: .8px;
    }


    /* =====================================================
       PRIMARY NAME
       ===================================================== */

    .pp-card__name {
        margin-bottom: 10px;

        font-size:
            clamp(
                25px,
                7.2vw,
                34px
            );

        line-height: .92;

        letter-spacing: .1px;
    }


    /* =====================================================
       SECONDARY PEOPLE
       ===================================================== */

    .pp-card__people {
        gap: 17px;
    }

    .pp-card__person--secondary
    .pp-card__name {
        margin-bottom: 7px;

        font-size:
            clamp(
                18px,
                5.3vw,
                24px
            );

        line-height: .96;
    }

    .pp-card__person--secondary
    .pp-card__job {
        margin-bottom: 7px;

        font-family:
            "Neue Haas Display",
            Arial,
            sans-serif;

        font-size: 11px;

        font-weight: 500;

        line-height: 1.15;

        letter-spacing: .7px;
    }

    .pp-card__person--secondary
    .pp-card__company {
        padding:
            6px
            11px;

        font-size: 10px;
    }


    /* =====================================================
       LEADERBOARD REFERENCE
       ===================================================== */

    .pp-card__leaderboard-reference {
        margin:
            0
            0
            14px;

        font-size: 11px;

        line-height: 1.08;

        letter-spacing: .8px;
    }


    /* =====================================================
       JOB
       ===================================================== */

    .pp-card__job {
        margin-bottom: 14px;

        font-size: 13px;

        line-height: 1.14;

        letter-spacing: .8px;
    }

    .pp-card__job--second {
        margin-top: 16px;
    }


    /* =====================================================
       COMPANY
       ===================================================== */

    .pp-card__company {
        padding:
            9px
            16px;

        font-size: 12px;

        border-radius: 18px;

        letter-spacing: .9px;
    }


    /* =====================================================
       MOBILE TEXTURES
       ===================================================== */

    .pp-card--olive_split {
        background: #91865f;
    }

    .pp-card--grey_split {
        background: #cdcfcd;
    }

    .pp-card--framed_dark {
        background: #090a09;
    }

    .pp-card--olive_split
    .pp-card__editorial,
    .pp-card--grey_split
    .pp-card__editorial {
        margin-top: 28px;
    }


    /* =====================================================
       FRAMED DARK
       ===================================================== */

    .pp-card--framed_dark {
        display: flex;

        flex-direction: column;

        padding:
            16px
            8px
            24px;

        border-width: 3px;

        border-color:
            rgba(190,190,190,.28);

        border-radius:
            0
            24px
            0
            0;
    }

    .pp-card--framed_dark
    .pp-card__identity {
        padding:
            0
            8px;
    }

    .pp-card--framed_dark
    .pp-card__editorial {
        width: 100%;

        max-width: none;

        margin:
            28px
            0
            0;

        padding:
            0
            8px;

        background: transparent;

        border: 0;
        border-radius: 0;

        font-size: 16px;

        line-height: 1.52;
    }


    /* =====================================================
       QUOTES MOBILE
       ===================================================== */

    .pp-quote {
        display: flex;

        flex-direction: column;

        width: 100%;

        min-height: 0;

        margin:
            12px
            0
            36px;

        padding:
            18px
            0
            0;

        box-sizing: border-box;
    }

    .pp-quote__label {
        align-self: flex-start;

        width: 90%;

        min-height: 168px;

        margin: 0;

        padding:
            36px
            26px
            28px;

        box-sizing: border-box;

        background: #090b09;

        box-shadow:
            6px
            8px
            18px
            rgba(0,0,0,.16);
    }

    .pp-quote__opening-mark {
        top: 10px;
        left: 15px;

        font-size: 40px;
    }

    .pp-quote__label-text {
        max-width: 100%;

        font-size:
            clamp(
                25px,
                7.2vw,
                34px
            );

        line-height: 1;
    }

    .pp-quote__content {
        width: 100%;

        min-height: 0;

        padding:
            34px
            20px
            38px;

        box-sizing: border-box;
    }

    .pp-quote__text {
        max-width: none;

        font-size:
            clamp(
                25px,
                6.8vw,
                33px
            );

        line-height: 1.24;

        letter-spacing: -.3px;
    }

    .pp-quote__author {
        gap:
            0
            .45em;

        margin-top: 22px;

        font-size: 11px;

        line-height: 1.22;

        letter-spacing: .8px;
    }

    .pp-quote--gold_panel {
        background: #998d5e;
    }

    .pp-quote--light_panel {
        background: #dadada;
    }


    /* =====================================================
       CREDITS / METHODOLOGY MOBILE
       ===================================================== */

    .pp-credits {
        margin-top: 75px;

        padding:
            12px
            8px
            20px;

        background: transparent;

        border: 0;
    }

    .pp-credits__section +
    .pp-credits__section {
        margin-top: 30px;
    }

    .pp-credits__title {
        margin-bottom: 11px;

        font-size: 13px;

        font-weight: 700;

        line-height: 1.05;

        letter-spacing: .9px;
    }

    .pp-credits__names {
        max-width: none;

        font-size: 13px;

        line-height: 1.45;
    }

    .pp-credits__section--methodology {
        margin-top: 34px;
    }

    .pp-credits__methodology {
        max-width: none;

        font-size: 12px;

        line-height: 1.46;

        letter-spacing: 0;
    }
}