@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}

:root{--bg:#151515;--ink:#f3f1eb;--muted:#afafab;--red:#ff452e;--line:#393936;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'Barlow',Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.6}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:6px}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0}h2,h3{font-family:var(--display);font-weight:800;line-height:.94}h2{font-size:clamp(4.25rem,9.5vw,10rem);letter-spacing:-.025em}p{max-width:54ch}button{border:0}::selection{background:var(--red);color:#151515}.skip{position:fixed;left:20px;top:-100px;z-index:100;background:var(--red);padding:12px}.skip:focus{top:20px}.progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--red);z-index:60}.header{height:88px;position:absolute;top:0;left:0;width:100%;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;border-bottom:1px solid #ffffff24;gap:32px}.brand{width:145px;flex-shrink:0}.brand img{width:100%;height:60px;object-fit:contain}.desktop-nav{display:flex;gap:30px;font-size:15px;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:'';position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--red);transition:width .25s}.desktop-nav a:hover:after{width:100%}.nav-listen{background:var(--red);color:#151515;padding:10px 22px;border-radius:3px;font-weight:700;font-size:15px}.nav-listen span{margin-left:24px}.menu-toggle{display:none;background:transparent}.mobile-nav{position:fixed;inset:88px 0 0;background:#151515;z-index:40;padding:30px}.mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:12px}.mobile-nav a{font:700 2.5rem var(--display)}.hero{position:relative;min-height:760px;height:100svh;max-height:1150px;overflow:hidden;background:#111}.hero-photo{position:absolute;inset:0 0 0 20%;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:65% center;filter:grayscale(1) contrast(1.12);opacity:.8}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#111 0%,#111c 23%,#1110 70%),linear-gradient(0deg,#111 0%,transparent 32%,#1115 100%)}.hero-top{position:absolute;left:4.5%;right:4.5%;top:126px;display:flex;justify-content:space-between;gap:30px;text-transform:uppercase;font-size:12px;letter-spacing:.15em}.hero-title{position:absolute;left:3%;top:28%;width:76%;max-width:1080px}.hero-title .eyebrow{margin-left:3%;color:var(--red)}.hero-title h1{width:100%;margin:-.7% 0 -6%;line-height:1}.hero-title h1 img{width:100%}.hero-name{font:600 clamp(1rem,2vw,1.8rem) var(--body);letter-spacing:.65em;text-transform:uppercase;margin-left:10%}.hero-bottom{position:absolute;bottom:65px;left:4.5%;right:4.5%;display:flex;align-items:center;gap:50px}.hero-bottom p{font-size:18px;line-height:1.5;color:#ddd}.pill{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;padding:17px 26px;background:var(--ink);color:#151515;border-radius:3px;font-size:15px;font-weight:700;transition:transform .25s,background .25s}.pill:hover{transform:translateY(-4px);background:var(--red)}.pill span{font-size:23px;line-height:1}.pill.red{background:var(--red)}.pill.red:hover{background:var(--ink)}.scroll-link{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:14px}.scroll-link span{border:1px solid #888;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;font-size:20px}.hero-serial{position:absolute;right:4.5%;top:49%;writing-mode:vertical-rl;font-size:12px;letter-spacing:.22em}.ticker{background:var(--red);color:#141414;overflow:hidden;padding:13px 0;transform:rotate(-1.3deg);margin:-5px -1% 0;width:102%;position:relative;z-index:2}.ticker div{white-space:nowrap;font:800 clamp(1.6rem,3vw,2.6rem) var(--display);animation:ticker 32s linear infinite;letter-spacing:.02em}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:100px 6%}.section-top{display:flex;justify-content:space-between;gap:30px;margin-bottom:40px}.eyebrow{text-transform:uppercase;font-size:13px;font-weight:600;letter-spacing:.14em}.outline{color:transparent;-webkit-text-stroke:1px var(--ink)}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:60px}.section-heading p{max-width:300px;color:var(--muted);padding-bottom:8px}.record-deck{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:40px;background:#20201e;align-items:center}.record-art{position:relative;max-width:500px}.record-art img{width:100%;aspect-ratio:1;object-fit:cover;box-shadow:15px 18px 35px #0008;transform:rotate(-3deg);transition:transform .5s}.record-art:hover img{transform:rotate(0deg)}.record-sticker{position:absolute;right:-12px;top:12px;background:var(--red);color:#151515;padding:9px 18px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transform:rotate(5deg)}.record-info{padding:25px 0}.record-info .eyebrow{color:var(--red)}.record-info h3{font-size:clamp(2.7rem,4.7vw,5.5rem);margin:22px 0;max-width:14ch}.record-info>p:not(.eyebrow){color:var(--muted);font-size:16px;margin-bottom:30px}.record-info .pill{margin-top:8px}.deck-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:45px;padding-top:24px;border-top:1px solid #555;font-size:14px;font-variant-numeric:tabular-nums}.deck-bottom>div{display:flex;gap:12px}.round{width:48px;height:48px;border:1px solid #666;border-radius:50%;background:transparent;display:inline-grid;place-items:center;font-size:23px;line-height:1;transition:background .2s}.round:hover{background:var(--red);color:#111;border-color:var(--red)}.archive-header{display:flex;align-items:center;justify-content:space-between;margin:60px 0 20px}.archive-header h3{font-size:28px}.archive-header span{font-size:13px;color:var(--muted)}.album-list{display:grid;grid-template-columns:1fr 1fr;column-gap:40px}.album-button{width:100%;padding:18px 0;border-top:1px solid var(--line);background:transparent;text-align:left;display:grid;grid-template-columns:45px 1fr 20px;align-items:center;gap:12px;font-size:17px}.album-button .year{font-size:13px;color:var(--muted)}.album-button:hover,.album-button[aria-pressed=true]{color:var(--red)}.album-button[aria-pressed=true] .year{color:var(--red)}.source-note{font-size:12px;color:var(--muted);margin-top:24px;line-height:1.7;max-width:none}.source-note a{text-decoration:underline;text-underline-offset:3px}.story{background:var(--ink);color:#151515;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.story-image{position:relative}.story-image img{width:100%;aspect-ratio:4/5;object-fit:cover;filter:grayscale(1)}.image-label{position:absolute;bottom:24px;left:20px;background:var(--ink);color:#151515;padding:6px 12px;transform:rotate(-3deg);font-size:14px}.story-copy h2{font-size:clamp(4rem,6.5vw,7rem);margin:35px 0}.story-copy .lead{font-size:24px;font-weight:600;line-height:1.35;margin-bottom:25px}.story-copy>p:not(.eyebrow):not(.lead):not(.source-note){margin-bottom:18px;color:#4d4d49;font-size:16px}.story .source-note{color:#666}.text-link{display:flex;justify-content:space-between;font-size:15px;font-weight:600;border-bottom:1px solid #888;padding:14px 0;margin-top:30px}.collabs h2{margin-bottom:65px}.collab-list details{border-top:1px solid #555}.collab-list details:last-child{border-bottom:1px solid #555}summary{list-style:none;cursor:pointer;display:flex;align-items:center;padding:32px 0;gap:28px}summary::-webkit-details-marker{display:none}.row-num{color:var(--red);font-size:13px;min-width:25px}summary h3{font-size:clamp(2rem,4vw,4rem);flex:1}.row-category{color:var(--muted);font-size:14px}.plus{font-size:35px;font-weight:400;width:30px;transition:transform .2s}details[open] .plus{transform:rotate(45deg)}details[open] summary h3,summary:hover h3{color:var(--red)}.details-copy{padding:0 40px 30px 53px;display:flex;gap:35px;align-items:flex-start;justify-content:space-between}.details-copy p{color:var(--muted);font-size:16px}.details-copy a{white-space:nowrap;font-size:14px;text-decoration:underline;text-underline-offset:5px}.studio{background:var(--red);color:#171715;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}.studio-intro{position:sticky;top:60px}.studio h2{font-size:clamp(4.5rem,8.5vw,9rem);margin:40px 0}.studio h2 span{color:var(--ink)}.studio-intro>p:last-child{font-size:18px;line-height:1.5}.studio-work>.eyebrow{padding-bottom:26px;border-bottom:1px solid #15151577}.credits article{padding:25px 0;border-bottom:1px solid #15151577;position:relative}.credits article>span{font-size:13px}.credits h3{font-size:36px;margin:10px 0;line-height:1}.credits p{font-size:16px;line-height:1.5}.credits small{font-size:13px}.studio .source-note{color:#282822}.awards h2{font-size:clamp(4rem,8.3vw,9rem);margin-bottom:60px}.award-list article{display:grid;grid-template-columns:100px 1fr 260px;gap:24px;align-items:center;padding:28px 0;border-top:1px solid #444}.award-list article>span{color:var(--red);font:600 34px var(--display)}.award-list h3{font-size:clamp(1.7rem,3vw,3rem);line-height:1.05}.award-list p{font-size:14px;color:var(--muted)}.glugg{background:#e5e4df;color:#171715;position:relative;overflow:hidden}.glugg h2{font-size:clamp(6rem,25vw,28rem);line-height:1.1;letter-spacing:-.04em;margin:15px 0 0}.glugg h2 span{color:var(--red)}.glugg-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #999;padding-top:28px;gap:30px}.glugg .pill{background:#151515;color:var(--ink)}.glugg .pill:hover{background:var(--red);color:#151515}footer.section{padding-top:45px;padding-bottom:30px}.footer-top{display:flex;align-items:center;justify-content:space-between}.footer-top img{width:280px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:35px;margin-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.footer-bottom button{padding:0;background:transparent;font-size:13px}.footer-bottom button:hover{color:var(--ink)}dialog{width:min(650px,calc(100% - 32px));max-height:85svh;overflow:auto;border:1px solid #777;background:#20201e;color:var(--ink);padding:40px;font-family:var(--body)}dialog::backdrop{background:#000b;backdrop-filter:blur(8px)}dialog .round{float:right}dialog h2{font-size:3rem;margin:24px 0}dialog p,dialog li{font-size:16px;line-height:1.6}dialog ul{padding-left:20px;margin:25px 0}dialog a{text-decoration:underline}dialog li{margin:10px 0}.record-fallback{aspect-ratio:1;background:#252523;border:1px solid #555;display:flex;flex-direction:column;justify-content:space-between;padding:30px;transform:rotate(-3deg)}.record-fallback .fallback-year{font-size:14px;color:var(--red)}.record-fallback strong{font:800 clamp(2.7rem,4.5vw,5rem)/.95 var(--display);overflow-wrap:anywhere}.record-fallback .fallback-label{font-size:12px;letter-spacing:.1em;color:var(--muted)}.reveal{transition:opacity .7s,transform .7s}.reveal.is-hidden{opacity:0;transform:translateY(26px)}
@media(min-width:1600px){.section{padding-left:max(6%,calc((100% - 1450px)/2));padding-right:max(6%,calc((100% - 1450px)/2))}}@media(max-width:1000px){.desktop-nav{gap:17px}.header{gap:20px}.hero-title{width:88%;top:31%}.section{padding:75px 5%}.record-deck{gap:5%;padding:28px}.story{gap:6%}.award-list article{grid-template-columns:65px 1fr 200px}.details-copy{flex-direction:column;gap:16px}.record-info h3{font-size:3rem}}@media(max-width:720px){.header{height:76px;padding:0 6%;position:absolute}.brand{width:120px}.desktop-nav,.nav-listen{display:none}.menu-toggle{display:flex;gap:20px;align-items:center;font-size:14px}.menu-toggle span{font-size:28px}.mobile-nav{inset-block-start:76px}.hero{height:90svh;min-height:650px;max-height:1000px}.hero-photo{inset:0 -30% 0 -45%}.hero-photo img{object-position:70% center;opacity:.75}.hero-shade{background:linear-gradient(0deg,#111 3%,#1114 60%,#1119),linear-gradient(90deg,#1118,transparent)}.hero-top{top:105px;left:6%;right:6%;font-size:10px}.hero-top span:last-child{display:none}.hero-title{left:0;width:100%;top:34%}.hero-title .eyebrow{margin-left:6%;font-size:11px}.hero-title h1{margin:12px 0 -5%}.hero-name{margin-left:11%;font-size:16px}.hero-bottom{left:6%;right:6%;bottom:36px;gap:22px;flex-wrap:wrap;align-items:flex-end}.hero-bottom p{font-size:15px;width:100%;line-height:1.5}.hero-bottom .pill{padding:14px 20px;gap:30px}.scroll-link{font-size:0;gap:0}.hero-serial{display:none}.ticker{padding:12px 0}.ticker div{font-size:25px}.section{padding:65px 6%}.eyebrow{font-size:11px}.section-top{margin-bottom:30px}.section-heading{display:block;margin-bottom:40px}.section-heading p{margin-top:24px;font-size:16px}h2{font-size:clamp(3.5rem,14vw,6rem)}.record-deck{display:block;padding:28px 24px}.record-art{width:94%;margin:5px auto 35px}.record-info{padding:10px 0 0}.record-info h3{font-size:3.2rem;max-width:100%}.record-info>p:not(.eyebrow){font-size:16px}.record-info .pill{width:100%}.deck-bottom{margin-top:28px}.album-list{grid-template-columns:1fr}.album-button{font-size:16px;min-height:65px}.archive-header{margin-top:40px}.archive-header h3{font-size:27px}.story{display:flex;flex-direction:column;gap:45px}.story-image{width:100%}.story-image img{aspect-ratio:1}.story-copy h2{font-size:4.5rem;margin-top:25px}.story-copy .lead{font-size:23px}.collabs h2{margin-bottom:40px}summary{padding:25px 0;gap:15px;flex-wrap:wrap}summary h3{font-size:2.4rem}.row-num{min-width:20px}.row-category{display:none}.plus{font-size:28px}.details-copy{padding-left:35px;padding-right:10px}.studio{display:block}.studio-intro{position:static;margin-bottom:45px}.studio h2{font-size:4.8rem;margin:30px 0}.credits h3{font-size:32px}.awards h2{font-size:3.7rem;margin-bottom:40px}.award-list article{grid-template-columns:55px 1fr;gap:12px;padding:25px 0}.award-list article>span{font-size:28px}.award-list h3{font-size:1.8rem}.award-list p{grid-column:2;font-size:13px}.glugg h2{font-size:24vw;margin:22px 0}.glugg-bottom{display:block}.glugg-bottom .pill{margin-top:22px;width:100%;gap:14px}.footer-top img{width:220px}.footer-bottom{flex-wrap:wrap;justify-content:flex-start;gap:16px 25px}.footer-bottom span:first-child{width:100%}dialog{padding:25px}.record-fallback strong{font-size:3.8rem}.record-fallback{min-height:300px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.is-hidden{opacity:1;transform:none}}

/* The album archive and full track lists use the same quiet editorial rhythm. */
#record-tracks{margin-top:24px;border-top:1px solid #555;border-bottom:1px solid #555}#record-tracks summary{font-family:var(--body);font-size:14px;font-weight:600;padding:15px 0;display:flex;justify-content:space-between}#record-tracks summary:after{content:'+';font-size:22px}#record-tracks details[open] summary:after{content:'−'}#record-tracks ol{padding:0 0 10px 23px;margin:0;max-height:310px;overflow:auto}#record-tracks li{font-size:14px;padding:6px 8px 6px 0;color:var(--muted)}#record-tracks li a{color:var(--ink)}#record-tracks li a:hover{text-decoration:underline}#record-tracks li>span{float:right;font-size:12px;margin-left:12px}.album-button{grid-template-columns:48px 40px 1fr 20px;gap:14px}.album-thumb{width:48px;height:48px;object-fit:cover}.album-thumb-empty{display:grid;place-items:center;background:#30302e;color:#999;font:700 22px var(--display)}.studio-context{font-size:16px;margin-bottom:35px;max-width:40ch}.glugg-bottom>div{max-width:60%}.glugg-bottom h3{font-size:32px;margin-bottom:15px}.glugg-bottom p{font-size:16px}.glugg .source-note{color:#4d4d49;font-size:12px}.glugg-bottom>.pill{flex-shrink:0}.record-info .deck-bottom{margin-top:24px}.record-deck{align-items:start}.record-art{position:sticky;top:40px}@media(max-width:720px){.album-button{grid-template-columns:40px 35px 1fr 16px;gap:10px}.album-thumb{width:40px;height:40px}.glugg-bottom>div{max-width:none}.record-art{position:relative;top:auto}.studio-context{max-width:none}}
/* Scroll-driven photographic dissolve into the album sleeve. */
.record-journey{height:100svh;min-height:750px;background:#111;position:relative}.record-journey.motion-ready{height:220svh}.journey-stage{position:sticky;top:0;height:100svh;min-height:680px;overflow:hidden;isolation:isolate;background:#111}.journey-grain{position:absolute;inset:0;background:radial-gradient(ellipse at 78% 50%,#393129 0,transparent 62%);z-index:-1}.journey-heading{position:absolute;top:29%;left:4.5%;width:47%;z-index:3;pointer-events:none;will-change:transform,opacity}.journey-heading .eyebrow{color:var(--red);margin-left:3%;font-size:13px}.journey-heading h1{margin:8px 0 -15px}.journey-heading h1 img{width:100%}.journey-heading .hero-name{font-size:17px;letter-spacing:.6em;margin-left:9%}.journey-tagline{font-size:21px;line-height:1.45;margin:40px 0 25px 3%}.journey-heading .pill{margin-left:3%;pointer-events:auto}.sleeve-position{position:absolute;width:min(48vw,69svh);aspect-ratio:1;right:5%;top:50%;transform:translateY(-45%);perspective:1400px}.sleeve-zoom{width:100%;height:100%;transform-origin:center;will-change:transform}.sleeve-scene{position:relative;display:block;width:100%;height:100%;padding:0;background:#222;border:0;transform-style:preserve-3d;box-shadow:0 35px 100px #0008;cursor:default;touch-action:pan-y}.sleeve-portrait{width:100%;height:100%;object-fit:cover;object-position:center 30%}.sleeve-signature{position:absolute;left:-9%;bottom:-13%;width:114%;filter:drop-shadow(0 3px 3px #000) drop-shadow(0 0 12px #0009);pointer-events:none;clip-path:inset(0 100% 0 0);opacity:0;transform:translateZ(5px) rotate(-9deg)}.sleeve-signature img{width:100%}.sleeve-caption{position:absolute;top:calc(100% + 35px);left:0;width:100%;font-size:13px;letter-spacing:.12em;display:flex;justify-content:space-between;gap:15px;opacity:0}.sleeve-caption span{font-size:11px;color:#aaa}.journey-bottom{position:absolute;bottom:30px;left:6%;right:6%;display:flex;align-items:flex-end;justify-content:space-between;font-size:14px;z-index:4}.hint-line{display:block;color:#999;font-size:13px;margin-top:6px}.journey-skip{padding:12px 0}.journey-index{position:absolute;top:120px;right:5%;font-size:12px;letter-spacing:.15em;color:#aaa}.touch-hint{display:none}.story-image img{filter:none;object-position:center;aspect-ratio:687/832}.glugg-visual{position:relative;margin:32px 0 38px;overflow:hidden}.glugg-visual>img{width:100%;height:min(65vw,650px);object-fit:cover;object-position:center 46%}.glugg-visual:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#0008);pointer-events:none}.glugg-visual h2{position:absolute;bottom:-.03em;left:3%;z-index:1;margin:0;color:#f3f1eb;font-size:clamp(6rem,22vw,24rem);line-height:1}.glugg-visual h2 span{color:var(--red)}
@media(hover:none),(pointer:coarse){.pointer-hint{display:none}.touch-hint{display:inline}}
@media(max-width:720px){.record-journey{min-height:690px}.record-journey.motion-ready{height:200svh}.journey-stage{min-height:690px}.journey-heading{top:110px;left:5%;width:70%;z-index:3}.journey-heading .eyebrow{font-size:11px}.journey-heading h1{margin:0 0 -8px}.journey-heading .hero-name{font-size:12px}.journey-tagline,.journey-heading .pill{display:none}.sleeve-position{width:min(79vw,48svh);right:8%;top:48%;transform:translateY(-25%)}.sleeve-caption{font-size:11px;top:calc(100% + 28px)}.sleeve-caption span{display:none}.journey-bottom{bottom:20px;font-size:13px;left:6%;right:6%}.hint-line{font-size:12px}.journey-index{display:none}.sleeve-signature{bottom:-17%}.glugg-visual{margin:25px -6.8% 28px}.glugg-visual>img{height:90vw;object-position:40% center}.glugg-visual h2{font-size:29vw;left:5%}}
@media(max-height:700px) and (min-width:721px){.journey-stage{min-height:560px}.sleeve-position{width:55svh}.journey-heading{top:24%}.journey-tagline{margin-top:15px;font-size:17px}.journey-index{top:100px}}
@media(prefers-reduced-motion:reduce){.record-journey.motion-ready{height:100svh;min-height:750px}.journey-stage{position:relative}.sleeve-zoom,.journey-heading{will-change:auto}}

.ticker .ticker-track{display:flex;width:max-content;animation-duration:180s}.ticker-track>span{flex:none;white-space:nowrap}.ticker:hover .ticker-track{animation-play-state:paused}

.sleeve-scene{overflow:visible;cursor:default;transform-style:flat}.sleeve-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.12);will-change:opacity,transform;pointer-events:none}.sleeve-portrait{will-change:opacity,transform}.sleeve-sheen{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:0;mix-blend-mode:screen;background:linear-gradient(115deg,transparent 25%,#fff2 46%,#ffe7cf55 50%,#fff2 54%,transparent 75%);background-size:300% 100%;background-position:150% 0}.sleeve-signature{z-index:2}.sleeve-zoom{transform-style:flat}.sleeve-caption{will-change:opacity}@media(prefers-reduced-motion:reduce){.sleeve-cover,.sleeve-portrait,.sleeve-caption{will-change:auto}.sleeve-sheen{display:none}}

.ticker .ticker-track>span{display:flex;align-items:center}.ticker a{display:inline-block;white-space:nowrap;padding:5px 0;text-underline-offset:6px}.ticker a:hover,.ticker a:focus-visible{text-decoration:underline}.ticker a:focus-visible{outline:2px solid #151515;outline-offset:3px}.ticker .ticker-separator{padding:0 20px}.ticker:focus-within .ticker-track{animation-play-state:paused}.award-list article{scroll-margin-top:100px}.award-list article:target{background:#ff452e12;box-shadow:inset 4px 0 var(--red);padding-left:18px}@media(prefers-reduced-motion:reduce){.ticker{overflow-x:auto}.ticker .ticker-track{animation:none}}

.journey-heading .pill{margin-top:36px}

/* A continuous light scan, perspective and a high-contrast signature. */
.sleeve-scene{isolation:isolate;will-change:transform;background:transparent}
.sleeve-portrait{display:block}
.sleeve-cover{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
.sleeve-scan,.sleeve-frame{position:absolute;inset:0;pointer-events:none;opacity:0}
.sleeve-scan{z-index:2;mix-blend-mode:screen}
.sleeve-frame{z-index:-1;border:1px solid #ff765b;box-shadow:0 0 22px #ff452e24,inset 0 0 22px #ff452e12;will-change:transform,opacity}
.sleeve-sheen{z-index:1;background:linear-gradient(115deg,transparent 35%,#ffc4a611 44%,#fff5e877 50%,#ff452e22 56%,transparent 65%);background-size:240% 100%}
.journey-grain{background:radial-gradient(ellipse at 76% 48%,#71291855 0,#2b222133 35%,transparent 68%)}
.sleeve-signature{left:-7%;bottom:-19%;width:109%;padding:2% 7%;z-index:4;background:linear-gradient(180deg,transparent 0%,#111 22%,#111 78%,transparent 100%);filter:none;isolation:isolate;transform:rotate(-7deg)}
.sleeve-signature img{position:relative;filter:drop-shadow(1px 0 1px #000) drop-shadow(-1px 0 1px #000) drop-shadow(0 2px 2px #000)}
.sleeve-caption{top:calc(100% + 26%);font-size:14px;letter-spacing:.08em}
@media(max-width:720px){.sleeve-position{width:min(79vw,46svh)}.sleeve-signature{bottom:-19%;left:-5%;width:107%}.sleeve-caption{top:calc(100% + 24%);font-size:12px;letter-spacing:.04em}}
@media(prefers-reduced-motion:reduce){.sleeve-scan,.sleeve-frame{display:none}.sleeve-scene{will-change:auto}}

/* Shorter, poster-like torn reveal with a red print echo. */
.record-journey.motion-ready{height:220svh}
.sleeve-echo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;opacity:0;z-index:3;mix-blend-mode:screen;filter:grayscale(1) sepia(1) saturate(8) hue-rotate(325deg);will-change:transform,opacity;clip-path:inset(0 100% 0 0)}
.sleeve-signature{z-index:4}
@media(max-width:720px){.record-journey.motion-ready{height:140svh;min-height:calc(690px + 32svh)}}
@media(prefers-reduced-motion:reduce){.record-journey.motion-ready{height:100svh;min-height:750px}.sleeve-echo{display:none}}

/* The original photograph tears apart; the sleeve grows underneath. */
.sleeve-scene{box-shadow:none;isolation:isolate}
.sleeve-cover{z-index:0;box-shadow:0 24px 65px #0008}
.sleeve-portrait{position:relative;z-index:2}
.portrait-tear{position:absolute;inset:0;z-index:3;pointer-events:none;transform-origin:50% 85%;will-change:transform,opacity;display:none}
.motion-ready .portrait-tear{display:block}
.portrait-tear img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 30%}
.tear-left{clip-path:polygon(0 0,53% 0,49% 9%,54% 14%,48% 23%,51% 30%,46% 37%,50% 43%,45% 50%,49% 57%,44% 65%,48% 71%,43% 79%,46% 87%,41% 94%,44% 100%,0 100%)}
.tear-right{clip-path:polygon(53% 0,100% 0,100% 100%,44% 100%,41% 94%,46% 87%,43% 79%,48% 71%,44% 65%,49% 57%,45% 50%,50% 43%,46% 37%,51% 30%,48% 23%,54% 14%,49% 9%);transform-origin:50% 15%}
.sleeve-echo,.sleeve-scan,.sleeve-frame,.sleeve-sheen{display:none}
.sleeve-signature{top:calc(100% + 18px);bottom:auto;left:8%;width:84%;padding:0;background:none;filter:none;transform-origin:left center}
.sleeve-caption{top:calc(131% + 25px);font-size:13px}
@media(max-width:720px){.sleeve-signature{top:calc(100% + 14px);bottom:auto;left:6%;width:88%}.sleeve-caption{top:calc(133% + 18px);font-size:12px}}
@media(prefers-reduced-motion:reduce){.portrait-tear{will-change:auto}}

.gigs h2{margin-bottom:60px}.gigs-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:7%}.gig-columns{display:grid;grid-template-columns:90px 1fr auto;gap:20px;border-top:1px solid #666;border-bottom:1px solid #444;padding:18px 0;font-size:14px;color:var(--muted)}.gig-empty{padding:44px 0}.gig-empty h3{font:600 clamp(1.8rem,3vw,2.5rem)/1.1 var(--display);margin-bottom:16px}.gig-empty p{font-size:16px;color:var(--muted)}.gig-empty .text-link{max-width:340px}.gig-contact{background:var(--red);color:#151515;padding:32px}.gig-contact h3{font-size:clamp(2rem,3.5vw,3.7rem);margin:25px 0 35px;line-height:1}.contact-email{display:flex;justify-content:space-between;gap:14px;font-size:clamp(16px,1.7vw,22px);font-weight:600;padding-bottom:15px;border-bottom:1px solid #15151566;overflow-wrap:anywhere}.contact-phone{display:inline-block;font-size:20px;margin-top:18px}.gig-contact a:hover{text-decoration:underline}.gig-contact .source-note{color:#27201d;font-size:12px;margin-top:35px}
@media(max-width:720px){.gigs-layout{grid-template-columns:1fr;gap:24px}.gigs h2{margin-bottom:35px}.gig-contact{padding:28px}.gig-columns{grid-template-columns:60px 1fr auto;gap:12px;font-size:13px}.gig-empty{padding:30px 0}.desktop-nav{gap:15px}}

/* Title and imagery share one camera movement from the first scroll pixel. */
.journey-composition{position:absolute;inset:0;isolation:isolate;transform-origin:50% 42%;will-change:transform}
.journey-heading,.sleeve-zoom{will-change:auto}
@media(max-width:720px){.journey-composition{transform-origin:50% 32%}}
@media(prefers-reduced-motion:reduce){.journey-composition{will-change:auto;transform:none}}

/* The entire opening recedes into blur; a new centered sleeve takes focus. */
.journey-composition{will-change:transform,opacity,filter}
.album-finale{position:absolute;left:50%;top:51%;width:min(45vw,49svh);margin:0;z-index:5;opacity:0;visibility:hidden;transform:translate(-50%,-50%);pointer-events:none;will-change:transform,opacity,filter}
.finale-cover{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;box-shadow:0 22px 70px #0009}
.finale-signature{width:82%;margin:14px auto 0;opacity:0;clip-path:inset(0 100% 0 0);transform:rotate(-4deg)}
.finale-signature img{display:block;width:100%;height:auto}
.album-finale figcaption{display:flex;justify-content:center;gap:20px;margin-top:5px;color:var(--muted);font-size:13px;letter-spacing:.1em;text-align:center}
.sleeve-position>.sleeve-portrait{display:block;width:100%;height:100%;box-shadow:0 30px 80px #0006}
@media(max-width:720px){.album-finale{width:min(78vw,47svh);top:51%}.album-finale figcaption{font-size:12px;letter-spacing:.04em;gap:12px}.finale-signature{width:88%;margin-top:12px}}
@media(prefers-reduced-motion:reduce){.journey-composition,.album-finale{will-change:auto}}

/* One album player is revealed behind the receding opening scene. */
.journey-composition{z-index:2;background:#111}
.journey-record-heading{position:absolute;inset:110px 5% auto;z-index:0;opacity:0}
.journey-record-heading h2{font-size:clamp(3rem,6vw,6rem);margin-top:18px}
.journey-record-heading .eyebrow{color:var(--muted)}
.album-finale{z-index:1;width:min(40vw,42svh);pointer-events:auto}
.album-finale figcaption{flex-wrap:wrap;gap:4px 14px;line-height:1.4;text-transform:uppercase}
.finale-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}
.finale-controls a{font-size:13px}
.finale-controls .round{flex-shrink:0}
.finale-art{display:block}
.finale-art .record-fallback{transform:none}
.music{background:#111;padding-top:40px}
.music .record-deck{display:block;max-width:850px;margin:0 auto}
.music .record-info{padding:0}
.music .record-info h3{max-width:none}
.music .record-info>p{max-width:60ch}
.journey-bottom{pointer-events:none}
.journey-bottom a{pointer-events:auto}
@media(max-width:1250px){
 .journey-record-heading{top:90px;text-align:center}
 .journey-record-heading h2{font-size:clamp(2rem,5vw,3.2rem);margin-top:10px}
 .journey-record-heading h2 br{display:none}
 .journey-record-heading h2 .outline{margin-left:.15em}
 .journey-record-heading p{max-width:none}
 .album-finale{top:56%;width:min(68vw,38svh)}
}
@media(max-height:700px) and (min-width:1051px){.journey-record-heading h2{font-size:3.5rem}}
@media(prefers-reduced-motion:reduce){
 .record-journey.motion-ready{height:auto;min-height:0}
 .journey-stage{height:auto;min-height:0;overflow:visible;padding-bottom:35px}
 .journey-composition{position:relative;height:100svh;min-height:690px}
 .journey-record-heading{position:relative;inset:auto;padding:35px 6% 0;opacity:1;text-align:center}
 .album-finale{position:relative;left:auto;top:auto;width:min(72vw,420px);margin:30px auto 0;opacity:1;visibility:visible;transform:none!important;filter:none!important}
 .finale-signature{opacity:1;clip-path:none}
 .journey-bottom{display:none}
}
html:not(:has(.motion-ready)) .record-journey{height:auto}
html:not(:has(.motion-ready)) .journey-stage{height:auto;overflow:visible}
html:not(:has(.motion-ready)) .journey-composition{position:relative;height:100svh;min-height:690px}
html:not(:has(.motion-ready)) .journey-record-heading{position:relative;inset:auto;padding:35px 6%;opacity:1}
html:not(:has(.motion-ready)) .album-finale{position:relative;left:auto;top:auto;margin:30px auto;opacity:1;visibility:visible;transform:none}
html:not(:has(.motion-ready)) .finale-signature{opacity:1;clip-path:none}

body{overflow-x:clip}

/* Keep album details and the archive alongside one another on wider screens. */
.music{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start}
.music .record-deck{width:100%;max-width:none;margin:0;min-width:0}
.record-archive{min-width:0}
.record-archive .archive-header{margin:0 0 20px;gap:16px}
.record-archive .album-list{grid-template-columns:minmax(0,1fr)}
@media(max-width:720px){.music{grid-template-columns:minmax(0,1fr);gap:40px}}

/* A final pen stroke follows the completed signature. */
.record-journey.motion-ready{height:244svh}
.signature-underline{display:block;width:80%;height:18px;margin:-4px auto 4px;overflow:visible}
.signature-underline path{fill:none;stroke:var(--ink);stroke-width:2.6;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}
@media(max-width:720px){.record-journey.motion-ready{height:280svh;min-height:calc(690px + 180svh)}}
@media(prefers-reduced-motion:reduce){.record-journey.motion-ready{height:auto;min-height:0}.signature-underline path{stroke-dashoffset:0}}
html:not(:has(.motion-ready)) .signature-underline path{stroke-dashoffset:0}

/* Mobile scroll cue tracks the same scene progress as the camera. */
@media(max-width:720px){
 .journey-composition{transform-origin:50% 45%}
 .journey-stage{background:radial-gradient(ellipse at 50% 45%,#30231f 0,#111 65%)}
 #sleeve-instruction{max-width:58%;font-size:11px;line-height:1.5;letter-spacing:.04em;color:var(--muted)}
 #sleeve-instruction::after{content:'';display:block;width:110px;height:2px;margin-top:9px;background:linear-gradient(to right,var(--red) calc(var(--journey-progress,0)*100%),#ffffff30 0)}
}
@media(prefers-reduced-motion:reduce){#sleeve-instruction{display:none}}
