:root {
    --logo-primary: #f9004d;
    --logo-secondary: #ffffff;
}

.ph-logo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Noto Sans JP', 'Outfit', sans-serif;
    cursor: pointer;
    user-select: none;
    letter-spacing: 1px;
    position: relative;
    padding: 5px 0;
}

.ph-text {
    color: var(--logo-secondary);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    will-change: transform, opacity;
}

.ph-box {
    background: var(--logo-primary); /* Set a background for the PH feel */
    color: #000000; /* Black text on orange/red background */
    padding: 2px 6px;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: 0 0 15px rgba(249, 0, 77, 0.4);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    will-change: transform, opacity;
    line-height: 1;
}


/* GSAP animation hooks */
.ph-text .char,
.ph-box .char {
    display: inline-block;
}