:root{color-scheme:dark;--ink:#080b11;--paper:#f3efe8;--gold:#c6a15b;--muted:#aaa9ad;--line:#ffffff24;font-family:Arial,Helvetica,sans-serif;font-size:16px;background:var(--ink);color:var(--paper)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:2rem}
body{margin:0;line-height:1.5}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:6px}
.skip{position:absolute;z-index:5;top:-6rem;left:1rem;padding:.75rem 1rem;background:var(--paper);color:var(--ink)}
.skip:focus{top:1rem}
.header{position:absolute;inset:0 0 auto;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 5.5%;border-bottom:1px solid var(--line)}
.wordmark{font-family:Georgia,'Times New Roman',serif;font-size:1.6rem;letter-spacing:.22em;font-weight:400}
nav{display:flex;gap:2rem;flex-wrap:wrap;font-size:.875rem}
nav a{padding:.4rem 0;color:#e0dee0;transition:color .2s}
nav a:hover{color:var(--gold)}
.hero{min-height:730px;height:min(900px,94svh);position:relative;display:flex;align-items:center;isolation:isolate}
.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}
.hero-image{object-fit:cover;object-position:68% center}
.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(5,9,18,.69),rgba(5,9,18,.28) 48%,transparent 74%),linear-gradient(0deg,var(--ink),transparent 25%,transparent 80%,rgba(4,7,14,.35))}
.hero-content{width:100%;max-width:1600px;padding:6rem 7.5% 4rem;margin:0 auto}
.eyebrow{color:var(--gold);font-size:.8125rem;letter-spacing:.2em;font-weight:500;line-height:1.6;margin:0 0 1.5rem}
h1,h2,p{margin-top:0}
h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(4.5rem,8.7vw,9rem);font-weight:400;letter-spacing:-.055em;line-height:1.12;margin:0 0 1.25rem}
.hero-line{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.1rem,1.7vw,1.6rem);font-style:italic;letter-spacing:.01em;color:#e0d9cf;margin-bottom:2.6rem}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:52px;padding:.9rem 1.7rem;font-size:.9375rem;transition:background .2s,transform .2s}
.button svg{width:20px;height:20px}
.button-gold{background:var(--gold);color:#101217}
.button-gold:hover{background:#dfbd7f;transform:translateY(-2px)}
.hero-bottom{position:absolute;bottom:2rem;left:5.5%;right:5.5%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;color:#c8c4c0;font-size:.75rem;letter-spacing:.1em}
.hero-bottom a{font-size:.875rem;letter-spacing:0;padding:.5rem 0}
.hero-bottom a span{display:inline-block;margin-left:.75rem;color:var(--gold)}
.section-width{max-width:1200px;width:85%;margin-left:auto;margin-right:auto}
.music{padding:7rem 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(3rem,8vw,8rem);align-items:center}
.cover-wrap{padding:12px;border:1px solid var(--line);background:#10131b}
.cover{width:100%;height:auto;display:block;aspect-ratio:1;object-fit:contain}
h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.5rem,4.2vw,4.5rem);font-weight:400;line-height:1.08;letter-spacing:-.035em;margin-bottom:1.75rem}
h2 em{font-weight:400;color:#d7bb86}
.lyric{color:#bbb6b3;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:1.125rem;margin-bottom:2.6rem}
.listen-label{color:var(--muted);font-size:.875rem;margin-bottom:.6rem}
.platforms{border-top:1px solid var(--line)}
.platforms a{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem .2rem;font-size:1rem;border-bottom:1px solid var(--line);transition:color .2s,padding .2s}
.platforms a:hover{color:var(--gold);padding-left:.6rem;padding-right:.6rem}
.platforms a span:last-child{color:var(--gold);font-size:1.25rem}
.next{padding:3.5rem 0;display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.next .eyebrow,.next h2{margin:0}
.next h2{font-size:clamp(2rem,3.6vw,3.3rem);text-align:center}
.release-date{text-align:right;white-space:nowrap}
.date-label{display:block;font-size:.75rem;letter-spacing:.15em;color:var(--muted);margin-bottom:.5rem}
time{font-size:1rem}
.footer{padding:3.5rem 0 2rem}
.footer-top{display:flex;justify-content:space-between;gap:2rem;align-items:center}
.footer .wordmark{font-size:1.25rem;color:#d4c3a4}
.copyright{color:#92939a;font-size:.75rem;margin:2.5rem 0 0}
@media(min-width:1800px){.hero-image{object-position:center center}}
@media(max-width:900px){.header{padding:1.4rem 5%}.header nav{gap:1.25rem}.hero{min-height:680px}.hero-content{padding-left:6%}.section-width{width:88%}.music{gap:2.5rem;padding:5rem 0}.next{grid-template-columns:1fr 1.4fr;gap:1.5rem}.next .eyebrow{grid-column:1/-1;margin-bottom:.25rem}.next h2{text-align:left}.next .release-date{text-align:right}.hero-line{max-width:19rem}.hero-bottom{left:6%;right:6%}}
@media(max-width:600px){.header{padding:1.2rem 6%;gap:1rem}.header .wordmark{font-size:1.1rem;letter-spacing:.16em}.hero{height:auto;min-height:780px;min-height:94svh;align-items:flex-end}.hero-image{object-position:74% center}.hero-shade{background:linear-gradient(0deg,var(--ink) 0%,rgba(8,11,17,.96) 14%,rgba(8,11,17,.7) 31%,rgba(8,11,17,.05) 65%,rgba(8,11,17,.3) 100%)}.hero-content{padding:23rem 6% 6.5rem}.hero-content .eyebrow{font-size:.75rem;margin-bottom:.75rem}h1{font-size:clamp(3.5rem,16vw,6rem);margin-bottom:.6rem}.hero-line{max-width:none;font-size:1.125rem;margin-bottom:1.5rem}.hero-bottom{bottom:1.1rem;gap:.5rem;flex-wrap:wrap}.hero-bottom>span{font-size:.6875rem;letter-spacing:.065em}.hero-bottom a{font-size:.8125rem}.music{grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 0}.cover-wrap{max-width:460px;width:100%;margin:auto;padding:8px}.music-copy .eyebrow{margin-bottom:1rem}h2{font-size:3rem}.lyric{margin-bottom:2rem}.next{padding:2.5rem 0;grid-template-columns:1fr;gap:1rem}.next .eyebrow{font-size:.75rem}.next h2{font-size:2.8rem}.next .release-date{text-align:left;margin-top:.5rem}.date-label{display:inline;margin-right:.75rem}.footer{padding:2.5rem 0 1.5rem}.footer-top{align-items:flex-start;flex-direction:column;gap:1rem}.footer nav{gap:1.5rem}.copyright{margin-top:2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.videos{padding:6rem 0}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem}
.section-heading .eyebrow{margin-bottom:.75rem}
.section-heading h2{margin:0}
.section-heading>p{max-width:22rem;font-size:1rem;color:var(--muted);margin:0 0 .35rem}
.video-collections{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem}
.collection-label{font-size:.75rem;letter-spacing:.17em;color:var(--gold);margin-bottom:.6rem}
.video-collection h3{font-family:Georgia,'Times New Roman',serif;font-size:1.65rem;font-weight:400;line-height:1.25;letter-spacing:-.025em;margin:0 0 1.5rem}
.video-player{position:relative;aspect-ratio:16/9;background:#111620}
.video-poster{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:0;padding:0;cursor:pointer;color:var(--paper);background:#111620;overflow:hidden;font-family:inherit}
.video-poster img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(.8);transition:filter .3s}
.video-poster:hover img{filter:brightness(1)}
.play-icon{position:absolute;display:grid;place-items:center;width:62px;height:62px;border-radius:50%;border:1px solid #dfbd7f;background:#080b1199;color:#dfbd7f;transition:background .2s}
.play-icon svg{width:28px;height:28px}
.video-poster:hover .play-icon{background:#080b11cc}
.play-caption{position:absolute;bottom:1rem;font-size:.875rem;text-shadow:0 1px 4px #000;background:#080b1199;padding:.25rem .65rem}
.video-player iframe{display:block;width:100%;height:100%;position:absolute;inset:0;border:0}
.video-caption{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:.85rem;font-size:.875rem}
.video-caption a{color:var(--muted);font-size:.8125rem}
.video-caption a:hover{color:var(--gold)}
.series-empty{aspect-ratio:16/9;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border:1px solid var(--line);background:#0d1119}
.series-wordmark{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.75rem,3vw,2.75rem);letter-spacing:-.035em;line-height:1.1;margin:0 0 1.2rem}
.series-wordmark em{color:#d7bb86}
.series-empty>p:last-child{font-size:.9375rem;color:var(--muted);line-height:1.6;margin:0}
.lyricist{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:5rem;padding:5rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.lyricist h2{font-size:clamp(2.5rem,4vw,4rem);margin:0}
.editorial-copy{font-size:1rem;line-height:1.85;color:#bcbcc3}
.editorial-copy p{margin-bottom:1.3rem}
.editorial-copy p:last-child{margin-bottom:0}
.editorial-copy .lead{font-family:Georgia,'Times New Roman',serif;font-size:1.55rem;line-height:1.5;color:var(--paper);letter-spacing:-.015em}
.artist-story{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:5rem;padding:6rem 0;border-bottom:1px solid var(--line)}
.story-portrait img{width:100%;height:auto;display:block;aspect-ratio:4/5;object-fit:cover;object-position:50% 40%}
.story-copy h2{font-size:clamp(2.5rem,4vw,4rem)}
@media(max-width:900px){.header{gap:1.5rem}.header nav{gap:1rem}.header .wordmark{font-size:1.3rem}.video-collections{gap:1.75rem}.lyricist,.artist-story{gap:3rem}.series-wordmark{font-size:2rem}.section-heading>p{max-width:17rem}}
@media(max-width:600px){.hero-content{padding-top:25rem}.videos{padding:3.5rem 0}.section-heading{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:2rem}.section-heading>p{max-width:28rem}.video-collections{grid-template-columns:1fr;gap:2.75rem}.video-collection h3{margin-bottom:1rem}.series-empty{aspect-ratio:auto;min-height:195px}.series-wordmark{font-size:2rem}.lyricist{grid-template-columns:1fr;gap:2rem;padding:3.5rem 0}.artist-story{grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 0}.story-portrait{max-width:420px;width:100%;margin:0 auto}.editorial-copy .lead{font-size:1.4rem}}
.music-copy>.lyric{margin-bottom:1.75rem}
.song-story{margin:0 0 2rem}
.song-story h3{font-family:inherit;font-size:.875rem;font-weight:400;letter-spacing:.12em;color:var(--gold);margin:0 0 .75rem}
.song-story p{font-size:1rem;line-height:1.8;color:#bcbcc3;margin:0}
.next .song-story{grid-column:1/-1;max-width:44rem;margin:0 auto;text-align:center}
@media(max-width:600px){.next .song-story{text-align:left;max-width:none;margin:.5rem 0 0}}
img,video,iframe{max-width:100%}
h1,h2,h3,p{overflow-wrap:break-word}
.menu-toggle{display:none}
@media(max-width:760px){
.header{padding:1.1rem 6%}
.header .wordmark{position:relative;z-index:4;font-size:1.15rem;letter-spacing:.18em}
.menu-toggle{position:relative;z-index:4;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;width:44px;height:44px;margin-right:-10px;padding:10px;border:0;background:none;color:var(--paper);cursor:pointer}
.menu-toggle span{display:block;width:24px;height:1.5px;background:currentColor;transition:transform .3s,opacity .2s,width .3s}
.menu-toggle span:nth-child(2){width:16px}
.menu-toggle[aria-expanded="true"] span{width:24px}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.main-nav{position:fixed;inset:0;z-index:3;flex-direction:column;flex-wrap:nowrap;justify-content:center;gap:0;padding:6rem 8% 3rem;background:var(--ink);overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s}
.main-nav a{padding:.9rem 0;border-bottom:1px solid var(--line);font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.75rem,8vw,2.4rem);letter-spacing:-.02em;color:var(--paper);transform:translateY(12px);transition:color .2s,transform .4s}
.main-nav a:first-child{border-top:1px solid var(--line)}
.main-nav a:hover,.main-nav a:focus-visible{color:var(--gold)}
.menu-open .main-nav{opacity:1;visibility:visible;transition:opacity .3s}
.menu-open .main-nav a{transform:none}
.menu-open{overflow:hidden}
}
@media(max-width:380px){h1{font-size:3.4rem}h2,.next h2{font-size:2.5rem}.editorial-copy .lead{font-size:1.25rem}.hero-content{padding-top:21rem}}
