@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oi&family=Inter:wght@400;500;600&display=swap');
:root{color-scheme:dark;--bg:#030303;--fg:#f4f4ef;--accent:#edff49;--dim:#9d9d94;--line:#2b2b27;--display:'Anton','Arial Narrow',Impact,sans-serif;--body:'Inter',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.5 var(--body)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:0;background:none}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid currentColor;outline-offset:6px}.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{position:fixed;top:-100px;z-index:100;background:var(--accent);color:black;padding:15px}.skip:focus{top:12px}header{position:absolute;z-index:10;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:26px 32px}.wordmark{font:24px/1 var(--display);letter-spacing:-.6px;white-space:nowrap}nav{display:flex;align-items:center;gap:30px;font-size:13px}nav>a:not(.contact-button){color:#c7c7c1}.contact-button{background:var(--accent);color:black;padding:12px 23px;border-radius:30px;display:inline-flex;gap:28px;align-items:center;font-size:13px;font-weight:600}.contact-button:hover{background:white}.pill{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:#f4f4ef;color:#050505;border-radius:40px;padding:13px 23px;font-size:13px;font-weight:500;transition:background .2s,transform .25s}.pill:hover{background:var(--accent);transform:translateY(-3px)}.hero{height:max(860px,100svh);position:relative;overflow:hidden}.universe{position:absolute;width:min(830px,100vw);height:min(830px,100vw);left:50%;top:52%;transform:translate(-50%,-50%);touch-action:pan-y}#orbit{position:absolute;inset:0}.orbit-card{position:absolute;left:50%;top:50%;width:clamp(40px,4.8vw,60px);aspect-ratio:1;padding:0;border-radius:5px;will-change:transform;z-index:3;box-shadow:0 6px 18px #0007}.orbit-card img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.orbit-card:after{content:'';position:absolute;inset:-6px}.orbit-card:hover,.orbit-card:focus-visible{z-index:7}.orbit-card .orbit-title{display:none}#portrait{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.centre{position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);width:65%;text-align:center;pointer-events:none}.centre p{font-size:12px;letter-spacing:1.5px;margin:0 0 25px;color:#bfbfb7}.centre a{pointer-events:auto}.portrait-ready .centre{top:68%}.hero-bottom{position:absolute;bottom:27px;left:32px;right:32px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11px;letter-spacing:1.3px;color:#98988f}.hero-bottom button{font-size:12px;letter-spacing:0;border:1px solid #32322e;border-radius:30px;padding:10px 15px;white-space:nowrap}.music-section{padding:80px 26px 95px;max-width:1800px;margin:auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.eyebrow{font-size:12px;letter-spacing:1.6px;margin:0 0 24px;color:var(--dim)}.section-head h2{font:clamp(48px,7.2vw,100px)/1.03 var(--display);letter-spacing:-1.7px;margin:0;color:var(--accent)}.text-link{font-size:13px;border-bottom:1px solid #8c8c73;padding-bottom:6px;white-space:nowrap;color:#e6e8c3}.section-caption{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:34px 0 40px;color:#c9cdb1}.section-caption p{margin:0;font-size:15px}.section-caption>span{font-size:11px;letter-spacing:1.5px}.music-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 20px}.release-card{padding:0;text-align:left;min-width:0;display:block}.release-cover{position:relative;aspect-ratio:1;overflow:hidden;background:#151515}.release-cover img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.65,.3,1),filter .45s}.card-action{position:absolute;left:var(--cursor-x,50%);top:var(--cursor-y,50%);transform:translate(-50%,-50%) scale(.8);border-radius:45px;background:var(--accent);color:#12120c;padding:17px 22px;font-size:13px;opacity:0;transition:opacity .2s,transform .2s;pointer-events:none;white-space:nowrap}.release-card:hover .card-action,.release-card:focus-visible .card-action{opacity:1;transform:translate(-50%,-50%) scale(1)}.release-card:hover img{transform:scale(1.04);filter:brightness(.88)}.card-info{display:flex;justify-content:space-between;gap:20px;padding:15px 0 2px;align-items:start}.card-info h3{font:22px/1.3 var(--display);letter-spacing:0;margin:0 0 5px;text-transform:uppercase}.card-info p{margin:0;font-size:12px;color:#adaea0}.card-year{font-size:12px;padding-top:4px;color:#b9bc9d}.role-tag{display:block;font-size:11px;letter-spacing:.5px;color:#c8caad;margin-top:5px}.own-grid .release-card:last-child{grid-column:1 / -1;max-width:calc(50% - 10px)}.production-section{max-width:none;background:var(--accent);color:#080a00;padding-top:90px}.production-section .eyebrow{color:#4e551e}.production-section .section-head h2{color:#080a00}.production-section .section-caption{color:#343b13}.production-section .card-info p,.production-section .card-year,.production-section .role-tag{color:#3d431c}.production-section .release-cover{background:#c8d739}.production-section .music-grid{max-width:1748px;margin:auto}.section-mark{font:80px/1 var(--body)}.contact-section{padding:95px 32px 60px;max-width:1800px;margin:auto}.contact-section .eyebrow{color:#9fa182}.contact-main{display:flex;justify-content:space-between;align-items:center;gap:45px}.contact-main h2{font:clamp(54px,7vw,100px)/1.06 var(--display);letter-spacing:-1.3px;color:var(--accent);margin:0}.contact-cta{display:inline-flex;align-items:center;justify-content:center;gap:50px;background:var(--accent);color:#080a00;font:23px/1 var(--display);padding:32px 40px}.contact-cta:hover{background:#fff}.contact-detail{display:flex;justify-content:space-between;gap:45px;border-top:1px solid var(--line);margin-top:65px;padding-top:30px}.contact-detail p{font-size:14px;line-height:1.8;margin:0}.contact-detail p span{font-size:12px;color:#999d86}.contact-detail>div{display:flex;align-items:flex-start;gap:28px;font:18px var(--display);color:#d8d9bd}footer{padding:30px 32px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:11px;color:#a2a58e}footer .wordmark{color:var(--accent)}dialog{background:#10110c;color:var(--fg);border:1px solid #3b3e27;padding:40px;max-width:760px;width:calc(100% - 32px);max-height:90svh;overflow:auto}dialog::backdrop{background:#000c;backdrop-filter:blur(10px)}.close{position:absolute;right:9px;top:6px;font-size:30px;width:44px;height:44px}#dialog-body{display:grid;grid-template-columns:220px 1fr;gap:30px}#dialog-body>img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}#dialog-body h2{font:34px/1.2 var(--display);text-transform:uppercase;color:var(--accent);margin:0 0 12px}#dialog-body p{font-size:13px;line-height:1.7;color:#acb094}#dialog-body dl{font-size:13px;line-height:1.5}#dialog-body dt{color:#8f947a;margin-top:10px}#dialog-body dd{margin:2px 0 0}#dialog-body .source-link{display:block;font-size:12px;margin-top:18px;color:#b0b49a;text-decoration:underline}#dialog-body .credit-note{font-size:12px}#dialog-body .pill{margin-top:15px;background:var(--accent)}.sources{max-width:900px;padding:130px 30px 60px;margin:auto;line-height:1.7}.sources h1,.sources h2{font-family:var(--display);font-weight:400;color:var(--accent)}.sources h1{font-size:48px}.sources a{text-decoration:underline}.sources li{margin:15px 0}.sources p{color:#b3b69f}
@media(max-width:800px){header{padding:24px 20px}nav{gap:18px}nav>a:not(.contact-button){display:none}.wordmark{font-size:21px}.hero{height:760px;min-height:95svh}.universe{width:760px;height:760px;max-width:110vw;max-height:110vw;top:46%}.orbit-card{width:clamp(34px,5.5vw,44px)}.hero-bottom{left:20px;right:20px}.hero-bottom>span{display:none}.music-section{padding:65px 20px}.section-head h2{font-size:clamp(40px,9vw,64px);letter-spacing:-.8px}.section-caption{margin:26px 0 30px}.section-caption>span{display:none}.music-grid{gap:26px 16px}.card-info h3{font-size:20px}.contact-section{padding:65px 20px 45px}.contact-main{align-items:start;flex-direction:column;gap:32px}.contact-main h2{font-size:65px}.contact-cta{font-size:21px;padding:25px 30px}.contact-detail{flex-direction:column;gap:25px;margin-top:45px}.contact-detail>div{flex-wrap:wrap;gap:20px;font-size:17px}footer{padding:25px 20px;flex-wrap:wrap;font-size:10px}footer .wordmark{width:100%}.section-mark{font-size:54px}dialog{padding:38px 24px}#dialog-body{grid-template-columns:1fr}#dialog-body>img{max-width:210px}}
@media(max-width:600px){.orbit-card:nth-child(n+17){display:none}.music-grid{grid-template-columns:1fr}.own-grid .release-card:last-child{grid-column:auto;max-width:none}.card-action{left:auto;top:auto;right:15px;bottom:15px;opacity:1;transform:none;padding:11px 17px;font-size:12px}.release-card:hover .card-action,.release-card:focus-visible .card-action{transform:none}.release-card:hover img{transform:none}.card-info h3{font-size:23px}.centre p{font-size:10px;letter-spacing:.7px}.centre .pill{font-size:12px;padding:12px 17px;gap:12px}.section-head{align-items:flex-start}.section-head .text-link{margin-top:28px;font-size:12px}.section-caption p{font-size:14px}.hero-bottom>a{font-size:10px;letter-spacing:.7px}.hero-bottom button{font-size:11px;padding:10px 12px}.contact-button{font-size:12px;padding:12px 18px;gap:20px}}
@media(max-width:360px){.hero{height:700px}.section-head .text-link{font-size:11px}.section-head h2{font-size:37px}.centre p{font-size:9px}.hero-bottom{gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.motion-paused{scroll-behavior:auto}.motion-paused *{transition:none!important}


/* Compact raised cards from the supplied visual reference. */
body{background:var(--accent);color:#10120a}
header,.hero{background:var(--accent);color:#11140a}
nav>a:not(.contact-button){color:#343b1b}
.contact-button{background:#11140a;color:var(--accent);box-shadow:0 4px 14px #323c1220}
.contact-button:hover{background:#30371c;color:white}
.centre p,.hero-bottom{color:#495022}
.hero .pill{background:#11140a;color:#f7ffcd}
.hero .pill:hover{background:white;color:#12140c}
.music-section,.production-section{background:var(--accent);color:#12140c;max-width:none}
.music-section .section-head,.music-section .section-caption{max-width:1230px;margin-left:auto;margin-right:auto}
.section-head h2,.production-section .section-head h2{color:#11150a;font-size:clamp(40px,5.7vw,76px)}
.eyebrow,.section-caption,.text-link{color:#4c5429}
.text-link{border-color:#7e883f}
.music-section{padding:68px 34px 88px}
.music-grid,.production-section .music-grid{max-width:1230px;margin:45px auto 0;grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 25px;align-items:start;perspective:1600px;padding:12px 9px 25px}
.release-card,.own-grid .release-card:last-child{grid-column:auto;max-width:none;width:100%;padding:10px;border-radius:17px;background:linear-gradient(135deg,#fafaf7 0%,#f1f2ef 65%,#e6e8e1 100%);color:#222b26;box-shadow:0 10px 25px #31390924,0 2px 4px #121c0810,inset 0 1px 1px #fff;border:1px solid #ffffff99;transform:translateY(var(--card-offset,0px)) rotate(var(--card-angle,0deg));transition:transform .4s cubic-bezier(.2,.7,.3,1),box-shadow .4s;position:relative;min-height:350px}
.release-card:nth-child(4n+1){--card-angle:-2deg;--card-offset:10px}
.release-card:nth-child(4n+2){--card-angle:1.5deg;--card-offset:29px}
.release-card:nth-child(4n+3){--card-angle:-1deg;--card-offset:0px}
.release-card:nth-child(4n){--card-angle:2deg;--card-offset:19px}
.release-card:hover,.release-card:focus-visible{transform:translateY(-7px) rotate(0);box-shadow:0 24px 42px #28321a35;z-index:2}
.release-cover,.production-section .release-cover{border-radius:10px;background:#e1e4de;aspect-ratio:1}
.release-cover img{border-radius:10px;transition:transform .4s;filter:none}
.release-card:hover img{transform:scale(1.025);filter:none}
.card-info{padding:14px 9px 43px;display:block;min-height:127px}
.card-info h3{font:600 17px/1.28 var(--body);text-transform:none;letter-spacing:-.45px;margin:0 0 8px;color:#27312d}
.card-info p,.production-section .card-info p{font-size:12px;line-height:1.4;color:#82867f}
.role-tag,.production-section .role-tag{font-size:11px;line-height:1.3;letter-spacing:0;color:#646e5d;margin-top:10px;padding-right:20px}
.card-year,.production-section .card-year{position:absolute;left:20px;bottom:20px;color:#8b9287;font-size:11px}
.card-plus{position:absolute;right:16px;bottom:13px;width:31px;height:31px;border:1px solid #cfd5cc;border-radius:50%;display:grid;place-items:center;font:300 27px/1 var(--body);color:#929b8c;background:#ffffff35}
.own-grid{justify-content:center;grid-template-columns:repeat(3,minmax(0,255px))}
.contact-section{background:#060803;color:#f7f8e9;max-width:none}
.contact-section .eyebrow{color:#afb894}
footer{background:#060803}
.hero-bottom{justify-content:space-between}
@media(min-width:1500px){.music-grid,.production-section .music-grid{grid-template-columns:repeat(5,minmax(0,1fr));max-width:1420px}.own-grid{grid-template-columns:repeat(3,minmax(0,255px))}}
@media(max-width:1000px){.music-grid,.production-section .music-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 22px}.own-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.release-card{min-height:320px}}
@media(max-width:650px){.music-section{padding:52px 19px 65px}.music-grid,.production-section .music-grid,.own-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 14px;padding:5px 3px 20px;margin-top:30px}.release-card,.own-grid .release-card:last-child{padding:7px;border-radius:13px;min-height:0}.release-cover,.release-cover img{border-radius:8px}.release-card:nth-child(2n+1){--card-angle:-1.2deg;--card-offset:0px}.release-card:nth-child(2n){--card-angle:1.2deg;--card-offset:16px}.card-info{padding:11px 5px 43px;min-height:137px}.card-info h3{font-size:15px;line-height:1.3;letter-spacing:-.3px}.card-info p,.production-section .card-info p{font-size:11px}.role-tag,.production-section .role-tag{font-size:10px;padding-right:0;line-height:1.4}.card-year,.production-section .card-year{left:13px;bottom:16px;font-size:10px}.card-plus{right:10px;bottom:9px;width:29px;height:29px;font-size:24px}.section-head h2,.production-section .section-head h2{font-size:42px}.section-head .text-link{font-size:11px}.hero-bottom>span{display:block;font-size:10px;letter-spacing:.6px}.hero{height:740px}.centre p{color:#4c5429}}
@media(max-width:360px){.music-section{padding-left:14px;padding-right:14px}.music-grid,.production-section .music-grid{gap:28px 12px}.card-info h3{font-size:14px}.card-info{min-height:145px}.section-head h2,.production-section .section-head h2{font-size:36px}.hero-bottom>span{display:none}.hero-bottom{justify-content:flex-end}}
.sources h1,.sources h2{color:#151b09}.sources p{color:#434c25}.sources .eyebrow{color:#434c25}


/* Branded destinations and cleaner song cards. */
.contact-detail>div{gap:12px;flex-wrap:wrap;justify-content:flex-end}
.contact-detail .platform-button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:50px;padding:12px 17px;border:1px solid #35392f;border-radius:12px;background:#141710;color:#fff;font:500 13px/1.2 var(--body);transition:transform .2s,background .2s,border-color .2s}
.platform-button img{display:block;width:23px;height:23px;object-fit:contain;flex-shrink:0}
.platform-button .platform-arrow{margin-left:5px;font-size:15px;color:#afb5a6}
.contact-detail .platform-spotify{border-color:#1ed76042}
.contact-detail .platform-applemusic{background:#fa233b;border-color:#fa233b}
.contact-detail .platform-instagram{background:linear-gradient(115deg,#7638b7,#bd267b 66%,#d75843);border-color:#bd428c}
.platform-applemusic .platform-arrow,.platform-instagram .platform-arrow{color:#fff}
.contact-detail .platform-button:hover{transform:translateY(-3px);border-color:#f0f5df}
.release-card .card-info{min-height:111px;padding-bottom:39px}
@media(max-width:800px){.contact-detail>div{justify-content:flex-start}.contact-detail .platform-button{padding:12px 14px}}
@media(max-width:650px){.release-card .card-info{min-height:115px}.contact-detail .platform-button{min-height:48px}}

/* Reserve room for the full orbit, including lifted and rotated corners. */
header{background:transparent}
.hero{height:auto;min-height:max(860px,100svh);padding:132px 16px 72px;display:grid;place-items:center}
.universe{position:relative;left:auto;top:auto;transform:none;width:min(830px,100%);height:auto;aspect-ratio:1;max-width:none;max-height:none}
.orbit-card{width:68px;border-radius:6px}
@media(max-width:800px){.hero{min-height:95svh;padding:124px 12px 72px}.orbit-card{width:clamp(44px,7.2vw,58px)}}
@media(max-width:600px){.hero{min-height:max(620px,95svh);padding:116px 8px 72px}.orbit-card{width:clamp(40px,11.3vw,48px)}}

/* An airy phone orbit: fewer covers and a quieter centre. */
@media(max-width:600px){
 .orbit-card:nth-child(n+9){display:none}
 .orbit-card{box-shadow:0 4px 10px #0004}
 .centre{top:50%;width:56%}
 .centre p{max-width:132px;margin:0 auto 13px;font-size:9px;line-height:1.65;letter-spacing:.8px}
 .centre .pill{font-size:11px;line-height:1.3;padding:12px 14px;gap:10px;white-space:nowrap;min-height:44px}
}
.orbit-card:nth-child(n+21){display:none}
@media(min-width:801px){.hero{padding-top:108px}}
@media(max-width:600px){.orbit-card{width:clamp(32px,8.7vw,38px)}}

/* Five featured productions, followed by an expandable record shelf. */
:is(#production-grid,#film-grid){max-width:860px;grid-template-columns:repeat(3,minmax(0,1fr))}
.release-card.more-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;align-self:stretch;background:#151b0c;color:var(--accent);border-color:#354019;min-height:350px}
.more-symbol{font:300 88px/.9 var(--body);margin-bottom:12px}
.more-title{font:500 22px/1.2 var(--body);letter-spacing:-.7px}
.more-count{font:12px/1.4 var(--body);color:#b6c18f}
.more-instruction{font:11px/1.4 var(--body);color:#c6d790;margin-top:18px}
.listen-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:23px}
.listen-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 13px;border:1px solid #414737;border-radius:10px;font:500 12px/1.3 var(--body);color:white;background:#20251a}
.listen-button img{display:block;width:20px;height:20px;object-fit:contain}
.listen-button>span:last-child{font-size:13px;opacity:.75;margin-left:3px}
.listen-button:hover{border-color:#e3f39b;transform:translateY(-2px)}
.listen-youtube{background:#d91828;border-color:#d91828}
.listen-applemusic{background:#fa233b;border-color:#fa233b}
.listen-spotify{border-color:#1ed76065}
@keyframes shelf-enter{from{opacity:0;translate:0 18px}to{opacity:1;translate:0 0}}
@media(max-width:650px){
 :is(#production-grid,#film-grid){grid-template-columns:repeat(2,minmax(0,1fr))}
 .release-card.more-card{min-height:0;gap:10px;padding:25px 8px}
 .more-symbol{font-size:58px;margin-bottom:5px}.more-title{font-size:18px}.more-count{font-size:10px}.more-instruction{font-size:10px;margin-top:14px}
 .listen-links{flex-direction:column;align-items:stretch}.listen-button{justify-content:flex-start}.listen-button>span:last-child{margin-left:auto}
}


.release-card.extra-production[hidden],.fewer-productions[hidden]{display:none}
.extra-production:not([hidden]){animation:shelf-enter .5s cubic-bezier(.2,.65,.3,1) var(--reveal-delay,0ms) both}
.fewer-productions{grid-column:1 / -1;justify-self:center;background:#17200c;color:var(--accent);border-radius:30px;padding:13px 24px;font-size:12px;min-height:44px;margin-top:15px}

/* Scattered letters converge, then yield individually to the pointer. */
.music-section{overflow:clip}
.music-section .section-head{gap:24px;padding-top:25px;padding-bottom:24px}
.music-section .section-head>div{min-width:0}
.music-section .section-head h2{font-family:'Oi',Georgia,serif;font-size:clamp(30px,4.8vw,64px);font-weight:400;line-height:1.2;letter-spacing:-.01em}
.heading-word{display:inline-block;white-space:nowrap}
.heading-letter{display:inline-block;transform-origin:center;user-select:none;pointer-events:none;will-change:transform;transition:none}
:is(#productions,#film-music) .reactive-heading{display:flex;flex-wrap:wrap;column-gap:.38em;row-gap:.12em}
@media(max-width:600px){
 .music-section .section-head{gap:16px;flex-wrap:wrap;padding-top:16px;padding-bottom:20px}
 .music-section .section-head h2{font-size:clamp(22px,6.4vw,38px);line-height:1.3}
 .music-section .section-head .section-mark{display:none}
}
@media(prefers-reduced-motion:reduce){.heading-letter{opacity:1!important;transform:none!important}}

.portrait-ready .centre{top:73%;width:60%}
.portrait-ready .centre p{margin-bottom:12px;font-size:10px;letter-spacing:1.2px}
@media(max-width:600px){
 .portrait-ready .hero{padding-bottom:140px}
 .portrait-ready .centre{top:calc(100% + 10px);width:70%;transform:translateX(-50%)}
 .portrait-ready .centre p{display:none}
 .portrait-ready .centre .pill{font-size:10px;gap:9px;padding:10px 13px}
}

.hero-bottom{justify-content:flex-end}
/* The artist button opens a native, keyboard-accessible profile disclosure. */
header{align-items:center;gap:12px}
.music-profiles{position:relative;flex-shrink:0}
.profile-toggle{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 13px;border:1px solid #10110c;border-radius:28px;background:#10110c;color:var(--accent);cursor:pointer;list-style:none;user-select:none;transition:box-shadow .25s,background .25s}
.profile-toggle::-webkit-details-marker{display:none}
.profile-name{font:20px/1 var(--display);letter-spacing:-.4px;white-space:nowrap}
.profile-toggle:hover,.music-profiles[open] .profile-toggle{background:#23291a;box-shadow:0 5px 16px #18210c30}
.profile-equalizer{height:18px;width:17px;display:flex;align-items:center;gap:2px}
.profile-equalizer i{display:block;width:3px;height:100%;border-radius:2px;background:currentColor;transform:scaleY(.35);animation:profile-beat 1.15s ease-in-out infinite alternate}
.profile-equalizer i:nth-child(2){animation-delay:-.7s}.profile-equalizer i:nth-child(3){animation-delay:-.25s}.profile-equalizer i:nth-child(4){animation-delay:-.9s}
.profile-chevron{transition:transform .25s}
.music-profiles[open] .profile-chevron{transform:rotate(180deg)}
.profile-menu{position:absolute;top:calc(100% + 12px);left:0;width:min(270px,calc(100vw - 40px));padding:12px;background:#10110c;border:1px solid #3b422c;border-radius:19px;box-shadow:0 18px 50px #11180c4d;max-height:calc(100svh - 112px);overflow-y:auto;overscroll-behavior:contain;color:#f5f6ec;transform-origin:top left}
.profile-menu>p{font:500 10px/1.3 var(--body);letter-spacing:1.5px;color:#aeb89c;margin:6px 10px 10px}
.profile-link{display:flex;align-items:center;gap:12px;min-height:49px;padding:11px 10px;border-radius:11px;font:500 14px/1.3 var(--body);transition:background .2s}
.profile-link img{width:23px;height:23px;object-fit:contain;flex-shrink:0}
.profile-link>.ui-icon{margin-left:auto;color:#b8c49f;width:15px;height:15px}
.profile-link:hover,.profile-link:focus-visible{background:#29311d;color:var(--accent)}
.music-profiles[open] .profile-menu{animation:profile-open .28s cubic-bezier(.2,.75,.3,1) both}
.music-profiles[open] .profile-link{animation:profile-link-enter .3s ease-out var(--profile-delay) both}
@keyframes profile-beat{to{transform:scaleY(1)}}
@keyframes profile-open{from{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:none}}
@keyframes profile-link-enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media(max-width:360px){.profile-toggle{gap:7px;padding:10px}.profile-name{font-size:18px}.profile-equalizer{width:15px;gap:1px}}
@media(prefers-reduced-motion:reduce){.profile-equalizer i{animation:none;transform:scaleY(.65)}}
/* Dark catalogue cards retain the artwork and raised-card proportions. */
.release-card,.own-grid .release-card:last-child,.release-card.more-card{background:#10110c;border-color:#34372a;box-shadow:0 10px 25px #31390930,0 2px 4px #121c0820,inset 0 1px 1px #ffffff0a;color:#f5f6ec}
.card-info h3{color:#f5f6ec}
.card-info p,.production-section .card-info p{color:#bfc4b5}
.card-year,.production-section .card-year{color:#a9b09d}
.role-tag,.production-section .role-tag{color:#c0c8af}
.card-plus{color:#d1d9c0;border-color:#717b5d;background:#ffffff05}
.release-card.more-card{color:var(--accent)}
.ui-icon{display:inline-block;width:1em;height:1em;min-width:1em;vertical-align:-.12em;flex-shrink:0;pointer-events:none}
.contact-button .ui-icon{width:16px;height:16px}
.contact-cta .ui-icon{width:22px;height:22px}
.card-plus .ui-icon{width:19px;height:19px}
.more-symbol .ui-icon{display:block;width:.8em;height:.8em}
.close .ui-icon{width:24px;height:24px;vertical-align:middle}
.centre{top:50%}
.hero-name{margin:0;color:#11150a;font:400 clamp(38px,7vw,86px)/1 var(--display);letter-spacing:-.025em;white-space:nowrap}
@media(max-width:600px){.hero-name{font-size:clamp(32px,9vw,48px)}}

/* Fill the hero with the name and a wider production-artwork orbit. */
.hero{min-height:0;padding:106px 20px 68px}
.universe{width:min(960px,100%)}
.centre{width:70%}
.hero-name{font-family:'Oi',Georgia,serif;font-size:clamp(38px,5.8vw,70px);line-height:1.12;letter-spacing:-.03em}
.hero-name.grain-source{opacity:0}
.name-grains{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.orbit-card:nth-child(n+21){display:block}
@media(max-width:600px){
 .hero{height:100svh;min-height:0;padding:calc(88px + env(safe-area-inset-top,0px)) 8px calc(56px + env(safe-area-inset-bottom,0px))}
 .universe{width:min(100%,calc(100svh - 144px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));container-type:inline-size}
 .orbit-card{width:min(64px,14.5cqi)}
 .orbit-card:nth-child(n+9){display:block}
 .orbit-card:nth-child(n+11){display:none}
 .hero-name{font-size:clamp(20px,10.5cqi,54px);white-space:normal}
 .hero-name .heading-word{display:block}
 .hero-bottom{bottom:calc(20px + env(safe-area-inset-bottom,0px))}
}

.booking-contacts{min-width:0;margin:0}.booking-contacts a{display:flex;align-items:center;flex-wrap:wrap;gap:4px 12px;min-height:44px;width:fit-content;max-width:100%;font-size:14px;overflow-wrap:anywhere}.booking-contacts a:first-of-type{margin-top:12px}.booking-contacts a span{font-size:11px;color:#a9b09d;min-width:32px}.booking-contacts a:hover{color:var(--accent)}
.card-open{position:absolute;inset:0;z-index:1;width:100%;height:100%;padding:0;border-radius:inherit;background:transparent}
.release-card:focus-within{transform:translateY(-7px) rotate(0);box-shadow:0 24px 42px #28321a35;z-index:2}
.metric-badge{position:absolute;bottom:14px;left:18px;z-index:2;max-width:calc(100% - 72px);display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:20px;background:#181d11;border:1px solid #ffffff24;color:#f5f6ec;font:500 11px/1.2 var(--body);white-space:nowrap;transition:background .2s,border-color .2s}
.metric-badge:hover,.metric-badge:focus-visible{background:#29331a;border-color:var(--accent)}
.release-card .metric-badge img{width:14px;height:14px;object-fit:contain;border-radius:0;transform:none;filter:none;flex-shrink:0}
.metric-pending{opacity:0;transform:translateY(5px)}
.metric-entered{animation:metric-appear .45s ease-out both}
@keyframes metric-appear{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.metric-detail{margin:20px 0 0;font-size:12px;color:#bfc4b5}.metric-detail a{text-decoration:underline;text-underline-offset:3px}.metric-detail span{display:block;margin-top:4px;font-size:11px;color:#a9b09d}
@media(max-width:600px){.metric-badge{bottom:11px;left:11px;max-width:calc(100% - 53px);font-size:11px;padding:5px 6px;gap:4px}.release-card .metric-badge img{width:12px;height:12px}.metric-unit{display:none}}
@media(prefers-reduced-motion:reduce){.metric-badge{opacity:1;transform:none}}
.contact-detail.booking-section{display:block;padding-top:30px;margin-top:58px}
.booking-section>.eyebrow{margin:0 0 22px;font-size:12px;letter-spacing:1.8px}
.booking-panel>.booking-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:18px;justify-content:normal;width:100%;max-width:840px}
.booking-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-width:0;min-height:140px;padding:22px;border:1px solid #454d2e;border-radius:18px;background:#12160c;box-shadow:inset 0 1px 0 #ffffff08;transition:transform .3s ease,background .3s ease,border-color .3s ease}
.booking-kind{font:400 20px/1 var(--display);letter-spacing:.4px;color:var(--accent);padding-right:48px}
.booking-address{display:block;color:#f5f6ec;line-height:1.2;overflow-wrap:anywhere;letter-spacing:-.035em}
.booking-call .booking-address{font:400 clamp(26px,3vw,40px)/1.12 var(--display);letter-spacing:0}
.booking-email .booking-address{font-size:clamp(16px,1.8vw,24px);font-weight:500}
.booking-arrow{position:absolute;right:20px;top:18px;display:grid;place-items:center;width:32px;height:32px;border:1px solid #6b7745;border-radius:50%;color:var(--accent);transition:transform .3s ease,background .3s ease,color .3s ease}
.booking-arrow .ui-icon{width:18px;height:18px}
.booking-card:hover,.booking-card:focus-visible{transform:translateY(-4px);background:#1a2110;border-color:var(--accent)}
.booking-card:hover .booking-arrow,.booking-card:focus-visible .booking-arrow{transform:rotate(45deg);background:var(--accent);color:#11150a}
@media(max-width:800px){.booking-panel>.booking-grid{grid-template-columns:1fr}.booking-card{min-height:132px}.booking-email .booking-address{font-size:clamp(17px,3.5vw,26px)}}
@media(max-width:450px){.contact-detail.booking-section{margin-top:40px;padding-top:24px}.booking-card{padding:20px;min-height:130px;gap:20px}.booking-kind{font-size:20px}.booking-arrow{right:18px;top:17px}.booking-email .booking-address{font-size:clamp(15px,4.3vw,19px)}.booking-section>.eyebrow{font-size:11px;letter-spacing:1.25px}}

/* Full-width headline and one shared contact panel. */
.contact-main{display:block;container-type:inline-size}
.contact-main h2{font-size:min(100px,8cqi);line-height:1.12;letter-spacing:-.015em;white-space:nowrap;width:100%}
.contact-detail>.booking-panel{display:block;width:100%;max-width:840px;padding:24px;background:var(--accent);color:#10110c;border-radius:20px}
.booking-panel h3{font:32px/1.1 var(--display);margin:0 0 22px;letter-spacing:-.4px}
.booking-panel>.booking-grid{max-width:none;align-items:stretch}
.booking-panel .booking-card{min-height:128px;padding:20px;border-radius:13px}
.booking-panel .booking-call .booking-address{font-size:clamp(24px,2.6vw,34px)}
.booking-panel .booking-email .booking-address{font-size:clamp(16px,1.65vw,22px)}
@media(max-width:600px){.contact-detail>.booking-panel{padding:18px;border-radius:17px}.booking-panel h3{font-size:27px;margin-bottom:18px}.booking-panel .booking-card{min-height:118px;padding:18px}.booking-panel .booking-email .booking-address{font-size:clamp(14px,4vw,20px)}}