.postid-247619 .entry-header {
    display: none;
}

.lfld-hero-shell {
    padding: 44px 20px 26px;
    background:
        radial-gradient(circle at 78% 10%, rgba(108, 76, 255, 0.13), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #faf9ff 100%);
    border-bottom: 1px solid #efedf8;
}

.lfld-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 34px 52px;
    align-items: center;
    padding: 0;
}

.lfld-breadcrumb {
    grid-column: 1 / -1;
    margin-bottom: -8px;
    color: #716b88;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
}

.lfld-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lfld-breadcrumb li + li::before {
    margin-right: 7px;
    color: #a39db5;
    content: "›";
}

.lfld-breadcrumb a {
    color: #5c5475;
    text-decoration: none;
}

.lfld-breadcrumb a:hover,
.lfld-breadcrumb a:focus {
    color: #6448ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lfld-breadcrumb [aria-current="page"] {
    color: #29223f;
}

.lfld-hero-copy {
    max-width: 720px;
}

.lfld-eyebrow {
    margin: 0 0 10px;
    color: #6448ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lfld-title {
    margin: 0;
    color: #151126;
    font-size: clamp(32px, 4.2vw, 54px);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.lfld-intro {
    max-width: 660px;
    margin: 18px 0 0;
    color: #514b66;
    font-size: 15px;
    line-height: 1.65;
}

.lfld-cover {
    width: 260px;
    margin: 0;
    padding: 8px;
    border: 1px solid #e6e2f3;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(31, 23, 73, 0.14);
}

.lfld-cover img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 13px;
    object-fit: cover;
}

.lfld-facts {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    overflow: hidden;
    border: 1px solid #e8e5f2;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 25px rgba(31, 23, 73, 0.06);
}

.lfld-fact {
    min-width: 0;
    padding: 15px 18px;
}

.lfld-fact + .lfld-fact {
    border-left: 1px solid #ece9f4;
}

.lfld-fact-label,
.lfld-fact strong {
    display: block;
}

.lfld-fact strong a {
    color: inherit;
    text-decoration: none;
}

.lfld-fact strong a:hover,
.lfld-fact strong a:focus {
    color: #6448ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lfld-fact-label {
    margin-bottom: 4px;
    color: #777086;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lfld-fact strong {
    overflow: hidden;
    color: #211a3b;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lfld-post-dates {
    display: flex;
    gap: 8px;
    margin: 12px 0 0;
    color: #777086;
    font-size: 11px;
    line-height: 1.4;
}

.lfld-about-song {
    margin: 0 0 24px;
    padding: 22px 24px;
    border: 1px solid #e8e5f2;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #fbfaff 100%);
    box-shadow: 0 8px 25px rgba(31, 23, 73, 0.06);
}

.lfld-about-song h2,
.lfld-lyrics-heading {
    color: #17142d;
    font-size: 23px;
    font-weight: 750;
    line-height: 1.25;
}

.lfld-about-song h2 {
    margin: 0 0 12px;
}

.lfld-about-song p {
    margin: 0;
    color: #433d58;
    font-size: 15px;
    line-height: 1.7;
}

.lfld-about-song p + p {
    margin-top: 12px;
}

.lfld-about-more {
    margin-top: 14px;
}

.lfld-about-more summary {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid #7255ff;
    border-radius: 6px;
    color: #5738ed;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    list-style: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.lfld-about-more summary::-webkit-details-marker {
    display: none;
}

.lfld-about-more summary:hover,
.lfld-about-more summary:focus-visible {
    border-color: #5738ed;
    background: #f5f2ff;
    color: #3f22cc;
}

.lfld-about-more summary:focus-visible {
    outline: 3px solid rgba(100, 72, 255, 0.22);
    outline-offset: 2px;
}

.lfld-show-less {
    display: none;
}

.lfld-about-more[open] {
    display: flex;
    flex-direction: column;
}

.lfld-about-more[open] summary {
    order: 2;
    align-self: flex-start;
}

.lfld-about-more[open] .lfld-read-more {
    display: none;
}

.lfld-about-more[open] .lfld-show-less {
    display: inline;
}

.lfld-about-remainder {
    order: 1;
    margin-bottom: 14px;
}

.lfld-lyrics-heading {
    margin: 0 0 18px;
}

.lfld-related-songs {
    margin: 0 0 24px;
    padding: 20px;
    border: 1px solid #e8e5f2;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #fbfaff 100%);
    box-shadow: 0 8px 25px rgba(31, 23, 73, 0.06);
}

.lfld-related-heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.lfld-related-heading h2 {
    margin: 0;
    color: #17142d;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.25;
}

.lfld-related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.lfld-related-item {
    min-width: 0;
    margin: 0;
}

.lfld-related-link {
    display: flex;
    min-height: 72px;
    gap: 12px;
    align-items: center;
    padding: 8px;
    border: 1px solid #efedf7;
    border-radius: 11px;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.lfld-related-link:hover,
.lfld-related-link:focus-visible {
    border-color: #cfc5ff;
    background: #f7f4ff;
    transform: translateY(-1px);
}

.lfld-related-link:focus-visible {
    outline: 3px solid rgba(100, 72, 255, 0.2);
    outline-offset: 2px;
}

.lfld-related-image {
    display: flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f0edff;
}

.lfld-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lfld-related-placeholder {
    background: linear-gradient(145deg, #694cff, #8c3fff);
    color: #fff;
    font-size: 20px;
}

.lfld-related-copy,
.lfld-related-copy strong,
.lfld-related-copy span,
.lfld-related-copy small {
    display: block;
    min-width: 0;
}

.lfld-related-copy strong {
    overflow: hidden;
    color: #211a3b;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lfld-related-copy span,
.lfld-related-copy small {
    overflow: hidden;
    color: #6f6885;
    font-size: 11px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lfld-card {
    position: relative;
    overflow: hidden;
    margin: 0 0 24px;
    padding: 22px;
    border: 1px solid #e8e7f5;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff 0%, #fbfaff 100%);
    box-shadow: 0 12px 35px rgba(35, 28, 83, 0.08);
    color: #17142d;
}

.lfld-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #6448ff, #8c3fff);
    content: "";
}

.lfld-card-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeecf7;
}

.lfld-card-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(145deg, #694cff, #8c3fff);
    box-shadow: 0 7px 18px rgba(100, 72, 255, 0.24);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.lfld-card-icon.has-image {
    overflow: hidden;
    border: 1px solid #e5e1f5;
    background: #f4f2fb;
    box-shadow: 0 3px 10px rgba(28, 20, 62, 0.12);
}

.lfld-card-icon.has-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lfld-card-heading p {
    margin: 0 0 2px;
    color: #766f91;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lfld-card-heading .lfld-credit-byline {
    margin: 5px 0 0;
    color: #5d5674;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

.lfld-credit-byline a {
    color: inherit;
    text-decoration: none;
}

.lfld-credit-byline a:hover,
.lfld-credit-byline a:focus {
    color: #6448ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lfld-card-heading h2 {
    margin: 0;
    color: #17142d;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.25;
}

.lfld-card-heading h2 a {
    color: inherit;
    text-decoration: none;
}

.lfld-card-heading h2 a:hover {
    color: #6448ff;
}

.lfld-credit-list {
    margin: 0;
}

.lfld-credit-row {
    display: grid;
    grid-template-columns: minmax(88px, 0.8fr) minmax(0, 1.4fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0eef8;
}

.lfld-credit-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.lfld-credit-row dt,
.lfld-credit-row dd {
    margin: 0;
    line-height: 1.45;
}

.lfld-tracklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lfld-tracklist li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 9px 8px;
    border-radius: 8px;
    color: #302b45;
    font-size: 12px;
    line-height: 1.35;
}

.lfld-tracklist li + li {
    margin-top: 2px;
}

.lfld-track-number {
    color: #8a849f;
    font-size: 10px;
    font-weight: 700;
}

.lfld-track-title {
    min-width: 0;
    font-weight: 650;
}

.lfld-track-title a {
    color: inherit;
    text-decoration: none;
}

.lfld-track-title a:hover {
    color: #6448ff;
}

.lfld-tracklist li.is-current {
    background: linear-gradient(90deg, #6448ff, #8348f4);
    box-shadow: 0 7px 17px rgba(100, 72, 255, 0.2);
    color: #fff;
}

.lfld-tracklist li.is-current .lfld-track-number,
.lfld-tracklist li.is-current a {
    color: #fff;
}

.lfld-album-link {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    margin-top: 16px;
    color: #6448ff;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.lfld-album-link:hover {
    color: #4129c8;
}

.lfld-credit-row dt {
    color: #716b88;
    font-size: 12px;
    font-weight: 650;
}

.lfld-credit-row dd {
    overflow-wrap: anywhere;
    color: #201b3a;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .lfld-hero-shell {
        padding: 30px 18px 22px;
    }

    .lfld-hero {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lfld-breadcrumb {
        margin-bottom: -4px;
        font-size: 11px;
    }

    .lfld-cover {
        grid-row: 1;
        width: 170px;
    }

    .lfld-title {
        font-size: clamp(30px, 10vw, 42px);
    }

    .lfld-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lfld-fact:nth-child(odd) {
        border-left: 0;
    }

    .lfld-fact:nth-child(n+3) {
        border-top: 1px solid #ece9f4;
    }

    .lfld-post-dates {
        flex-wrap: wrap;
    }

    .lfld-card {
        margin-top: 22px;
    }

    .lfld-about-song {
        padding: 19px;
    }

    .lfld-about-song h2,
    .lfld-lyrics-heading {
        font-size: 21px;
    }

    .lfld-related-songs {
        padding: 16px;
    }

    .lfld-related-grid {
        grid-template-columns: 1fr;
    }
}
