:root {
    --je-midnight: #08131f;
    --je-deep-horizon: #10263a;
    --je-night-blue: #16354d;
    --je-near-black: #04090e;
    --je-gold: #d5a84b;
    --je-soft-gold: #e5c477;
    --je-ivory: #f5f1e8;
    --je-moonlight: #b7c0c8;
    --je-body: #d5dbe0;
    --je-muted: #405363;
    --je-line: rgba(229, 196, 119, 0.2);
    --je-card: rgba(10, 27, 42, 0.82);
    --je-radius-button: 6px;
    --je-radius-card: 8px;
    --je-content-width: 1200px;
    --je-reading-width: 720px;
}

html {
    scroll-behavior: smooth;
}

body.je-home {
    background: var(--je-near-black);
    color: var(--je-body);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.je-home .site-header,
.je-home #content,
.je-home #primary,
.je-home #main,
.je-home .ast-container,
.je-home .site-content,
.je-home .content-area,
.je-home .site-main,
.je-home .entry-content {
    background: transparent;
    display: block;
    float: none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.je-home .site-header,
.je-home .ast-header-break-point .main-header-bar,
.je-home .entry-header,
.je-home .site-footer {
    display: none;
}

.je-site-main {
    background:
        radial-gradient(circle at 76% 34%, rgba(213, 168, 75, 0.14), transparent 28rem),
        linear-gradient(180deg, var(--je-near-black) 0%, var(--je-midnight) 28%, var(--je-near-black) 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

.je-wrap {
    margin: 0 auto;
    max-width: var(--je-content-width);
    padding: 0 clamp(1.25rem, 4vw, 3rem);
    width: 100%;
}

.je-reading {
    max-width: var(--je-reading-width);
}

.je-header {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    left: 0;
    padding: 1rem clamp(1.25rem, 4vw, 3rem);
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 180ms ease, border-color 180ms ease, padding 180ms ease;
    z-index: 40;
}

.je-header.is-scrolled,
body.je-menu-open .je-header {
    background: rgba(4, 9, 14, 0.86);
    border-bottom: 1px solid rgba(229, 196, 119, 0.14);
    backdrop-filter: blur(14px);
}

.je-wordmark {
    color: var(--je-ivory);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
}

.je-wordmark:hover,
.je-wordmark:focus-visible {
    color: var(--je-soft-gold);
}

.je-nav {
    align-items: center;
    display: flex;
    gap: clamp(1rem, 2vw, 1.65rem);
}

.je-nav a {
    color: #d5dbe0;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.je-nav a:hover,
.je-nav a:focus-visible {
    color: var(--je-soft-gold);
}

.je-nav-cta {
    border: 1px solid rgba(229, 196, 119, 0.62);
    border-radius: var(--je-radius-button);
    color: var(--je-ivory) !important;
    padding: 0.72rem 1rem;
}

.je-nav-cta:hover,
.je-nav-cta:focus-visible {
    border-color: var(--je-soft-gold);
    transform: translateY(-1px);
}

.je-menu-toggle {
    align-items: center;
    background: rgba(8, 19, 31, 0.78);
    border: 1px solid rgba(229, 196, 119, 0.28);
    border-radius: var(--je-radius-button);
    color: var(--je-ivory);
    display: none;
    gap: 0.32rem;
    min-height: 44px;
    padding: 0.62rem 0.72rem;
}

.je-menu-line {
    background: var(--je-ivory);
    display: block;
    height: 2px;
    width: 18px;
}

.je-menu-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.je-hero {
    align-items: center;
    display: flex;
    isolation: isolate;
    justify-content: center;
    min-height: 100svh;
    overflow: hidden;
    padding: clamp(7rem, 10vh, 9rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 8vh, 5rem);
    position: relative;
    text-align: center;
}

.je-hero-image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 62% center;
    position: absolute;
    width: 100%;
    z-index: -3;
}

.je-hero-shade {
    background:
        linear-gradient(90deg, rgba(4, 9, 14, 0.78) 0%, rgba(4, 9, 14, 0.44) 38%, rgba(4, 9, 14, 0.2) 62%, rgba(4, 9, 14, 0.5) 100%),
        linear-gradient(180deg, rgba(4, 9, 14, 0.55) 0%, rgba(4, 9, 14, 0.08) 46%, rgba(4, 9, 14, 0.88) 100%);
    inset: 0;
    position: absolute;
    z-index: -2;
}

.je-hero-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 680px;
    position: relative;
    width: min(100%, 680px);
}

.je-label {
    color: var(--je-soft-gold);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.je-hero h1,
.je-section h2 {
    color: var(--je-ivory);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.96;
}

.je-hero h1 {
    font-size: clamp(4.2rem, 11vw, 8.8rem);
    margin: 0;
    max-width: 11ch;
    text-align: center;
}

.je-hero-line {
    color: var(--je-soft-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    line-height: 1.08;
    margin: 1.25rem 0 0.8rem;
}

.je-hero-copy {
    color: #dbe1e6;
    font-size: clamp(1.05rem, 1.5vw, 1.24rem);
    line-height: 1.72;
    margin: 0 auto;
    max-width: 40rem;
}

.je-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    margin-top: 2rem;
}

.je-button,
.je-song-link {
    align-items: center;
    border-radius: var(--je-radius-button);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.1em;
    min-height: 46px;
    padding: 0.88rem 1.08rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.je-button:hover,
.je-button:focus-visible,
.je-song-card:hover .je-song-link:not(.is-pending) {
    transform: translateY(-2px);
}

.je-button-primary {
    background: var(--je-soft-gold);
    border: 1px solid var(--je-soft-gold);
    color: #09111a;
}

.je-button-primary:hover,
.je-button-primary:focus-visible {
    background: #f0cf82;
    color: #09111a;
    box-shadow: 0 0 22px rgba(229, 196, 119, 0.24);
}

.je-button-secondary {
    background: rgba(8, 19, 31, 0.36);
    border: 1px solid rgba(245, 241, 232, 0.32);
    color: var(--je-ivory);
}

.je-button-secondary:hover,
.je-button-secondary:focus-visible {
    border-color: rgba(229, 196, 119, 0.7);
    color: var(--je-soft-gold);
}

.je-album-note {
    color: var(--je-moonlight);
    font-size: 0.94rem;
    margin: 1.4rem 0 0;
}

.je-section {
    padding: clamp(5rem, 10vw, 8rem) 0;
    position: relative;
}

.je-about {
    background:
        linear-gradient(180deg, rgba(4, 9, 14, 0) 0%, rgba(8, 19, 31, 0.96) 28%, var(--je-midnight) 100%);
}

.je-about p,
.je-story p,
.je-album-copy p,
.je-connect p {
    color: var(--je-body);
    font-size: clamp(1rem, 1.35vw, 1.1rem);
    line-height: 1.82;
    margin: 1.15rem 0 0;
}

.je-section h2 {
    font-size: clamp(2.7rem, 6vw, 5rem);
    margin: 0;
}

.je-music {
    background:
        radial-gradient(circle at 12% 20%, rgba(22, 53, 77, 0.48), transparent 36rem),
        linear-gradient(180deg, var(--je-midnight), #07111c 100%);
}

.je-section-head {
    margin: 0 0 clamp(2rem, 5vw, 3.5rem);
    max-width: 760px;
}

.je-song-grid {
    display: grid;
    gap: clamp(1.2rem, 3vw, 1.8rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.je-song-card {
    background: linear-gradient(160deg, rgba(16, 38, 58, 0.92), rgba(4, 9, 14, 0.86));
    border: 1px solid rgba(229, 196, 119, 0.18);
    border-radius: var(--je-radius-card);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
    display: grid;
    grid-template-columns: minmax(150px, 0.78fr) minmax(0, 1fr);
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.je-song-card:hover {
    border-color: rgba(229, 196, 119, 0.48);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
    transform: translateY(-5px) scale(1.008);
}

.je-song-card img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.je-song-card:hover img {
    transform: scale(1.015);
}

.je-song-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.2rem, 3vw, 2rem);
}

.je-song-kicker {
    color: var(--je-soft-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.1;
    margin: 0 0 0.28rem;
}

.je-song-body h3 {
    color: var(--je-ivory);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 0.9rem;
}

.je-song-body p {
    color: #d5dbe0;
    font-size: 0.98rem;
    line-height: 1.66;
    margin: 0 0 0.85rem;
}

.je-song-link {
    align-self: flex-start;
    border: 1px solid rgba(229, 196, 119, 0.46);
    color: var(--je-ivory);
    margin-top: 0.45rem;
}

.je-song-link:hover,
.je-song-link:focus-visible {
    border-color: rgba(229, 196, 119, 0.76);
    color: var(--je-soft-gold);
}

.je-story {
    background:
        radial-gradient(circle at 50% 8%, rgba(213, 168, 75, 0.1), transparent 34rem),
        linear-gradient(180deg, #07111c 0%, var(--je-near-black) 34%, #03070c 100%);
    border-bottom: 1px solid rgba(229, 196, 119, 0.12);
    border-top: 1px solid rgba(229, 196, 119, 0.1);
}

.je-story blockquote {
    border: 0;
    margin: clamp(2.4rem, 6vw, 4rem) 0;
    padding: 0;
}

.je-story blockquote p {
    color: #f0cf82;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3rem, 9vw, 7rem);
    font-weight: 600;
    line-height: 0.92;
    margin: 0;
}

.je-story cite {
    color: var(--je-ivory);
    display: block;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.5rem, 3.2vw, 2.45rem);
    font-style: italic;
    line-height: 1.14;
    margin-top: 1rem;
}

.je-era-line {
    color: var(--je-soft-gold) !important;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 5vw, 4rem) !important;
    line-height: 1.05 !important;
    margin-top: clamp(2.2rem, 5vw, 3.4rem) !important;
}

.je-album {
    background:
        radial-gradient(circle at 72% 22%, rgba(229, 196, 119, 0.16), transparent 28rem),
        linear-gradient(180deg, #03070c 0%, var(--je-midnight) 100%);
}

.je-album-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 6vw, 4.5rem);
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
}

.je-album-art {
    border: 1px solid rgba(229, 196, 119, 0.2);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    margin: 0;
    overflow: hidden;
}

.je-album-art img {
    aspect-ratio: 1.6;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
    width: 100%;
}

.je-album-art:hover img {
    transform: scale(1.015);
}

.je-date {
    color: var(--je-soft-gold) !important;
    font-size: 0.86rem !important;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-top: 1rem !important;
    text-transform: uppercase;
}

.je-connect {
    background: linear-gradient(180deg, var(--je-midnight), #07111c);
    text-align: center;
}

.je-connect-wrap {
    margin: 0 auto;
    max-width: 940px;
}

.je-platforms {
    display: grid;
    gap: clamp(1.75rem, 4vw, 2.6rem);
    margin-top: clamp(2rem, 5vw, 3rem);
}

.je-platform-group h3 {
    color: var(--je-soft-gold);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.je-platform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.72rem;
    justify-content: center;
}

.je-platform-link {
    align-items: center;
    background: rgba(8, 19, 31, 0.58);
    border: 1px solid rgba(229, 196, 119, 0.28);
    border-radius: var(--je-radius-button);
    color: var(--je-ivory);
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 0.62rem;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    min-width: 10.6rem;
    padding: 0.78rem 1rem;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.je-platform-link:hover,
.je-platform-link:focus-visible {
    background: rgba(16, 38, 58, 0.82);
    border-color: rgba(229, 196, 119, 0.64);
    box-shadow: 0 0 24px rgba(213, 168, 75, 0.14);
    color: var(--je-ivory);
    transform: translateY(-2px);
}

.je-platform-icon {
    align-items: center;
    color: var(--je-soft-gold);
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.35rem;
    justify-content: center;
    width: 1.35rem;
}

.je-platform-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.je-platform-spotify .je-platform-icon {
    color: #1ed760;
}

.je-platform-apple-music .je-platform-icon {
    color: #fa586a;
}

.je-platform-youtube,
.je-platform-youtube-music {
    --je-platform-accent: #ff0033;
}

.je-platform-youtube .je-platform-icon,
.je-platform-youtube-music .je-platform-icon {
    color: var(--je-platform-accent);
}

.je-platform-amazon-music .je-platform-icon {
    color: #25c4f4;
}

.je-platform-deezer .je-platform-icon {
    color: #a564ff;
}

.je-platform-tidal .je-platform-icon {
    color: #f5f1e8;
}

.je-platform-instagram .je-platform-icon {
    color: #e76f9d;
}

.je-platform-tiktok .je-platform-icon {
    color: #69f5ff;
}

.je-platform-threads .je-platform-icon,
.je-platform-x .je-platform-icon {
    color: #f5f1e8;
}

.je-platform-facebook .je-platform-icon {
    color: #1877f2;
}

.je-footer {
    background: var(--je-near-black);
    border-top: 1px solid rgba(229, 196, 119, 0.1);
    color: var(--je-moonlight);
    display: grid;
    gap: 0.3rem;
    justify-items: center;
    padding: 2rem 1.25rem;
    text-align: center;
}

.je-footer p {
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
}

.je-footer-link {
    color: var(--je-soft-gold);
    text-decoration: none;
}

.je-footer-link:hover,
.je-footer-link:focus-visible {
    color: var(--je-ivory);
}

.je-epk-main {
    background:
        radial-gradient(circle at 22% 12%, rgba(213, 168, 75, 0.13), transparent 30rem),
        radial-gradient(circle at 82% 36%, rgba(22, 53, 77, 0.44), transparent 32rem),
        linear-gradient(180deg, var(--je-near-black) 0%, var(--je-midnight) 44%, var(--je-near-black) 100%);
}

.je-epk-hero {
    align-items: center;
    display: flex;
    isolation: isolate;
    min-height: 92svh;
    overflow: hidden;
    padding: clamp(7rem, 12vh, 9rem) 0 clamp(4.5rem, 9vw, 7rem);
    position: relative;
}

.je-epk-hero-image,
.je-epk-hero-shade {
    inset: 0;
    position: absolute;
}

.je-epk-hero-image {
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
    width: 100%;
    z-index: -3;
}

.je-epk-hero-shade {
    background:
        linear-gradient(90deg, rgba(4, 9, 14, 0.86) 0%, rgba(4, 9, 14, 0.62) 48%, rgba(4, 9, 14, 0.38) 100%),
        linear-gradient(180deg, rgba(4, 9, 14, 0.6) 0%, rgba(4, 9, 14, 0.22) 46%, rgba(4, 9, 14, 0.94) 100%);
    z-index: -2;
}

.je-epk-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: minmax(0, 1.06fr) minmax(18rem, 0.74fr);
}

.je-epk-hero-copy {
    max-width: 780px;
}

.je-epk-hero h1 {
    color: var(--je-ivory);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.4rem, 8.6vw, 8rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.95;
    margin: 0;
}

.je-epk-intro {
    color: #dbe1e6;
    font-size: clamp(1.04rem, 1.55vw, 1.25rem);
    line-height: 1.72;
    margin: 1.3rem 0 0;
    max-width: 42rem;
}

.je-epk-visual {
    border: 1px solid rgba(229, 196, 119, 0.24);
    border-radius: var(--je-radius-card);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    margin: 0;
    overflow: hidden;
}

.je-epk-visual img {
    aspect-ratio: 1.28;
    display: block;
    object-fit: cover;
    width: 100%;
}

.je-epk-positioning {
    background:
        linear-gradient(180deg, rgba(4, 9, 14, 0) 0%, rgba(8, 19, 31, 0.96) 100%);
    border-top: 1px solid rgba(229, 196, 119, 0.1);
    text-align: center;
}

.je-epk-positioning p {
    color: var(--je-body);
    font-size: clamp(1.08rem, 1.65vw, 1.28rem);
    line-height: 1.78;
    margin: 1.2rem auto 0;
    max-width: 44rem;
}

.je-epk-inside {
    background:
        radial-gradient(circle at 18% 12%, rgba(22, 53, 77, 0.44), transparent 28rem),
        linear-gradient(180deg, var(--je-midnight), #07111c);
}

.je-epk-list {
    background: linear-gradient(160deg, rgba(16, 38, 58, 0.9), rgba(4, 9, 14, 0.82));
    border: 1px solid rgba(229, 196, 119, 0.18);
    border-radius: var(--je-radius-card);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
    padding: clamp(1.3rem, 3vw, 2rem);
}

.je-epk-list ul {
    display: grid;
    gap: 0.85rem 1.3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.je-epk-list li {
    color: var(--je-body);
    line-height: 1.5;
    padding-left: 1.2rem;
    position: relative;
}

.je-epk-list li::before {
    background: var(--je-soft-gold);
    border-radius: 999px;
    content: "";
    height: 0.36rem;
    left: 0;
    position: absolute;
    top: 0.62rem;
    width: 0.36rem;
}

.je-epk-contact {
    background:
        radial-gradient(circle at 72% 18%, rgba(213, 168, 75, 0.12), transparent 26rem),
        linear-gradient(180deg, #07111c, var(--je-near-black));
}

.je-epk-contact-grid {
    display: grid;
    gap: clamp(1.2rem, 3vw, 1.8rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.je-epk-contact-card {
    background: linear-gradient(160deg, rgba(16, 38, 58, 0.92), rgba(4, 9, 14, 0.86));
    border: 1px solid rgba(229, 196, 119, 0.18);
    border-radius: var(--je-radius-card);
    padding: clamp(1.3rem, 3vw, 2rem);
}

.je-epk-contact-card h2 {
    color: var(--je-ivory);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    margin: 0;
    overflow-wrap: anywhere;
}

.je-epk-contact-card p {
    margin: 1.1rem 0 0;
}

.je-epk-contact-card a {
    color: var(--je-soft-gold);
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.je-epk-contact-card a:hover,
.je-epk-contact-card a:focus-visible {
    color: var(--je-ivory);
}

.je-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.je-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.je-home a:focus-visible,
.je-home button:focus-visible,
.je-home [tabindex]:focus-visible {
    outline: 2px solid var(--je-soft-gold);
    outline-offset: 4px;
}

.je-cursor-core,
.je-cursor-halo {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 140ms ease, width 140ms ease, height 140ms ease;
    z-index: 9999;
}

.je-cursor-core {
    background: radial-gradient(circle, #fff5cf 0%, #e5c477 34%, #d5a84b 62%, rgba(213, 168, 75, 0) 78%);
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(229, 196, 119, 0.34);
    height: 7px;
    width: 7px;
}

.je-cursor-halo {
    background: radial-gradient(circle, rgba(229, 196, 119, 0.3) 0%, rgba(213, 168, 75, 0.13) 38%, rgba(213, 168, 75, 0) 72%);
    border-radius: 999px;
    filter: blur(1px);
    height: 32px;
    mix-blend-mode: screen;
    width: 32px;
}

html.je-custom-cursor-ready:not(.je-cursor-text) body,
html.je-custom-cursor-ready:not(.je-cursor-text) a,
html.je-custom-cursor-ready:not(.je-cursor-text) button,
html.je-custom-cursor-ready:not(.je-cursor-text) [role="button"],
html.je-custom-cursor-ready:not(.je-cursor-text) .je-song-card {
    cursor: none;
}

html.je-custom-cursor-ready input,
html.je-custom-cursor-ready textarea,
html.je-custom-cursor-ready select,
html.je-custom-cursor-ready [contenteditable="true"] {
    cursor: text;
}

html.je-custom-cursor-ready .je-cursor-core,
html.je-custom-cursor-ready .je-cursor-halo {
    opacity: 1;
}

html.je-custom-cursor-ready.je-cursor-idle .je-cursor-core,
html.je-custom-cursor-ready.je-cursor-idle .je-cursor-halo {
    opacity: 0;
}

html.je-custom-cursor-ready.je-cursor-interactive .je-cursor-core {
    box-shadow: 0 0 14px rgba(229, 196, 119, 0.48);
    height: 9px;
    width: 9px;
}

html.je-custom-cursor-ready.je-cursor-interactive .je-cursor-halo {
    background: radial-gradient(circle, rgba(229, 196, 119, 0.38) 0%, rgba(213, 168, 75, 0.18) 42%, rgba(213, 168, 75, 0) 74%);
    height: 42px;
    width: 42px;
}

html.je-custom-cursor-ready.je-cursor-text .je-cursor-core,
html.je-custom-cursor-ready.je-cursor-text .je-cursor-halo {
    opacity: 0;
}

@media (max-width: 980px) {
    .je-menu-toggle {
        display: inline-flex;
    }

    .je-nav {
        background: rgba(4, 9, 14, 0.96);
        border-bottom: 1px solid rgba(229, 196, 119, 0.16);
        display: grid;
        gap: 0;
        left: 0;
        opacity: 0;
        padding: 4.9rem 1.25rem 1.25rem;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateY(-0.7rem);
        transition: opacity 160ms ease, transform 160ms ease;
        z-index: -1;
    }

    .je-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .je-nav a {
        border-top: 1px solid rgba(183, 192, 200, 0.12);
        min-height: 46px;
        padding: 0.86rem 0;
    }

    .je-nav-cta {
        justify-content: center;
        margin-top: 0.8rem;
        padding: 0.86rem 1rem !important;
    }

    .je-hero {
        align-items: center;
        min-height: 94svh;
        padding-bottom: 3rem;
    }

    .je-hero-image {
        object-position: 58% center;
    }

    .je-hero-shade {
        background:
            linear-gradient(180deg, rgba(4, 9, 14, 0.58) 0%, rgba(4, 9, 14, 0.28) 35%, rgba(4, 9, 14, 0.92) 76%, rgba(4, 9, 14, 0.98) 100%),
            linear-gradient(90deg, rgba(4, 9, 14, 0.74), rgba(4, 9, 14, 0.2));
    }

    .je-song-grid,
    .je-album-grid,
    .je-epk-hero-grid,
    .je-epk-contact-grid {
        grid-template-columns: 1fr;
    }

    .je-epk-hero {
        min-height: auto;
    }

    .je-epk-visual {
        max-width: 32rem;
    }
}

@media (max-width: 700px) {
    .je-header {
        padding: 0.85rem 1rem;
    }

    .je-wordmark {
        font-size: 0.78rem;
        max-width: 15rem;
    }

    .je-hero {
        min-height: 92svh;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .je-hero h1 {
        font-size: clamp(3.35rem, 17vw, 5rem);
        max-width: 8.4ch;
    }

    .je-hero-line {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
    }

    .je-actions {
        align-items: stretch;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: min(100%, 22rem);
    }

    .je-button {
        width: 100%;
    }

    .je-section {
        padding: 4rem 0;
    }

    .je-song-card {
        grid-template-columns: 1fr;
    }

    .je-song-card img {
        height: auto;
    }

    .je-song-body {
        padding: 1.2rem;
    }

    .je-song-link {
        width: 100%;
    }

    .je-platform-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .je-platform-link {
        width: 100%;
    }

    .je-epk-hero h1 {
        font-size: clamp(3rem, 14vw, 4.65rem);
    }

    .je-epk-hero-copy .je-actions {
        align-items: stretch;
        flex-direction: column;
        width: min(100%, 22rem);
    }

    .je-epk-list ul {
        grid-template-columns: 1fr;
    }

    .je-story blockquote p {
        font-size: clamp(2.7rem, 15vw, 4.3rem);
    }
}

@media (max-width: 380px) {
    .je-wordmark {
        letter-spacing: 0.12em;
    }

    .je-menu-label {
        display: none;
    }

    .je-hero h1 {
        font-size: 3.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .je-reveal {
        opacity: 1;
        transform: none;
    }
}
