:root {
    --ink: #10100f;
    --paper: #efece2;
    --pink: #ff2ded;
    --lime: #d7ff3f;
    --cream: #fff9ed;
    --line: rgba(16, 16, 15, .22);
    --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 18px; background: var(--lime); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.2vw;
    color: var(--cream);
    transition: background .3s, color .3s, height .3s, border-color .3s;
    border-bottom: 1px solid transparent;
}
.site-header.scrolled { height: 68px; background: rgba(239,236,226,.94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; font-weight: 900; font-size: 19px; line-height: .73; letter-spacing: -.06em; text-transform: uppercase; }
.wordmark span:last-child { margin-left: 16px; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 54px); }
.site-nav a { position: relative; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-listen)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: currentColor; transition: right .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-listen { padding: 12px 19px; background: var(--pink); color: var(--ink); border-radius: 100px; }
.menu-toggle { display: none; }

.hero {
    min-height: min(960px, 100svh);
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 2vw;
    padding: 125px 6.5vw 80px;
    overflow: hidden;
    color: var(--cream);
    background: #0d0d0c;
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 52%, rgba(255,45,237,.16), transparent 36%), linear-gradient(115deg, #080807 0 53%, #181816 53%); }
.hero-noise { position: absolute; inset: 0; opacity: .2; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-copy, .hero-art { position: relative; z-index: 2; }
.eyebrow, .kicker, .section-number { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--lime); }
.hero h1 { margin: 25px 0 24px; font-size: clamp(75px, 9.6vw, 172px); line-height: .67; letter-spacing: -.09em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { margin-left: .35em; color: var(--pink); }
.hero h1 em { display: block; margin: .26em 0 0 1.2em; font-family: var(--serif); font-size: .38em; font-weight: 400; letter-spacing: -.05em; text-transform: none; white-space: nowrap; }
.hero-intro { max-width: 530px; margin: 40px 0 0 14%; color: rgba(255,249,237,.72); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.55; }
.hero-actions { margin: 30px 0 0 14%; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary span { font-size: 20px; }
.text-link { font-family: var(--serif); font-size: 17px; font-style: italic; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-art { display: flex; justify-content: center; }
.cover-wrap { position: relative; z-index: 2; width: min(39vw, 590px); margin: 0; transform: rotate(4deg); filter: drop-shadow(0 28px 30px rgba(0,0,0,.45)); }
.cover-wrap img { width: 100%; }
.cover-wrap figcaption { position: absolute; right: 8px; bottom: -25px; font-size: 9px; letter-spacing: .16em; }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,249,237,.28); border-radius: 50%; }
.orbit-one { width: 44vw; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.orbit-two { width: 35vw; aspect-ratio: 1.4; top: 48%; left: 50%; transform: translate(-50%,-50%) rotate(34deg); }
.sticker { position: absolute; z-index: 3; right: 2%; bottom: 5%; width: 90px; aspect-ratio: 1; display: grid; place-content: center; background: var(--lime); border-radius: 50%; color: var(--ink); font-size: 15px; font-weight: 900; line-height: .9; text-align: center; transform: rotate(9deg); box-shadow: 0 0 0 10px rgba(215,255,63,.12); }
.hero-side-note { position: absolute; z-index: 2; right: 1.7vw; top: 50%; margin: 0; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }

.ticker { overflow: hidden; background: var(--pink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ticker div { width: max-content; display: flex; gap: 30px; align-items: center; padding: 16px 0; animation: ticker 20s linear infinite; }
.ticker span { font-size: clamp(18px, 2vw, 32px); font-weight: 900; letter-spacing: -.04em; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 110px 6.5vw; }
.section-number { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.record-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; margin-top: 70px; }
.kicker { color: #65625c; }
.record h2, .watch h2, .lineage h2 { margin: 16px 0 35px; font-size: clamp(52px, 6.5vw, 105px); line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.record h2 em, .watch h2 em, .final-cta h2 em { font-family: var(--serif); font-weight: 400; text-transform: none; }
.record-copy .lead { font-size: clamp(19px, 2vw, 28px); line-height: 1.25; letter-spacing: -.02em; }
.record-copy > p:not(.kicker):not(.lead) { max-width: 520px; color: #57544e; line-height: 1.65; }
.record-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid var(--line); }
.record-facts span { padding: 22px 10px 0 0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.record-facts strong { display: block; font-family: var(--serif); font-size: clamp(32px, 4vw, 55px); font-weight: 400; line-height: 1; }
.moon-photo { margin: 0; transform: rotate(1.5deg); }
.moon-photo img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.moon-photo figcaption { display: flex; justify-content: space-between; padding-top: 12px; font-size: 9px; letter-spacing: .13em; }

.listen { position: relative; background: var(--ink); color: var(--cream); }
.listen::before { content: ""; position: absolute; width: 38vw; aspect-ratio: 1; left: -13vw; top: 30%; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.02), 0 0 0 14vw rgba(255,255,255,.015); }
.on-dark { border-color: rgba(255,255,255,.18); }
.listen-head { display: flex; align-items: end; justify-content: space-between; margin: 55px 0 35px; }
.listen-head h2 { margin: 4px 0 0; color: var(--pink); font-size: clamp(75px, 11vw, 180px); line-height: .8; letter-spacing: -.09em; text-transform: uppercase; }
.listen-head > p { margin: 0; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.player-grid { position: relative; display: grid; grid-template-columns: minmax(280px, .68fr) 1.32fr; gap: 6vw; }
.album-panel > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.platforms { display: grid; gap: 8px; margin-top: 20px; }
.platform { display: grid; grid-template-columns: 35px 1fr 20px; gap: 12px; align-items: center; min-height: 68px; padding: 9px 18px; border: 1px solid rgba(255,255,255,.18); color: var(--cream); text-decoration: none; transition: background .2s, color .2s; }
.platform:hover { background: var(--cream); color: var(--ink); }
.platform-mark { font-size: 23px; font-weight: 900; text-align: center; }
.amazon .platform-mark { font-family: var(--serif); }
.platform small { display: block; opacity: .6; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.platform span:nth-child(2) { font-weight: 800; }
.track-panel { align-self: start; }
.track-heading, .track-list li { display: grid; grid-template-columns: 55px 1fr 48px; align-items: center; }
.track-heading { padding: 0 0 12px; color: rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.26); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.track-heading span:first-child { grid-column: 2; }
.track-list { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.track-list li { min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .2s, padding .2s; }
.track-list li:hover { background: rgba(255,45,237,.1); padding-left: 9px; }
.track-number, .track-duration { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .1em; }
.track-title { font-size: clamp(13px, 1.25vw, 18px); font-weight: 700; line-height: 1.15; }
.track-duration { justify-self: end; }
.track-more { width: 100%; display: flex; justify-content: space-between; padding: 19px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.26); background: transparent; color: var(--lime); cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.track-more span { font-size: 18px; transition: transform .2s; }
.track-more[aria-expanded="true"] span { transform: rotate(45deg); }
.apple-preview { position: relative; display: grid; grid-template-columns: .48fr 1.52fr; gap: 6vw; margin-top: 95px; padding-top: 45px; border-top: 1px solid rgba(255,255,255,.18); }
.preview-copy h3 { margin: 12px 0; font-size: clamp(32px, 4vw, 58px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.preview-copy p:last-child { max-width: 330px; color: rgba(255,255,255,.55); line-height: 1.6; }
.embed-shell { min-height: 420px; overflow: hidden; background: #222; border: 1px solid rgba(255,255,255,.18); }
.embed-shell iframe { width: 100%; height: 450px; border: 0; }

.watch { overflow: hidden; }
.watch-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 7vw; margin: 60px 0; }
.watch-heading h2 { margin: 0; }
.watch-heading p { max-width: 420px; margin: 0 0 10px; color: #595650; line-height: 1.6; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.video-card { position: relative; aspect-ratio: 16/9; overflow: hidden; padding: 0; border: 0; background: #222; color: white; cursor: pointer; text-align: left; }
.video-card:nth-child(2), .video-card:nth-child(3) { aspect-ratio: 1.6/1; }
.video-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: transform .5s, filter .5s; }
.video-card:hover img, .video-card:focus-visible img { transform: scale(1.045); filter: grayscale(0); }
.video-wash { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.72)); }
.video-card:nth-child(2) .video-wash { background: rgba(255,45,237,.24); mix-blend-mode: color; }
.video-card:nth-child(3) .video-wash { background: rgba(215,255,63,.18); mix-blend-mode: color; }
.video-meta { position: absolute; left: 20px; right: 20px; bottom: 17px; display: flex; gap: 16px; align-items: baseline; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.video-meta b { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.play-disc { position: absolute; top: 50%; left: 50%; width: 72px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); transform: translate(-50%,-50%); font-size: 16px; transition: transform .2s, background .2s; }
.video-card:hover .play-disc { transform: translate(-50%,-50%) scale(1.1); background: var(--pink); }

.statement { position: relative; min-height: 80vh; display: flex; align-items: center; justify-content: center; overflow: hidden; color: white; }
.statement > img, .statement-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.statement-overlay { background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.45), transparent); }
.statement blockquote { position: relative; z-index: 2; width: 82%; margin: 0; font-family: var(--serif); font-size: clamp(43px, 6.5vw, 108px); font-style: italic; line-height: .92; letter-spacing: -.055em; }
.statement blockquote span { display: block; max-width: 13em; }
.statement blockquote cite { display: block; margin-top: .7em; font-family: var(--sans); font-size: clamp(11px, .14em, 16px); font-style: normal; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.statement > p { position: absolute; z-index: 2; right: 3vw; bottom: 3vw; margin: 0; font-size: 9px; letter-spacing: .15em; writing-mode: vertical-rl; }

.lineage-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-top: 70px; }
.lineage h2 { margin: 0; font-size: clamp(44px, 5.5vw, 88px); }
.lineage h2 a { color: var(--pink); text-decoration-thickness: 5px; text-underline-offset: 8px; }
.lineage-copy { border-left: 1px solid var(--line); padding-left: 30px; color: #56534d; font-size: 18px; line-height: 1.6; }

.final-cta { min-height: 80vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--pink); overflow: hidden; }
.final-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 6.5vw; }
.final-copy > p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.final-cta h2 { margin: 35px 0 55px; font-size: clamp(80px, 10vw, 170px); line-height: .7; letter-spacing: -.095em; text-transform: uppercase; }
.final-cta h2 em { display: block; margin-left: .4em; }
.final-copy > div { display: flex; flex-wrap: wrap; gap: 10px; }
.button-light { background: var(--ink); color: white; }
.button-outline { border-color: var(--ink); }
.final-cta > img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; filter: grayscale(1) contrast(1.05); }

.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 30px 6.5vw; background: var(--ink); color: var(--cream); }
.footer-mark { font-size: 22px; }
.site-footer p { margin: 0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p:nth-child(2) { justify-self: center; color: var(--lime); }
.site-footer p:last-child { justify-self: end; opacity: .5; }

.video-modal { width: min(1100px, calc(100vw - 30px)); padding: 0; border: 1px solid rgba(255,255,255,.3); background: #090909; color: white; }
.video-modal::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.modal-bar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.2); }
.modal-bar p { margin: 0; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.modal-bar button { border: 0; background: transparent; color: var(--lime); cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.video-frame { aspect-ratio: 16/9; }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .site-header { height: 68px; padding: 0 20px; }
    .menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; display: block; border: 0; background: transparent; color: inherit; }
    .menu-toggle span:not(.sr-only) { position: absolute; left: 9px; right: 9px; height: 2px; background: currentColor; transition: transform .2s, top .2s; }
    .menu-toggle span:first-child { top: 16px; }
    .menu-toggle span:nth-child(2) { top: 25px; }
    .menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--pink); color: var(--ink); transform: translateX(100%); transition: transform .3s; }
    .site-nav.open { transform: none; }
    .site-nav a { font-size: clamp(28px, 8vw, 50px); letter-spacing: -.04em; }
    .nav-listen { background: var(--ink); color: white; }
    .hero { grid-template-columns: 1fr; min-height: auto; padding: 125px 24px 80px; }
    .hero-copy { z-index: 3; }
    .hero h1 { font-size: clamp(66px, 20vw, 125px); }
    .hero-intro, .hero-actions { margin-left: 0; }
    .hero-art { margin-top: 50px; }
    .cover-wrap { width: min(78vw, 550px); }
    .orbit-one { width: 90vw; }
    .orbit-two { width: 75vw; }
    .sticker { right: 3%; }
    .section { padding: 80px 24px; }
    .record-layout, .player-grid, .apple-preview, .watch-heading, .lineage-grid { grid-template-columns: 1fr; }
    .record-layout { gap: 55px; margin-top: 50px; }
    .listen-head { align-items: start; flex-direction: column; gap: 20px; }
    .player-grid { gap: 55px; }
    .album-panel { max-width: 580px; }
    .apple-preview { gap: 25px; margin-top: 70px; }
    .watch-heading { align-items: start; }
    .lineage-grid { align-items: start; gap: 35px; }
    .lineage-copy { border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; }
    .final-cta { min-height: auto; grid-template-columns: 1fr; }
    .final-copy { padding: 90px 24px; }
    .final-cta > img { max-height: 70vh; }
}

@media (max-width: 620px) {
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero-side-note { display: none; }
    .section-number { padding-bottom: 14px; }
    .record-facts { gap: 5px; }
    .record-facts span { letter-spacing: .06em; }
    .player-grid { display: block; }
    .track-panel { margin-top: 55px; }
    .track-heading, .track-list li { grid-template-columns: 35px 1fr 38px; }
    .track-title { padding: 11px 8px 11px 0; }
    .embed-shell { min-height: 360px; }
    .embed-shell iframe { height: 380px; }
    .video-grid { grid-template-columns: 1fr; }
    .video-card:nth-child(n) { aspect-ratio: 16/10; }
    .statement { min-height: 68vh; }
    .statement > img { object-position: 70% center; }
    .site-footer { grid-template-columns: 1fr; gap: 25px; align-content: center; }
    .site-footer p:nth-child(n) { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
