/* =========================================================
   THE MAGIC OF PJ
   CONSOLIDATED HOMEPAGE CSS
   ========================================================= */


/* =========================================================
   REMOVE KADENCE HEADER / PAGE / FOOTER
   ========================================================= */

body:has(.pj-home) #masthead,
body:has(.pj-home) .site-header,
body:has(.pj-home) .site-header-wrap,
body:has(.pj-home) .site-main-header-wrap {
    display: none !important;
}

body:has(.pj-home) .entry-header,
body:has(.pj-home) .page-header,
body:has(.pj-home) .entry-title,
body:has(.pj-home) .entry-hero,
body:has(.pj-home) .entry-hero-container-inner,
body:has(.pj-home) .kadence-page-title,
body:has(.pj-home) .page-title-wrap {
    display: none !important;
}

body:has(.pj-home) #colophon,
body:has(.pj-home) .site-footer,
body:has(.pj-home) .site-footer-wrap,
body:has(.pj-home) .site-bottom-footer-wrap {
    display: none !important;
}

body:has(.pj-home) #inner-wrap,
body:has(.pj-home) #primary,
body:has(.pj-home) .content-area,
body:has(.pj-home) .site-main,
body:has(.pj-home) .content-container,
body:has(.pj-home) .entry-content,
body:has(.pj-home) .site-main > article {
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.pj-home) .content-container {
    max-width: none !important;
}


/* =========================================================
   GLOBAL
   ========================================================= */

.pj-home,
.pj-home * {
    box-sizing: border-box;
}

.pj-home {
    --black: #0d0d0f;
    --charcoal: #18181b;
    --cream: #f6f3ed;
    --red: #bd2030;
    --red-light: #dd5361;
    --red-dark: #941927;

    width: 100vw;
    max-width: none !important;

    margin: 0 calc(50% - 50vw) !important;

    overflow: hidden;

    background: #fff;
    color: #26262b;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    font-size: 16px;
    line-height: 1.6;
}

.pj-home h1,
.pj-home h2,
.pj-home h3,
.pj-home p {
    margin-top: 0;
}

.pj-container {
    width: min(1120px, calc(100% - 64px));
    margin: 0 auto;
}

.pj-section {
    padding: 60px 0;
}

.pj-eyebrow {
    margin-bottom: 10px;

    color: var(--red);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.pj-section-title {
    margin: 0 0 18px;

    color: var(--black);

    font-size: clamp(34px, 4.4vw, 50px);
    font-weight: 850;

    line-height: 1.06;
    letter-spacing: -1.4px;
}

.pj-lead {
    max-width: 710px;

    margin-bottom: 0;

    color: #a9a9b0;

    font-size: 18px;
    line-height: 1.65;
}

#about,
#shows,
#reviews,
#contact {
    scroll-margin-top: 90px;
}


/* =========================================================
   HEADER
   ========================================================= */

.pj-site-header {
    position: sticky;
    top: 0;

    z-index: 9000;

    background: rgba(255,255,255,.97);

    border-bottom: 1px solid #e9e9ec;

    backdrop-filter: blur(8px);
}

.admin-bar .pj-site-header {
    top: 32px;
}

.pj-nav-inner {
    min-height: 68px;

    display: flex;
    align-items: center;

    gap: 32px;
}

.pj-brand {
    margin-right: auto;

    color: #101116 !important;

    font-size: 25px;
    font-weight: 800;

    line-height: 1;

    text-decoration: none !important;
}

.pj-nav {
    display: flex;
    align-items: center;

    gap: 26px;
}

.pj-nav a {
    color: #4f5563 !important;

    font-size: 15px;
    font-weight: 500;

    text-decoration: none !important;
}

.pj-nav a:hover {
    color: var(--red) !important;
}

.pj-header-cta {
    padding: 10px 16px;

    border-radius: 3px;

    background: var(--red);

    color: #fff !important;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .4px;

    text-decoration: none !important;
    text-transform: uppercase;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.pj-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 23px;

    border: 2px solid var(--red);
    border-radius: 3px;

    background: var(--red);

    color: #fff !important;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: .35px;

    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition: .2s ease;
}

.pj-button:hover {
    background: var(--red-dark);

    border-color: var(--red-dark);

    color: #fff !important;

    transform: translateY(-2px);
}

.pj-button-outline {
    background: transparent;

    border-color: rgba(255,255,255,.65);

    color: #fff !important;
}

.pj-button-outline:hover {
    background: #fff;

    border-color: #fff;

    color: var(--black) !important;
}

.pj-small-button {
    flex: 0 0 auto;

    padding: 11px 18px;

    font-size: 12px;
}


/* =========================================================
   HERO
   ========================================================= */

.pj-hero {
    position: relative;

    background:
        radial-gradient(
            circle at 78% 45%,
            rgba(189,32,48,.15),
            transparent 28%
        ),
        linear-gradient(
            115deg,
            #080809 0%,
            #121215 55%,
            #09090a 100%
        );

    color: #fff;
}

.pj-hero:before {
    content: "♠";

    position: absolute;

    right: -30px;
    top: 50%;

    transform: translateY(-50%);

    color: rgba(255,255,255,.022);

    font-size: 410px;
    line-height: 1;

    pointer-events: none;
}

.pj-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.12fr .88fr;

    align-items: center;

    gap: 55px;

    /*
       Equal top + bottom padding.
       This is the key hero-spacing fix.
    */
    padding: 48px 0;
}

.pj-hero-copy {
    min-width: 0;
}

.pj-hero-kicker {
    margin-bottom: 14px;

    color: var(--red-light);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2.8px;

    text-transform: uppercase;
}

.pj-hero h1 {
    margin: 0 0 24px;

    color: #fff !important;

    font-size: clamp(46px, 5vw, 62px);
    font-weight: 900;

    line-height: 1.02;
    letter-spacing: -2.2px;

    white-space: nowrap;
}

.pj-hero h1 span {
    display: block;

    color: var(--red-light);
}

.pj-hero-copy > p {
    max-width: 610px;

    margin-bottom: 26px;

    color: #d8d8dd;

    font-size: 19px;
    line-height: 1.7;
}

.pj-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 13px;
}


/* =========================================================
   HERO PHOTO
   ========================================================= */

.pj-photo-frame {
    position: relative;

    width: 100%;

    aspect-ratio: 3 / 2;

    overflow: hidden;

    border-radius: 4px;

    background: #17171a;

    box-shadow: 0 24px 60px rgba(0,0,0,.4);
}

.pj-hero-img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}

.pj-photo-frame:after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            transparent 65%,
            rgba(0,0,0,.08)
        );

    pointer-events: none;
}


/* =========================================================
   TRUST STRIP
   ========================================================= */

.pj-trust {
    background: var(--cream);

    border-bottom: 1px solid #dedbd4;
}

.pj-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pj-trust-item {
    padding: 18px 26px;

    text-align: center;

    border-right: 1px solid #dedbd4;
}

.pj-trust-item:last-child {
    border-right: 0;
}

.pj-trust-item strong {
    display: block;

    margin-bottom: 3px;

    color: #111;

    font-size: 15px;
}

.pj-trust-item span {
    color: #707079;

    font-size: 13px;
}


/* =========================================================
   ABOUT
   ========================================================= */

.pj-about {
    padding: 58px 0 62px;

    background: #fff;
}

.pj-about-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;

    gap: 58px;

    align-items: center;
}

.pj-about-photo {
    position: relative;

    width: 100%;

    aspect-ratio: 4 / 5;
}

.pj-about-photo:before {
    content: "";

    position: absolute;

    left: 13px;
    top: 13px;

    width: 100%;
    height: 100%;

    border: 2px solid var(--red);
}

.pj-about-photo-inner {
    position: absolute;

    inset: 0;

    z-index: 1;

    overflow: hidden;

    background: #18181b;
}

.pj-about-img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center 35%;
}

.pj-about-copy p {
    margin-bottom: 14px;

    color: #515159;

    font-size: 16px;
    line-height: 1.67;
}

.pj-about-copy .pj-signoff {
    margin-top: 20px;
    margin-bottom: 0;

    color: #17171a;

    font-size: 17px;
}


/* =========================================================
   SHOWS
   ========================================================= */

.pj-shows {
    padding: 60px 0;

    background: var(--black);

    color: #fff;
}

.pj-shows .pj-section-title {
    color: #fff;
}

.pj-show-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 32px;
}

.pj-show-card {
    position: relative;

    margin: 0 !important;

    padding: 28px 32px !important;

    overflow: hidden;

    border: 1px solid #34343a;
    border-radius: 4px;

    background: #171719;

    transition: .2s ease;
}

.pj-show-card:hover {
    transform: translateY(-3px);

    border-color: #56565e;
}

.pj-show-icon {
    margin-bottom: 12px;

    color: var(--red-light);

    font-size: 23px;
}

.pj-show-card h3 {
    margin: 0 0 9px;

    color: #fff !important;

    font-size: 24px;
}

.pj-show-card p {
    margin: 0;

    color: #bdbdc4;

    font-size: 15px;
    line-height: 1.62;
}

.pj-stage-note {
    margin-top: 20px;

    padding: 20px 26px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;

    border-left: 4px solid var(--red);

    background: #222225;

    color: #d3d3d8;
}

.pj-stage-note strong {
    display: block;

    margin-bottom: 3px;

    color: #fff;

    font-size: 15px;
}

.pj-stage-note span {
    font-size: 14px;
}


/* =========================================================
   TESTIMONIALS
   ========================================================= */

.pj-testimonials {
    padding: 60px 0;

    background: var(--cream);
}


/* FEATURED REAL-AUDIENCE MOMENT */

.pj-reaction-feature {
    display: grid;
    grid-template-columns: .92fr 1.08fr;

    align-items: stretch;

    margin-top: 30px;
    margin-bottom: 20px;

    overflow: hidden;

    border-radius: 5px;

    background: #fff;

    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.pj-reaction-photo {
    min-height: 310px;

    overflow: hidden;
}

.pj-reaction-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}

.pj-reaction-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 38px 42px;
}

.pj-reaction-kicker {
    margin-bottom: 9px;

    color: var(--red);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2.2px;

    text-transform: uppercase;
}

.pj-reaction-copy h3 {
    max-width: 470px;

    margin: 0 0 14px;

    color: #111;

    font-size: 30px;

    line-height: 1.14;
    letter-spacing: -.5px;
}

.pj-reaction-copy p {
    max-width: 500px;

    margin: 0;

    color: #5e5e66;

    font-size: 16px;
    line-height: 1.65;
}


/* REVIEW CARDS */

.pj-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-top: 18px;
}

.pj-quote {
    position: relative;

    padding: 26px 30px;

    border-radius: 4px;

    background: #fff;

    box-shadow: 0 8px 24px rgba(0,0,0,.045);
}

.pj-quote:before {
    content: "“";

    position: absolute;

    right: 22px;
    top: -1px;

    color: rgba(189,32,48,.1);

    font-family: Georgia, serif;

    font-size: 72px;
    line-height: 1;
}

.pj-quote-text {
    position: relative;
    z-index: 2;

    margin-bottom: 17px;

    color: #303036;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;
    line-height: 1.52;
}

.pj-quote-name {
    color: #111;

    font-size: 13px;
    font-weight: 800;
}

.pj-quote-role {
    margin-top: 2px;

    color: #777780;

    font-size: 12px;
}

.pj-mini-quotes {
    display: grid;
    grid-template-columns: repeat(3,1fr);

    gap: 14px;

    margin-top: 14px;
}

.pj-mini-quote {
    padding: 21px 20px;

    border: 1px solid #ddd9d2;

    background: rgba(255,255,255,.5);

    text-align: center;
}

.pj-mini-quote strong {
    display: block;

    margin-bottom: 8px;

    color: #111;

    font-family: Georgia, serif;

    font-size: 16px;
}

.pj-mini-quote span {
    color: #76767d;

    font-size: 12px;
}


/* =========================================================
   THE BASH
   ========================================================= */

.pj-bash {
    padding: 36px 0;

    background: #fff;
}

.pj-bash-box {
    display: grid;
    grid-template-columns: 1fr auto;

    gap: 34px;

    align-items: center;

    padding: 28px 34px;

    border: 1px solid #dddde1;
    border-left: 5px solid var(--red);
}

.pj-bash-box h3 {
    margin: 0 0 4px;

    color: #111;

    font-size: 27px;
}

.pj-bash-box p {
    margin: 0;

    color: #66666d;

    font-size: 15px;
}

.pj-bash-placeholder {
    cursor: default;
}


/* =========================================================
   CONTACT
   ========================================================= */

.pj-contact {
    position: relative;

    padding: 60px 0;

    background: #101012;

    color: #fff;
}

.pj-contact:before {
    content: "♦";

    position: absolute;

    left: -80px;
    bottom: -170px;

    color: rgba(255,255,255,.022);

    font-size: 470px;

    line-height: 1;
}

.pj-contact-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: .78fr 1.22fr;

    gap: 54px;

    align-items: start;
}

.pj-contact .pj-section-title {
    color: #fff;
}

.pj-contact-copy > p {
    max-width: 440px;

    margin-bottom: 28px;

    color: #c1c1c7;

    font-size: 17px;
    line-height: 1.65;
}

.pj-contact-method {
    margin-top: 20px;

    padding-top: 18px;

    border-top: 1px solid #343439;
}

.pj-contact-label {
    display: block;

    margin-bottom: 6px;

    color: #9999a2;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.pj-contact-method a {
    color: #fff !important;

    font-size: 20px;
    font-weight: 750;

    text-decoration: none !important;
}

.pj-contact-method a:hover {
    color: var(--red-light) !important;
}


/* =========================================================
   CONTACT FORM
   CLEAN SINGLE COLUMN
   ========================================================= */

.pj-form-wrap {
    padding: 30px 34px;

    border-radius: 4px;

    background: #fff;

    color: #222;
}

.pj-form-wrap h3 {
    margin: 0 0 3px;

    color: #111;

    font-size: 29px;
}

.pj-form-intro {
    margin-bottom: 22px;

    color: #6b6b72;

    font-size: 15px;
}

.pj-form-wrap .contact-form {
    display: block !important;

    margin: 0 !important;
}

.pj-form-wrap .grunion-field-wrap,
.pj-form-wrap .contact-form > p {
    display: block !important;

    width: 100% !important;

    margin: 0 0 13px !important;
}

.pj-form-wrap label,
.pj-form-wrap .grunion-field-label {
    display: block !important;

    margin-bottom: 5px !important;

    color: #25252a !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}

.pj-form-wrap input[type="text"],
.pj-form-wrap input[type="email"],
.pj-form-wrap input[type="tel"],
.pj-form-wrap input[type="date"],
.pj-form-wrap select,
.pj-form-wrap textarea {
    width: 100% !important;

    min-height: 43px;

    margin: 0 !important;

    padding: 9px 12px !important;

    border: 1px solid #cfcfd4 !important;
    border-radius: 3px !important;

    background: #fafafa !important;

    color: #222 !important;

    font-family: inherit !important;
    font-size: 15px !important;

    box-shadow: none !important;
}

.pj-form-wrap textarea {
    min-height: 105px !important;

    resize: vertical;
}

.pj-form-wrap input:focus,
.pj-form-wrap textarea:focus {
    outline: none !important;

    border-color: var(--red) !important;

    box-shadow:
        0 0 0 2px
        rgba(189,32,48,.08) !important;
}

.pj-form-wrap .contact-submit {
    margin: 4px 0 0 !important;
}

.pj-form-wrap input[type="submit"],
.pj-form-wrap button[type="submit"] {
    width: 100% !important;

    margin: 0 !important;

    padding: 13px 20px !important;

    border: 0 !important;
    border-radius: 3px !important;

    background: var(--red) !important;

    color: #fff !important;

    font-size: 14px !important;
    font-weight: 800 !important;

    text-transform: uppercase;

    cursor: pointer;
}

.pj-form-wrap input[type="submit"]:hover,
.pj-form-wrap button[type="submit"]:hover {
    background: var(--red-dark) !important;
}


/* =========================================================
   CUSTOM FOOTER
   ========================================================= */

.pj-bottom {
    padding: 18px 0;

    background: #080809;

    color: #77777f;

    font-size: 12px;
}

.pj-bottom .pj-container {
    display: flex;
    justify-content: space-between;

    gap: 20px;
}

.pj-bottom strong {
    color: #bfbfc4;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .pj-container {
        width: min(100% - 42px, 1120px);
    }

    .pj-nav {
        display: none;
    }

    .pj-hero-grid,
    .pj-about-grid,
    .pj-contact-grid {
        grid-template-columns: 1fr;
    }

    .pj-hero-grid {
        gap: 38px;

        padding: 44px 0;
    }

    .pj-hero h1 {
        white-space: normal;
    }

    .pj-about-grid {
        gap: 42px;
    }

    .pj-about-photo {
        max-width: 500px;
    }

    .pj-show-grid,
    .pj-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .pj-reaction-feature {
        grid-template-columns: 1fr;
    }

    .pj-reaction-photo {
        min-height: 360px;
    }

    .pj-bash-box {
        grid-template-columns: 1fr;
    }

    .pj-bash-box .pj-button {
        width: max-content;
    }
}


/* =========================================================
   PHONE
   ========================================================= */

@media (max-width: 620px) {

    .admin-bar .pj-site-header {
        top: 46px;
    }

    .pj-container {
        width: min(calc(100% - 28px), 1120px);
    }

    .pj-nav-inner {
        min-height: 62px;

        gap: 14px;
    }

    .pj-brand {
        font-size: 19px;
    }

    .pj-header-cta {
        padding: 9px 10px;

        font-size: 10px;
    }

    .pj-section,
    .pj-about,
    .pj-shows,
    .pj-testimonials,
    .pj-contact {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .pj-hero-grid {
        padding: 36px 0;
    }

    .pj-hero h1 {
        font-size:
            clamp(40px, 12.5vw, 55px);

        white-space: normal;
    }

    .pj-hero-copy > p {
        font-size: 17px;
    }

    .pj-actions {
        flex-direction: column;
    }

    .pj-button {
        width: 100%;
    }

    .pj-trust-grid {
        grid-template-columns: 1fr;
    }

    .pj-trust-item {
        border-right: 0;

        border-bottom:
            1px solid #dedbd4;
    }

    .pj-mini-quotes {
        grid-template-columns: 1fr;
    }

    .pj-reaction-photo {
        min-height: 260px;
    }

    .pj-reaction-copy {
        padding: 27px 24px;
    }

    .pj-reaction-copy h3 {
        font-size: 25px;
    }

    .pj-stage-note {
        align-items: stretch;

        flex-direction: column;
    }

    .pj-stage-note .pj-button {
        width: 100%;
    }

    .pj-bash {
        padding: 32px 0;
    }

    .pj-bash-box {
        padding: 24px;
    }

    .pj-bash-box .pj-button {
        width: 100%;
    }

    .pj-form-wrap {
        padding: 25px 21px;
    }

    .pj-contact-method a {
        font-size: 17px;

        overflow-wrap: anywhere;
    }

    .pj-bottom .pj-container {
        flex-direction: column;

        gap: 3px;

        text-align: center;
    }
}

/* =========================================================
   FINAL HERO SPACING FIX
   Force hero height to be determined by its contents
   ========================================================= */

.pj-hero {
    min-height: 0 !important;
    height: auto !important;
}

.pj-hero .pj-hero-grid {
    min-height: 0 !important;
    height: auto !important;

    padding-top: 40px !important;
    padding-bottom: 40px !important;

    align-items: center !important;
}

.pj-hero-copy,
.pj-hero-photo {
    min-height: 0 !important;
    height: auto !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove WordPress empty paragraph accidentally inserted into hero grid */
.pj-hero-grid > p:empty {
    display: none !important;
}

.pj-bash .pj-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 48px !important;
    padding: 0 24px !important;

    min-height: 0 !important;
    line-height: 1 !important;
    font-size: 13px !important;

    align-self: center !important;
}

.pj-bash .pj-button span {
    display: block;
    transform: translateY(2px);
}

.pj-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.pj-brand img {
    width: 38px !important;
    height: 38px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    flex: 0 0 auto !important;
}

@media (max-width: 620px) {
    .pj-brand img {
        width: 32px !important;
        height: 32px !important;
    }

    .pj-brand {
        gap: 8px !important;
    }
}

.pj-brand {
    font-size: 27px !important;
}