.pm-celebs-hub {
    --celebs-ink: #111827;
    --celebs-muted: #667085;
    --celebs-line: #e4e7ec;
    --celebs-card: #ffffff;
    --celebs-soft: #f6f7f9;
    --celebs-red: #e91d2a;
    --celebs-red-dark: #b9131e;
    --celebs-navy: #0a1120;
    width: min(100% - 28px, 1280px);
    margin: 0 auto;
    padding: 18px 0 72px;
    color: var(--celebs-ink);
    box-sizing: border-box;
}

:root.dark-theme .pm-celebs-hub {
    --celebs-ink: #f4f6fb;
    --celebs-muted: #a8b1c2;
    --celebs-line: rgba(255, 255, 255, .11);
    --celebs-card: #121a2a;
    --celebs-soft: #0c1320;
    --celebs-navy: #070c16;
}

@media (prefers-color-scheme: dark) {
    :root:not(.light-theme) .pm-celebs-hub {
        --celebs-ink: #f4f6fb;
        --celebs-muted: #a8b1c2;
        --celebs-line: rgba(255, 255, 255, .11);
        --celebs-card: #121a2a;
        --celebs-soft: #0c1320;
        --celebs-navy: #070c16;
    }
}

.pm-celebs-hub *,
.pm-celebs-hub *::before,
.pm-celebs-hub *::after {
    box-sizing: border-box;
}

.pm-celebs-hub a {
    text-decoration: none;
}

.pm-celebs-hub .material-symbols-outlined {
    line-height: 1;
}

.pm-celebs-hero {
    display: grid;
    gap: 14px;
    padding: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 5% 0, rgba(233, 29, 42, .38), transparent 34%),
        radial-gradient(circle at 92% 100%, rgba(88, 80, 236, .2), transparent 35%),
        linear-gradient(145deg, #111a2d 0%, #080d18 72%);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(12, 20, 38, .18);
}

.pm-celebs-hero-copy {
    align-self: center;
    min-width: 0;
    padding: 8px 2px 3px;
}

.pm-celebs-eyebrow,
.pm-celebs-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--celebs-red);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.pm-celebs-eyebrow {
    color: #ff9da3;
}

.pm-celebs-eyebrow .material-symbols-outlined {
    font-size: 17px;
}

.pm-celebs-hero h1 {
    max-width: 680px;
    margin: 12px 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.15rem, 9vw, 4.55rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.035em;
}

.pm-celebs-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: .96rem;
    line-height: 1.65;
}

.pm-celebs-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    padding: 7px 7px 7px 13px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 15px;
}

.pm-celebs-search > .material-symbols-outlined {
    color: rgba(255, 255, 255, .63);
    font-size: 21px;
}

.pm-celebs-search input {
    min-width: 0;
    height: 42px;
    padding: 0;
    color: #fff;
    background: transparent !important;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    font: inherit;
    font-size: .82rem;
}

.pm-celebs-search input::placeholder {
    color: rgba(255, 255, 255, .55);
}

.pm-celebs-search button {
    grid-column: 1 / -1;
    min-height: 43px;
    color: #fff;
    background: var(--celebs-red);
    border: 0;
    border-radius: 11px;
    font-size: .81rem;
    font-weight: 800;
    cursor: pointer;
}

.pm-celebs-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
}

.pm-celebs-stats div {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 12px 6px;
    background: rgba(8, 13, 24, .62);
    text-align: center;
}

.pm-celebs-stats strong {
    color: #fff;
    font-size: 1.08rem;
}

.pm-celebs-stats span {
    color: rgba(255, 255, 255, .52);
    font-size: .55rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pm-celebs-feature {
    position: relative;
    display: block;
    min-height: 330px;
    overflow: hidden;
    color: #fff;
    border-radius: 18px;
    isolation: isolate;
}

.pm-celebs-feature > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.pm-celebs-feature:hover > img {
    transform: scale(1.035);
}

.pm-celebs-feature-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 9, 15, .03) 15%, rgba(6, 9, 15, .94) 100%);
}

.pm-celebs-feature-copy {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 6px;
    padding: 20px;
}

.pm-celebs-feature-copy small {
    width: fit-content;
    padding: 6px 10px;
    color: #fff;
    background: var(--celebs-red);
    border-radius: 999px;
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pm-celebs-feature-copy > strong {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    line-height: 1.05;
}

.pm-celebs-feature-copy > span {
    color: rgba(255, 255, 255, .67);
    font-size: .75rem;
    font-weight: 700;
}

.pm-celebs-feature-copy em {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-style: normal;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pm-celebs-feature-copy b {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: #fff;
    font-size: .75rem;
}

.pm-celebs-feature-copy b .material-symbols-outlined {
    font-size: 17px;
}

.pm-celebs-section {
    margin-top: 44px;
}

.pm-celebs-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.pm-celebs-section-head h2 {
    margin: 5px 0 3px;
    color: var(--celebs-ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 6vw, 2.8rem);
    line-height: 1.08;
}

.pm-celebs-section-head p {
    max-width: 720px;
    margin: 0;
    color: var(--celebs-muted);
    font-size: .86rem;
    line-height: 1.55;
}

.pm-celebs-section-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--celebs-red) !important;
    font-size: .72rem;
    font-weight: 800;
}

.pm-celebs-section-link .material-symbols-outlined {
    font-size: 17px;
}

.pm-celebs-trending-layout,
.pm-celebs-directory-layout {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.pm-celebs-trending-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    min-width: 0;
}

.pm-celebs-trending-card {
    display: grid;
    grid-template-columns: 28px 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 8px;
    color: var(--celebs-ink);
    background: var(--celebs-card);
    border: 1px solid var(--celebs-line);
    border-radius: 14px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pm-celebs-trending-card:hover {
    transform: translateY(-2px);
    border-color: rgba(233, 29, 42, .32);
    box-shadow: 0 10px 25px rgba(16, 24, 40, .08);
}

.pm-celebs-rank {
    color: #d0d5dd;
    font-family: 'Playfair Display', serif;
    font-size: 1.12rem;
    font-weight: 900;
    text-align: center;
}

.pm-celebs-avatar {
    width: 58px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--celebs-soft);
    border-radius: 10px;
}

.pm-celebs-avatar img,
.pm-celebs-directory-photo img,
.pm-celebs-portrait-scroller img,
.pm-celebs-birthdays img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-celebs-card-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.pm-celebs-card-copy strong {
    overflow: hidden;
    color: var(--celebs-ink);
    font-size: .88rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-card-copy small {
    overflow: hidden;
    color: var(--celebs-muted);
    font-size: .68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-card-arrow {
    color: var(--celebs-red);
    font-size: 18px;
}

.pm-celebs-craft-nav {
    display: grid;
    gap: 12px;
}

.pm-celebs-craft-card {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #101827, #17283c);
    border-radius: 18px;
    isolation: isolate;
}

.pm-celebs-craft-collage {
    position: absolute;
    inset: 0 0 0 38%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
}

.pm-celebs-craft-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    filter: saturate(.85);
    transition: transform .45s ease;
}

.pm-celebs-craft-card:hover .pm-celebs-craft-collage img {
    transform: scale(1.035);
}

.pm-celebs-craft-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #101827 0%, rgba(16, 24, 39, .98) 33%, rgba(16, 24, 39, .62) 64%, rgba(16, 24, 39, .18) 100%);
}

.pm-celebs-craft-card.is-director {
    background: linear-gradient(135deg, #2d1744, #4b2873);
}

.pm-celebs-craft-card.is-director .pm-celebs-craft-wash {
    background: linear-gradient(90deg, #2d1744 0%, rgba(45, 23, 68, .98) 33%, rgba(45, 23, 68, .6) 64%, rgba(45, 23, 68, .14) 100%);
}

.pm-celebs-craft-card.is-singer {
    background: linear-gradient(135deg, #4b171d, #7c2930);
}

.pm-celebs-craft-card.is-singer .pm-celebs-craft-wash {
    background: linear-gradient(90deg, #4b171d 0%, rgba(75, 23, 29, .98) 33%, rgba(75, 23, 29, .6) 64%, rgba(75, 23, 29, .14) 100%);
}

.pm-celebs-craft-copy {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
}

.pm-celebs-craft-copy small {
    color: rgba(255, 255, 255, .63);
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pm-celebs-craft-copy strong {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
}

.pm-celebs-craft-copy em {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    color: rgba(255, 255, 255, .78);
    font-size: .72rem;
    font-style: normal;
    font-weight: 700;
}

.pm-celebs-craft-copy .material-symbols-outlined {
    font-size: 16px;
}

.pm-celebs-role-lanes {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.pm-celebs-role-lane {
    min-width: 0;
    padding: 13px;
    background: var(--celebs-card);
    border: 1px solid var(--celebs-line);
    border-radius: 18px;
}

.pm-celebs-lane-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.pm-celebs-lane-head > .material-symbols-outlined {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: var(--celebs-red);
    background: rgba(233, 29, 42, .09);
    border-radius: 9px;
    font-size: 18px;
}

.pm-celebs-lane-head strong {
    color: var(--celebs-ink);
    font-size: .87rem;
}

.pm-celebs-lane-head a {
    color: var(--celebs-red);
    font-size: .69rem;
    font-weight: 800;
}

.pm-celebs-portrait-scroller {
    display: grid;
    grid-auto-columns: minmax(112px, 38%);
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
}

.pm-celebs-portrait-scroller a {
    display: grid;
    gap: 4px;
    min-width: 0;
    color: var(--celebs-ink);
    scroll-snap-align: start;
}

.pm-celebs-portrait-scroller a > span {
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--celebs-soft);
    border-radius: 11px;
}

.pm-celebs-portrait-scroller strong {
    overflow: hidden;
    color: var(--celebs-ink);
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-portrait-scroller small {
    color: var(--celebs-muted);
    font-size: .61rem;
}

.pm-celebs-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    color: var(--celebs-red);
    background: rgba(233, 29, 42, .07);
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
}

.pm-celebs-clear .material-symbols-outlined {
    font-size: 16px;
}

.pm-celebs-birthday-stage {
    display: grid;
    gap: 17px;
    min-width: 0;
    padding: 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 0 0, rgba(244, 181, 46, .2), transparent 20rem),
        var(--celebs-card);
    border: 1px solid var(--celebs-line);
    border-radius: 22px;
}

.pm-celebs-birthday-copy {
    min-width: 0;
}

.pm-celebs-birthday-copy h2 {
    margin: 6px 0;
    color: var(--celebs-ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 7vw, 2.8rem);
}

.pm-celebs-birthday-copy > p {
    max-width: 650px;
    margin: 0;
    color: var(--celebs-muted);
    font-size: .8rem;
    line-height: 1.55;
}

.pm-celebs-birthday-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 17px;
}

.pm-celebs-birthday-grid > a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 8px;
    color: var(--celebs-ink);
    background: color-mix(in srgb, var(--celebs-soft) 78%, transparent);
    border: 1px solid var(--celebs-line);
    border-radius: 13px;
}

.pm-celebs-birthday-photo {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.pm-celebs-birthday-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-celebs-birthday-grid > a > span:last-child {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.pm-celebs-birthday-grid strong {
    overflow: hidden;
    color: var(--celebs-ink);
    font-size: .71rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-birthday-grid small {
    color: #9a6700;
    font-size: .59rem;
    font-weight: 800;
}

.pm-celebs-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pm-celebs-preview-layout {
    display: grid;
    gap: 17px;
    min-width: 0;
}

.pm-celebs-preview-grid > a {
    display: grid;
    gap: 7px;
    min-width: 0;
    color: var(--celebs-ink);
}

.pm-celebs-preview-grid > a > span {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--celebs-soft);
    border-radius: 13px;
}

.pm-celebs-preview-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    transition: transform .35s ease;
}

.pm-celebs-preview-grid a:hover img {
    transform: scale(1.035);
}

.pm-celebs-preview-grid strong {
    overflow: hidden;
    color: var(--celebs-ink);
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-directory-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding: 18px;
    color: #fff !important;
    background:
        radial-gradient(circle at 100% 0, rgba(233, 29, 42, .4), transparent 17rem),
        linear-gradient(145deg, #111a2e, #080d18);
    border-radius: 17px;
}

.pm-celebs-directory-cta > span:first-child {
    display: grid;
    gap: 3px;
}

.pm-celebs-directory-cta strong {
    color: #fff;
    font-size: .82rem;
}

.pm-celebs-directory-cta small {
    color: rgba(255, 255, 255, .63);
    font-size: .64rem;
    line-height: 1.4;
}

.pm-celebs-directory-cta > .material-symbols-outlined {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    background: var(--celebs-red);
    border-radius: 50%;
}

.pm-celebs-directory-hero {
    padding: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 0, rgba(233, 29, 42, .32), transparent 20rem),
        linear-gradient(145deg, #111a2d, #080d18);
    border-radius: 24px;
}

.pm-celebs-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .7) !important;
    font-size: .67rem;
    font-weight: 800;
}

.pm-celebs-back .material-symbols-outlined {
    font-size: 16px;
}

.pm-celebs-directory-hero h1 {
    max-width: 850px;
    margin: 8px 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.15rem, 9vw, 4rem);
    line-height: 1;
}

.pm-celebs-directory-hero > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: .82rem;
    line-height: 1.55;
}

.pm-celebs-directory-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 570px;
    margin-top: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 13px;
}

.pm-celebs-directory-summary > span {
    display: grid;
    gap: 2px;
    padding: 11px 7px;
    background: rgba(8, 13, 24, .58);
    text-align: center;
}

.pm-celebs-directory-summary strong {
    color: #fff;
    font-size: 1rem;
}

.pm-celebs-directory-summary small {
    color: rgba(255, 255, 255, .52);
    font-size: .54rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pm-celebs-directory-guide {
    display: grid;
    gap: 9px;
    padding: 18px;
    color: #fff;
    background: linear-gradient(145deg, #111a2e, #080d18);
    border-radius: 17px;
}

.pm-celebs-directory-guide > .material-symbols-outlined {
    color: #ff9aa1;
    font-size: 28px;
}

.pm-celebs-directory-guide strong {
    color: #fff;
    font-size: .85rem;
}

.pm-celebs-directory-guide p {
    margin: 0;
    color: rgba(255, 255, 255, .63);
    font-size: .68rem;
    line-height: 1.5;
}

.pm-celebs-directory-guide a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff !important;
    font-size: .68rem;
    font-weight: 800;
}

.pm-celebs-directory-guide a .material-symbols-outlined {
    font-size: 16px;
}

.pm-celebs-role-filters,
.pm-celebs-alphabet {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 7px;
    scrollbar-width: thin;
}

.pm-celebs-role-filters a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    min-height: 39px;
    padding: 0 13px;
    color: var(--celebs-ink);
    background: var(--celebs-card);
    border: 1px solid var(--celebs-line);
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
}

.pm-celebs-role-filters a.is-active,
.pm-celebs-role-filters a:hover {
    color: #fff;
    background: var(--celebs-red);
    border-color: var(--celebs-red);
}

.pm-celebs-role-filters .material-symbols-outlined {
    font-size: 17px;
}

.pm-celebs-alphabet {
    margin: 7px 0 17px;
}

.pm-celebs-alphabet a {
    display: grid;
    flex: 0 0 35px;
    place-items: center;
    height: 35px;
    color: var(--celebs-ink);
    background: var(--celebs-soft);
    border: 1px solid var(--celebs-line);
    border-radius: 10px;
    font-size: .68rem;
    font-weight: 800;
}

.pm-celebs-alphabet a:first-child {
    flex-basis: 47px;
}

.pm-celebs-alphabet a.is-active,
.pm-celebs-alphabet a:hover {
    color: #fff;
    background: var(--celebs-navy);
    border-color: var(--celebs-navy);
}

.pm-celebs-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pm-celebs-directory-card {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: var(--celebs-ink);
    background: var(--celebs-card);
    border: 1px solid var(--celebs-line);
    border-radius: 14px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pm-celebs-directory-card:hover {
    transform: translateY(-3px);
    border-color: rgba(233, 29, 42, .3);
    box-shadow: 0 12px 25px rgba(16, 24, 40, .09);
}

.pm-celebs-directory-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--celebs-soft);
}

.pm-celebs-directory-card > span:last-child {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 10px;
}

.pm-celebs-directory-card strong {
    overflow: hidden;
    color: var(--celebs-ink);
    font-size: .79rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-directory-card small {
    overflow: hidden;
    color: var(--celebs-muted);
    font-size: .62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-directory-side {
    display: grid;
    align-content: start;
    gap: 16px;
    min-width: 0;
}

.pm-celebs-birthdays {
    padding: 14px;
    background:
        radial-gradient(circle at 100% 0, rgba(244, 181, 46, .15), transparent 34%),
        var(--celebs-card);
    border: 1px solid var(--celebs-line);
    border-radius: 18px;
}

.pm-celebs-side-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--celebs-line);
}

.pm-celebs-side-head > .material-symbols-outlined {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #9a6700;
    background: #fff3c4;
    border-radius: 50%;
}

.pm-celebs-side-head span:last-child {
    display: grid;
    gap: 2px;
}

.pm-celebs-side-head strong {
    color: var(--celebs-ink);
    font-size: .84rem;
}

.pm-celebs-side-head small {
    color: var(--celebs-muted);
    font-size: .63rem;
}

.pm-celebs-birthdays > a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    color: var(--celebs-ink);
    border-bottom: 1px solid var(--celebs-line);
}

.pm-celebs-birthdays > a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.pm-celebs-birthdays > a img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.pm-celebs-birthdays > a > span:nth-child(2) {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.pm-celebs-birthdays > a strong {
    overflow: hidden;
    color: var(--celebs-ink);
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-celebs-birthdays > a small {
    color: var(--celebs-muted);
    font-size: .61rem;
}

.pm-celebs-birthdays > a > .material-symbols-outlined {
    color: var(--celebs-muted);
    font-size: 18px;
}

.pm-celebs-pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.pm-celebs-pagination a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    min-height: 39px;
    padding: 0 12px;
    color: var(--celebs-ink);
    background: var(--celebs-card);
    border: 1px solid var(--celebs-line);
    border-radius: 10px;
    font-size: .68rem;
    font-weight: 800;
}

.pm-celebs-pagination a:last-child {
    justify-self: end;
}

.pm-celebs-pagination a:hover {
    color: #fff;
    background: var(--celebs-red);
    border-color: var(--celebs-red);
}

.pm-celebs-pagination .material-symbols-outlined {
    font-size: 16px;
}

.pm-celebs-pagination strong {
    color: var(--celebs-muted);
    font-size: .65rem;
    text-align: center;
}

.pm-celebs-pagination-numbered {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.pm-page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pm-page-numbers a {
    display: grid;
    min-width: 34px;
    min-height: 34px;
    place-items: center;
    padding: 0 7px;
}

.pm-page-numbers a.is-current {
    color: #fff;
    background: var(--celebs-red);
    border-color: var(--celebs-red);
}

.pm-page-numbers i {
    color: var(--celebs-muted);
    font-size: .7rem;
    font-style: normal;
}

.pm-celebs-empty {
    display: grid;
    place-items: center;
    min-height: 240px;
    padding: 30px;
    color: var(--celebs-muted);
    background: var(--celebs-soft);
    border: 1px solid var(--celebs-line);
    border-radius: 18px;
    text-align: center;
}

.pm-celebs-empty .material-symbols-outlined {
    font-size: 38px;
}

.pm-celebs-empty strong {
    color: var(--celebs-ink);
}

.pm-celebs-empty p {
    margin: 0;
    font-size: .8rem;
}

.pm-celebs-ad {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 100%;
    margin: 18px auto 0;
    padding: 24px 8px 8px;
    overflow: hidden;
    background: color-mix(in srgb, var(--celebs-card) 78%, transparent);
    border: 1px dashed var(--celebs-line);
    border-radius: 16px;
}

.pm-celebs-ad-wide {
    min-height: 116px;
}

.pm-celebs-ad-rectangle {
    width: 100%;
    min-width: 0;
    min-height: 280px;
    margin: 0;
}

.pm-celebs-ad-label {
    position: absolute;
    top: 7px;
    left: 50%;
    color: var(--celebs-muted);
    font-size: .54rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.pm-celebs-ad ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
}

.pm-celebs-ad-wide ins.adsbygoogle {
    min-height: 78px;
}

.pm-celebs-ad-rectangle ins.adsbygoogle {
    min-height: 250px;
}

.pm-celebs-ad.pm-ad-unfilled,
.pm-celebs-ad:has(.pm-ad-unfilled) {
    display: none;
}

.pm-celebs-trending-layout:has(.pm-celebs-ad-rectangle.pm-ad-unfilled),
.pm-celebs-trending-layout:has(.pm-celebs-ad-rectangle .pm-ad-unfilled),
.pm-celebs-directory-layout:has(.pm-celebs-ad-rectangle.pm-ad-unfilled),
.pm-celebs-directory-layout:has(.pm-celebs-ad-rectangle .pm-ad-unfilled) {
    grid-template-columns: minmax(0, 1fr);
}

.pm-celebs-preview-layout:has(.pm-celebs-ad-rectangle.pm-ad-unfilled),
.pm-celebs-preview-layout:has(.pm-celebs-ad-rectangle .pm-ad-unfilled) {
    grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 559px) {
    .pm-celebs-pagination-numbered {
        gap: 4px;
    }

    .pm-page-direction span:not(.material-symbols-outlined) {
        display: none;
    }

    .pm-page-numbers {
        max-width: 210px;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
}

@media (min-width: 560px) {
    .pm-celebs-search {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .pm-celebs-search button {
        grid-column: auto;
        min-width: 112px;
        padding: 0 16px;
    }

    .pm-celebs-trending-grid,
    .pm-celebs-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-celebs-craft-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pm-celebs-craft-card {
        min-height: 230px;
    }

    .pm-celebs-preview-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pm-celebs-portrait-scroller {
        grid-auto-columns: minmax(125px, 24%);
    }
}

@media (min-width: 760px) {
    .pm-celebs-hub {
        width: min(100% - 48px, 1280px);
        padding-top: 26px;
    }

    .pm-celebs-hero {
        grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
        gap: 24px;
        padding: 28px;
        border-radius: 30px;
    }

    .pm-celebs-hero-copy {
        padding: 12px;
    }

    .pm-celebs-feature {
        min-height: 460px;
    }

    .pm-celebs-feature-copy {
        padding: 28px;
    }

    .pm-celebs-section {
        margin-top: 64px;
    }

    .pm-celebs-section-head {
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
    }

    .pm-celebs-birthday-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pm-celebs-preview-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .pm-celebs-role-lanes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pm-celebs-portrait-scroller {
        grid-auto-columns: minmax(115px, 42%);
    }

    .pm-celebs-directory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pm-celebs-ad-wide {
        min-height: 126px;
        padding: 26px 16px 10px;
    }

    .pm-celebs-ad-wide ins.adsbygoogle {
        min-height: 90px;
    }
}

@media (min-width: 1024px) {
    .pm-celebs-hero {
        grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
        padding: 36px;
    }

    .pm-celebs-hero h1 {
        font-size: clamp(3.6rem, 5.2vw, 4.8rem);
    }

    .pm-celebs-trending-layout,
    .pm-celebs-directory-layout,
    .pm-celebs-preview-layout {
        grid-template-columns: minmax(0, 1fr) 336px;
        align-items: start;
        gap: 22px;
    }

    .pm-celebs-ad-rectangle {
        width: 336px;
        min-height: 310px;
    }

    .pm-celebs-ad-rectangle ins.adsbygoogle {
        min-height: 280px;
    }

    .pm-celebs-directory-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pm-celebs-craft-card {
        min-height: 270px;
    }

    .pm-celebs-directory-hero {
        padding: 38px;
        border-radius: 28px;
    }

    .pm-celebs-craft-copy {
        padding: 22px;
    }

    .pm-celebs-craft-copy strong {
        font-size: 2.05rem;
    }
}

@media (min-width: 1240px) {
    .pm-celebs-trending-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-celebs-directory-grid {
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pm-celebs-hub *,
    .pm-celebs-hub *::before,
    .pm-celebs-hub *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
