a {
    color: inherit;
}
/* === DEATH DITTIES CLEANUP === */
.seekColor {
    display: none !important;
}
.elementor-element-270f6dc9 {
    display: none !important;
}
@import url('https://fonts.cdnfonts.com/css/eurostile');

/* === SCROLL FIX — stop fighting iOS momentum === */
html {
    overflow-x: clip;
}
body {
    overflow-x: clip;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

/* === ANCHOR LANDING — stop sections landing under the sticky header === */
#hero,
#listen,
#about,
#art,
#cast,
#script,
#danny,
#contact {
    scroll-margin-top: 100px;
}
@media (max-width: 768px) {
    #hero,
    #listen,
    #about,
    #art,
    #cast,
    #script,
    #danny,
    #contact {
        scroll-margin-top: 80px;
    }
}

/* === GPU LAYER PROMOTION (C) — promote heavy elements so they don't repaint on scroll ===
   #danny intentionally REMOVED — its z-index:2 + isolation already created stacking
   contexts that combined with translateZ to break smooth scroll on mobile. */
.elementor-location-header,
.elementor-element-b145c04,
#hero,
#listen,
#about,
#art,
#cast,
#script,
#contact,
#dd-overlay-logo {
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* LISTEN NOW BUTTON */
.elementor-element-75ffaaf a.elementor-button {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(180,220,255,0.25) !important;
    border-radius: 50px !important;
    box-shadow:
        0 8px 20px -4px rgba(0,200,255,0.5),
        0 4px 40px -2px rgba(0,180,255,0.2),
        inset 0 1px 0 rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 23px 40px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: 'Eurostile', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.4s ease !important;
}
.elementor-element-75ffaaf a.elementor-button:hover,
.elementor-element-75ffaaf a.elementor-button:focus,
.elementor-element-75ffaaf a.elementor-button:focus-visible,
.elementor-element-75ffaaf a.elementor-button:active,
.elementor-element-75ffaaf a.elementor-button:focus:hover {
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(180,230,255,0.6) !important;
    box-shadow:
        0 0 25px rgba(80,170,255,0.6),
        0 0 55px rgba(110,190,255,0.4),
        0 8px 30px -4px rgba(0,200,255,0.7),
        inset 0 1px 0 rgba(255,255,255,0.2),
        inset 0 0 18px rgba(140,210,255,0.3) !important;
    transform: scale(1.02) !important;
}
.elementor-element-75ffaaf .elementor-button-text {
    font-family: 'Eurostile', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}
@media (max-width: 767px) {
    .elementor-element-75ffaaf a.elementor-button {
        padding: 16px 32px !important;
        font-size: 13px !important;
        letter-spacing: 2px !important;
        width: auto !important;
        max-width: 280px !important;
        margin: 0 auto !important;
    }
}
.gradient-border,
.gradient-border2,
.elementor-element-c7d1ab0 {
    display: none !important;
}
/* ABOUT POEM */
#about .elementor-widget-text-editor .elementor-widget-container {
    text-align: center !important;
    max-width: 750px !important;
    margin: 0 auto !important;
}
#about .elementor-widget-text-editor p {
    font-size: clamp(0.9rem, 2vw, 1.15rem) !important;
    line-height: 2.4 !important;
    letter-spacing: 0.08em !important;
    color: rgba(255,255,255,0.85) !important;
    text-transform: uppercase !important;
}
/* Fix clipped listing grids */
.jet-listing-grid__items {
    transform: none !important;
    transition: none !important;
    overflow: visible !important;
    height: auto !important;
}
.jet-listing-grid__item {
    opacity: 1 !important;
    filter: none !important;
}
#listen-grid,
#cast-grid,
#script-grid {
    overflow: visible !important;
    height: auto !important;
}
#listen,
#listen > .e-con-inner,
#listen-grid,
#listen-grid .jet-listing-grid {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
#cast,
#cast > .e-con-inner,
#cast .e-con,
#cast .e-con-inner,
#cast .elementor-element,
#cast .elementor-widget-container,
#cast-grid,
#cast-grid .jet-listing-grid {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
#script,
#script > .e-con-inner,
#script .e-con,
#script .e-con-inner,
#script .elementor-element,
#script .elementor-widget-container,
#script-grid,
#script-grid .jet-listing-grid {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
#script {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/* === DANNY SECTION — height unblocking, mirror of #script === */
#danny,
#danny > .e-con-inner,
#danny .e-con,
#danny .e-con-inner,
#danny .elementor-element,
#danny .elementor-widget-container {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
#danny {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.site-header,
body > .elementor-location-footer ~ form,
body > form {
    display: none !important;
}
header.site-header {
    display: none !important;
}
#listen-grid .jet-listing-grid__items {
    gap: 15px !important;
}
#listen-grid .pause-trigger {
    cursor: pointer !important;
}
#listen-grid .pause-trigger .elementor-icon {
    transition: transform 0.2s ease !important;
}
#listen-grid .pause-trigger:hover .elementor-icon {
    transform: scale(1.08) !important;
}
/* SCRIPTS GRID */
#script-grid .jet-listing-grid__items {
    gap: 12px !important;
}
#script-grid .jet-listing-grid__item {
    margin: 0 !important;
    padding: 0 !important;
}
#script-grid .e-con-inner {
    padding: 10px !important;
}
#script-grid .scripts {
    padding: 10px 20px !important;
    min-height: auto !important;
}
#script-grid .elementor-element-0297e62,
#script-grid .elementor-element-a86b24f,
#script-grid .elementor-element-959d134,
#script-grid .floating-image,
#script-grid img[src*="Vector"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
#script-grid .elementor-button,
#script-grid .elementor-element-b4dd464 a {
    border-color: rgba(56,182,255,0.4) !important;
    box-shadow: 0 0 15px rgba(56,182,255,0.3) !important;
    background-image: none !important;
    background-color: rgba(255,255,255,0.03) !important;
    backdrop-filter: blur(12px) !important;
    transition: all 0.4s ease !important;
}
#script-grid .elementor-button:hover,
#script-grid .elementor-button:focus,
#script-grid .elementor-button:focus-visible,
#script-grid .elementor-button:active,
#script-grid .elementor-button:focus:hover,
#script-grid .elementor-element-b4dd464 a:hover,
#script-grid .elementor-element-b4dd464 a:focus,
#script-grid .elementor-element-b4dd464 a:focus-visible,
#script-grid .elementor-element-b4dd464 a:active,
#script-grid .elementor-element-b4dd464 a:focus:hover {
    background-color: rgba(255,255,255,0.10) !important;
    border-color: rgba(56,182,255,0.8) !important;
    box-shadow:
        0 0 25px rgba(56,182,255,0.6),
        0 0 55px rgba(56,182,255,0.3),
        inset 0 0 18px rgba(56,182,255,0.2) !important;
    transform: scale(1.03) !important;
}
#script-grid .elementor-button::before,
#script-grid .elementor-button::after,
#script-grid .elementor-element-b4dd464 a::before,
#script-grid .elementor-element-b4dd464 a::after {
    display: none !important;
}
#script-grid .elementor-button-content-wrapper {
    background: none !important;
}
#script-grid .elementor-element-3d540c3 {
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
}
#script-grid .elementor-element-3d540c3::before,
#script-grid .elementor-element-3d540c3::after {
    display: none !important;
    content: none !important;
}
#script-grid .scripts::before,
#script-grid .scripts::after,
#script-grid .elementor-element-1640e93::before,
#script-grid .elementor-element-1640e93::after {
    display: none !important;
}
/* HERO SKULL */
.elementor-element-b145c04:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-b145c04 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url('https://deathditties.com/wp-content/uploads/2026/04/Untitled-design-2.jpg') !important;
    background-position: 50% 8% !important;
    background-size: 46% auto !important;
    mix-blend-mode: lighten !important;
}
@media (max-width: 1440px) {
    .elementor-element-b145c04:not(.elementor-motion-effects-element-type-background),
    .elementor-element.elementor-element-b145c04 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-position: 50% 28% !important;
        background-size: 38% auto !important;
    }
}
.elementor-location-header img[src*="Logo"],
.elementor-location-header .elementor-widget-image img {
    filter: drop-shadow(0 0 2px rgba(255,255,255,0.2)) drop-shadow(0 0 25px rgba(255,255,255,0.1)) drop-shadow(0 0 50px rgba(255,255,255,0.05)) !important;
}
#home .elementor-icon-list-text,
#home .elementor-widget-icon-list .elementor-icon-list-text,
.elementor-2414 .elementor-icon-list-text,
.elementor-2414 .elementor-widget-icon-list .elementor-icon-list-text,
.elementor-2414 .elementor-widget-icon-list li,
.elementor-2414 .elementor-widget-icon-list span {
    font-family: 'Eurostile Extd', 'Eurostile Extended', 'Eurostile', sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-size: 16px !important;
    letter-spacing: 0em !important;
    text-transform: uppercase !important;
    line-height: 100% !important;
}
@media (max-width: 767px) {
    .elementor-element-b145c04:not(.elementor-motion-effects-element-type-background),
    .elementor-element.elementor-element-b145c04 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: 95% auto !important;
        background-position: 50% 25% !important;
    }
}
/* SEND MESSAGE */
#contact .elementor-button,
#contact .elementor-field-type-submit .elementor-button {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(180,220,255,0.25) !important;
    border-radius: 50px !important;
    box-shadow:
        0 8px 20px -4px rgba(0,200,255,0.5),
        0 4px 40px -2px rgba(0,180,255,0.2),
        inset 0 1px 0 rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 23px 40px !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: 'Eurostile', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    transition: all 0.4s ease !important;
}
#contact .elementor-button:hover,
#contact .elementor-button:focus,
#contact .elementor-button:focus-visible,
#contact .elementor-button:active,
#contact .elementor-button:focus:hover,
#contact .elementor-field-type-submit .elementor-button:hover,
#contact .elementor-field-type-submit .elementor-button:focus,
#contact .elementor-field-type-submit .elementor-button:focus-visible,
#contact .elementor-field-type-submit .elementor-button:active,
#contact .elementor-field-type-submit .elementor-button:focus:hover {
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(180,230,255,0.6) !important;
    box-shadow:
        0 0 25px rgba(80,170,255,0.6),
        0 0 55px rgba(110,190,255,0.4),
        0 8px 30px -4px rgba(0,200,255,0.7),
        inset 0 1px 0 rgba(255,255,255,0.2),
        inset 0 0 18px rgba(140,210,255,0.3) !important;
    transform: scale(1.02) !important;
}
.elementor-element-75ffaaf .elementor-button,
.elementor-element-75ffaaf .elementor-button-text,
.elementor-element-75ffaaf .elementor-button-content-wrapper,
#contact .elementor-button,
#contact .elementor-button span,
#contact .elementor-field-type-submit .elementor-button,
#contact .elementor-field-type-submit .elementor-button span {
    font-family: 'Eurostile Extended', 'Eurostile Extd', 'Eurostile', sans-serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.elementor-590 a,
#cast .jet-listing-dynamic-field__content a {
    color: inherit;
    text-decoration: none !important;
    text-underline-offset: 0;
    transition: color 0.3s;
}
#cast-grid .jet-listing-grid__item:nth-child(1) a:hover { color: #ff68c3 !important; }
#cast-grid .jet-listing-grid__item:nth-child(2) a:hover { color: #fc5857 !important; }
#cast-grid .jet-listing-grid__item:nth-child(3) a:hover { color: #38b6ff !important; }
#cast-grid .jet-listing-grid__item:nth-child(4) a:hover { color: #238949 !important; }
#about .elementor-widget-text-editor,
#about .elementor-widget-text-editor .elementor-widget-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
#listen-grid .elementor-icon-box-wrapper,
#listen-grid .elementor-icon-box-content,
#listen-grid .elementor-icon-box-title {
    cursor: pointer !important;
}
.elementor-social-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}
.elementor-social-icon a,
.elementor-social-icon-wrap a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}
#dd-overlay-logo {
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 999 !important;
    pointer-events: none !important;
    width: 90px !important;
    height: auto !important;
    opacity: 0.15 !important;
}
body.dialog-body,
body.dialog-container,
body.dialog-buttons-body,
body.dialog-buttons-container {
    overflow: visible !important;
    overflow-y: auto !important;
    position: static !important;
    height: auto !important;
}

/* === MOBILE: kill GPU-heavy effects (B) === */
@media (max-width: 1024px) {
    .elementor-element-b0d05d6,
    video.elementor-video[src*="smokeloop"] {
        display: none !important;
    }
    .elementor-element-b145c04:not(.elementor-motion-effects-element-type-background),
    .elementor-element.elementor-element-b145c04 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        mix-blend-mode: normal !important;
    }
    #dd-overlay-logo {
        display: none !important;
    }
    /* Strip backdrop-filter on mobile — kills frosted glass repaint cost */
    .elementor-element-75ffaaf a.elementor-button,
    #contact .elementor-button,
    #contact .elementor-field-type-submit .elementor-button,
    #script-grid .elementor-button,
    #script-grid .elementor-element-b4dd464 a {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: rgba(20,30,50,0.6) !important;
    }
    /* Soften heavy box-shadows on mobile — fewer paint layers */
    .elementor-element-75ffaaf a.elementor-button,
    #contact .elementor-button,
    #contact .elementor-field-type-submit .elementor-button {
        box-shadow:
            0 4px 12px -2px rgba(0,200,255,0.3),
            inset 0 1px 0 rgba(255,255,255,0.1) !important;
    }
    /* Drop the logo drop-shadow stack on mobile */
    .elementor-location-header img[src*="Logo"],
    .elementor-location-header .elementor-widget-image img {
        filter: drop-shadow(0 0 8px rgba(255,255,255,0.15)) !important;
    }
}

.elementor-button:focus,
.elementor-button:focus-visible,
a.elementor-button:focus,
a.elementor-button:focus-visible,
button:focus,
button:focus-visible {
    outline: none !important;
}
/* ============================================================
   DEATH DITTIES — READ ALONG  (v1.9)
   v1.9: Popup 3-col on desktop; row z-index lifted to 10 inside
         overlay so popup paints above EXIT. Danny + failsafe
         sections below are untouched from prior version.
   v1.7: Countdown -10% desktop, logo -50% desktop,
         ep-color drop-shadow glow on logo.
   v1.6: Empty-state dots removed, logo element added.
   ============================================================ */

.dd-card__readalong-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    position: relative;
    z-index: 2;
    font-family: 'Eurostile Extended', 'Eurostile', 'Helvetica Neue', sans-serif;
}

.dd-readalong-overlay > .dd-card__readalong-row {
    margin: 0 18px 18px;
    z-index: 10;
}

.dd-readalong-btn {
    background: transparent;
    border: 1px solid;
    border-radius: 24px;
    padding: 10px 16px;
    font-family: inherit;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
    transition: all 0.35s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
}

.dd-readalong-btn--toggle {
    flex: 1;
    border-color: rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.02);
    min-height: 40px;
}
.dd-readalong-btn--toggle:hover {
    border-color: var(--ep-color, #ff2d8a);
    color: var(--ep-color, #ff2d8a);
    background: rgba(255,255,255,0.04);
}

.dd-readalong-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    background: transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.dd-card.is-reading .dd-readalong-btn--toggle {
    background: var(--ep-color, #ff2d8a);
    color: #000;
    border-color: var(--ep-color, #ff2d8a);
    box-shadow:
        0 0 9px var(--ep-color, #ff2d8a),
        0 0 18px rgba(255,255,255,0.03);
}
.dd-card.is-reading .dd-readalong-btn--toggle .dd-readalong-dot {
    background: #000;
    border-color: #000;
}

.dd-readalong-langwrap {
    position: relative;
    flex-shrink: 0;
}

.dd-readalong-btn--lang {
    border-color: rgba(255,255,255,0.05);
    background: rgba(255,255,255,0.02);
    color: rgba(255,255,255,0.18);
    cursor: not-allowed;
    padding: 10px 13px;
    min-height: 40px;
}
.dd-readalong-btn--lang:disabled {
    cursor: not-allowed;
}

.dd-readalong-globe {
    width: 14px;
    height: 14px;
    display: inline-block;
    flex-shrink: 0;
    opacity: 0.4;
    transition: opacity 0.35s ease;
}
.dd-readalong-globe svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dd-readalong-langcode {
    font-weight: 700;
    letter-spacing: 1.5px;
}

.dd-card.is-reading .dd-readalong-btn--lang {
    border-color: var(--ep-color, #ff2d8a);
    color: var(--ep-color, #ff2d8a);
    cursor: pointer;
    background: transparent;
    box-shadow: 0 0 5px rgba(255,45,138,0.18);
}
.dd-card.is-reading .dd-readalong-btn--lang .dd-readalong-globe {
    opacity: 1;
}
.dd-card.is-reading .dd-readalong-btn--lang:hover {
    background: rgba(255,255,255,0.04);
}

.dd-readalong-langpop {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: rgba(10,10,10,0.96);
    border: 1px solid var(--ep-color, #ff2d8a);
    border-radius: 8px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.55),
        0 0 9px rgba(255,45,138,0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    min-width: 180px;
}
.dd-card.is-langpop-open .dd-readalong-langpop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Desktop: 3-column grid keeps popup short enough that EXIT stays clear */
@media (min-width: 621px) {
    .dd-readalong-langpop {
        grid-template-columns: repeat(3, 1fr);
        min-width: 230px;
    }
}

.dd-readalong-langopt {
    background: transparent;
    border: 1px solid transparent;
    color: rgba(255,255,255,0.65);
    font-family: 'Eurostile Extended', 'Eurostile', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 9px 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.dd-readalong-langopt:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
}
.dd-readalong-langopt.is-selected {
    background: rgba(255,45,138,0.14);
    color: var(--ep-color, #ff2d8a);
    border-color: var(--ep-color, #ff2d8a);
}

/* ============================================================
   IMMERSIVE OVERLAY
   ============================================================ */

.dd-readalong-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s;
    z-index: 10;
    font-family: 'Eurostile Extended', 'Eurostile', sans-serif;
}
.dd-card.is-reading .dd-readalong-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dd-readalong-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 100% 80% at 50% 50%,
            transparent 40%,
            rgba(0,0,0,0.55) 100%);
    pointer-events: none;
    z-index: 1;
    border-radius: 12px;
}

.dd-readalong-overlay__exit {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 16px;
    padding: 7px 12px;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    transition: all 0.25s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-tap-highlight-color: transparent;
}
.dd-readalong-overlay__exit:hover {
    color: #fff;
    border-color: var(--ep-color, #ff2d8a);
    background: rgba(0,0,0,0.7);
}
.dd-readalong-overlay__exit-x {
    font-size: 12px;
    line-height: 1;
}

.dd-readalong-overlay__header {
    text-align: center;
    padding: 18px 70px 0 70px;
    position: relative;
    z-index: 2;
}
.dd-readalong-overlay__ep {
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--ep-color, #ff2d8a);
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 600;
}
.dd-readalong-overlay__title {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

@media (min-width: 621px) {
    .dd-readalong-overlay__header {
        text-align: left;
        padding: 16px 100px 0 22px;
        display: flex;
        align-items: baseline;
        gap: 12px;
    }
    .dd-readalong-overlay__ep {
        margin-bottom: 0;
        white-space: nowrap;
    }
    .dd-readalong-overlay__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
}

.dd-readalong-overlay__stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    position: relative;
    z-index: 2;
    min-height: 0;
}

.dd-readalong-overlay__caption {
    font-weight: 900;
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1.22;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    max-width: 720px;
    text-transform: uppercase;
    white-space: pre-wrap;
}

@media (min-width: 621px) {
    .dd-readalong-overlay__caption {
        font-size: clamp(20px, 2.4vw, 26px);
    }
}

.dd-readalong-overlay__caption.is-changing {
    animation: ddCueIn 0.55s cubic-bezier(0.2, 0.7, 0.3, 1);
}
@keyframes ddCueIn {
    0%   { opacity: 0; transform: translateY(10px) scale(0.985); }
    100% { opacity: 1; transform: translateY(0)    scale(1); }
}

/* INTRO state */
.dd-readalong-overlay__caption.is-intro {
    font-size: clamp(40px, 7.5vw, 85px);
    letter-spacing: 14px;
    color: rgba(255,255,255,0.4);
    font-weight: 900;
    animation: ddIntroPulse 2.4s ease-in-out infinite;
    text-transform: uppercase;
}
@keyframes ddIntroPulse {
    0%, 100% { opacity: 0.5; }
    50%      { opacity: 0.85; }
}

/* COUNTDOWN — desktop another 10% smaller */
.dd-readalong-overlay__caption.is-countdown {
    font-size: clamp(47px, 10vw, 130px);
    color: var(--ep-color, #ff2d8a);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
    animation: ddCountdownFlash 100ms ease-in-out infinite;
}
@keyframes ddCountdownFlash {
    0%, 49%   { opacity: 1; }
    50%, 100% { opacity: 0.08; }
}

/* Loading + error */
.dd-readalong-overlay.is-loading .dd-readalong-overlay__caption {
    font-size: 13px;
    letter-spacing: 5px;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
}
.dd-readalong-overlay.is-loading .dd-readalong-overlay__caption::before {
    content: 'LOADING TRANSCRIPT';
    animation: ddTextPulse 1.6s ease-in-out infinite;
    letter-spacing: 5px;
}
@keyframes ddTextPulse {
    0%, 100% { opacity: 0.4; }
    50%      { opacity: 0.7; }
}
.dd-readalong-overlay.is-error .dd-readalong-overlay__caption {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
    font-weight: 600;
    max-width: 280px;
}
.dd-readalong-overlay.is-error .dd-readalong-overlay__caption::before {
    content: 'TRANSCRIPT NOT YET AVAILABLE IN THIS LANGUAGE';
    animation: none;
    letter-spacing: 2px;
}

/* ---- Logotype overlay — 50% smaller on desktop, ep-colour glow ---- */
.dd-readalong-overlay__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(180px, 65%, 300px);
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
    z-index: 3;
    display: block;
    filter:
        drop-shadow(0 0 5px var(--ep-color, #ff2d8a))
        drop-shadow(0 0 16px var(--ep-color, #ff2d8a));
}
.dd-readalong-overlay__logo.is-visible {
    opacity: 1;
}

@media (min-width: 621px) {
    .dd-readalong-overlay__logo {
        width: clamp(100px, 20%, 190px);
        filter:
            drop-shadow(0 0 4px var(--ep-color, #ff2d8a))
            drop-shadow(0 0 12px var(--ep-color, #ff2d8a));
    }
}

/* Footer */
.dd-readalong-overlay__footer {
    padding: 14px 18px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.dd-readalong-overlay__play {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ep-color, #ff2d8a);
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 9px var(--ep-color, #ff2d8a);
    transition: transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
}
.dd-readalong-overlay__play:hover {
    transform: scale(1.06);
}

.dd-readalong-overlay__play-tri {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
    margin-left: 3px;
    display: block;
}
.dd-readalong-overlay__play-pause {
    display: none;
    gap: 4px;
}
.dd-readalong-overlay__play-pause span {
    display: block;
    width: 4px;
    height: 14px;
    background: #fff;
    border-radius: 1px;
}
.dd-card.is-playing .dd-readalong-overlay__play-tri    { display: none; }
.dd-card.is-playing .dd-readalong-overlay__play-pause  { display: flex; }

.dd-readalong-overlay__restart {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    padding: 0;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.dd-readalong-overlay__restart:hover {
    color: #fff;
    border-color: var(--ep-color, #ff2d8a);
    background: rgba(255,255,255,0.1);
}
.dd-readalong-overlay__restart:active {
    transform: scale(0.92);
}
.dd-readalong-overlay__restart svg {
    width: 14px;
    height: 14px;
    display: block;
    fill: currentColor;
}

.dd-readalong-overlay__scrub {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    touch-action: none;
}
.dd-readalong-overlay__scrub-fill {
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 0%;
    background: var(--ep-color, #ff2d8a);
    border-radius: 2px;
    pointer-events: none;
}

.dd-readalong-overlay__time {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    color: rgba(255,255,255,0.75);
    flex-shrink: 0;
    letter-spacing: 1px;
    min-width: 56px;
    text-align: right;
}

/* ============================================================
   MOBILE (<=620px)
   ============================================================ */
@media (max-width: 620px) {
    .dd-card__readalong-row {
        margin-top: 12px;
        gap: 6px;
    }
    .dd-readalong-overlay > .dd-card__readalong-row {
        margin: 0 14px 14px;
    }
    .dd-readalong-btn {
        font-size: 10px;
        letter-spacing: 1.4px;
        padding: 11px 12px;
        min-height: 42px;
    }
    .dd-readalong-btn--toggle {
        gap: 7px;
    }
    .dd-readalong-btn--lang {
        padding: 11px 12px;
    }

    .dd-readalong-langpop {
        right: 0;
        left: auto;
        min-width: 160px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .dd-readalong-overlay__exit {
        top: 11px;
        right: 11px;
        padding: 6px 10px;
        font-size: 9px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .dd-readalong-overlay__header {
        padding: 16px 78px 0 78px;
    }
    .dd-readalong-overlay__title {
        font-size: 13px;
    }
    .dd-readalong-overlay__stage {
        padding: 14px 18px;
    }
    .dd-readalong-overlay__caption {
        font-size: clamp(19px, 5.6vw, 26px);
        line-height: 1.25;
    }
    .dd-readalong-overlay__caption.is-intro {
        font-size: clamp(40px, 13vw, 80px);
        letter-spacing: 8px;
    }
    .dd-readalong-overlay__caption.is-countdown {
        font-size: clamp(80px, 28vw, 180px);
    }
    .dd-readalong-overlay__footer {
        padding: 12px 14px 6px;
        gap: 9px;
    }
    .dd-readalong-overlay__play {
        width: 42px;
        height: 42px;
    }
    .dd-readalong-overlay__restart {
        width: 38px;
        height: 38px;
    }
    .dd-readalong-overlay__time {
        font-size: 10px;
        min-width: 50px;
    }
    .dd-readalong-overlay__scrub {
        height: 4px;
    }
}

/* ============================================================
   PERF: REDUCE MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .dd-readalong-overlay__caption.is-changing,
    .dd-readalong-overlay__caption.is-intro,
    .dd-readalong-overlay__caption.is-countdown,
    .dd-readalong-overlay__logo,
    .dd-readalong-overlay.is-loading .dd-readalong-overlay__caption::before {
        animation: none !important;
        transition: opacity 0.2s linear !important;
    }
    .dd-readalong-overlay,
    .dd-readalong-btn,
    .dd-readalong-langpop {
        transition-duration: 0.15s !important;
    }
}

/* === DANNY SECTION — keeps it above the smoke overlay (z-index alone is enough,
   isolation:isolate removed because it was breaking smooth scroll-into-view) === */
#danny {
    z-index: 2 !important;
    position: relative !important;
}
#danny > .e-con-inner,
#danny .elementor-widget-container,
#danny .danny-page {
    z-index: 2 !important;
    position: relative !important;
}

/* === DANNY TWEAKS === */

/* Smaller font on the manifesto opening lines + therefore */
.danny-page .dp-manifesto .dp-lead {
  font-size: clamp(0.95rem, 1.55vw, 1.2rem) !important;
  letter-spacing: 0.04em;
  line-height: 1.4 !important;
}
.danny-page .dp-manifesto .dp-therefore {
  font-size: clamp(1.05rem, 1.75vw, 1.35rem) !important;
  letter-spacing: 0.08em !important;
}

/* Subtitle one-liner */
.danny-page .dp-hero .dp-subtitle {
  font-size: clamp(0.7rem, 0.95vw, 0.85rem) !important;
  white-space: nowrap !important;
  letter-spacing: 0.18em !important;
}

/* Headshot — hardcoded URL (no CSS variable to break) + Swamp-Captain blue glow */
.danny-page .dp-hero-image {
  background-image: url('https://deathditties.com/wp-content/uploads/2026/05/danny_headshot.jpg') !important;
  background-color: #1a1a1a !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 380px !important;
  border: 1px solid rgba(56, 182, 255, 0.5) !important;
  box-shadow:
    0 0 50px rgba(56, 182, 255, 0.55),
    0 0 100px rgba(56, 182, 255, 0.32),
    0 0 18px -6px #38b6ff,
    inset 0 0 0 1px rgba(0,0,0,0.4) !important;
}
/* === FAILSAFE: dead/inactive popups must not block clicks or scroll === */
.dialog-widget:not(.dialog-visible),
.elementor-popup-modal:not(.elementor-popup-modal--is-active) {
    pointer-events: none !important;
}