/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.1.0
*/

/* ── Brand Design Tokens ─────────────────────────────────────────────────────
   Pete McDevitt Show brand palette.
   These variables are available to all templates and inline styles.
   ────────────────────────────────────────────────────────────────────────── */
body.elementor-editor-active .elementor-widget-video .elementor-wrapper,
body.elementor-editor-active .elementor-widget-video .elementor-custom-embed-image-overlay,
body.elementor-editor-preview .elementor-widget-video .elementor-wrapper,
body.elementor-editor-preview .elementor-widget-video .elementor-custom-embed-image-overlay {
    pointer-events: none;
}

:root {
    --pms-red:     #cc2200;   /* Primary accent — logo red                    */
    --pms-dark:    #111111;   /* Dark sections, nav, primary dark buttons      */
    --pms-body:    #333333;   /* Body/paragraph text                          */
    --pms-muted:   #666666;   /* Secondary/muted text                         */
    --pms-light:   #f7f7f7;   /* Light card/section backgrounds               */
    --pms-border:  #e0e0e0;   /* Card and section borders                     */
    --pms-shadow:  0 4px 16px rgba(0,0,0,.08); /* Standard card shadow        */
    --pms-radius:  12px;      /* Standard card border-radius                  */
}

/* Keep document flow normal to avoid Elementor/mobile layout conflicts. */
html,
body {
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    display: block;
}

/* Custom cursor — injected via JS canvas after image loads */

.site,
.site-main {
    max-width: 100%;
    overflow-x: clip;
}

/* Page 21: beat Hello Elementor's inline max-width on <main id="content"> */
body.page-id-21 #content {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Single inductee: let hero break fully out of any parent max-width */
.single-inductee #main,
.single-inductee .site-main,
.single-inductee .site {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Maryland Meetup mobile overflow hard-stop (Elementor page ID 24). */
@media (max-width: 767px) {
    body.page-id-24,
    body.page-id-24 .site,
    body.page-id-24 .site-main,
    body.page-id-24 .elementor,
    body.page-id-24 .elementor-section-wrap,
    body.page-id-24 .elementor-section,
    body.page-id-24 .elementor-container,
    body.page-id-24 .elementor-column,
    body.page-id-24 .elementor-widget-wrap,
    body.page-id-24 .elementor-widget,
    body.page-id-24 .elementor-widget-container,
    body.page-id-24 .elementor-shortcode {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.page-id-24 .elementor-section,
    body.page-id-24 .elementor-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.page-id-24 img,
    body.page-id-24 video,
    body.page-id-24 iframe,
    body.page-id-24 canvas,
    body.page-id-24 svg {
        max-width: 100% !important;
    }
}

/* ── Shared Card Styles ──────────────────────────────────────────────────── */
.pms-card {
    background: #fff;
    border: 1px solid var(--pms-border);
    border-radius: var(--pms-radius);
    box-shadow: var(--pms-shadow);
    overflow: hidden;
}

/* ── Badge / Pill ────────────────────────────────────────────────────────── */
.pms-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--pms-red);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.pms-btn {
    display: inline-block;
    padding: 9px 20px;
    background: var(--pms-red);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.pms-btn-back {
    display: inline-block;
    padding: 9px 20px;
    background: #f0f0f0;
    color: #333;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.pms-btn-dark {
    display: inline-block;
    padding: 9px 20px;
    background: var(--pms-dark);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

/* Custom site footer */
#pms-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(1000px 420px at -12% -20%, rgba(204,34,0,.28), transparent 58%),
        radial-gradient(760px 320px at 110% -10%, rgba(255,255,255,.08), transparent 62%),
        linear-gradient(155deg, #0c0c0c 0%, #141414 48%, #1c1c1c 100%);
    color: #ddd;
    border-top: 1px solid rgba(255,255,255,.14);
    margin-top: 0;
}

.pms-footer-bg-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(34px);
    opacity: .32;
    pointer-events: none;
}

.pms-footer-bg-orb-1 {
    width: 280px;
    height: 280px;
    background: #cc2200;
    top: -95px;
    left: -110px;
}

.pms-footer-bg-orb-2 {
    width: 240px;
    height: 240px;
    background: #ffffff;
    top: -120px;
    right: -100px;
}

.pms-footer-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.6rem 1.5rem 2.1rem;
    display: grid;
    grid-template-columns: minmax(270px, 1.25fr) repeat(3, minmax(170px, .85fr));
    gap: 1.3rem 2rem;
}

.pms-footer-logo-link,
.pms-footer-logo-link:hover {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.pms-footer-logo-wrap .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.pms-footer-logo-wrap .custom-logo,
.pms-footer-logo-wrap .custom-logo-link img,
.pms-footer-logo-link img {
    max-height: 52px;
    width: auto;
}

.pms-footer-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -.2px;
}

.pms-footer-tagline {
    margin: .9rem 0 1.1rem;
    color: rgba(255,255,255,.78);
    line-height: 1.62;
    max-width: 42ch;
}

.pms-footer-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.pms-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(204,34,0,.4);
    background: #cc2200;
    color: #fff;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1;
    padding: .62rem .95rem;
    transition: transform .14s ease, background .14s ease, border-color .14s ease;
}

.pms-footer-btn:hover {
    transform: translateY(-1px);
    background: #e22900;
    border-color: #e22900;
}

.pms-footer-btn-alt {
    background: rgba(255,255,255,.02);
    border-color: rgba(255,255,255,.26);
}

.pms-footer-btn-alt:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.42);
}

.pms-footer-col h2 {
    margin: 0 0 .75rem;
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.pms-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .45rem;
}

.pms-footer-col a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    font-size: .92rem;
}

.pms-footer-col a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pms-footer-note {
    margin: 0 0 .7rem;
    color: rgba(255,255,255,.74);
    line-height: 1.6;
    font-size: .9rem;
}

.pms-footer-inline-link {
    display: block;
    margin: .4rem 0;
    color: #ff8b73;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
}

.pms-footer-inline-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pms-footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,.14);
    padding: .92rem 1.5rem 1.05rem;
    text-align: center;
}

.pms-footer-bottom p {
    margin: 0;
    font-size: .81rem;
    color: rgba(255,255,255,.62);
}

@media (max-width: 1080px) {
    .pms-footer-inner {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 720px) {
    .pms-footer-inner {
        grid-template-columns: 1fr;
        padding: 2.15rem 1.2rem 1.8rem;
    }

    .pms-footer-main {
        text-align: center;
    }

    .pms-footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pms-footer-menu,
    .pms-footer-col > ul {
        justify-items: center;
    }

    .pms-footer-cta-row,
    .pms-footer-col .pms-social-icons {
        justify-content: center;
        align-items: center;
    }

    .pms-footer-bottom {
        padding: .85rem 1.2rem .95rem;
    }
}

/* ── DYSR Hall of Fame landing ─────────────────────────────────────────────── */
body.pms-dysr-hof-landing .pms-dysr-hof {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(24px,5vw,58px) clamp(16px,3vw,28px);
}

/* Regional Meetup landing shortcodes. */
.pms-regional-meetups,
.pms-regional-meetups * { box-sizing: border-box; }
.pms-regional-meetups { width: 100%; color: #111; }
.regional-meetups__featured-card { display: block; width: 100%; max-width: 820px; min-height: 0; margin-inline: auto; overflow: hidden; border: 1px solid #e0e0e0; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.09); }
.regional-meetups__featured-media { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; min-height: 0; overflow: hidden; margin: 0; padding: clamp(8px, 1.5vw, 14px); border-bottom: 1px solid rgba(0,0,0,.08); background: #f7f7f7; }
.regional-meetups__featured-media img { position: static; display: block; width: 100%; max-width: 100%; height: auto; max-height: none; margin: 0 auto; border: 0; border-radius: 8px; object-fit: contain; object-position: center; box-shadow: none; }
.regional-meetups__placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 4rem; opacity: .35; }
.regional-meetups__record-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; min-width: 0; min-height: 0; height: auto; gap: clamp(12px, 1vw, 14px); padding: clamp(22px, 2.5vw, 30px); }
.regional-meetups__record-eyebrow { margin: 0 0 2px; color: #cc2200; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.regional-meetups__record-title { width: 100%; max-width: 760px; margin: 0; color: #111; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.04; font-weight: 850; }
.regional-meetups__record-summary { width: 100%; max-width: 720px; margin: 2px 0 0; color: #4a4a4a; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.45; }
.regional-meetups__record-footer { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 18px; margin-top: 10px; padding-top: 0; }
.regional-meetups__record-date { margin: 0; color: #666; font-size: 16px; line-height: 1.3; font-weight: 700; }
.regional-meetups__record-action.regional-meetups__featured-action { width: auto; min-height: 50px; padding-inline: 26px; border-radius: 12px; white-space: nowrap; }
.regional-meetups__featured-action,
.regional-meetups__current-album-action,
.regional-meetups__button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .75rem 1.2rem; border: 1px solid #cc2200; border-radius: 8px; background: #cc2200; color: #fff !important; font-weight: 800; line-height: 1.2; text-decoration: none !important; }
.regional-meetups__featured-action:hover,
.regional-meetups__current-album-action:hover,
.regional-meetups__button:hover { background: #a91c00; border-color: #a91c00; }
.regional-meetups__current-album { display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; align-items: center; gap: clamp(1.25rem, 3vw, 2.25rem); width: 100%; margin-top: 1.5rem; padding: 1.25rem; border: 1px solid #e0e0e0; border-radius: 14px; background: #faf9f7; }
.regional-meetups__current-album-media { height: 118px; overflow: hidden; border-radius: 10px; background: #eee; }
.regional-meetups__current-album-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.regional-meetups__current-album-content h2 { margin: .2rem 0 .35rem; color: #111; font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.25; }
.regional-meetups__current-album-content p { margin: 0; color: #5b5b5b; line-height: 1.5; }
.regional-meetups__eyebrow { color: #cc2200; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.regional-meetups__past { width: 100%; margin-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: clamp(1rem, 3vw, 2.5rem); }
.regional-meetups__past-heading { margin: 0 0 clamp(1.25rem, 3vw, 2rem); color: #111; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.12; font-weight: 850; letter-spacing: -.025em; }
.regional-meetups__past-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: clamp(1.5rem, 3vw, 2.5rem); width: 100%; }
.regional-meetups__past-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #d9d9d9; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(17,17,17,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.regional-meetups__past-card::before { content: ''; position: absolute; inset: 0 auto auto 0; z-index: 2; width: 100%; height: 4px; background: #cc2200; }
.regional-meetups__past-card:hover { transform: translateY(-4px); border-color: #c8c8c8; box-shadow: 0 18px 42px rgba(17,17,17,.12); }
.regional-meetups__past-card-media { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; margin: 0; padding: 0; border: 0; background: transparent; }
.regional-meetups__past-card-media img { display: block; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; object-fit: cover; object-position: center center; transition: transform .25s ease; }
.regional-meetups__past-card:hover .regional-meetups__past-card-media img { transform: scale(1.015); }
.regional-meetups__past-card-content { flex: 1; padding: clamp(1.35rem, 2.5vw, 1.8rem) clamp(1.25rem, 2.5vw, 1.7rem) .8rem; }
.regional-meetups__past-card-content h3 { margin: 0 0 .55rem; color: #111; font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.2; font-weight: 850; letter-spacing: -.02em; text-wrap: balance; }
.regional-meetups__past-card-content p { display: -webkit-box; overflow: hidden; margin: .85rem 0 0; color: #595959; font-size: .94rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.regional-meetups__date { color: #707070; font-size: .88rem; line-height: 1.4; font-weight: 750; }
.regional-meetups__past-card-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; padding: 1rem clamp(1.25rem, 2.5vw, 1.7rem) clamp(1.35rem, 2.5vw, 1.7rem); }
.regional-meetups__past-card-actions .regional-meetups__button:only-child { grid-column: 1 / -1; }
.regional-meetups__button { min-height: 44px; padding: .7rem .9rem; border-radius: 9px; font-size: .86rem; white-space: nowrap; }
.regional-meetups__button--secondary { background: #fff; color: #cc2200 !important; }
.regional-meetups__button--secondary:hover { color: #fff !important; }

@media (max-width: 767px) {
    .regional-meetups__featured-media { padding: clamp(8px, 3vw, 12px); }
    .regional-meetups__record-content { gap: 12px; padding: 20px; }
    .regional-meetups__record-title { font-size: clamp(30px, 9vw, 38px); }
    .regional-meetups__record-footer { align-items: stretch; flex-direction: column; gap: 12px; }
    .regional-meetups__record-action.regional-meetups__featured-action { width: 100%; }
    .regional-meetups__current-album { grid-template-columns: 1fr; padding: 1rem; }
    .regional-meetups__current-album-media { height: 200px; }
    .regional-meetups__current-album-action { width: 100%; }
    .regional-meetups__past-grid { grid-template-columns: 1fr; }
    .regional-meetups__past-card-actions { grid-template-columns: 1fr; }
    .regional-meetups__past-card-actions .regional-meetups__button { grid-column: 1; width: 100%; }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .regional-meetups__past-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

body.pms-dysr-hof-landing .pms-dysr-hof--intro {
    text-align: center;
    padding-top: clamp(18px,4vw,42px);
}

body.pms-dysr-hof-landing .pms-dysr-hof--banner {
    padding-bottom: 0;
    text-align: center;
}

body.pms-dysr-hof-landing .pms-dysr-hof--banner img {
    display: block;
    width: min(94%, 1024px);
    height: auto;
    margin: 0 auto;
}

body.pms-dysr-hof-landing .pms-dysr-hof__eyebrow {
    margin: 0 0 10px;
    color: var(--pms-dysr-red, #cc2200);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.pms-dysr-hof-landing .pms-dysr-hof__title {
    margin: 0;
    color: #15110f;
    font-size: clamp(2.5rem,5.8vw,5rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

body.pms-dysr-hof-landing .pms-dysr-hof__title::after {
    content: "";
    display: block;
    width: 92px;
    height: 5px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: var(--pms-dysr-red, #cc2200);
}

body.pms-dysr-hof-landing .pms-dysr-hof__lede,
body.pms-dysr-hof-landing .pms-dysr-hof__text {
    max-width: 820px;
    margin: 18px auto 0;
    color: #393530;
    font-size: clamp(1.04rem,1.3vw,1.2rem);
    line-height: 1.72;
}

body.pms-dysr-hof-landing .pms-dysr-hof__section-title {
    margin: 0 0 12px;
    color: #15110f;
    font-size: clamp(1.9rem,3.4vw,3rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

body.pms-dysr-hof-landing .pms-dysr-hof--search {
    padding-top: clamp(16px,3vw,34px);
    padding-bottom: clamp(26px,5vw,56px);
}

body.pms-dysr-hof-landing .pms-dysr-hof--search .pete-live-search,
body.pms-dysr-hof-landing .pete-live-search--dysr {
    max-width: 860px;
    margin: 22px auto 0;
}

body.pms-dysr-hof-landing .pms-dysr-hof--search .pete-live-search__label,
body.pms-dysr-hof-landing .pete-live-search--dysr .pete-live-search__label {
    display: block;
    margin: 0 0 8px;
    color: #15110f;
    font-weight: 900;
}

body.pms-dysr-hof-landing .pms-dysr-hof__feature {
    display: grid;
    grid-template-columns: minmax(260px,420px) minmax(0,1fr);
    gap: clamp(22px,4vw,46px);
    align-items: center;
    padding: clamp(18px,3vw,28px);
    border: 1px solid #e5d9cf;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(31,25,19,.08);
}

body.pms-dysr-hof-landing .pms-dysr-hof__feature img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

body.pms-dysr-hof-landing .pms-dysr-hof__feature h2 {
    margin: 0 0 14px;
    color: #15110f;
    font-size: clamp(1.85rem,3vw,2.8rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

body.pms-dysr-hof-landing .pms-dysr-hof__feature p {
    margin: 0 0 14px;
    color: #393530;
    font-size: clamp(1rem,1.18vw,1.08rem);
    line-height: 1.72;
}

body.pms-dysr-hof-landing .pms-dysr-hof__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid var(--pms-dysr-red, #cc2200);
    border-radius: 999px;
    background: var(--pms-dysr-red, #cc2200);
    color: #fff !important;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(204,34,0,.24);
}

body.pms-dysr-hof-landing .pms-dysr-hof__button:hover,
body.pms-dysr-hof-landing .pms-dysr-hof__button:focus {
    background: #e12600;
    border-color: #e12600;
}

body.pms-dysr-hof-landing .pms-dysr-hof__support {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
}

body.pms-dysr-hof-landing .pms-dysr-hof__support-item {
    padding: clamp(20px,3vw,30px);
    border: 1px solid #e5d9cf;
    border-radius: 8px;
    background: #fff;
}

body.pms-dysr-hof-landing .pms-dysr-hof__support-item h2 {
    margin: 0 0 12px;
    color: #15110f;
    font-size: clamp(1.45rem,2.2vw,2rem);
    line-height: 1.15;
    font-weight: 900;
}

body.pms-dysr-hof-landing .pms-dysr-hof__support-item p {
    margin: 0 0 12px;
    color: #393530;
    font-size: 1rem;
    line-height: 1.72;
}

body.pms-dysr-hof-landing .pms-dysr-hof__support-item p:last-child {
    margin-bottom: 0;
}

body.pms-dysr-hof-landing .pms-hof-classes-grid {
    max-width: 1180px;
    padding-inline: clamp(16px,3vw,28px);
}

body.pms-dysr-hof-landing .pms-hof-class-card a:focus-visible,
body.pms-dysr-hof-landing .pms-dysr-hof a:focus-visible,
body.pms-dysr-hof-landing .pete-live-search input:focus-visible,
body.pms-dysr-hof-landing .pete-live-search button:focus-visible {
    outline: 3px solid rgba(204,34,0,.45);
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    body.pms-dysr-hof-landing .pms-hof-classes-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 767px) {
    body.pms-dysr-hof-landing .pms-dysr-hof__feature,
    body.pms-dysr-hof-landing .pms-dysr-hof__support {
        grid-template-columns: 1fr;
    }

    body.pms-dysr-hof-landing .pms-dysr-hof {
        padding-block: 28px;
    }

    body.pms-dysr-hof-landing .pms-dysr-hof__title {
        font-size: clamp(2.1rem,10vw,3.25rem);
    }
}

/* ── Social icon circles (partner cards + team member profiles) ────────────── */
.pms-partner-social-link {
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.16);
}
.pms-partner-social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,.28);
}
.pms-partner-social-link--instagram {
    box-shadow: 0 2px 8px rgba(193,53,132,.38);
}
.pms-partner-social-link--instagram:hover {
    box-shadow: 0 10px 22px rgba(193,53,132,.48);
}
.pms-partner-social-link--website {
    box-shadow: 0 2px 8px rgba(15,23,42,.36);
}
.pms-partner-social-link--website:hover {
    box-shadow: 0 10px 22px rgba(15,23,42,.48);
}

/* ── Social link chips (partner single profiles) ───────────────────────────── */
.pms-partner-link-chip {
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 3px 9px rgba(0,0,0,.2);
}
.pms-partner-link-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,.28);
}
.pms-partner-link-chip--instagram {
    box-shadow: 0 3px 11px rgba(193,53,132,.42);
}
.pms-partner-link-chip--instagram:hover {
    box-shadow: 0 12px 24px rgba(193,53,132,.5);
}
.pms-partner-link-chip--website {
    box-shadow: 0 3px 11px rgba(15,23,42,.4);
}
.pms-partner-link-chip--website:hover {
    box-shadow: 0 12px 24px rgba(15,23,42,.5);
}

/* Inductee profile social icon hover lift */
.pms-inductee-social-icon {
    transition: transform .2s ease, filter .2s ease;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,.35));
}
.pms-inductee-social-icon:hover {
    transform: translateY(-5px) scale(1.14);
    filter: drop-shadow(0 8px 14px rgba(0,0,0,.5)) brightness(1.15);
}

/* Mobile: keep Disney/Sports show card artwork fully visible (no crop). */
@media (max-width: 640px) {
    .pms-disney-grid > div > div:first-child,
    .pms-sports-grid > div > div:first-child {
        padding-top: 62% !important;
        background: #efefef !important;
    }

    .pms-disney-grid > div > div:first-child img,
    .pms-sports-grid > div > div:first-child img {
        object-fit: contain !important;
        padding: 6px;
    }
}

body.page-id-20 .pms-hof-class-title {
    font-size: 1.52rem !important;
    line-height: 1.24 !important;
}

body.page-id-20 .pms-hof-class-cta {
    color: #fff !important;
    background: #cc2200 !important;
    border-color: #cc2200 !important;
    font-weight: 800 !important;
    padding: 8px 13px !important;
    box-shadow: 0 4px 12px rgba(204,34,0,.28);
}

/* Single inductee profile */
.pms-inductee-page {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem 4rem;
}

.pms-inductee-hero {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 1.5rem;
    min-height: 320px;
    margin-bottom: 2rem;
    padding: 0 1.25rem 0 0;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d0d0d 0%, #1c1c2e 100%);
    box-shadow: 0 12px 40px rgba(0,0,0,.2);
}

.pms-inductee-copy {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 40px 20px 72px 44px;
    min-width: 0;
}

.pms-inductee-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.pms-inductee-rank {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    background: #b8860b;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .5px;
}

.pms-inductee-class-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none;
}

.pms-inductee-class-chip:hover {
    background: rgba(255,255,255,.18);
    color: #fff;
}

.pms-inductee-class-badge {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 auto;
}

.pms-inductee-title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1.08;
    text-wrap: balance;
}

.pms-inductee-back-wrap {
    display: flex;
    justify-content: flex-start;
}

.pms-inductee-back-link {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    color: #fff;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 600;
}

.pms-inductee-back-link:hover {
    background: rgba(255,255,255,.16);
    color: #fff;
}

.pms-inductee-photo-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 clamp(220px, 26vw, 300px);
    min-width: 220px;
    padding-top: 16px;
}

.pms-inductee-photo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 340px;
    max-height: 304px;
    object-fit: contain;
    object-position: center bottom;
}

.pms-inductee-photo-fallback {
    font-size: 5rem;
}

.pms-inductee-character-wrap {
    display: flex;
    justify-content: center;
    padding: 10px 16px;
    background: linear-gradient(135deg,#0d0d0d 0%,#1c1c2e 100%);
}

.pms-inductee-character-pill {
    display: inline-block;
    max-width: 100%;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(0,0,0,.72);
    color: #ffd88a;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0,0,0,.38);
    text-transform: uppercase;
}

.pms-inductee-content {
    padding: 36px 44px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .pms-inductee-page {
        padding: 0 1rem 3rem !important;
    }

    .pms-inductee-hero {
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
    }

    .pms-inductee-copy {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 16px !important;
        padding: 24px 20px 8px !important;
        min-width: 0 !important;
    }

    .pms-inductee-meta {
        gap: 10px 8px !important;
    }

    .pms-inductee-title {
        font-size: clamp(1.3rem, 5.2vw, 1.8rem) !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
    }

    .pms-inductee-back-link {
        width: 100% !important;
        text-align: center !important;
    }

    .pms-inductee-photo-wrap {
        display: flex !important;
        position: static !important;
        overflow: visible !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: none !important;
        flex-basis: auto !important;
        padding: 8px 12px 0 !important;
        align-items: flex-end !important;
        justify-content: center !important;
    }

    .pms-inductee-photo {
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: min(100%, 185px) !important;
        height: auto !important;
        max-width: min(100%, 185px) !important;
        max-height: none !important;
    }

    .pms-inductee-character-wrap {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 0 !important;
        padding: 10px 16px !important;
        justify-content: center !important;
        background: linear-gradient(135deg,#0d0d0d 0%,#1c1c2e 100%) !important;
    }

    .pms-inductee-character-pill {
        display: inline-block !important;
        max-width: 100% !important;
        padding: 9px 14px !important;
        font-size: .72rem !important;
        letter-spacing: .08em !important;
    }

    .pms-inductee-content {
        padding: 24px 18px !important;
    }
}

@media (max-width: 420px) {
    .pms-inductee-page {
        padding: 0 .85rem 2.5rem !important;
    }

    .pms-inductee-copy {
        gap: 12px !important;
        padding: 22px 18px 10px !important;
    }

    .pms-inductee-rank,
    .pms-inductee-class-chip {
        font-size: .72rem !important;
    }

    .pms-inductee-title {
        font-size: clamp(1.15rem, 4.8vw, 1.5rem) !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
    }

    .pms-inductee-photo {
        width: min(100%, 150px) !important;
        max-width: min(100%, 150px) !important;
    }

    .pms-inductee-character-wrap {
        padding: 10px 10px 18px !important;
    }

    .pms-inductee-content {
        padding: 22px 16px !important;
    }
}

/* DYSR content pages: copy organization and shared page rhythm. */
body.pms-dysr-page {
    --pms-dysr-red: #cc2200;
    --pms-dysr-ink: #151515;
    --pms-dysr-muted: #5d6470;
    --pms-dysr-line: #e3e5e8;
    --pms-dysr-paper: #ffffff;
    --pms-dysr-soft: #f6f7f9;
    background: #f3f4f6;
}

body.pms-dysr-page #content,
body.pms-dysr-page .site-main {
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f6f8 360px, #f3f4f6 100%);
}

body.pms-dysr-page .page-content,
body.pms-dysr-page .elementor {
    color: var(--pms-dysr-ink);
}

body.pms-dysr-page .elementor-section,
body.pms-dysr-page .elementor-top-section,
body.pms-dysr-page .e-con {
    --container-default-padding-top: 0;
    --container-default-padding-bottom: 0;
}

body.pms-dysr-page .elementor-widget-heading .elementor-heading-title {
    color: #111 !important;
    letter-spacing: 0 !important;
}

body.pms-dysr-page .elementor-widget-heading:first-child .elementor-heading-title,
body.pms-dysr-page h1.elementor-heading-title {
    max-width: 1120px;
    margin-inline: auto;
    color: #111 !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    text-wrap: balance;
}

body.pms-dysr-page .elementor-widget-heading:first-child .elementor-heading-title::after,
body.pms-dysr-page h1.elementor-heading-title::after {
    content: "";
    display: block;
    width: 92px;
    height: 5px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: var(--pms-dysr-red);
}

body.pms-dysr-page .elementor-widget-text-editor,
body.pms-dysr-page .elementor-widget-text-editor .elementor-widget-container {
    color: var(--pms-dysr-ink);
}

body.pms-dysr-page .e-paragraph-base,
body.pms-dysr-page .elementor-widget-text-editor p {
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.72;
    color: var(--pms-dysr-ink);
}

body.pms-dysr-page .pms-numbered-story {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(14px,3vw,28px) clamp(52px,7vw,86px);
    display: grid;
    gap: 20px;
}

body.pms-dysr-page .pms-numbered-story__item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,300px) minmax(0,1fr);
    gap: clamp(18px,4vw,42px);
    padding: clamp(24px,4vw,42px);
    border: 1px solid #e5d9cf;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(31,25,19,.08);
}

body.pms-dysr-page .pms-numbered-story__item::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: var(--pms-dysr-red);
}

body.pms-dysr-page .pms-numbered-story__number {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #fff3ee;
    color: var(--pms-dysr-red);
    font-weight: 900;
}

body.pms-dysr-page .pms-numbered-story__title {
    margin: 0;
    color: #15110f;
    font-size: clamp(1.65rem,3vw,2.6rem);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

body.pms-dysr-page .pms-numbered-story__body {
    display: grid;
    gap: 12px;
}

body.pms-dysr-page .pms-numbered-story__body p {
    margin: 0;
    color: #393530;
    font-size: clamp(1rem,1.18vw,1.08rem);
    line-height: 1.74;
}

body.pms-dysr-page .pms-numbered-story__body strong,
body.pms-dysr-page .elementor-widget-text-editor strong {
    color: #111;
    font-weight: 900;
}

body.pms-dysr-page .pms-numbered-story__body u,
body.pms-dysr-page .elementor-widget-text-editor u {
    text-decoration-color: var(--pms-dysr-red);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

body.pms-dysr-page .pms-numbered-story__body a,
body.pms-dysr-page .elementor-widget-text-editor a {
    color: var(--pms-dysr-red);
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

body.pms-dysr-page .elementor-widget-divider .elementor-divider-separator {
    border-color: rgba(204,34,0,.32) !important;
}

body.pms-dysr-page .pete-live-search--dysr {
    max-width: 980px;
    margin-inline: auto;
}

body.pms-dysr-page .pms-hof-class-grid,
body.pms-dysr-page [class*="hof-class"] {
    letter-spacing: 0;
}

body.page-id-13822.pms-dysr-page .elementor-widget-heading,
body.page-id-13822.pms-dysr-page .elementor-widget-text-editor,
body.page-id-13822.pms-dysr-page .elementor-widget-container,
body.page-id-13822.pms-dysr-page .e-paragraph-base {
    text-align: center;
}

body.page-id-13822.pms-dysr-page .elementor-widget,
body.page-id-13822.pms-dysr-page .elementor-widget-container,
body.page-id-13822.pms-dysr-page .e-paragraph-base {
    margin-left: auto;
    margin-right: auto;
}

body.page-id-13822.pms-dysr-page .pms-numbered-story,
body.page-id-13822.pms-dysr-page .pms-numbered-story__item,
body.page-id-13822.pms-dysr-page .pms-numbered-story__body {
    text-align: left;
}

@media (max-width: 767px) {
    body.pms-dysr-page .elementor-widget-heading:first-child .elementor-heading-title,
    body.pms-dysr-page h1.elementor-heading-title {
        text-align: center;
        font-size: clamp(2rem, 10vw, 3.1rem) !important;
    }

    body.pms-dysr-page .e-paragraph-base,
    body.pms-dysr-page .elementor-widget-text-editor p {
        font-size: 1rem;
        line-height: 1.65;
    }

    body.pms-dysr-page .pms-numbered-story__item {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }
}

/* ── HOME-CSS-001: scoped homepage hover reset ──────────────────────────────
   The homepage (page 16 / front page) is built entirely with Elementor
   widgets (flip-box video slots, media carousels). Elementor's own frontend
   defaults apply a global accent-color hover style to bare <a> elements,
   which was showing up as an unwanted pink/magenta color-shift on hover for
   links and linked images on this page. This resets hover/focus/visited
   color back to inherit the surrounding color instead, and neutralizes any
   default hover filter/opacity on linked images. Scoped to the homepage
   only — does not touch the flip-box flip animation, background reveal
   color, or hover styles on any other page.
   ────────────────────────────────────────────────────────────────────────── */
body.home .elementor-16 a:hover,
body.home .elementor-16 a:focus,
body.home .elementor-16 a:visited {
    color: inherit;
}

body.home .elementor-16 a:hover img,
body.home .elementor-16 a:focus img {
    filter: none;
    opacity: 1;
}

/* PETE-HOME-RESPONSIVE-001: restore Elementor breakpoint hiding on homepage.
   Live generated CSS was overriding .elementor-hidden-mobile to inline-flex,
   causing duplicate carousel/flip-card variants and empty layout space. */
@media (max-width: 767px) {
    body.home .elementor-16 .elementor-hidden-mobile,
    body.home .elementor-16 .elementor-hidden-phone {
        display: none !important;
    }

    body.home .elementor-16 .elementor-element-8c77871 {
        --min-height: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.home .elementor-16 .elementor-hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    body.home .elementor-16 .elementor-hidden-desktop {
        display: none !important;
    }
}

/* PHOTOS-ALBUMS-003A: durable public Album component styling. */
body.single-album .pms-album {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(24px, 5vw, 56px) clamp(14px, 3vw, 28px);
}

body.single-album .pms-album__shell {
    width: 100%;
    overflow: hidden;
    background: #fffdf9;
    border: 1px solid #e7ded2;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(33, 25, 16, .12);
}

body.single-album .pms-album__header {
    position: relative;
}

body.single-album .pms-album__title {
    margin: 0;
    max-width: 20ch;
    color: inherit;
    font-size: clamp(2.05rem, 5vw, 4.35rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

body.single-album .pms-album__intro {
    width: 100%;
    max-width: none;
    color: #2f2d2a;
    font-size: 1rem;
    line-height: 1.72;
}

body.single-album .pms-album__content > .elementor,
body.single-album .pms-album__content > .e-con,
body.single-album .pms-album__content > .e-flexbox-base,
body.single-album .pms-album__content > .elementor-element,
body.single-album .pms-album__content > .elementor > .e-con,
body.single-album .pms-album__content > .elementor > .elementor-element,
body.single-album .pms-album__content .e-con.e-con-boxed > .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
}

body.single-album .pms-album__gallery,
body.single-album .pms-album__content .elementor-widget-gallery {
    width: 100% !important;
    max-width: 100% !important;
}

body.single-album .pms-album__content .e-gallery-container,
body.single-album .pms-album__content .elementor-gallery__container {
    --columns: 4 !important;
    --gap: 10px !important;
    --hgap: 10px !important;
    --vgap: 10px !important;
    margin-top: 18px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

body.single-album .pms-album__gallery-item,
body.single-album .pms-album__content .e-gallery-item {
    overflow: hidden;
    border: 2px solid #d8c9b7;
    border-radius: 6px;
    background: #f6f1e9;
    box-shadow: 0 14px 30px rgba(35, 25, 12, .16);
}

body.single-album .pms-album__content .e-gallery-image,
body.single-album .pms-album__content .elementor-gallery-item__image,
body.single-album .pms-album__content .gallery-icon img,
body.single-album .pms-album__content .wp-block-image img {
    border-radius: 6px;
}

body.single-album .pms-album__content .pms-album-intro-copy {
    margin: 0 0 clamp(28px, 4vw, 44px) !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    color: #393530 !important;
    font-size: clamp(1rem, 1.35vw, 1.1rem) !important;
    line-height: 1.78 !important;
    font-weight: 400 !important;
    text-align: left !important;
}

body.single-album .pms-album__content .pms-album-gallery-heading {
    text-align: center;
}

@media (max-width: 1080px) {
    body.single-album .pms-album__content .e-gallery-container,
    body.single-album .pms-album__content .elementor-gallery__container {
        --columns: 3 !important;
    }
}

@media (max-width: 760px) {
    body.single-album .pms-album {
        padding: 20px 12px 34px;
    }

    body.single-album .pms-album__shell {
        border-radius: 10px;
    }

    body.single-album .pms-album__title {
        font-size: clamp(1.9rem, 9.6vw, 2.85rem);
        line-height: 1.04;
    }

    body.single-album .pms-album__content .e-gallery-container,
    body.single-album .pms-album__content .elementor-gallery__container {
        --columns: 2 !important;
    }
}

@media (max-width: 520px) {
    body.single-album .pms-album__content .e-gallery-container,
    body.single-album .pms-album__content .elementor-gallery__container {
        --columns: 1 !important;
    }
}

/* ── COMMUNITY-UI-002: shared community visual treatment ────────────────
   Scoped to community surfaces only. These rules intentionally normalize
   visual treatment without changing widths, grids, content order, or media
   aspect ratios. */
.pms-community-ui,
body.pms-dysr-hof-landing,
body.post-type-archive-inductee,
body.tax-hof_class,
body.single-inductee,
body.page-template-page-induction-classes,
body.page-id-13619,
body.post-type-archive-partner,
body.single-partner,
body.page-id-26,
body.post-type-archive-team_member,
body.single-team_member,
body.post-type-archive-meetup,
body.page-id-24,
body.page-id-13089,
body.single-meetup,
body.post-type-archive-album,
body.tax-album_year,
body.single-album {
    --pms-community-red: var(--pms-red, #cc2200);
    --pms-community-red-hover: #a91c00;
    --pms-community-text: var(--pms-dark, #111111);
    --pms-community-text-muted: #5b6470;
    --pms-community-surface: #ffffff;
    --pms-community-surface-muted: var(--pms-light, #f7f7f7);
    --pms-community-border: rgba(0, 0, 0, .10);
    --pms-community-border-soft: rgba(0, 0, 0, .07);
    --pms-community-radius: 14px;
    --pms-community-radius-small: 10px;
    --pms-community-shadow: 0 8px 24px rgba(0, 0, 0, .07);
    --pms-community-shadow-hover: 0 12px 30px rgba(0, 0, 0, .10);
    --pms-community-focus: 0 0 0 3px rgba(204, 34, 0, .28);
}

/* Shared card shells. Specialized media dimensions remain owned by each
   component. */
body.pms-dysr-hof-landing .pms-hof-class-card,
body.post-type-archive-inductee .pms-hof-card,
body.tax-hof_class .hof-inductee-grid > a,
body.single-inductee .pms-inductee-content,
body.page-id-13619 .pms-community-card,
body.page-id-13619 .pms-community-story__copy p,
body.post-type-archive-partner .partners-grid > div,
body.single-partner .partner-card,
body.page-id-26 .pms-charity-hero__copy,
body.page-id-26 .pms-charity-media__stage,
body.page-id-26 .pms-charity-media__item,
body.page-id-26 .pms-charity-chapter,
body.page-id-26 .pms-charity-milestone,
body.page-id-26 .pms-charity-gallery figure,
body.post-type-archive-team_member .pms-team-page-subtitle,
body.post-type-archive-team_member .pms-team-card,
body.single-team_member .pms-team-profile-card,
body.single-team_member .pms-team-profile-bio,
body.post-type-archive-meetup .pms-meetup-archive-upcoming-grid > a,
body.post-type-archive-meetup .pms-meetup-archive-past-grid .album-card,
body.page-id-24 .regional-meetups__featured-card,
body.page-id-24 .regional-meetups__current-album,
body.page-id-24 .regional-meetups__past-card,
body.page-id-13089 .regional-meetups__featured-card,
body.page-id-13089 .regional-meetups__current-album,
body.page-id-13089 .regional-meetups__past-card,
body.single-meetup .meetup-card,
body.single-meetup .pms-meetup-story,
body.single-meetup .pms-meetup-sponsor-wall,
body.single-meetup .pms-meetup-sponsor-tier,
body.single-meetup .pms-meetup-related-album__card,
body.post-type-archive-album .album-card,
body.post-type-archive-album .pms-album-card,
body.tax-album_year .album-card,
body.tax-album_year .pms-album-card,
body.single-album .pms-album__shell,
body.single-album .pms-album-story,
body.single-album .pms-sponsor-wall,
body.single-album .pms-sponsor-tier {
    border: 1px solid var(--pms-community-border) !important;
    border-radius: var(--pms-community-radius) !important;
    background-color: var(--pms-community-surface) !important;
    box-shadow: var(--pms-community-shadow) !important;
}

/* Restrained, equivalent hover and keyboard elevation. */
body.pms-dysr-hof-landing .pms-hof-class-card:hover,
body.pms-dysr-hof-landing .pms-hof-class-card:focus-within,
body.post-type-archive-inductee .pms-hof-card:hover,
body.post-type-archive-inductee .pms-hof-card:focus-within,
body.tax-hof_class .hof-inductee-grid > a:hover,
body.tax-hof_class .hof-inductee-grid > a:focus-visible,
body.post-type-archive-partner .partners-grid > div:hover,
body.post-type-archive-partner .partners-grid > div:focus-within,
body.post-type-archive-team_member .pms-team-card:hover,
body.post-type-archive-team_member .pms-team-card:focus-visible,
body.post-type-archive-meetup .pms-meetup-archive-upcoming-grid > a:hover,
body.post-type-archive-meetup .pms-meetup-archive-upcoming-grid > a:focus-visible,
body.post-type-archive-meetup .pms-meetup-archive-past-grid .album-card:hover,
body.post-type-archive-meetup .pms-meetup-archive-past-grid .album-card:focus-visible,
body.page-id-24 .regional-meetups__past-card:hover,
body.page-id-24 .regional-meetups__past-card:focus-within,
body.page-id-13089 .regional-meetups__past-card:hover,
body.page-id-13089 .regional-meetups__past-card:focus-within,
body.post-type-archive-album .album-card:hover,
body.post-type-archive-album .album-card:focus-visible,
body.post-type-archive-album .pms-album-card:hover,
body.post-type-archive-album .pms-album-card:focus-visible,
body.tax-album_year .album-card:hover,
body.tax-album_year .album-card:focus-visible,
body.tax-album_year .pms-album-card:hover,
body.tax-album_year .pms-album-card:focus-visible {
    border-color: var(--pms-community-border) !important;
    box-shadow: var(--pms-community-shadow-hover) !important;
    transform: translateY(-2px) !important;
}

/* Title, support text, and eyebrow color alignment. */
body.pms-dysr-hof-landing .pms-hof-class-title,
body.post-type-archive-inductee .pms-hof-card-title,
body.tax-hof_class .hof-inductee-name,
body.page-id-13619 .pms-community-card h2,
body.page-id-13619 .pms-community-hero__content h1,
body.post-type-archive-partner .partners-grid h3,
body.single-partner .partner-card h1,
body.page-id-26 .pms-charity-page h1,
body.page-id-26 .pms-charity-page h2,
body.post-type-archive-team_member .pms-team-page-title,
body.post-type-archive-team_member .pms-team-group-title,
body.post-type-archive-team_member .pms-team-card-title,
body.single-team_member .pms-team-profile-name,
body.post-type-archive-meetup .pms-meetup-archive-wrap h1,
body.post-type-archive-meetup .pms-meetup-archive-wrap h2,
body.page-id-24 .regional-meetups__record-title,
body.page-id-24 .regional-meetups__past-card-title,
body.page-id-13089 .regional-meetups__record-title,
body.page-id-13089 .regional-meetups__past-card-title,
body.single-meetup .meetup-card h1,
body.single-meetup .pms-meetup-story__title,
body.single-meetup .pms-meetup-sponsor-wall__title,
body.single-meetup .pms-meetup-related-album__content h3,
body.post-type-archive-album .album-card-title,
body.post-type-archive-album .pms-album-card-title,
body.tax-album_year .album-card-title,
body.tax-album_year .pms-album-card-title,
body.single-album .pms-album-title--plain,
body.single-album .pms-album-story__title,
body.single-album .pms-sponsor-wall__title {
    color: var(--pms-community-text) !important;
    text-shadow: none !important;
}

body.pms-dysr-hof-landing .pms-hof-class-month-year,
body.post-type-archive-inductee .pms-hof-card-description,
body.tax-hof_class .hof-inductee-grid > a p,
body.page-id-13619 .pms-community-card p,
body.page-id-13619 .pms-community-hero__content p:last-child,
body.post-type-archive-partner .partners-grid p,
body.single-partner .partner-card p,
body.page-id-26 .pms-charity-page p,
body.post-type-archive-team_member .pms-team-card-about,
body.post-type-archive-team_member .pms-team-page-subtitle p,
body.single-team_member .pms-team-profile-summary,
body.single-team_member .pms-team-profile-bio,
body.post-type-archive-meetup .album-card-excerpt,
body.page-id-24 .regional-meetups__record-summary,
body.page-id-24 .regional-meetups__past-card-summary,
body.page-id-13089 .regional-meetups__record-summary,
body.page-id-13089 .regional-meetups__past-card-summary,
body.single-meetup .pms-meetup-story__body,
body.single-meetup .pms-meetup-single-content,
body.post-type-archive-album .album-card-excerpt,
body.post-type-archive-album .pms-album-card-excerpt,
body.tax-album_year .album-card-excerpt,
body.tax-album_year .pms-album-card-excerpt,
body.single-album .pms-album-content,
body.single-album .pms-album-story__body {
    color: var(--pms-community-text-muted) !important;
}

body.page-id-13619 .pms-community-eyebrow,
body.page-id-26 .pms-charity-eyebrow,
body.page-id-24 .regional-meetups__record-eyebrow,
body.page-id-24 .regional-meetups__eyebrow,
body.page-id-13089 .regional-meetups__record-eyebrow,
body.page-id-13089 .regional-meetups__eyebrow,
body.single-meetup .pms-meetup-story__eyebrow,
body.single-meetup .pms-meetup-related-album__eyebrow,
body.single-album .pms-album-kicker,
body.single-album .pms-album-story__eyebrow {
    color: var(--pms-community-red) !important;
    text-shadow: none !important;
}

/* Neutral media framing. The approved dark Hall prestige stage remains
   intentionally distinct. */
body.tax-hof_class .hof-inductee-grid > a > div:first-child,
body.tax-hof_class .hof-inductee-grid > a > div:first-child img,
body.post-type-archive-meetup .album-card-img,
body.post-type-archive-meetup .album-card-img img,
body.post-type-archive-album .album-card-img,
body.post-type-archive-album .album-card-img img,
body.post-type-archive-album .pms-album-card-img,
body.post-type-archive-album .pms-album-card-img img,
body.tax-album_year .album-card-img,
body.tax-album_year .album-card-img img,
body.tax-album_year .pms-album-card-img,
body.tax-album_year .pms-album-card-img img {
    background-color: var(--pms-community-surface-muted) !important;
}

body.post-type-archive-partner .partners-grid img,
body.post-type-archive-team_member .pms-team-card-avatar,
body.tax-hof_class .hof-inductee-logo,
body.single-team_member .pms-team-profile-avatar,
body.single-meetup .pms-meetup-related-album__media img {
    border-color: var(--pms-community-border-soft) !important;
}

/* Primary actions. */
body.pms-dysr-hof-landing .pms-hof-class-cta,
body.post-type-archive-inductee .pms-hof-card-cta,
body.post-type-archive-team_member .pms-team-card-cta,
body.post-type-archive-meetup .album-card-link,
body.page-id-24 .regional-meetups__button:not(.regional-meetups__button--secondary),
body.page-id-13089 .regional-meetups__button:not(.regional-meetups__button--secondary),
body.single-meetup .pms-meetup-region-nav a,
body.single-meetup .pms-meetup-related-album__action,
body.post-type-archive-album .album-card-link,
body.post-type-archive-album .pms-album-card-link,
body.tax-album_year .album-card-link,
body.tax-album_year .pms-album-card-link,
body.single-album .pms-album-action--primary,
body.page-id-26 .pms-charity-donate a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid var(--pms-community-red) !important;
    border-radius: var(--pms-community-radius-small) !important;
    background: var(--pms-community-red) !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.pms-dysr-hof-landing .pms-hof-class-cta:hover,
body.post-type-archive-inductee .pms-hof-card-cta:hover,
body.post-type-archive-team_member .pms-team-card:hover .pms-team-card-cta,
body.post-type-archive-meetup .album-card:hover .album-card-link,
body.page-id-24 .regional-meetups__button:not(.regional-meetups__button--secondary):hover,
body.page-id-13089 .regional-meetups__button:not(.regional-meetups__button--secondary):hover,
body.single-meetup .pms-meetup-region-nav a:hover,
body.single-meetup .pms-meetup-related-album__action:hover,
body.post-type-archive-album .album-card:hover .album-card-link,
body.post-type-archive-album .pms-album-card:hover .pms-album-card-link,
body.tax-album_year .album-card:hover .album-card-link,
body.tax-album_year .pms-album-card:hover .pms-album-card-link,
body.single-album .pms-album-action--primary:hover,
body.page-id-26 .pms-charity-donate a:hover {
    border-color: var(--pms-community-red-hover) !important;
    background: var(--pms-community-red-hover) !important;
    color: #fff !important;
}

/* Public HTML Sitemap ----------------------------------------------------- */
.pms-sitemap {
    background: #f7f7f7;
    color: #111;
}

.pms-sitemap__inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(40px, 6vw, 76px) 0 clamp(56px, 8vw, 96px);
}

.pms-sitemap__header {
    max-width: 760px;
    margin-bottom: 34px;
}

.pms-sitemap__eyebrow {
    margin: 0 0 8px;
    color: #c2061c;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pms-sitemap__header h1 {
    margin: 0 0 12px;
    color: #111;
    font-size: clamp(2.25rem, 5vw, 3.8rem);
    font-weight: 850;
    line-height: 1.05;
}

.pms-sitemap__header > p:last-child {
    margin: 0;
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
}

.pms-sitemap__sections {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.pms-sitemap__section {
    min-width: 0;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
}

.pms-sitemap__section h2 {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1d6d9;
    color: #111;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.25;
}

.pms-sitemap__section--upcoming-episodes {
    grid-column: 1 / -1;
    border-top: 4px solid #c2061c;
}

.pms-sitemap__section--upcoming-episodes h2 {
    margin-bottom: 8px;
}

.pms-sitemap__section-description {
    max-width: 720px;
    margin: 0 0 20px;
    color: #5a5a5a;
    font-size: .95rem;
    line-height: 1.6;
}

.pms-sitemap__section ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pms-sitemap__section--upcoming-episodes ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px 24px;
}

.pms-sitemap__section--upcoming-episodes li {
    padding-bottom: 6px;
    border-bottom: 1px solid #f0e4e6;
}

.pms-sitemap__section li {
    min-width: 0;
}

.pms-sitemap__section a {
    display: inline-block;
    padding: 4px 0;
    color: #7a1a22;
    font-weight: 650;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-decoration-color: rgba(194, 6, 28, .3);
    text-underline-offset: 3px;
}

.pms-sitemap__section a:hover {
    color: #c2061c;
    text-decoration-color: currentColor;
}

.pms-sitemap__section a:focus-visible {
    border-radius: 3px;
    outline: 3px solid rgba(194, 6, 28, .35);
    outline-offset: 3px;
}

@media (max-width: 1200px) {
    .pms-sitemap__section--upcoming-episodes ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .pms-sitemap__section--upcoming-episodes ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .pms-sitemap__inner {
        width: min(1180px, calc(100% - 24px));
    }

    .pms-sitemap__section {
        padding: 20px;
    }

    .pms-sitemap__section ul {
        grid-template-columns: 1fr;
    }
}

/* Page-owned Hall class presentation.
 *
 * The renderer intentionally shares the taxonomy card markup. Keep these
 * rules scoped to linked Hall Pages so unrelated Elementor documents are not
 * affected.
 */
body.pms-hof-class-page .elementor-section > .elementor-container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding: 2rem 2rem 4rem;
}

body.pms-hof-class-page .elementor > .e-con {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 2rem;
}

body.pms-hof-class-page .pms-hof-class-intro {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 1.5rem 0 2.5rem;
    padding: 0 0 2rem;
    border-bottom: 2px solid #f0f0f0;
}

body.pms-hof-class-page .pms-hof-class-intro__badge,
body.pms-hof-class-page .pms-hof-class-intro__badge-fallback {
    display: block;
    width: 110px;
    min-width: 110px;
    height: 110px;
    flex-shrink: 0;
    object-fit: contain;
}

body.pms-hof-class-page .pms-hof-class-intro__copy {
    min-width: 0;
}

body.pms-hof-class-page .pms-hof-class-intro__ceremony {
    margin: 0 0 6px;
    color: #cc2200;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.pms-hof-class-page .pms-hof-class-intro__title {
    margin: 0 0 8px;
    color: #111;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
}

body.pms-hof-class-page .pms-hof-class-intro__description {
    max-width: 800px;
    margin: 0;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

body.pms-hof-class-page .elementor-widget-shortcode:has(.pms-breadcrumbs) {
    margin-bottom: 1.5rem;
}

body.pms-hof-class-page .elementor-widget-shortcode:has(.pms-hof-class-title) {
    margin-bottom: .5rem;
}

body.pms-hof-class-page .elementor-widget-shortcode:has(.pms-hof-inductees-grid) {
    margin-top: 1.5rem;
}

body.pms-hof-class-page .pms-hof-class-badge {
    display: block;
    width: 110px;
    max-width: 110px;
    height: 110px;
    object-fit: contain;
}

body.pms-hof-class-page .pms-hof-class-title {
    margin: 0;
    color: #111;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
}

body.pms-hof-class-page .pms-hof-class-meta {
    margin: 0 0 .75rem;
    color: #cc2200;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.pms-hof-class-page .pms-hof-class-episode {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    max-width: 540px;
    margin: .5rem 0 1rem;
    padding: .75rem;
    border: 1px solid #f0d7d0;
    border-radius: 11px;
    background: linear-gradient(180deg, #fff7f4 0%, #fff 100%);
    color: #7a2a17;
    font-weight: 800;
    text-decoration: none;
}

body.pms-hof-class-page .pms-hof-class-episode img {
    width: 120px;
    height: 68px;
    border-radius: 8px;
    object-fit: cover;
}

body.pms-hof-class-page .pms-hof-inductees-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

body.pms-hof-class-page .pms-hof-inductee-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
    color: #111;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

body.pms-hof-class-page .pms-hof-inductee-card:hover,
body.pms-hof-class-page .pms-hof-inductee-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

body.pms-hof-class-page .pms-hof-inductee-media {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    flex-shrink: 0;
    background: #000;
}

body.pms-hof-class-page .pms-hof-inductee-media > img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    background: #000;
}

body.pms-hof-class-page .pms-hof-inductee-number {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 9px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
}

body.pms-hof-class-page .pms-hof-inductee-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem 1.1rem 1.25rem;
}

body.pms-hof-class-page .pms-hof-inductee-title {
    margin: 0;
    color: #111;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

body.pms-hof-class-page .pms-hof-inductee-character {
    display: inline-flex;
    align-self: flex-start;
    margin: 0;
    padding: .26rem .58rem;
    border: 1px solid #f0d8d2;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff7f4 0%, #fff 100%);
    color: #9b2e18;
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.pms-hof-class-page .pms-hof-inductee-excerpt {
    flex: 1;
    margin: 0;
    color: #555;
    font-size: .83rem;
    line-height: 1.55;
}

body.pms-hof-class-page .hof-inductee-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: auto;
    padding-top: .6rem;
}

body.pms-hof-class-page .hof-inductee-logo {
    width: 72px;
    height: 72px;
    padding: 6px;
    flex-shrink: 0;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
}

body.pms-hof-class-page .pms-hof-inductee-view {
    color: #cc2200;
    font-size: .8rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    body.pms-hof-class-page .elementor-section > .elementor-container {
        padding: 1.25rem 1rem 3rem;
    }

    body.pms-hof-class-page .elementor > .e-con {
        padding-inline: 1rem;
    }

    body.pms-hof-class-page .pms-hof-class-intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-top: 1rem;
    }

    body.pms-hof-class-page .pms-hof-class-intro__copy {
        width: 100%;
    }

    body.pms-hof-class-page .pms-hof-class-intro__badge,
    body.pms-hof-class-page .pms-hof-class-intro__badge-fallback {
        width: 88px;
        min-width: 88px;
        height: 88px;
    }

    body.pms-hof-class-page .pms-hof-class-intro__title {
        font-size: 1.8rem;
    }

    body.pms-hof-class-page .pms-hof-inductees-grid {
        gap: 1rem;
    }
}

/* DYSR Hall of Fame induction-class directory. */
body.page-template-page-induction-classes .site-main.pms-hall-classes-directory {
    width: 100%;
    max-width: none;
    background: var(--pms-community-surface-muted, #f7f5f2);
    color: var(--pms-community-text, #15110f);
}

body.page-template-page-induction-classes .pms-hall-classes-directory__container {
    width: min(100%, 1240px);
    margin-inline: auto;
    padding: clamp(18px, 2.5vw, 32px) clamp(14px, 2vw, 24px) clamp(36px, 5vw, 60px);
}

body.page-template-page-induction-classes .pms-hall-classes-directory__banner {
    padding: 0;
    text-align: center;
}

body.page-template-page-induction-classes .pms-hall-classes-directory__banner img {
    display: block;
    width: min(100%, 1024px);
    height: auto;
    max-height: 288px;
    margin-inline: auto;
    object-fit: contain;
}

body.page-template-page-induction-classes .pms-dysr-hof__section-title {
    margin: 0 0 12px;
    color: #15110f;
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

body.page-template-page-induction-classes .pms-hall-classes-directory__heading .pms-dysr-hof__text {
    max-width: 820px;
    margin: 0 auto;
    color: #393530;
    font-size: clamp(1.04rem, 1.3vw, 1.2rem);
    line-height: 1.72;
}

body.page-template-page-induction-classes .pms-hall-classes-directory__search {
    max-width: 920px;
    margin: clamp(18px, 3vw, 30px) auto 0;
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid var(--pms-community-border-soft, #e5d9cf);
    border-radius: var(--pms-community-radius, 12px);
    background: var(--pms-community-surface, #fff);
}

body.page-template-page-induction-classes .pms-hall-classes-directory__search .pete-live-search {
    max-width: 860px;
    margin: 0 auto;
}

body.page-template-page-induction-classes .pms-hall-classes-directory__search .pete-live-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.page-template-page-induction-classes .pms-hall-classes-directory__heading {
    max-width: 820px;
    margin: 0 auto clamp(22px, 3vw, 34px);
    padding-top: clamp(26px, 5vw, 56px);
    text-align: center;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(18px, 1.7vw, 22px);
    width: min(calc(100vw - 48px), 1192px);
    max-width: 1200px;
    margin-inline: auto;
    margin-bottom: 36px;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card {
    flex: 0 1 100%;
    border-color: var(--pms-community-border-soft, #e5d9cf);
    border-radius: var(--pms-community-radius, 12px);
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-media {
    min-height: 152px;
    padding: 12px;
    background: radial-gradient(circle at center, #fff 0 52%, var(--pms-community-surface-muted, #f7f7f7) 100%);
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-badge {
    width: 118px;
    height: 118px;
    max-width: 100%;
    object-fit: contain;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-title {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-body {
    gap: .72rem;
    padding: 1.15rem 1.25rem 1.25rem;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-episode {
    gap: .75rem;
    margin-top: .18rem;
    padding: .68rem .72rem .68rem .82rem;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-episode-thumb {
    width: 76px;
    height: 50px;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-episode-text {
    min-width: 0;
    font-size: .82rem;
    line-height: 1.35;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-footer {
    margin-top: auto;
    padding-top: 1rem;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-count {
    align-self: flex-start;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    justify-content: stretch;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    padding: 10px 8px;
    border: 1px solid var(--pms-community-red, #cc2200) !important;
    border-radius: var(--pms-community-radius-small, 8px) !important;
    background: var(--pms-community-red, #cc2200) !important;
    color: #fff !important;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    box-shadow: none !important;
    flex: 1 1 0;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-cta:not(.pms-hof-card-episode-cta) {
    flex-grow: 1.08;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-episode-cta {
    background: var(--pms-community-surface, #fff) !important;
    color: var(--pms-community-red, #cc2200) !important;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-cta:hover,
body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-cta:active {
    border-color: var(--pms-community-red-hover, #a31b00) !important;
    background: var(--pms-community-red-hover, #a31b00) !important;
    color: #fff !important;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-episode-cta:hover,
body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-episode-cta:active {
    color: #fff !important;
}

body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-cta:focus-visible,
body.page-template-page-induction-classes .pete-live-search input:focus-visible,
body.page-template-page-induction-classes .pete-live-search button:focus-visible {
    outline: 3px solid rgba(204, 34, 0, .45);
    outline-offset: 3px;
}

@media (min-width: 640px) {
    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-grid {
        margin-bottom: 48px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card {
        flex-basis: calc((100% - clamp(18px, 1.7vw, 22px)) / 2);
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-media {
        min-height: 184px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-badge {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 960px) {
    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-grid {
        margin-bottom: 64px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card {
        flex-basis: calc((100% - (2 * clamp(18px, 1.7vw, 22px))) / 3);
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-media {
        min-height: 200px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-badge {
        width: 166px;
        height: 166px;
    }
}

@media (min-width: 1280px) {
    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-media {
        min-height: 210px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-badge {
        width: 176px;
        height: 176px;
    }
}

@media (max-width: 639px) {
    body.page-template-page-induction-classes .pms-hall-classes-directory__container {
        padding-inline: 14px;
    }

    body.page-template-page-induction-classes .pms-hall-classes-directory__search {
        padding: 16px 14px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-media {
        min-height: 152px;
        padding: 12px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-badge {
        width: 118px;
        height: 118px;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-actions {
        flex-direction: column;
    }

    body:is(.page-template-page-induction-classes, .pms-dysr-hof-landing) .pms-hof-card-cta {
        width: 100%;
    }
}

/* Secondary actions retain identical height/radius without becoming primary. */
body.page-id-24 .regional-meetups__button--secondary,
body.page-id-13089 .regional-meetups__button--secondary,
body.single-album .pms-album-action--secondary {
    min-height: 44px;
    border: 1px solid var(--pms-community-red) !important;
    border-radius: var(--pms-community-radius-small) !important;
    background: var(--pms-community-surface) !important;
    color: var(--pms-community-red) !important;
    box-shadow: none !important;
}

body.page-id-13619 .pms-community-cta__actions a {
    min-height: 44px;
    border-radius: var(--pms-community-radius-small) !important;
    box-shadow: none !important;
}

body.page-id-13619 .pms-community-cta__actions a:first-child {
    border-color: var(--pms-community-red) !important;
    background: var(--pms-community-red) !important;
    color: #fff !important;
}

body.page-id-13619 .pms-community-cta__actions a:first-child:hover {
    border-color: var(--pms-community-red-hover) !important;
    background: var(--pms-community-red-hover) !important;
}

body.page-id-24 .regional-meetups__button--secondary:hover,
body.page-id-13089 .regional-meetups__button--secondary:hover,
body.single-album .pms-album-action--secondary:hover {
    background: rgba(204, 34, 0, .06) !important;
    color: var(--pms-community-red-hover) !important;
}

/* Contextual text/back actions. Destinations and labels remain unchanged. */
body.tax-hof_class .pms-hof-back-button,
body.single-partner .partner-card a[href$="/community-partners/"] {
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    padding: 8px 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--pms-community-red) !important;
    box-shadow: none !important;
    font-weight: 750 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

body.tax-hof_class .pms-hof-back-button:hover,
body.single-partner .partner-card a[href$="/community-partners/"]:hover {
    color: var(--pms-community-red-hover) !important;
    background: transparent !important;
}

/* Component-scoped keyboard focus. */
body.pms-dysr-hof-landing .pms-hof-class-card a:focus-visible,
body.post-type-archive-inductee .pms-hof-card a:focus-visible,
body.tax-hof_class .hof-inductee-grid > a:focus-visible,
body.tax-hof_class .pms-hof-back-button:focus-visible,
body.post-type-archive-partner .partners-grid > div > a:focus-visible,
body.single-partner .partner-card a:focus-visible,
body.page-id-13619 .pms-community-cta__actions a:focus-visible,
body.page-id-26 .pms-charity-page a:focus-visible,
body.post-type-archive-team_member .pms-team-card:focus-visible,
body.single-team_member .pms-team-profile-card a:focus-visible,
body.post-type-archive-meetup .pms-meetup-archive-wrap a:focus-visible,
body.page-id-24 .regional-meetups a:focus-visible,
body.page-id-13089 .regional-meetups a:focus-visible,
body.single-meetup .meetup-single-wrapper a:focus-visible,
body.post-type-archive-album .album-archive-wrap a:focus-visible,
body.tax-album_year main a:focus-visible,
body.single-album .pms-album a:focus-visible {
    outline: 2px solid var(--pms-community-red) !important;
    outline-offset: 3px !important;
    box-shadow: var(--pms-community-focus) !important;
}

body.post-type-archive-partner .partners-grid > div:focus-within {
    border-color: var(--pms-community-red) !important;
    box-shadow: var(--pms-community-shadow-hover), var(--pms-community-focus) !important;
}

/* Gallery tiles use the same light frame without changing gallery columns,
   crop, or image sizing. */
body.single-album .pms-album__gallery-item,
body.single-album .pms-album__content .e-gallery-item {
    border: 1px solid var(--pms-community-border) !important;
    border-radius: var(--pms-community-radius-small) !important;
    background: var(--pms-community-surface-muted) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.pms-dysr-hof-landing .pms-hof-class-card,
    body.post-type-archive-inductee .pms-hof-card,
    body.tax-hof_class .hof-inductee-grid > a,
    body.post-type-archive-partner .partners-grid > div,
    body.post-type-archive-team_member .pms-team-card,
    body.post-type-archive-meetup .pms-meetup-archive-wrap a,
    body.page-id-24 .regional-meetups__past-card,
    body.page-id-13089 .regional-meetups__past-card,
body.post-type-archive-album .album-card,
    body.post-type-archive-album .pms-album-card,
    body.tax-album_year .album-card,
    body.tax-album_year .pms-album-card {
        transition-duration: .01ms !important;
        transform: none !important;
    }
}



