@font-face {
    font-family: 'HS_LunaObscura';
    src: url('src/fonts/HS_LunaObscura-Regular.woff2') format('woff2'),
        url('src/fonts/HS_LunaObscura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --bg:#111;
    --pink: #f02dff;
    --cyan: #00e5e5;
    --yellow: #e6e600;
    --white: #FFF;

}

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    background: var(--bg);
    padding-bottom: 20vh;
    overflow-x: hidden;
}

.hero-noise {
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200%;
    background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
    background-repeat: repeat;
    animation: hero-noise-animation .2s infinite;
    opacity: .9;
    visibility: visible;
    pointer-events: none;
}

@keyframes hero-noise-animation {
    0%   { transform: translate(0,0) }
    10%  { transform: translate(-5%,-5%) }
    20%  { transform: translate(-10%,5%) }
    30%  { transform: translate(5%,-10%) }
    40%  { transform: translate(-5%,15%) }
    50%  { transform: translate(-10%,5%) }
    60%  { transform: translate(15%,0) }
    70%  { transform: translate(0,10%) }
    80%  { transform: translate(-15%,0) }
    90%  { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}


h5 {
    font-family: 'HS_LunaObscura';
    color:var(--yellow);
}

p {
    font-size: 18px;
}

p, li {
    color:var(--white);
    font-family: 'Space Grotesk', sans-serif;
}

ul {
    text-decoration: none;
    list-style-type: none;
}

a {
    color: var(--white);
}

img {
    object-fit: cover;
    border-radius: 4px;
}

.page-content {
    position: relative;
    z-index: 1;
    background: var(--bg);
    padding-bottom: 4rem;
    /* border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px; */
}

main {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.audio-scroll, .credits, .about {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.hero {
    position: relative;
    will-change: transform;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr auto;
    gap: 20px;
    padding: 50px;
    box-sizing: border-box;
}

.hero-name-cell {
    grid-column: 1 / 9;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    height: 60vh;
}

.hero-location-cell {
    grid-column: 1 / 7;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
}

.hero-socials-cell {
    grid-column: 7 / 13;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.hero-sticky-wrapper {
    position: relative;
}

.hero-image-sticky {
    position: absolute;
    right: 50px;
    z-index: 10;
    width: 300px;
    will-change: transform;
    opacity: 0;
    animation: fadeIn 0.8s ease 1.4s forwards;
}

.hero-image-sticky img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-image-mobile {
    display: none;
}

.hero-signature {
    position: absolute;
    top: -15%;
    left: -10%;
    width: 60% !important;
    z-index: 2;
    pointer-events: none;
    border-radius: 0;
}

.hero-word {
    font-family: 'HS_LunaObscura';
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    margin: 0;
}

.hero-bio-text {
    color: var(--yellow);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.45;
    opacity: 0;
    animation: fadeIn 0.8s ease 1.4s forwards;
    padding-top: 1.5rem;
    max-width: 800px;
    margin-left: 6px;

}

.hero-location-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #757575;
    opacity: 0;
    animation: fadeIn 0.8s ease 1.4s forwards;
    margin-left: 6px;
    white-space: nowrap;
}

.hero-clock {
    font-variant-numeric: tabular-nums;
}

@keyframes neonFlickerYellow {
    0%   { color: #414104; filter: drop-shadow(4px 2px 0px rgba(230,230,0,0)); }
    20%  { color: #414104; filter: drop-shadow(4px 2px 0px rgba(230,230,0,0)); }
    32%  { color: #e6e600; filter: drop-shadow(4px 2px 8px rgba(230,230,0,0.23)); }
    50%  { color: #414104; filter: drop-shadow(4px 2px 0px rgba(230,230,0,0)); }
    52%  { color: #e6e600; filter: drop-shadow(4px 2px 8px rgba(230,230,0,0.33)); }
    66%  { color: #414104; filter: drop-shadow(4px 2px 0px rgba(230,230,0,0)); }
    100% { color: #e6e600; filter: drop-shadow(4px 2px 8px rgba(230,230,0,0.33)); }
}

@keyframes neonFlickerCyan {
    0%   { color: #014141; filter: drop-shadow(4px 2px 0px rgba(0,229,229,0)); }
    20%  { color: #014141; filter: drop-shadow(4px 2px 0px rgba(0,229,229,0)); }
    32%  { color: #56e7e7; filter: drop-shadow(4px 2px 8px rgba(0,229,229,0.23)); }
    50%  { color: #014141; filter: drop-shadow(4px 2px 0px rgba(0,229,229,0)); }
    52%  { color: #56e7e7; filter: drop-shadow(4px 2px 8px rgba(0,229,229,0.33)); }
    66%  { color: #014141; filter: drop-shadow(4px 2px 0px rgba(0,229,229,0)); }
    100% { color: #56e7e7; filter: drop-shadow(4px 2px 8px rgba(0,229,229,0.33)); }
}

@keyframes neonFlickerPink {
    0%   { color: #41002f; filter: drop-shadow(4px 2px 0px rgba(240,45,255,0)); }
    20%  { color: #41002f; filter: drop-shadow(4px 2px 0px rgba(240,45,255,0)); }
    32%  { color: #e957f5; filter: drop-shadow(4px 2px 8px rgba(240,45,255,0.23)); }
    50%  { color: #41002f; filter: drop-shadow(4px 2px 0px rgba(240,45,255,0)); }
    52%  { color: #e957f5; filter: drop-shadow(4px 2px 8px rgba(240,45,255,0.33)); }
    66%  { color: #41002f; filter: drop-shadow(4px 2px 0px rgba(240,45,255,0)); }
    100% { color: #e957f5; filter: drop-shadow(4px 2px 8px rgba(240,45,255,0.33)); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* .hero > h1 replaced by .hero-word */

.hero-letter--cyan,
.hero-letter--pink,
.hero-letter--yellow {
    display: inline-block;
    animation: neonFlickerYellow 1.2s ease-in forwards;
    transition: color 0.5s ease, filter 0.5s ease;
    cursor: pointer;
}

@keyframes letterHoverCycle {
    0%   { color: #f02dff; filter: drop-shadow(4px 2px 12px rgba(240,45,255,0.6)); }
    100% { color: #00e5e5; filter: drop-shadow(4px 2px 12px rgba(0,229,229,0.6)); }
}

/* .hero > p replaced by .hero-bio-text */

.hero-socials {
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
    opacity: 0;
    animation: fadeIn 0.8s ease 1.8s forwards;
}

.hero-socials a {
    width: 50px;
    height: 50px;
    font-size: 50px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    transition: background 0.2s;
}

.hero-socials a:hover {
    background: rgba(255,255,255,0.16);
}

.hero-socials svg {
    width: 28px;
    height: 28px;
}

.hero-socials a[aria-label="Instagram"] {
    color: var(--pink);
}

.hero-socials a[aria-label="Facebook"] {
    color: var(--cyan);
}


.audio-scroll {
    display: flex;
    gap: 1.8rem;
    overflow-x: auto;
    padding-bottom: 2rem;
    scroll-snap-type: x mandatory;
}

.audio-scroll::-webkit-scrollbar {
    height: 4px;
}

.audio-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.audio-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.audio-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.apple-music-item {
    flex: 0 0 340px;
    scroll-snap-align: start;
}

.credits > figure {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.credits > figure.visible {
    opacity: 1;
    transform: translateY(0);
}

.credits figure {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.credits figcaption {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 6px;
}

.audio-item {
    flex: 0 0 calc((100% - 2.4rem) / 3.3);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    scroll-snap-align: start;
}

.audio-item-img {
    position: relative;
}

.audio-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: block;
}

.audio-title {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--cyan);
    font-size: 16px;
}

.audio-subtitle {
    font-family: 'Space Grotesk', sans-serif;
    color: #888;
    font-size: 14px;
}

.audio-item .play-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
}

.play-btn .icon-play,
.play-btn .icon-pause {
    width: 24px;
    height: 24px;
    color: white;
    position: relative;
    z-index: 1;
    background-color: #000000cc;
    border-radius: 50%;
    padding: 0.6rem;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.play-btn:hover .icon-play {
    transform: scale(1.15);
}

.play-btn .icon-pause {
    display: none;
}

.audio-item.playing .play-btn .icon-play {
    display: none;
}

.audio-item.playing .play-btn .icon-pause {
    display: block;
}

.progress-ring {
    position: absolute;
    width: 56px;
    height: 56px;
    transform: rotate(-90deg);
    opacity: 0;
    transition: opacity 0.2s;
}

.audio-item.playing .progress-ring {
    opacity: 1;
}

.progress-ring__track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 3;
}

.progress-ring__fill {
    fill: none;
    stroke: var(--yellow);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 251.33;
    stroke-dashoffset: 251.33;
    transition: stroke-dashoffset 0.25s linear;
}

.credits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.2rem;
}

.credits figure img {
    width: 100%;
    height: auto;
    display: block;
}

section {
    margin-bottom: 6rem;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20vh;
    background: #1e1e1e;
    z-index: 0;
}

.footer-top {
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    z-index: 10;
    gap: 0.25rem;
    padding-bottom: 10px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-subheading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: var(--yellow);
    line-height: 1;
    width: 60%;
}

.footer-email {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    background: #2c2c2c8f;
    color: var(--yellow);
    border: none;
    cursor: pointer;
    padding: 1rem 1rem;
    margin-top: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s;
    display: flex;
    justify-content: space-between;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
}

.footer-email:hover {
    background: #3a3a3a;
}

.footer-email .copy-icon,
.footer-email .check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.footer-email .check-icon {
    display: none;
    stroke: #4caf50;
}

.footer-email.copied .copy-icon {
    display: none;
}

.footer-email.copied .check-icon {
    display: block;
}
.footer-interactive {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}

.footer-copyright {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    color: #666;
}

.footer-socials {
    display: flex;
    gap: 1.25rem;
}

.footer-socials a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
}

.footer-socials a:hover {
    opacity: 0.6;
}

.footer-socials svg {
    width: 30px;
    height: 30px;
}

.footer-wordmark {
    display: none;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'HS_LunaObscura';
text-transform: uppercase;
    font-size: 20px;
    margin: 0 5% 1rem;
    letter-spacing: 8%;
        color: var(--pink);

}

.interview-title {
    margin: 0;
    margin-bottom: 1rem;
        color: var(--cyan);
}

.about-section {
    margin-bottom: 2rem;
}

.about-parallax {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
    /* background: #272727; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 6rem 0 2rem;
    box-sizing: border-box;
    border-radius: 12px;
}

.about-parallax-img {
    display: none;
}

.about {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 50px;
    align-items: start;
}

.about-bio {
    grid-column: 1 / 9;
}

.about-sidebar {
    grid-column: 1 / 9;
}

.listen-group {
    grid-column: 1 / -1;
}

.listen-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}

section > .section-title {
    margin-bottom: 2rem;
}

.listen-group .audio-scroll {
    width: 100%;
}

.about-bio {
    font-size: 32px;
}

.about-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-top: 0.5rem;
}

.link, .awards {
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.socials {
    display: flex;
    gap: 2rem;
}

.social-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg);
    transition: opacity 0.2s;
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.social-icon:hover {
    opacity: 0.8;
}

.about-bio .word {
    color: var(--bg);
    transition: color 0.2s ease;
    display: inline;
}

@media screen and (max-width: 800px) {

footer {
    height: 340px;
}

body {
    padding-bottom: 340px;
}

    .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
 }

 .footer-right {
    align-items: flex-start;
    margin-top: 0;
 }

 .footer-interactive {
    flex-direction: column;
    gap: 2rem;
 }

 .footer-heading  {
    font-size: 48px;
    width: 100%;
}


 .about {
    grid-template-columns: 1fr;
    gap: 2rem;
    border-radius: 0;
 }

 .about-bio {
    grid-column: 1 / -1;
    font-size: 36px;
 }

 .about-sidebar {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
 }

 .listen-group {
    grid-column: 1 / -1;
 }

 .audio-scroll, .credits, .about {
    width: 90%;
}

main {
    height: auto;
    overflow: visible;
    background-size: auto;
}

.section-title {
    margin-left: 5%;
    margin-right: 5%;
}

.interview-title {
    margin-left: 0;
}

.listen-title {
    margin-left: 0;
    margin-right: 0;
}

/* Hero responsive */
.hero {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto;
    gap: 16px;
    padding: 3vh 4vw;
}

.hero-location-cell {
    grid-column: 1 / 7;
    grid-row: 1;
    align-items: flex-start;
}

.hero-socials-cell {
    grid-column: 7 / -1;
    grid-row: 1;
    justify-content: flex-end;
    align-items: flex-start;
}

.hero-name-cell {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 80vh;
}

.hero-bio-text {
    padding-top: 1.3rem;
    margin-bottom: 20px;
}

.hero-image-sticky {
    display: none;
}

.hero-image-mobile {
    display: block;
    width: 180px;
    height: auto;
    margin-bottom: 1.5rem;
}

.hero-socials a {
    width: 52px;
    height: 52px;
}

.credits {
    gap: 1rem;
}
}

@media screen and (max-width: 1000px) {
    .credits {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .credits {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 500px) {
    .about-sidebar {
        grid-template-columns: 1fr;
    }

    .listen-group .audio-scroll {
        overflow-x: auto;
    }
}

@media screen and (max-width: 600px) {

    .hero-location-cell {
        display: none;
    }

    .hero-clock {
        display: none;
    }

    .hero-socials-cell {
        grid-column: 7 / 13;
        grid-row: 1;
        justify-content: flex-end;
        align-self: flex-start;
        margin-top: 0;
    }

    .audio-item {
        flex: 0 0 70vw;
    }

    .audio-scroll {
        gap: 0.8rem;
    }

    .hero > h1 {
        font-size: 96px;
    }
    .page-bottom {
        padding-bottom: 2rem;
        border-bottom-left-radius:12px;
        border-bottom-right-radius:12px;
    }
    .footer-heading {
        font-size: 36px;
        line-height: 1.3;
    }
    body {
        padding-bottom: 340px;
    }

    .about {
        display: block;
    }

    .credits {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .about-bio {
        font-size: 24px;
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }

    .about-sidebar {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }

    .about-sidebar > div {
        margin-bottom: 1.5rem;
    }

    .listen-group {
        display: block;
        width: 100%;
    }

    .about-parallax {
        border-radius: 0;
        padding: 3rem 0;
    }

    figcaption {
        display: none;
    }
}