/* KALN v2 — cinematic, animated, editorial */

:root {
    --bg: #080808;
    --ink: #f0ebe2;
    --muted: #a6a097;
    --gold: #b58750;
    --line: rgba(255,255,255,.09);
    --panel: #101010;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}
img { display:block; width:100%; }
a { color:inherit; }
button { font:inherit; }
::selection { background:var(--ink); color:#111; }

.noise {
    position:fixed; inset:0; z-index:9999; pointer-events:none; opacity:.035;
    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
    mix-blend-mode:screen;
}
.cursor-glow {
    position:fixed; width:420px; height:420px; border-radius:50%;
    background:radial-gradient(circle, rgba(181,135,80,.10), transparent 65%);
    pointer-events:none; z-index:1; transform:translate(-50%,-50%);
}

/* listen marquee */
.listen-bar { position:fixed; top:0; left:0; right:0; z-index:1000; height:38px; overflow:hidden; border-bottom:1px solid var(--line); background:rgba(8,8,8,.94); backdrop-filter:blur(14px); }
.listen-marquee { height:100%; display:flex; align-items:center; overflow:hidden; }
.listen-track {
    display:flex;
    width:max-content;
    align-items:center;
    text-transform:uppercase;
    letter-spacing:.22em;
    font-size:.61rem;
    animation:listenMove 22s linear infinite;
}
.listen-group {
    min-width:100vw;
    display:flex;
    align-items:center;
    justify-content:space-around;
    gap:30px;
    padding:0 28px;
}
.listen-group span:nth-child(even){ color:var(--gold); }

/* header */
.site-header { position:fixed; top:38px; left:0; right:0; z-index:900; height:72px; display:flex; align-items:center; justify-content:space-between; padding:0 6vw; background:linear-gradient(to bottom, rgba(8,8,8,.76), transparent); }
.brand { text-decoration:none; font-family:Georgia,serif; letter-spacing:.38em; font-size:.95rem; }
.site-nav { display:flex; gap:30px; }
.site-nav a { text-decoration:none; text-transform:uppercase; letter-spacing:.16em; font-size:.64rem; color:rgba(240,235,226,.72); transition:.2s; }
.site-nav a:hover { color:var(--ink); }
.menu-toggle { display:none; background:none; border:0; width:36px; height:36px; padding:0; }
.menu-toggle span { display:block; width:24px; height:1px; background:var(--ink); margin:6px auto; }

/* hero */
.hero { position:relative; min-height:100svh; display:grid; place-items:center; overflow:hidden; }
.hero-bg { position:absolute; inset:-4%; background:url("assets/images/kaln-youtube-banner.png") center / cover no-repeat; transform:scale(1.04); will-change:transform; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(to bottom, rgba(0,0,0,.34), rgba(0,0,0,.28) 52%, #080808 100%), radial-gradient(circle at center, rgba(181,135,80,.13), transparent 34%); }
.hero-copy { position:relative; z-index:2; text-align:center; padding:120px 24px 90px; }
.eyebrow { margin:0 0 16px; color:var(--gold); text-transform:uppercase; letter-spacing:.33em; font-size:.63rem; }
.hero h1 { margin:0; display:flex; justify-content:center; gap:.06em; font-family:Georgia,"Times New Roman",serif; font-weight:400; font-size:clamp(5rem,14vw,11rem); line-height:.9; letter-spacing:.04em; }
.hero h1 span { display:inline-block; animation:letterFloat 5.2s ease-in-out infinite; text-shadow:0 25px 70px rgba(0,0,0,.7); }
.hero h1 span:nth-child(2){animation-delay:.2s}.hero h1 span:nth-child(3){animation-delay:.4s}.hero h1 span:nth-child(4){animation-delay:.6s}
.hero-tagline { margin:28px 0 34px; font-family:Georgia,serif; font-size:clamp(1rem,2vw,1.45rem); color:rgba(240,235,226,.86); }
.hero-actions { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }

.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 25px; text-decoration:none; text-transform:uppercase; letter-spacing:.16em; font-size:.66rem; border:1px solid transparent; transition:.25s ease; }
.button:hover { transform:translateY(-2px); }
.button-light { background:var(--ink); color:#111; border-color:var(--ink); }
.button-light:hover { background:transparent; color:var(--ink); }
.button-outline { border-color:rgba(240,235,226,.38); background:rgba(0,0,0,.14); }
.button-outline:hover { border-color:var(--ink); background:rgba(255,255,255,.06); }

.scroll-indicator { position:absolute; left:50%; bottom:26px; z-index:2; transform:translateX(-50%); text-transform:uppercase; letter-spacing:.2em; font-size:.56rem; color:rgba(240,235,226,.45); display:flex; flex-direction:column; align-items:center; gap:10px; }
.scroll-indicator i { width:1px; height:38px; background:linear-gradient(var(--gold), transparent); animation:scrollPulse 1.6s ease infinite; }

/* sections */
.section { padding:120px 6vw; border-bottom:1px solid var(--line); }
.section-title { max-width:1150px; margin:0 auto 54px; text-align:center; }
.section-title h2, .about-copy h2, .visuals-heading h2, .connect-inner h2 { margin:0; font-family:Georgia,serif; font-weight:400; font-size:clamp(2.7rem,6vw,5.5rem); line-height:1; }

.release-feature { max-width:1040px; margin:0 auto; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr); gap:clamp(46px,8vw,100px); align-items:center; }
.release-feature-reverse .release-art{order:2}.release-feature-reverse .release-info{order:1}
.release-art { perspective:1100px; position:relative; }
.release-art img { aspect-ratio:1; object-fit:cover; box-shadow:0 35px 110px rgba(0,0,0,.58); transform-style:preserve-3d; transition:transform .18s ease-out; }
.art-reflection { position:absolute; inset:0; pointer-events:none; background:linear-gradient(115deg, transparent 30%, rgba(255,255,255,.09), transparent 62%); opacity:0; transition:.25s; }
.release-art:hover .art-reflection{opacity:1}
.release-info { text-align:left; }
.release-kicker { color:var(--gold); text-transform:uppercase; letter-spacing:.2em; font-size:.64rem; }
.release-info h3 { margin:5px 0 0; font-family:Georgia,serif; font-size:clamp(3rem,6vw,6rem); font-weight:400; line-height:.95; }
.release-copy { margin:24px 0 32px; max-width:410px; font-family:Georgia,serif; font-size:1.18rem; color:var(--muted); }
.release-actions { display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
.text-link { text-decoration:none; text-transform:uppercase; letter-spacing:.15em; font-size:.65rem; color:var(--muted); }
.text-link span { color:var(--gold); margin-left:4px; }
.platform-row { display:flex; gap:20px; margin-top:26px; flex-wrap:wrap; }
.platform-row a { text-decoration:none; text-transform:uppercase; letter-spacing:.15em; font-size:.62rem; color:var(--muted); transition:.2s; }
.platform-row a:hover{color:var(--ink)}

/* lyrics */
.lyrics-section { display:grid; grid-template-columns:.72fr 1.28fr; border-bottom:1px solid var(--line); min-height:100vh; }
.lyrics-sticky { padding:120px 5vw 100px 6vw; }
.lyrics-sticky .section-title { position:sticky; top:160px; text-align:left; margin:0; }
.lyrics-intro { max-width:310px; color:var(--muted); font-family:Georgia,serif; }
.lyrics-panel { padding:120px 6vw; border-left:1px solid var(--line); background:linear-gradient(180deg,#0c0c0c,#080808); }
.lyrics-tabs { display:flex; gap:10px; margin-bottom:45px; }
.lyrics-tab { border:1px solid var(--line); background:transparent; color:var(--muted); padding:12px 16px; text-transform:uppercase; letter-spacing:.14em; font-size:.61rem; cursor:pointer; }
.lyrics-tab.active { color:#111; background:var(--ink); border-color:var(--ink); }
.lyrics-content { display:none; }
.lyrics-content.active { display:block; animation:fadeUp .45s ease both; }
.lyrics-heading { display:flex; justify-content:space-between; align-items:end; padding-bottom:22px; margin-bottom:34px; border-bottom:1px solid var(--line); }
.lyrics-heading h3 { margin:0; font-family:Georgia,serif; font-weight:400; font-size:clamp(2.6rem,5vw,4.8rem); }
.lyrics-heading span { color:var(--muted); font-size:.7rem; letter-spacing:.12em; }
.lyrics-sequence {
    max-width: 680px;
    margin: 0 auto;
}
.lyric-block {
    padding: 0 0 34px;
    margin: 0 0 34px;
    border-bottom: 1px solid var(--line);
}
.lyric-block:last-child {
    border-bottom: 0;
}
.lyric-block p:not(.lyric-label) {
    margin: 0;
    color: #d9d3ca;
    line-height: 1.95;
    font-family: Georgia,serif;
    font-size: 1.06rem;
}
.lyric-label { margin-top:32px !important; margin-bottom:8px !important; color:var(--gold) !important; text-transform:uppercase; letter-spacing:.18em; font-family:Helvetica,Arial,sans-serif !important; font-size:.6rem !important; }
.lyrics-coming { padding:80px 0; }
.lyrics-coming h3 { margin:4px 0 18px; font-family:Georgia,serif; font-size:clamp(3rem,6vw,5rem); font-weight:400; }
.lyrics-coming > p:not(.eyebrow) { color:var(--muted); margin-bottom:28px; }

/* about */
.about-grid { max-width:1080px; margin:0 auto; display:grid; grid-template-columns:.92fr 1.08fr; gap:clamp(45px,8vw,100px); align-items:center; }
.about-photo-wrap { position:relative; }
.about-photo-wrap img { aspect-ratio:1; object-fit:cover; box-shadow:0 35px 100px rgba(0,0,0,.52); }
.photo-caption { position:absolute; left:14px; bottom:14px; background:rgba(8,8,8,.72); backdrop-filter:blur(10px); padding:8px 10px; text-transform:uppercase; letter-spacing:.16em; font-size:.55rem; color:var(--muted); }
.about-copy { text-align:left; }
.about-copy .eyebrow { margin-bottom:7px; }
.about-lead { margin:30px 0 20px; font-family:Georgia,serif; font-size:clamp(1.35rem,2.6vw,2rem); line-height:1.45; }
.about-copy p:not(.eyebrow):not(.about-lead) { color:var(--muted); max-width:610px; }
.contact { margin-top:28px; font-size:.8rem; }
.contact a { color:var(--ink); text-decoration:none; border-bottom:1px solid var(--gold); }

/* visuals */
.visuals-section { padding:120px 0 0; overflow:hidden; border-bottom:1px solid var(--line); }
.visuals-heading { text-align:center; padding:0 24px 55px; }
.visual-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); }
.visual-panel { position:relative; margin:0; overflow:hidden; background:#090909; aspect-ratio:1; }
.visual-panel img { height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.visual-panel:hover img { transform:scale(1.045); filter:brightness(.82); }
.visual-panel figcaption { position:absolute; left:22px; bottom:20px; text-transform:uppercase; letter-spacing:.17em; font-size:.61rem; opacity:0; transform:translateY(7px); transition:.3s; }
.visual-panel:hover figcaption { opacity:1; transform:none; }

/* connect */
.connect-section { padding:130px 6vw; }
.connect-inner { max-width:950px; margin:auto; text-align:center; }
.social-grid { margin-top:50px; border-top:1px solid var(--line); }
.social-grid a { display:flex; justify-content:space-between; align-items:center; padding:22px 8px; text-decoration:none; border-bottom:1px solid var(--line); text-transform:uppercase; letter-spacing:.15em; font-size:.74rem; transition:.25s; }
.social-grid a b { color:var(--gold); font-weight:400; }
.social-grid a:hover { padding-left:20px; padding-right:20px; background:rgba(255,255,255,.025); }

/* footer */
.site-footer {
    min-height: 360px;
    padding: 120px 24px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-top: 1px solid var(--line);
    background: #080808;
}
.footer-logo-window {
    width: 300px;
    height: 150px;
    max-width: 85vw;
    position: relative;
    overflow: visible;

   -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,.15) 12%,
    rgba(0,0,0,.45) 28%,
    black 55%,
    black 100%
);

mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,.15) 12%,
    rgba(0,0,0,.45) 28%,
    black 55%,
    black 100%
);
}
.footer-logo {
    position: absolute;
    width: 1040px;
    max-width: none;
    height: auto;
    right: -10px;
    bottom: -35px;
    opacity: 1;
    transform: none;

    filter:
        drop-shadow(0 0 6px rgba(255, 225, 170, .42))
        drop-shadow(0 0 14px rgba(181, 135, 80, .34))
        drop-shadow(0 0 24px rgba(181, 135, 80, .18));

    animation: footerGlow 3.8s ease-in-out infinite;
}

.footer-copy {
    margin: 0;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .58rem;
}

/* desktop */
@media (min-width: 851px) {
    .footer-logo-window {
        width: 360px;
        height: 180px;
    }

    .footer-logo {
        width: 1254px;
        right: 0;
        bottom: 0;
    }
}

/* mobile */
@media (max-width: 850px) {
    .site-footer {
        min-height: 250px;
        padding: 50px 18px 36px;
    }

    .footer-logo-window {
        width: 300px;
        height: 150px;
    }

    .footer-logo {
        width: 1040px;
        right: -10px;
        bottom: -8px;
    }
}

@keyframes footerGlow {
    0%, 100% {
        filter:
            drop-shadow(0 0 5px rgba(255, 225, 170, .32))
            drop-shadow(0 0 12px rgba(181, 135, 80, .26))
            drop-shadow(0 0 20px rgba(181, 135, 80, .12));
    }

    50% {
        filter:
            drop-shadow(0 0 9px rgba(255, 225, 170, .58))
            drop-shadow(0 0 20px rgba(181, 135, 80, .46))
            drop-shadow(0 0 34px rgba(181, 135, 80, .22));
    }
}
/* reveals */

.reveal { opacity:0; transform:translateY(28px); transition:opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }
/* animation */
@keyframes listenMove { to{ transform:translateX(-50%); } }
@keyframes ticker { to{ transform:translateX(-50%); } }
@keyframes letterFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
@keyframes scrollPulse { 0%,100%{opacity:.25; transform:scaleY(.55); transform-origin:top} 50%{opacity:1; transform:scaleY(1)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:none} }

@media (max-width:850px) {
    .site-nav { position:fixed; inset:110px 0 auto 0; display:none; flex-direction:column; align-items:center; gap:0; background:rgba(8,8,8,.97); border-bottom:1px solid var(--line); }
    .site-nav.open { display:flex; }
    .site-nav a { width:100%; text-align:center; padding:18px; border-top:1px solid var(--line); }
    .menu-toggle { display:block; }
    .release-feature, .release-feature-reverse, .about-grid { grid-template-columns:1fr; gap:42px; }
    .release-feature-reverse .release-art,.release-feature-reverse .release-info{order:initial}
    .release-info,.about-copy{text-align:center}
    .release-copy{margin-left:auto;margin-right:auto}
    .release-actions,.platform-row{justify-content:center}
    .lyrics-section { grid-template-columns:1fr; }
    .lyrics-sticky { padding:90px 24px 35px; }
    .lyrics-sticky .section-title { position:static; text-align:center; }
    .lyrics-intro { margin-left:auto; margin-right:auto; }
    .lyrics-panel { border-left:0; border-top:1px solid var(--line); padding:55px 24px 90px; }
    .visual-strip { grid-template-columns:1fr; }
}
@media (max-width:620px) {
    .site-header { padding:0 20px; }
    .cursor-glow { display:none; }
    .section { padding:90px 20px; }
    .hero h1 { font-size:clamp(4.2rem,24vw,7rem); }
    .hero-actions { flex-direction:column; width:min(340px,100%); margin:auto; }
    .hero-actions .button { width:100%; }
    .ticker-track { font-size:2.3rem; }
    
    .lyrics-tabs { overflow-x:auto; }
}
@media (prefers-reduced-motion: reduce) {
    *,*::before,*::after { animation:none !important; transition:none !important; scroll-behavior:auto !important; }
    .reveal { opacity:1; transform:none; }
}

}



/* =========================
   V4 — Coming Soon
========================= */

.next-section {
    padding-top: 130px;
    padding-bottom: 130px;
}

.coming-wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
    gap: clamp(60px, 9vw, 120px);
    align-items: center;
}

.coming-copy {
    text-align: left;
}

.coming-copy .eyebrow {
    margin-bottom: 20px;
}

.coming-date {
    margin: 0 0 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .65rem;
}

.coming-copy h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: clamp(4rem, 7vw, 7.2rem);
    line-height: .94;
    letter-spacing: -.02em;
}

.coming-copy .release-copy {
    margin: 28px 0 34px;
}

.coming-art {
    perspective: 1100px;
}

.coming-art img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 35px 110px rgba(0,0,0,.55);
    transition: transform .18s ease-out;
    transform-style: preserve-3d;
}

@media (max-width: 850px) {
    .coming-wrap {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .coming-copy {
        text-align: center;
        order: 2;
    }

    .coming-art {
        order: 1;
        max-width: 560px;
        margin: 0 auto;
    }

    .coming-copy .release-copy {
        margin-left: auto;
        margin-right: auto;
    }
}


/* =========================
   V5 — Footer
========================= */

.site-footer {
    min-height: 300px;
    padding: 72px 24px 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-top: 1px solid var(--line);
    background: #080808;
    overflow: hidden;
}

.footer-logo-wrap {
    width: 360px;
    max-width: 86vw;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.footer-logo {
    position: absolute;
    width: 1000px;
    max-width: none;
    height: auto;
    right: -5px;
    bottom: -5px;
    opacity: 1;
}

.footer-copy {
    margin: 0;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .58rem;
}

@media (max-width: 620px) {
    .site-footer {
        min-height: 250px;
        padding: 58px 18px 36px;
    }

    .footer-logo-wrap {
        width: 280px;
        height: 120px;
    }

    .footer-logo {
        width: 780px;
    @media (max-width: 850px) {
    .footer-logo {
        filter:
            drop-shadow(0 0 8px rgba(255, 225, 170, .50))
            drop-shadow(0 0 18px rgba(181, 135, 80, .40))
            drop-shadow(0 0 30px rgba(181, 135, 80, .22)) !important;

        animation: footerGlowMobile 3.8s ease-in-out infinite !important;
    }

    @keyframes footerGlowMobile {
        0%, 100% {
            filter:
                drop-shadow(0 0 6px rgba(255, 225, 170, .38))
                drop-shadow(0 0 14px rgba(181, 135, 80, .30))
                drop-shadow(0 0 22px rgba(181, 135, 80, .14));
        }

        50% {
            filter:
                drop-shadow(0 0 10px rgba(255, 225, 170, .68))
                drop-shadow(0 0 24px rgba(181, 135, 80, .52))
                drop-shadow(0 0 38px rgba(181, 135, 80, .26));
        }
    }
}
