:root {
  color-scheme: dark;
  --black: #050708;
  --black-deep: #020405;
  --surface: #0a0d0f;
  --surface-raised: #101417;
  --text: #f5f5f1;
  --muted: #b5b7b6;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.28);
  --signal: #f3eee8;
  --shell: 1360px;
  --gutter: clamp(22px, 5vw, 76px);
  --section-space: clamp(52px, 6vw, 84px);
  --section-space-compact: clamp(40px, 4.5vw, 64px);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

/* Extended label catalogue and editorial pages */
.eyebrow { display:block; text-transform:uppercase; font-size:10px; letter-spacing:.34em; color:#d7d8d5; }
.genre-pill { display:inline-flex; padding:5px 9px; border:1px solid rgba(188,164,231,.28); border-radius:3px; color:#c1b6d3; font-size:10px; }
.releases-hero { height:410px; }
.artist-profile-hero h1 { font-size:clamp(48px,4vw,64px); }
.releases-hero-art { background-image:linear-gradient(90deg,#030506 0%,rgba(3,5,6,.78) 34%,rgba(3,5,6,.12) 66%),url('/assets/world-portal.png'); background-position:center 54%; }
.releases-hero-art::after { background:linear-gradient(90deg,rgba(3,5,6,.92),rgba(3,5,6,.1) 62%); }
.releases-filter-grid { grid-template-columns:repeat(4,minmax(145px,1fr)) minmax(240px,1.4fr); gap:12px; }
.catalog-section,.upcoming-section { padding:24px 0 30px; border-bottom:1px solid var(--line); background:#030506; }
.section-header > span { color:var(--muted); font-size:11px; }
.catalog-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.catalog-card { min-width:0; padding:10px; border:1px solid var(--line-strong); border-radius:5px; background:#080b0d; }
.catalog-art { position:relative; display:block; aspect-ratio:1/.83; overflow:hidden; background:#101315; }
.catalog-art img { width:100%;height:100%;object-fit:cover;filter:brightness(.82);transition:.45s; }
.catalog-card:hover .catalog-art img { transform:scale(1.035);filter:brightness(.98); }
.catalog-art > span { position:absolute;inset:12px 10px auto;text-align:center;text-transform:uppercase;font:8px/1.45 Georgia,serif;letter-spacing:.28em;text-shadow:0 1px 8px #000; }
.catalog-art b { display:block;font-weight:400; }
.catalog-copy { display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 2px 5px; }
.catalog-copy h3 { margin:0 0 4px;font-size:14px;font-weight:500; }
.catalog-copy p,.catalog-card > time { margin:0;color:var(--muted);font-size:10px; }
.catalog-copy small { padding:4px 7px;border:1px solid rgba(170,150,219,.25);border-radius:3px;color:#b7aec9; }
.catalog-action { height:36px;display:flex;align-items:center;justify-content:center;gap:16px;margin-top:9px;border:1px solid var(--line-strong);border-radius:3px;text-transform:capitalize;font-size:10px; }
.catalog-action:hover { background:white;color:black; }
.catalog-grid.compact .catalog-art { aspect-ratio:16/9; }
.upcoming-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.upcoming-grid article { padding:10px;border:1px solid var(--line-strong);border-radius:5px;background:#080b0d; }
.upcoming-grid article > div { min-height:150px;background-position:center;background-size:cover; }
.upcoming-grid article > div span { display:inline-block;margin:10px;padding:5px 8px;border:1px solid var(--line-strong);background:#050708;text-transform:uppercase;font-size:8px;letter-spacing:.1em; }
.upcoming-grid h3 { margin:9px 0 3px;font-size:14px; }.upcoming-grid p { margin:0 0 9px;color:var(--muted);font-size:10px; }.upcoming-grid small{float:right}.upcoming-grid button{width:100%;height:34px;border:1px solid var(--line-strong);background:transparent;color:white;font-size:10px;cursor:pointer}
.signal-statement { border-bottom:1px solid var(--line);background:radial-gradient(circle at 10% 50%,rgba(125,30,44,.28),transparent 23%),#08090c; }
.signal-statement .shell { min-height:130px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px; }
.signal-statement strong { font-size:25px;font-weight:430; }.signal-statement p{max-width:480px;color:var(--muted);font-size:12px;line-height:1.6}

/* Artist profile */
.artist-profile-page { background:#030506; }
.artist-profile-hero { position:relative;min-height:560px;padding-top:76px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#030506 0%,rgba(3,5,6,.84) 40%,rgba(3,5,6,.08) 75%),var(--artist-image) 80% 35%/72% auto no-repeat; }
.artist-profile-hero::after { content:"";position:absolute;inset:0;background:linear-gradient(to top,#030506 0%,transparent 35%);pointer-events:none; }
.artist-profile-hero .shell { position:relative;z-index:2; }.artist-profile-hero h1{margin:0 0 13px;font-size:clamp(48px,5vw,72px);font-weight:420;letter-spacing:-.04em}.artist-profile-hero h2{margin:16px 0 12px;font-size:21px;font-weight:450}.artist-profile-hero p{max-width:520px;color:#afb1af;font-size:13px;line-height:1.7}.artist-profile-hero .platform-row{max-width:650px;margin-top:18px}.artist-profile-hero .hero-actions{margin-top:22px}.artist-profile-hero .button{min-width:165px}
.artist-story { display:grid;grid-template-columns:1.25fr 1fr;gap:20px;padding-top:22px;padding-bottom:22px; }.artist-story>article,.artist-story>aside{padding:24px;border:1px solid var(--line-strong);border-radius:5px;background:#06090b}.artist-story p{color:#a6a9a7;font-size:12px;line-height:1.65}.artist-story .eyebrow:not(:first-child){margin-top:22px}.artist-story dl{margin:14px 0}.artist-story dl div{display:grid;grid-template-columns:1fr 1.3fr;padding:9px 0;border-bottom:1px solid var(--line);font-size:11px}.artist-story dt{color:#8e9190}.artist-story dd{margin:0}.artist-story blockquote{margin:16px 0 0;padding:18px;border:1px solid var(--line);color:#d8d9d6;font-size:12px}
.latest-release-profile{padding-bottom:24px}.latest-release-profile>.eyebrow{padding:14px 0}.latest-release-profile>div{display:grid;grid-template-columns:280px .8fr 1.2fr;gap:24px;padding:18px;border:1px solid var(--line-strong);border-radius:5px}.latest-release-profile img{width:100%;aspect-ratio:1;object-fit:cover}.latest-release-profile article h2{font-size:34px;font-weight:440;margin:0 0 12px}.latest-release-profile article p{color:var(--muted);font-size:11px;line-height:1.6}.latest-release-profile ol{margin:0;padding:0;list-style:none}.latest-release-profile li{display:grid;grid-template-columns:30px 1fr 45px 25px;align-items:center;min-height:34px;border-bottom:1px solid var(--line);font-size:10px}.latest-release-profile li span,.latest-release-profile time{color:var(--muted)}.latest-release-profile li button{border:1px solid var(--line);border-radius:50%;background:transparent;color:white}
.profile-feature-video{min-height:250px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;margin-top:24px;margin-bottom:24px;overflow:hidden;border:1px solid var(--line-strong);border-radius:5px;background:linear-gradient(90deg,rgba(3,5,6,.12),rgba(3,5,6,.92) 65%),var(--feature-art) center/cover}.profile-feature-video>button{justify-self:center;width:64px;height:64px;border:1px solid white;border-radius:50%;background:rgba(0,0,0,.5);color:white}.profile-feature-video article{padding:24px}.profile-feature-video h2{font-size:24px;font-weight:450}.profile-feature-video p{color:var(--muted);font-size:12px}.artist-world{min-height:210px;display:flex;align-items:center;border-block:1px solid var(--line);background:linear-gradient(90deg,rgba(3,5,6,.45),rgba(3,5,6,.82)),var(--world-art) center 60%/cover}.artist-world h2{font-size:22px;font-weight:430}.artist-world p{color:var(--muted)}

/* Video detail */
.video-detail-page{padding-top:76px;background:#030506}.video-detail-hero{padding:24px 0;border-bottom:1px solid var(--line)}.video-detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.cinema-player{position:relative;min-height:470px;border:1px solid var(--line-strong);border-radius:5px;background:var(--video-art) center/cover}.cinema-player::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,4,5,.8),transparent 30%)}.cinema-play{position:absolute;z-index:2;left:50%;top:48%;width:72px;height:72px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid white;border-radius:50%;background:rgba(5,7,8,.55);color:white}.cinema-controls{position:absolute;z-index:2;left:18px;right:18px;bottom:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;font-size:10px}.cinema-controls i{height:2px;background:rgba(255,255,255,.5)}.video-detail-copy{align-self:center}.video-detail-copy h1{margin:15px 0 7px;font-size:clamp(38px,4vw,58px);font-weight:430;line-height:1.02;letter-spacing:-.04em}.video-detail-copy h1 small{font-size:.7em}.video-detail-copy>a{display:inline-flex;gap:20px;font-size:22px}.detail-chips{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.detail-chips span{padding:7px 10px;border:1px solid var(--line);border-radius:3px;color:#aeb0ae;font-size:10px}.video-detail-copy>p{color:var(--muted);font-size:12px;line-height:1.7}.detail-actions{display:flex;gap:10px;margin:20px 0}.detail-actions .button{min-width:0}.video-detail-copy .eyebrow{margin:22px 0 10px}
.video-facts{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-block:0;padding-top:24px;padding-bottom:24px;border:1px solid var(--line-strong);border-radius:5px}.video-facts h2{margin:0 0 18px;text-transform:uppercase;font-size:10px;letter-spacing:.3em}.video-facts>article{padding-left:28px;border-left:1px solid var(--line)}.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fact-grid span{padding:13px;border:1px solid var(--line);font-size:11px}.fact-grid small,.video-facts article small{display:block;margin-bottom:8px;text-transform:uppercase;color:var(--muted);font-size:8px;letter-spacing:.16em}.video-facts article p{padding-bottom:11px;border-bottom:1px solid var(--line);font-size:11px}.about-video{display:grid;grid-template-columns:1.4fr .6fr;gap:35px;padding-top:22px;padding-bottom:22px}.about-video p{color:var(--muted);font-size:12px;line-height:1.7}.about-video blockquote{margin:0;padding:20px;border-left:1px solid var(--line);color:#c16a51;font:italic 16px/1.6 Georgia,serif}.video-rail{padding-top:20px;padding-bottom:24px;border-top:1px solid var(--line)}.video-rail>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.video-rail a{min-width:0;padding:8px;border:1px solid var(--line-strong);border-radius:5px}.video-rail a>span{position:relative;display:block;aspect-ratio:16/8.7;background-position:center;background-size:cover}.video-rail i{position:absolute;left:50%;top:50%;width:48px;height:48px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid white;border-radius:50%;background:rgba(0,0,0,.55);font-style:normal}.video-rail time{position:absolute;right:5px;bottom:5px;padding:3px;background:#050708;font-size:9px}.video-rail strong,.video-rail small{display:block;margin:8px 0 0;font-size:11px}.video-rail small{margin-top:3px;color:var(--muted)}.world-banner{min-height:230px;display:flex;align-items:center;margin:0 var(--gutter) 24px;padding:28px;border:1px solid var(--line-strong);border-radius:5px;background:linear-gradient(90deg,rgba(3,5,6,.95),rgba(3,5,6,.08)),var(--world-art) center/cover}.world-banner>div{max-width:600px}.world-banner h2{font-size:27px;font-weight:440}.world-banner p{color:var(--muted)}

/* Service, press and FAQ */
.service-page,.faq-page,.error-page{background:#030506}.service-hero{position:relative;min-height:400px;padding-top:76px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.service-hero-art{position:absolute;inset:0;background:linear-gradient(90deg,#030506 0%,rgba(3,5,6,.76) 42%,rgba(3,5,6,.03)),url('/assets/company-hero.png') 80% 40%/78% auto no-repeat}.service-hero>.shell{position:relative}.service-hero h1{margin:0 0 18px;font-size:56px;font-weight:430}.service-hero h2{font-size:17px;font-weight:430;line-height:1.55}.service-hero p{max-width:540px;color:var(--muted);font-size:12px;line-height:1.6}.service-hero .hero-actions{margin-top:20px}.portal-panel{min-height:150px;display:grid;grid-template-columns:.4fr .75fr 1fr;align-items:center;margin-block:22px;border:1px solid var(--line-strong);border-radius:5px;overflow:hidden}.portal-panel>div{height:100%;background:url('/assets/world-portal.png') center/cover}.portal-panel article{padding:24px}.portal-panel h2{font-size:25px;font-weight:440;margin:0 0 10px}.portal-panel p{color:var(--muted);font-size:11px;line-height:1.6}.portal-panel>i{height:100%;background:radial-gradient(ellipse at center,transparent 0 39%,rgba(235,213,195,.35) 40% 41%,transparent 42% 48%,rgba(235,213,195,.18) 49% 50%,transparent 51%)}.icon-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;padding-bottom:24px}.icon-card-grid.four{grid-template-columns:repeat(4,1fr);padding:0}.icon-card-grid article{padding:18px 14px;text-align:center;border:1px solid var(--line-strong);border-radius:5px;background:#070a0c}.icon-card-grid b{width:52px;height:52px;display:grid;place-items:center;margin:auto;border:1px solid #c47c65;border-radius:50%;font-size:22px;font-weight:400}.icon-card-grid h3{font-size:14px;font-weight:500}.icon-card-grid p{color:var(--muted);font-size:10px;line-height:1.5}.rights-section{padding-top:24px;padding-bottom:24px;border:1px solid var(--line-strong);border-radius:5px}.rights-section>.eyebrow{margin-bottom:14px}.licensing-enquiry{display:grid;grid-template-columns:.55fr 1.45fr;gap:30px;padding-top:28px;padding-bottom:28px}.licensing-enquiry>article{padding:24px;border:1px solid var(--line-strong);border-radius:5px}.licensing-enquiry h2{font-size:26px;font-weight:440}.licensing-enquiry p,.licensing-enquiry a{color:var(--muted);font-size:12px}.licensing-enquiry form>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.licensing-enquiry input,.licensing-enquiry select,.licensing-enquiry textarea{width:100%;min-height:46px;padding:12px;border:1px solid var(--line-strong);border-radius:3px;background:#050708;color:#d9dad7}.licensing-enquiry textarea{min-height:110px;margin-bottom:12px;resize:vertical}.quote-band{min-height:110px;display:grid;place-items:center;margin:0;padding:28px;border-block:1px solid var(--line);background:radial-gradient(circle at 15%,rgba(139,34,49,.28),transparent 25%),#08090c;text-align:center;font-size:22px;font-weight:400}
.press-section{padding-top:20px;padding-bottom:20px}.announcement-grid,.press-kit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.announcement-grid article{padding:10px;border:1px solid var(--line-strong);border-radius:5px}.announcement-grid img{width:100%;aspect-ratio:16/8;object-fit:cover}.announcement-grid h3{font-size:15px}.announcement-grid p{color:var(--muted);font-size:10px;line-height:1.5}.announcement-grid time{font-size:9px;color:var(--muted)}.announcement-grid a{float:right;display:flex;gap:10px;font-size:10px}.press-kit-grid article{min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;border:1px solid var(--line-strong);border-radius:5px;background:linear-gradient(to top,#030506,transparent 75%),var(--kit-art) center/cover}.press-kit-grid h3{font-size:20px;margin:0}.press-kit-grid p{font-size:10px;color:var(--muted)}.press-kit-grid a{width:max-content;padding:8px 12px;border:1px solid var(--line);font-size:10px}.resource-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.resource-grid a{padding:16px;border:1px solid var(--line-strong);border-radius:5px;text-align:center}.resource-grid b{font-size:26px}.resource-grid h3{font-size:12px}.resource-grid p{color:var(--muted);font-size:9px;line-height:1.5}.press-contact{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;padding-top:20px;padding-bottom:20px}.press-contact>article,.press-contact>div{padding:24px;border:1px solid var(--line-strong);border-radius:5px}.press-contact h2{margin-top:0;font-size:22px;font-weight:440}.press-contact p,.press-contact>div>a:not(.button){display:block;margin:6px 0;color:var(--muted);font-size:11px}.press-contact .button{margin-top:16px}
.faq-hero{position:relative;min-height:360px;padding-top:130px;overflow:hidden;border-bottom:1px solid var(--line)}.faq-hero h1{margin:20px 0 5px;font-size:58px;font-weight:430}.faq-hero h2{text-transform:uppercase;font-size:11px;letter-spacing:.3em}.faq-hero p{color:var(--muted);font-size:12px;line-height:1.6}.orbit-art{position:absolute;right:3%;top:-26%;width:48%;aspect-ratio:1}.orbit-art::before,.orbit-art::after,.orbit-art i{content:"";position:absolute;border:1px solid rgba(245,238,229,.22);border-radius:50%}.orbit-art::before{inset:10%}.orbit-art::after{inset:25%}.orbit-art i{inset:40%;box-shadow:0 0 22px #e9d8ca}.faq-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;padding-top:28px;padding-bottom:48px}.faq-layout aside{padding:18px;border:1px solid var(--line-strong);border-radius:5px}.faq-layout aside>a{display:block;padding:8px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px}.faq-layout aside>div{margin-top:25px;padding:16px;background:#0a0d0f}.faq-layout aside p{color:var(--muted);font-size:10px}.faq-layout aside .button{min-width:0;width:100%;height:38px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:12px;list-style:none}.faq-list summary span{font-size:20px}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 36px 20px 0;color:var(--muted);font-size:11px;line-height:1.7}

/* Signal lost */
.error-hero{position:relative;min-height:670px;padding-top:76px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.error-art{position:absolute;inset:0;background:url('/assets/signal-lost.png') center/cover}.error-art::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,6,.74),transparent 46%)}.error-hero>.shell{position:relative;z-index:2}.error-hero h1{margin:0;font-size:clamp(100px,13vw,190px);font-weight:300;line-height:.92}.error-hero h2{margin:24px 0 17px;font-size:45px;font-weight:440}.error-hero p{color:#b0b2b0;font-size:15px;line-height:1.55}.signal-search{height:72px;display:flex;align-items:center;gap:14px;margin-top:28px;border:1px solid var(--line-strong);border-radius:5px}.signal-search input{flex:1;height:100%;border:0;background:transparent;color:white;outline:0}.signal-search span{color:var(--muted);font-size:10px}.signal-search button{border:0;background:transparent;color:white}.reconnect{padding-top:42px;padding-bottom:35px;text-align:center}.reconnect h2{font-size:30px;font-weight:440}.reconnect>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.reconnect a{overflow:hidden;border:1px solid var(--line-strong);border-radius:5px;background:#070a0c}.reconnect a>span,.reconnect a h3,.reconnect a p,.reconnect a b{display:block;margin-inline:18px}.reconnect a>span{margin-top:18px;text-transform:uppercase;font-size:9px;letter-spacing:.22em}.reconnect a h3{font-size:16px}.reconnect img{width:100%;height:300px;object-fit:cover}.reconnect a p{color:var(--muted);font-size:11px;line-height:1.6}.reconnect a b{padding:18px 0;border-top:1px solid var(--line);font-size:13px}.error-quote{display:flex;flex-direction:column;gap:15px;text-transform:uppercase;letter-spacing:.35em}.error-quote small{color:var(--muted);font-size:10px}

@media(max-width:1080px){.releases-filter-grid{grid-template-columns:repeat(3,1fr)}.catalog-grid{grid-template-columns:repeat(3,1fr)}.icon-card-grid,.resource-grid{grid-template-columns:repeat(3,1fr)}.latest-release-profile>div{grid-template-columns:240px 1fr}.latest-release-profile ol{grid-column:1/-1}.video-detail-grid{grid-template-columns:1fr}.cinema-player{min-height:540px}}
@media(max-width:820px){.site-nav.is-open{height:450px}.releases-hero{height:600px}.catalog-grid,.upcoming-grid{grid-template-columns:repeat(2,1fr)}.artist-profile-hero{min-height:740px;align-items:flex-end;padding-bottom:40px;background:linear-gradient(to top,#030506 0 35%,transparent 75%),var(--artist-image) 65% top/auto 72% no-repeat}.artist-story,.latest-release-profile>div,.video-facts,.about-video,.licensing-enquiry,.press-contact,.faq-layout{grid-template-columns:1fr}.profile-feature-video{grid-template-columns:1fr;min-height:420px}.signal-statement .shell{grid-template-columns:1fr;padding-block:30px;gap:5px}.video-rail>div:last-child{grid-template-columns:repeat(2,1fr)}.icon-card-grid{grid-template-columns:repeat(2,1fr)}.service-hero{min-height:600px;align-items:flex-end;padding-bottom:50px}.service-hero-art{background-position:68% top;background-size:auto 76%}.portal-panel{grid-template-columns:1fr}.portal-panel>div{min-height:210px}.resource-grid{grid-template-columns:repeat(3,1fr)}.faq-layout aside{display:none}.error-hero{min-height:760px;align-items:flex-end;padding-bottom:50px}.error-art{background-position:65% center}.error-art::after{background:linear-gradient(to top,#030506,transparent 74%)}.reconnect img{height:220px}}
@media(max-width:560px){.catalog-grid,.upcoming-grid,.announcement-grid,.press-kit-grid,.reconnect>div{grid-template-columns:1fr}.releases-filter-grid{grid-template-columns:1fr}.artist-profile-hero .hero-actions,.detail-actions{display:grid}.artist-profile-hero .button,.detail-actions .button{width:100%}.latest-release-profile>div{padding:12px}.latest-release-profile>div>img{width:100%}.catalog-grid.compact{grid-template-columns:1fr}.cinema-player{min-height:300px}.video-detail-copy h1{font-size:40px}.video-facts{margin-inline:18px}.fact-grid{grid-template-columns:1fr 1fr}.video-rail>div:last-child{grid-template-columns:1fr}.world-banner{margin-inline:18px}.icon-card-grid,.icon-card-grid.four,.resource-grid{grid-template-columns:1fr 1fr}.licensing-enquiry form>div{grid-template-columns:1fr}.quote-band{font-size:17px}.error-hero .hero-actions{display:grid}.error-hero .button{width:100%}.signal-search span{display:none}.error-quote{letter-spacing:.18em}.reconnect img{height:280px}}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; background: var(--black); color: var(--text); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(var(--shell), 100%); padding-inline: var(--gutter); margin-inline: auto; }
.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; }

.site-header { position: absolute; z-index: 20; width: 100%; height: 76px; border-bottom: 1px solid var(--line); background: linear-gradient(to bottom, rgba(2,4,5,.82), rgba(2,4,5,.42)); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-size: 21px; font-weight: 500; letter-spacing: .38em; line-height: 1; white-space: nowrap; }
.site-nav { display: flex; align-items: stretch; align-self: stretch; gap: clamp(14px, 1.65vw, 26px); }
.site-nav a { position: relative; display: flex; align-items: center; color: #d6d6d2; font-size: 13px; letter-spacing: .02em; transition: color .25s ease; }
.site-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 1px; background: white; transition: left .25s ease, right .25s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { left: 14%; right: 14%; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; color: white; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 7px 0; background: currentColor; }

.hero { position: relative; height: clamp(620px, 65vw, 810px); min-height: 620px; overflow: hidden; border-bottom: 1px solid var(--line); background: #030506; }
.hero-image { position: absolute; inset: 0; background-image: url('/assets/intersrc-hero.png'); background-size: cover; background-position: center; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,4,5,.82) 0%, rgba(2,4,5,.26) 39%, rgba(2,4,5,0) 66%), linear-gradient(0deg, rgba(2,4,5,.64) 0%, rgba(2,4,5,0) 28%); pointer-events: none; }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; padding-top: 70px; }
.hero-copy { width: min(620px, 48vw); margin-top: 24px; }
.hero h1 { margin: 0 0 24px; max-width: 620px; font-size: clamp(47px, 4.25vw, 67px); font-weight: 420; letter-spacing: -.035em; line-height: 1.04; }
.hero p { max-width: 485px; margin: 0; color: #b9b9b5; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; }
.button { min-width: 192px; height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 20px; border: 1px solid var(--line-strong); border-radius: 4px; font-size: 13px; font-weight: 600; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button svg { width: 18px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--text); color: #080a0b; box-shadow: 0 0 28px rgba(255,255,255,.13); }
.button-primary:hover { background: white; box-shadow: 0 0 36px rgba(255,255,255,.22); }
.button-ghost { background: rgba(3,5,6,.25); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.07); }
.hero-guides { position: absolute; left: 25px; top: 118px; bottom: 55px; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; align-items: center; color: #bfc0bd; font: 9px/1 monospace; letter-spacing: .16em; }
.hero-guides::before { content: ""; position: absolute; top: 22px; bottom: 24px; left: 50%; border-left: 1px solid rgba(255,255,255,.28); }
.hero-guides span:first-child { writing-mode: vertical-rl; background: #050708; padding: 8px 0; z-index: 1; }
.hero-index { position: absolute; right: 21px; top: 52%; writing-mode: vertical-rl; font: 8px/1 monospace; letter-spacing: .2em; color: #828583; }

.content-section { position: relative; border-bottom: 1px solid var(--line); background: var(--black-deep); }
.artists-section { padding: 28px 0 32px; }
.releases-section { padding: 28px 0 34px; }
.videos-section { padding: 30px 0 34px; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.section-header h2 { margin: 0; text-transform: uppercase; font-size: 13px; font-weight: 560; letter-spacing: .34em; }
.section-header a { display: inline-flex; align-items: center; gap: 18px; color: var(--muted); font-size: 12px; transition: color .2s ease; }
.section-header a:hover { color: white; }
.section-header svg { width: 16px; }

.artist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.artist-card { position: relative; min-height: 286px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 5px; background: #111; }
.artist-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.artist-card:nth-child(1) img { object-position: 60% 39%; }
.artist-card:nth-child(2) img { object-position: 63% 32%; }
.artist-card:nth-child(3) img { object-position: 46% 38%; }
.artist-card:hover img { transform: scale(1.035); filter: contrast(1.04); }
.artist-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,4,5,.96) 0%, rgba(2,4,5,.13) 55%, transparent 76%); }
.artist-info { position: absolute; inset: auto 14px 10px; }
.artist-title-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.artist-title-row h3 { margin: 0; font-size: clamp(18px, 1.5vw, 23px); font-weight: 460; letter-spacing: -.02em; }
.artist-title-row span { padding: 4px 6px; border: 1px solid rgba(187,164,230,.25); border-radius: 3px; background: rgba(78,60,111,.35); color: #c8bfdb; font-size: 9px; }
.artist-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.artist-bottom p { margin: 0; color: #b3b3af; font-size: 11px; }
.artist-bottom a { min-width: 110px; height: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line-strong); border-radius: 3px; font-size: 10px; background: rgba(2,4,5,.5); }
.artist-bottom a:hover { background: white; color: black; }
.artist-bottom svg { width: 13px; }

.release-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2.4vw, 34px); }
.release-card { overflow: hidden; padding: 11px; border: 1px solid var(--line-strong); border-radius: 5px; background: linear-gradient(150deg, #0b0e10, #050708); transition: transform .3s ease, border-color .3s ease; }
.release-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.44); }
.cover-art { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #101010; }
.cover-art img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.08) saturate(.78); }
.cover-art.ember img { object-position: 54% 30%; filter: sepia(.45) hue-rotate(333deg) saturate(1.8) contrast(1.2) brightness(.66); }
.cover-art.silver img { object-position: 64% 18%; filter: saturate(.5) brightness(1.05); }
.cover-art.neon img { object-position: 48% 35%; filter: saturate(1.15) contrast(1.08); }
.cover-art.eclipse img { object-position: 74% 50%; filter: grayscale(1) contrast(1.18) brightness(.67); }
.cover-treatment { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.2), transparent 55%, rgba(0,0,0,.35)); }
.ember .cover-treatment { background: radial-gradient(circle at 50% 45%, transparent 0 24%, rgba(142,41,12,.38) 25%, rgba(0,0,0,.08) 52%), linear-gradient(to bottom, rgba(0,0,0,.45), transparent 50%); }
.cover-copy { position: absolute; inset: 10px 10px auto; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; text-transform: uppercase; letter-spacing: .28em; text-shadow: 0 1px 6px #000; }
.cover-copy span { font: 8px/1.2 Georgia, serif; }
.cover-copy strong { font: 9px/1.3 Georgia, serif; font-weight: 400; }
.release-meta { min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.release-meta h3 { margin: 0 0 4px; font-size: 14px; font-weight: 500; }
.release-meta p { margin: 0; color: var(--muted); font-size: 11px; }
.release-type { padding: 4px 6px; border: 1px solid rgba(180,157,225,.25); border-radius: 3px; background: rgba(78,60,111,.24); color: #cbc2da; font-size: 9px; }
.listen-button { width: 100%; height: 39px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--line-strong); border-radius: 3px; background: transparent; color: white; font-size: 10px; cursor: pointer; transition: all .25s ease; }
.listen-button svg { width: 14px; }
.listen-button:hover, .listen-button.is-playing { background: var(--text); color: black; }
.listen-button.is-playing { box-shadow: 0 0 22px rgba(255,255,255,.1); }
.play-fill, .social-fill { fill: currentColor; stroke: none; }

.manifesto { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: #06080a; }
.manifesto-inner { min-height: 150px; display: grid; grid-template-columns: 120px minmax(300px, 1fr) minmax(330px, .9fr); gap: 34px; align-items: center; }
.manifesto h2 { margin: 0; font-size: clamp(24px, 2.2vw, 32px); font-weight: 440; letter-spacing: -.02em; line-height: 1.2; }
.manifesto p { margin: 0; color: #a9abaa; font-size: 12px; line-height: 1.65; }
.globe { position: relative; width: 60px; height: 60px; margin-inline: auto; border: 1px solid #e8e9e4; border-radius: 50%; opacity: .86; }
.globe::before, .globe::after, .globe span { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.globe::before { inset: 10px 20px; }
.globe::after { inset: 20px 4px; }
.globe span:first-child { top: 29px; left: -6px; right: -6px; border-radius: 0; border-width: 1px 0 0; }
.signal-wave { position: absolute; width: 38%; height: 100%; opacity: .18; background-image: radial-gradient(ellipse at center, transparent 0 38%, rgba(255,255,255,.18) 39% 39.5%, transparent 40% 45%, rgba(255,255,255,.12) 46% 46.5%, transparent 47%); background-size: 70px 40px; }
.signal-wave-left { left: -15%; transform: skewY(8deg); }
.signal-wave-right { right: -12%; transform: skewY(-8deg); }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-card { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 4px; background: #080a0b; transition: border-color .25s ease; }
.video-card.is-playing { border-color: rgba(255,255,255,.65); }
.video-frame { position: relative; display: block; width: 100%; aspect-ratio: 16 / 6.8; padding: 0; overflow: hidden; border: 0; background: #111; color: white; cursor: pointer; }
.video-frame::after { content: ""; position: absolute; inset: 0; background: rgba(2,4,5,.2); transition: background .25s ease; }
.video-frame img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.76) saturate(.78); transition: transform .6s ease, filter .4s ease; }
.video-card:nth-child(1) img { object-position: 60% 30%; }
.video-card:nth-child(2) img { object-position: 60% 35%; }
.video-card:nth-child(3) img { object-position: 45% 45%; }
.video-card:hover img, .video-card.is-playing img { transform: scale(1.03); filter: brightness(.95) saturate(.95); }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 54px; height: 54px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid white; border-radius: 50%; background: rgba(0,0,0,.42); backdrop-filter: blur(5px); }
.video-play svg { width: 24px; }
.duration { position: absolute; z-index: 2; right: 7px; bottom: 6px; padding: 3px 4px; background: rgba(0,0,0,.65); font: 9px/1 monospace; }
.video-card p { margin: 0; padding: 9px 10px 10px; font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.video-card p span { color: var(--muted); }

.newsletter { position: relative; overflow: hidden; border-bottom: 1px solid var(--line-strong); background: #08090c; }
.newsletter-glow { position: absolute; inset: 0; background: radial-gradient(circle at 8% 50%, rgba(116,31,48,.27), transparent 30%), radial-gradient(circle at 94% 50%, rgba(255,255,255,.05), transparent 24%); }
.newsletter-inner { position: relative; min-height: 146px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 45px; }
.newsletter-intro { display: flex; align-items: center; gap: 28px; }
.newsletter-intro > svg { flex: 0 0 auto; width: 72px; height: 72px; filter: drop-shadow(0 0 18px rgba(255,255,255,.16)); }
.newsletter-intro h2 { margin: 0 0 7px; font-size: 28px; font-weight: 440; letter-spacing: -.02em; }
.newsletter-intro p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.form-row { display: grid; grid-template-columns: 1fr 210px; gap: 12px; }
.newsletter input { min-width: 0; height: 52px; padding: 0 18px; border: 1px solid var(--line-strong); border-radius: 4px; outline: 0; background: rgba(2,4,5,.52); color: white; font-size: 13px; transition: border-color .2s ease; }
.newsletter input:focus { border-color: rgba(255,255,255,.7); }
.newsletter button { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border: 0; border-radius: 4px; background: #f5f2f6; color: #090a0b; font-size: 13px; font-weight: 600; cursor: pointer; box-shadow: 0 0 25px rgba(225,208,236,.15); }
.newsletter button svg { width: 19px; }
.newsletter form > p { margin: 10px 0 0; color: #777a7c; font-size: 10px; }
.success-message { min-height: 72px; display: flex; flex-direction: column; justify-content: center; padding: 0 22px; border-left: 1px solid white; }
.success-message span { font-size: 22px; }
.success-message p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.site-footer { padding: 38px 0 44px; background: #030506; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 38px; }
.footer-brand .wordmark { display: inline-block; margin-bottom: 22px; }
.footer-brand p, .footer-column p { margin: 0; color: #929494; font-size: 11px; line-height: 1.55; }
.footer-brand small { display: block; margin-top: 33px; color: #777a7a; font-size: 9px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h2 { margin: 0 0 15px; text-transform: uppercase; font-size: 10px; font-weight: 560; letter-spacing: .28em; }
.footer-column a { margin-bottom: 7px; color: #a3a4a2; font-size: 11px; transition: color .2s ease; }
.footer-column a:hover { color: white; }
.follow > div { display: flex; gap: 20px; }
.follow a { color: #d5d6d3; }
.follow svg { width: 22px; height: 22px; stroke-width: 1.6; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease var(--delay, 0ms), transform .7s cubic-bezier(.2,.7,.2,1) var(--delay, 0ms); }
.reveal.is-visible, .hero .reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero { height: 700px; }
  .hero-image { background-position: 57% center; }
  .hero-copy { width: 52vw; }
  .artist-card { min-height: 250px; }
  .artist-bottom p { max-width: 55%; }
  .release-grid { gap: 15px; }
  .manifesto-inner { grid-template-columns: 80px 1fr 1fr; gap: 22px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
  .follow { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  :root { --gutter: 24px; }
  .site-header { position: absolute; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; height: 0; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding-inline: var(--gutter); background: rgba(2,4,5,.98); transition: height .3s ease, padding .3s ease; }
  .site-nav.is-open { height: 314px; padding-block: 16px; border-bottom: 1px solid var(--line); }
  .site-nav a { width: 100%; min-height: 46px; }
  .site-nav a::after { display: none; }
  .menu-button { display: block; }
  .hero { height: 760px; min-height: 700px; }
  .hero-image { background-position: 61% center; }
  .hero-image::after { background: linear-gradient(to bottom, rgba(2,4,5,.08) 0 35%, rgba(2,4,5,.86) 73%, #030506 100%), linear-gradient(90deg, rgba(2,4,5,.3), transparent 55%); }
  .hero-inner { align-items: flex-end; padding-bottom: 74px; }
  .hero-copy { width: 100%; margin: 0; }
  .hero h1 { max-width: 620px; font-size: clamp(43px, 9vw, 62px); }
  .hero p { max-width: 590px; }
  .hero-guides { display: none; }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-card { min-height: 350px; }
  .artist-title-row h3 { font-size: 24px; }
  .release-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .manifesto-inner { grid-template-columns: 70px 1fr; min-height: 220px; }
  .manifesto p { grid-column: 2; margin-top: -20px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-frame { aspect-ratio: 16 / 7.2; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 22px; padding-block: 30px; }
  .form-row { grid-template-columns: 1fr 180px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .follow { grid-column: auto; }
}

/* Image-backed detail modules */
.artist-profile-hero { background: #030506 !important; }
.artist-profile-art { position: absolute; inset: 0; }
.artist-profile-art > img { object-position: 75% 35%; }
.artist-profile-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,#030506 0 38%,transparent 70%),linear-gradient(0deg,#030506,transparent 45%); pointer-events: none; }
.artist-profile-hero .page-guides,
.artist-profile-hero .shell { z-index: 2; }
.release-detail-backdrop { background: none !important; }
.release-detail-backdrop > img { width: 100%; height: 100%; object-fit: cover; object-position: 90% center; }
.profile-feature-video,
.artist-world,
.release-feature-video,
.world-banner { position: relative; background: #050708 !important; }
.profile-feature-video::before,
.artist-world::before,
.release-feature-video::before,
.world-banner::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(3,5,6,.93),rgba(3,5,6,.12)); pointer-events: none; }
.profile-feature-video > :not(.module-backdrop),
.artist-world > :not(.module-backdrop),
.release-feature-video > :not(.module-backdrop),
.world-banner > :not(.module-backdrop) { position: relative; z-index: 2; }
.module-backdrop > img { width: 100%; height: 100%; object-fit: cover; }
.cinema-player { overflow: hidden; background: #050708 !important; }
.cinema-art { position: absolute; inset: 0; }
.cinema-art > img { width: 100%; height: 100%; object-fit: cover; }
.cinema-player::after { z-index: 1; }
.cinema-player > :not(.cinema-art) { z-index: 2; }
.latest-release-profile .responsive-picture { width: 100%; }
.more-release-card > .responsive-picture { position: absolute; inset: 0; }
.video-spotlight { background: #050708 !important; }
.error-art { background: none !important; }
.error-art > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portal-panel > div { position: relative; overflow: hidden; background: none !important; }
.portal-panel > div .responsive-picture { position: absolute; inset: 0; }
.press-kit-grid article { position: relative; background: #050708 !important; }
.press-kit-grid article::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top,rgba(3,5,6,.96),rgba(3,5,6,.08)); }
.press-kit-grid article > :not(.module-backdrop) { position: relative; z-index: 2; }

@media (max-width: 820px) {
  .artist-profile-art > img { object-position: 65% top; }
  .artist-profile-hero::before { background: linear-gradient(to top,#030506 0 35%,transparent 75%); }
}

/* Canonical catalogue and editorial UX rules */
.label-proof { padding: 46px 0; border-bottom: 1px solid var(--line); background: #070a0c; }
.label-proof > .shell { display: grid; grid-template-columns: minmax(260px,.75fr) 1.45fr; gap: 70px; align-items: start; }
.label-proof h2 { max-width: 500px; margin: 12px 0 0; font-size: clamp(28px,3vw,44px); font-weight: 440; line-height: 1.12; }
.label-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.label-proof-grid article { padding-top: 18px; border-top: 1px solid var(--line-strong); }
.label-proof-grid strong { font-size: 17px; font-weight: 520; }
.label-proof-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.manifesto-inner > a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: #e4e5e1; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }

.filter-summary { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px; }
.filter-summary p { margin: 0; color: #c7c9c6; font-size: 14px; }
.filter-summary button { padding: 0 8px; border: 0; background: transparent; color: #e1e2df; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.directory-card-copy > small { display: block; margin: 0 0 13px; color: #aeb1ae; font-size: 12px; line-height: 1.5; }
.artist-spotlight blockquote { max-width: 520px; margin: 18px 0; padding-left: 18px; border-left: 2px solid #b86f57; color: #d6d7d3; font: italic 16px/1.6 Georgia,serif; }
.artist-spotlight p strong { color: #efefeb; }

.platform-status { max-width: 520px; margin-top: 18px !important; color: #b9bbb8 !important; font-size: 13px !important; }
.platform-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.platform-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 3px; font-size: 14px; }
.tracklist-panel li,
.latest-release-profile li { grid-template-columns: 34px minmax(130px,1fr) 58px minmax(120px,auto); gap: 10px; min-height: 48px; }
.track-preview-button { width: 44px; min-width: 44px; height: 44px; justify-self: end; border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.track-preview-button.is-playing { background: #f2eee8; color: #080a0b; }
.preview-unavailable { justify-self: end; color: #aeb1ae; font-size: 12px; white-space: nowrap; }
.tracklist-empty { display: block !important; padding: 18px 0; color: var(--muted); }
.release-facts time { color: #c5c7c4; font-size: 13px; }
.release-feature-copy a { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; padding: 0 14px; border: 1px solid var(--line-strong); }

.media-directory-frame { display: block; }
.card-text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; color: #d8dad7; font-size: 13px; }
.catalog-load-more { min-width: 210px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 14px; margin: 24px auto 0; border: 1px solid var(--line-strong); border-radius: 3px; background: transparent; color: #fff; cursor: pointer; }
.is-progressive-collapsed { display: none !important; }
.presave-status { min-height: 44px; display: flex; align-items: center; justify-content: center; margin-top: 9px; border: 1px solid var(--line); color: #aeb1ae; font-size: 12px; }

.cinema-player video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #000; }
.media-availability { position: absolute; z-index: 3; inset: auto 20px 20px; display: flex; justify-content: center; }
.media-availability > span { padding: 11px 15px; border: 1px solid var(--line-strong); border-radius: 3px; background: rgba(3,5,6,.84); color: #d4d6d3; font-size: 13px; }
.detail-chips time { padding: 7px 10px; border: 1px solid var(--line); border-radius: 3px; color: #aeb0ae; font-size: 12px; }
.about-video cite { display: block; margin-top: 12px; color: #b8bab7; font: normal 12px/1.5 Inter,Arial,sans-serif; }

.rights-copy-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 32px; }
.rights-copy-grid article { padding: 22px 0; border-top: 1px solid var(--line-strong); }
.rights-copy-grid h3 { margin: 0 0 8px; font-size: 18px; font-weight: 500; }
.rights-copy-grid p { max-width: 62ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.licensing-enquiry form > label { margin-top: 12px; }
.form-terms { color: #b5b7b4; font-size: 12px; line-height: 1.6; }
.form-terms a { color: #ecece8; text-decoration: underline; text-underline-offset: 3px; }

.faq-layout aside { align-self: start; position: sticky; top: 86px; }
.faq-categories { display: grid; margin-top: 10px; }
.faq-categories button { min-height: 46px; padding: 0 9px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; cursor: pointer; }
.faq-categories button[aria-pressed="true"] { color: #fff; background: rgba(255,255,255,.055); }
.faq-list details p a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.contact-expectation { padding: 20px; border: 1px solid var(--line-strong); border-radius: 5px; }
.contact-expectation h3 { margin-top: 0; }
.contact-expectation p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-reasons { grid-template-columns: repeat(2,1fr); }

@media (max-width: 820px) {
  .label-proof > .shell { grid-template-columns: 1fr; gap: 30px; }
  .label-proof-grid { grid-template-columns: 1fr; gap: 6px; }
  .rights-copy-grid { grid-template-columns: 1fr; }
  .faq-layout aside { display: block; position: static; }
  .faq-categories { grid-template-columns: repeat(2,1fr); gap: 6px; }
  .faq-categories button { border: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .tracklist-panel li,
  .latest-release-profile li { grid-template-columns: 28px minmax(0,1fr) 50px; }
  .tracklist-panel li > :last-child,
  .latest-release-profile li > :last-child { grid-column: 2 / -1; justify-self: start; }
  .preview-unavailable { padding-bottom: 8px; white-space: normal; }
  .filter-summary { align-items: flex-start; }
  .faq-categories { grid-template-columns: 1fr; }
  .contact-reasons { grid-template-columns: 1fr; }
}

/* Authenticated catalogue administration */
.admin-body { min-height: 100vh; background: #06090b; color: var(--text); }
.admin-header { min-height: 72px; position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid var(--line-strong); background: rgba(5, 8, 10, .96); backdrop-filter: blur(18px); }
.admin-header .wordmark { display: flex; align-items: baseline; gap: 10px; }
.admin-header .wordmark small { color: #aeb0ad; font-size: 11px; font-weight: 500; letter-spacing: .12em; }
.admin-header nav { display: flex; align-items: center; gap: 6px; }
.admin-header nav a,
.admin-header form button { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border: 0; border-radius: 3px; background: transparent; color: #bfc1be; font-size: 14px; cursor: pointer; }
.admin-header nav a:hover,
.admin-header nav a.is-active,
.admin-header form button:hover { background: #121619; color: #fff; }
.admin-main { width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 90px; }
.admin-page-header { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 34px; }
.admin-page-header h1 { margin: 8px 0 10px; font-size: clamp(38px, 5vw, 58px); font-weight: 440; letter-spacing: -.035em; line-height: 1.03; }
.admin-page-header p { max-width: 68ch; margin: 0; color: #b7b9b6; font-size: 16px; line-height: 1.65; }
.admin-header-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-notice { margin-bottom: 24px; padding: 14px 18px; border-left: 4px solid #83c59e; background: rgba(53, 118, 77, .18); font-size: 14px; }
.admin-stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 32px; }
.admin-stats article { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-top: 2px solid #9d5f4c; background: #0b0f11; }
.admin-stats span { color: #aeb0ad; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.admin-stats strong { font-size: 36px; font-weight: 430; }
.admin-dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.admin-panel,
.admin-table-panel,
.admin-editor,
.admin-danger-zone { border: 1px solid var(--line-strong); border-radius: 5px; background: #090c0e; }
.admin-panel { padding: 24px; }
.admin-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.admin-panel-heading h2 { margin: 0; font-size: 20px; font-weight: 500; }
.admin-panel-heading a { min-height: 44px; display: inline-flex; align-items: center; color: #d3d4d1; font-size: 13px; }
.admin-list > a { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.admin-list span { display: grid; gap: 5px; }
.admin-list strong { font-size: 15px; font-weight: 520; }
.admin-list small,
.admin-list time { color: #aeb0ad; font-size: 12px; }
.admin-filter { margin-bottom: 22px; }
.admin-filter > label { display: block; margin-bottom: 8px; color: #d7d8d5; font-size: 14px; }
.admin-filter > div { display: flex; align-items: center; gap: 10px; }
.admin-filter input,
.admin-filter select { min-width: 260px; height: 48px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 3px; background: #070a0c; color: #fff; font-size: 14px; }
.admin-filter a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 10px; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.admin-table-panel { overflow: hidden; padding: 0 20px 20px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-panel table { width: 100%; border-collapse: collapse; }
.admin-table-panel th { padding: 16px 12px; border-bottom: 1px solid var(--line-strong); color: #aeb0ad; font-size: 11px; font-weight: 600; text-align: left; text-transform: uppercase; letter-spacing: .16em; }
.admin-table-panel td { padding: 16px 12px; border-bottom: 1px solid var(--line); color: #d9dad7; font-size: 14px; vertical-align: middle; }
.admin-table-panel td strong,
.admin-table-panel td small { display: block; }
.admin-table-panel td small { margin-top: 4px; color: #aeb0ad; font-size: 12px; }
.admin-badge { display: inline-flex; padding: 5px 8px; border: 1px solid var(--line-strong); border-radius: 20px; font-size: 12px; }
.admin-row-action { min-width: 64px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 3px; }
.admin-editor { overflow: hidden; }
.admin-form-section { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 44px; padding: 30px; border-bottom: 1px solid var(--line-strong); }
.admin-form-section > div:first-child h2 { margin: 0 0 8px; font-size: 20px; font-weight: 500; }
.admin-form-section > div:first-child p { margin: 0; color: #aeb0ad; font-size: 14px; line-height: 1.6; }
.admin-fields { display: grid; gap: 18px; }
.admin-fields.two-column { grid-template-columns: 1fr 1fr; }
.admin-fields .full { grid-column: 1 / -1; }
.admin-fields label { display: grid; gap: 7px; color: #e5e6e2; font-size: 14px; font-weight: 560; }
.admin-fields input:not([type="checkbox"]),
.admin-fields select,
.admin-fields textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 3px; background: #050809; color: #fff; font: inherit; }
.admin-fields input:not([type="checkbox"]),
.admin-fields select { min-height: 48px; }
.admin-fields textarea { resize: vertical; line-height: 1.6; }
.admin-fields input[type="file"] { padding: 9px; }
.admin-fields label > small { color: #aeb0ad; font-size: 12px; font-weight: 400; line-height: 1.5; }
.admin-check { grid-template-columns: 24px 1fr !important; align-items: center; min-height: 44px; }
.admin-check input { width: 20px; height: 20px; }
.admin-form-actions { display: flex; align-items: center; gap: 20px; padding: 24px 30px; }
.admin-form-actions > a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; }
.admin-danger-zone { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 24px 30px; border-color: rgba(196, 91, 76, .48); }
.admin-danger-zone h2 { margin: 0 0 7px; font-size: 18px; }
.admin-danger-zone p { margin: 0; color: #b6b8b5; font-size: 14px; }
.admin-danger-zone button { min-height: 44px; padding: 0 18px; border: 1px solid #c66f62; border-radius: 3px; background: transparent; color: #ffd7d1; cursor: pointer; }
.admin-danger-zone button:disabled { opacity: .38; cursor: not-allowed; }

@media (max-width: 980px) {
  .admin-header { grid-template-columns: 1fr auto; gap: 10px; padding-block: 10px; }
  .admin-header nav { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; }
  .admin-stats { grid-template-columns: repeat(3, 1fr); }
  .admin-form-section { grid-template-columns: 1fr; gap: 20px; }
  .admin-dashboard-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .admin-main { width: min(100% - 28px, 1280px); padding-top: 34px; }
  .admin-header { position: static; }
  .admin-header .wordmark { font-size: 16px; }
  .admin-page-header { align-items: flex-start; flex-direction: column; }
  .admin-page-header .button { width: auto; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .admin-dashboard-grid { grid-template-columns: 1fr; }
  .admin-filter > div { align-items: stretch; flex-direction: column; }
  .admin-filter input,
  .admin-filter select { min-width: 0; width: 100%; }
  .admin-fields.two-column { grid-template-columns: 1fr; }
  .admin-fields .full { grid-column: auto; }
  .admin-form-section { padding: 22px 18px; }
  .admin-form-actions { padding: 20px 18px; }
  .admin-danger-zone { align-items: flex-start; flex-direction: column; }
}
.preview-banner { position: relative; z-index: 60; padding: 12px 20px; background: #f1e8dc; color: #17110e; text-align: center; font-size: 14px; font-weight: 650; }
.admin-history, .admin-order, .admin-tool-form { margin-top: 24px; }
.admin-history-row { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.admin-muted { color: var(--muted); font-size: 12px; }
.admin-order { padding: 22px; }
.admin-order > label { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.admin-order input { width: 80px; min-height: 44px; padding: 0 10px; border: 1px solid var(--line-strong); background: #050809; color: #fff; }
.submission-consent { min-height: 48px; display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; margin: 14px 0; color: #c7c9c6; font-size: 14px; line-height: 1.55; }
.submission-consent input { width: 20px; height: 20px; margin-top: 2px; }
.submission-consent a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.submission-consent .field-error { grid-column: 2; }
.enquiry-filter > div { flex-wrap: wrap; }
.enquiry-filter input { flex: 1 1 260px; }
.enquiry-filter select { min-width: 150px; }
.priority { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 9px; border-left: 3px solid #697176; color: #cdd0cc; font-size: 12px; }
.priority-high { border-color: #c99055; }
.priority-urgent { border-color: #d85d51; color: #ffd6d1; }
.enquiry-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(280px, .8fr); gap: 22px; align-items: start; }
.enquiry-layout > div, .enquiry-layout > aside { display: grid; gap: 22px; }
.admin-back { min-height: 44px; display: inline-flex; align-items: center; color: #b7b9b6; font-size: 14px; }
.enquiry-copy { padding-top: 20px; color: #e3e4e1; font-size: 16px; line-height: 1.75; }
.enquiry-details dl, .enquiry-workflow dl, .enquiry-timestamps dl { display: grid; gap: 0; margin: 16px 0 0; }
.enquiry-details dl div, .enquiry-workflow dl div, .enquiry-timestamps dl div { display: grid; grid-template-columns: minmax(110px, .7fr) 1.3fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.enquiry-details dt, .enquiry-workflow dt, .enquiry-timestamps dt { color: #aeb0ad; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.enquiry-details dd, .enquiry-workflow dd, .enquiry-timestamps dd { margin: 0; color: #e2e3df; font-size: 14px; line-height: 1.55; }
.enquiry-workflow form, .enquiry-notes form { display: grid; gap: 16px; margin-top: 18px; }
.enquiry-workflow label, .enquiry-notes label { display: grid; gap: 7px; color: #e5e6e2; font-size: 14px; font-weight: 560; }
.enquiry-workflow input:not([type="checkbox"]), .enquiry-workflow select, .enquiry-notes textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 3px; background: #050809; color: #fff; font: inherit; }
.enquiry-notes textarea { resize: vertical; line-height: 1.6; }
.enquiry-workflow .button, .enquiry-notes .button { width: 100%; }
.enquiry-note { padding: 18px 0; border-bottom: 1px solid var(--line); }
.enquiry-note > div { display: flex; justify-content: space-between; gap: 20px; }
.enquiry-note time { color: #aeb0ad; font-size: 12px; }
.enquiry-note p { margin: 10px 0 0; color: #d7d8d5; font-size: 14px; line-height: 1.65; }

@media (max-width: 980px) {
  .enquiry-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wordmark { font-size: 17px; }
  .hero { height: 700px; }
  .hero-image { background-position: 66% center; }
  .hero h1 { margin-bottom: 18px; font-size: 40px; }
  .hero p { font-size: 13px; line-height: 1.6; }
  .hero-actions { gap: 10px; margin-top: 25px; }
  .button { min-width: 0; width: 50%; height: 48px; padding: 0 13px; gap: 8px; font-size: 11px; }
  .section-header h2 { font-size: 11px; letter-spacing: .27em; }
  .section-header a { gap: 8px; font-size: 10px; }
  .artist-card { min-height: 300px; }
  .artist-bottom p { max-width: 56%; font-size: 10px; }
  .release-grid { grid-template-columns: 1fr; }
  .release-card { display: grid; grid-template-columns: 118px 1fr; grid-template-rows: 1fr auto; column-gap: 13px; }
  .cover-art { grid-row: 1 / 3; }
  .release-meta { min-height: 55px; align-self: end; }
  .release-meta h3 { font-size: 13px; }
  .listen-button { align-self: start; }
  .manifesto-inner { grid-template-columns: 1fr; padding-block: 35px; text-align: center; }
  .manifesto h2 { font-size: 25px; }
  .manifesto p { grid-column: 1; margin: 0; }
  .video-frame { aspect-ratio: 16 / 9; }
  .newsletter-intro { gap: 18px; }
  .newsletter-intro > svg { width: 58px; height: 58px; }
  .newsletter-intro h2 { font-size: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .newsletter button { justify-content: center; gap: 18px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .follow { grid-column: 1 / -1; }
}

/* Laravel company pages and account foundation */
.directory-action { width: 100%; height: 38px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--line-strong); border-radius: 3px; font-size: 11px; transition: .25s ease; }
.directory-action:hover { background: white; color: black; }
.directory-action svg { width: 15px; }
.eyebrow { display: block; text-transform: uppercase; color: #c4c3be; font-size: 10px; letter-spacing: .35em; }
.company-hero { position: relative; height: 405px; overflow: hidden; border-bottom: 1px solid var(--line); background: #030506; }
.company-hero-art { position: absolute; inset: 0; background: url('/assets/company-hero.png') center/cover no-repeat; }
.company-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,4,5,.95) 0%, rgba(2,4,5,.74) 34%, rgba(2,4,5,.08) 65%), linear-gradient(0deg, rgba(2,4,5,.35), transparent 50%); }
.company-hero-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 66px; }
.company-hero h1 { max-width: 610px; margin: 0 0 22px; font-size: clamp(48px, 5.2vw, 67px); font-weight: 430; letter-spacing: -.04em; line-height: 1; }
.company-hero p { max-width: 520px; margin: 0; color: #c1c1bd; font-size: clamp(16px, 1.65vw, 22px); line-height: 1.55; }
.company-hero small { max-width: 510px; margin-top: 17px; color: #a6a8a6; font-size: 13px; line-height: 1.6; }
.portal-story { min-height: 350px; display: grid; grid-template-columns: .83fr 1.17fr; margin-top: 24px; overflow: hidden; padding-inline: 0; border: 1px solid var(--line-strong); border-radius: 5px; background: #050708; }
.portal-story-copy { position: relative; z-index: 2; padding: 30px 14px 28px var(--gutter); }
.portal-story-copy h2 { margin: 0 0 17px; font-size: clamp(28px, 3vw, 38px); font-weight: 450; line-height: 1.12; }
.portal-story-copy p { max-width: 470px; margin: 0 0 12px; color: #a8aaa7; font-size: 12px; line-height: 1.55; }
.portal-story-copy strong { display: block; margin-top: 12px; font-size: 12px; }
.portal-story-art { min-height: 350px; background: linear-gradient(90deg, #050708 0, transparent 23%), url('/assets/world-portal.png') center/cover no-repeat; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 22px; padding-bottom: 22px; }
.value-card { min-height: 195px; padding: 16px 14px; border: 1px solid var(--line-strong); border-radius: 5px; background: linear-gradient(145deg, #090c0e, #050708); text-align: center; }
.round-icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; margin: 0 auto 12px; border: 1px solid rgba(177,76,64,.56); border-radius: 50%; box-shadow: 0 0 0 5px rgba(177,76,64,.08), 0 0 22px rgba(177,76,64,.11); }
.round-icon svg { width: 31px; height: 31px; stroke-width: 1.2; }
.value-card h3 { margin: 0 0 8px; font-size: 14px; font-weight: 520; }
.value-card p { margin: 0; color: #a4a6a4; font-size: 11px; line-height: 1.45; }
.process-panel { margin-bottom: 22px; padding-top: 22px; padding-bottom: 23px; border: 1px solid var(--line-strong); border-radius: 5px; }
.process-panel > h2 { margin: 8px 0 22px; font-size: 22px; font-weight: 450; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.process-grid article { position: relative; }
.process-grid article:not(:last-child)::after { content: ''; position: absolute; top: 12px; left: calc(100% - 5px); width: 38px; border-top: 1px dashed rgba(255,255,255,.3); }
.process-grid article > span { display: block; margin-bottom: 18px; color: #929592; font: 9px/1 monospace; }
.process-grid h3 { margin: 0 0 8px; font-size: 14px; font-weight: 500; }
.process-grid p { margin: 0; color: #9da09e; font-size: 10px; line-height: 1.48; }
.artist-strip { padding: 0 0 24px; border-bottom: 1px solid var(--line); }
.company-cta { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 8% 55%, rgba(117,34,41,.38), transparent 25%), #07090b; }
.company-cta::after { content: ''; position: absolute; inset: 0; opacity: .23; background: repeating-radial-gradient(ellipse at 0 100%, transparent 0 12px, rgba(184,54,65,.4) 13px, transparent 14px 24px); pointer-events: none; }
.company-cta-inner { position: relative; z-index: 2; min-height: 108px; display: grid; grid-template-columns: 90px 1fr auto; gap: 28px; align-items: center; }
.company-cta .signal-icon { width: 70px; height: 70px; }
.company-cta h2 { margin: 0 0 6px; font-size: 24px; font-weight: 450; }
.company-cta p { margin: 0; color: #b6b6b2; font-size: 15px; }
.company-cta-inner > div:last-child { display: flex; gap: 14px; }
.company-cta .button { min-width: 180px; }
.manifesto-section { padding-top: 20px; padding-bottom: 22px; }
.belief-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 14px; }
.belief-grid .value-card { min-height: 180px; padding: 14px 10px; }
.belief-grid .round-icon { width: 51px; height: 51px; }
.belief-grid h3 { font-size: 12px; }
.belief-grid p { font-size: 9px; }
.manifesto-quote { margin: 0 34px; padding: 22px; border-block: 1px solid rgba(145,49,55,.35); background: radial-gradient(ellipse at left, rgba(119,34,43,.34), transparent 31%), radial-gradient(ellipse at right, rgba(119,34,43,.34), transparent 31%), #08090b; color: #777; text-align: center; font: 52px/1 Georgia, serif; }
.manifesto-quote span { display: inline-block; padding-inline: 70px; color: var(--text); font: 28px/1.25 Inter, sans-serif; }
.world-process { margin-top: 18px; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 14px; }
.commitment-grid article, .contact-reasons article { display: flex; align-items: center; gap: 18px; min-height: 105px; padding: 14px 20px; border: 1px solid var(--line-strong); border-radius: 5px; background: #070a0c; }
.commitment-grid .round-icon, .contact-reasons .round-icon { width: 54px; height: 54px; margin: 0; }
.commitment-grid h3, .contact-reasons h3 { margin: 0 0 7px; font-size: 14px; font-weight: 500; }
.commitment-grid p, .contact-reasons p { margin: 0; color: #a1a4a1; font-size: 10px; line-height: 1.45; }
.contact-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; padding-top: 24px; padding-bottom: 28px; }
.contact-form-panel, .channel-card, .social-card { border: 1px solid var(--line-strong); border-radius: 5px; background: linear-gradient(145deg, #090c0e, #050708); }
.contact-form-panel { padding: 28px 32px; }
.contact-form-panel h2 { margin: 0 0 10px; font-size: 25px; font-weight: 450; }
.contact-form-panel > p { margin: 0 0 23px; color: #a5a8a6; font-size: 12px; line-height: 1.55; }
.contact-form-panel form { display: grid; gap: 13px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form-panel input, .contact-form-panel select, .contact-form-panel textarea, .auth-panel input { width: 100%; border: 1px solid var(--line-strong); border-radius: 4px; outline: none; background: #040708; color: white; transition: border-color .2s, box-shadow .2s; }
.contact-form-panel input, .contact-form-panel select { height: 49px; padding: 0 14px; }
.contact-form-panel textarea { min-height: 150px; resize: vertical; padding: 14px; }
.contact-form-panel input:focus, .contact-form-panel select:focus, .contact-form-panel textarea:focus, .auth-panel input:focus { border-color: #ddd; box-shadow: 0 0 20px rgba(255,255,255,.06); }
.contact-form-panel form > small { color: #8b8e8c; font-size: 9px; }
.contact-submit { width: 100%; margin-top: 8px; }
.contact-channels { display: grid; gap: 12px; }
.channel-card { min-height: 114px; display: grid; grid-template-columns: 78px 1fr 20px; align-items: center; gap: 18px; padding: 15px 20px; }
.channel-card > svg { width: 18px; }
.channel-card .round-icon { width: 57px; height: 57px; margin: 0; }
.channel-card h3 { margin: 0 0 5px; font-size: 15px; font-weight: 500; }
.channel-card p { margin: 0 0 5px; color: #a5a7a5; font-size: 10px; line-height: 1.38; }
.channel-card span { color: #bfc0bd; font-size: 10px; }
.social-card { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; }
.social-card h3 { margin: 0 0 5px; font-size: 15px; font-weight: 500; }
.social-card p { max-width: 260px; margin: 0; color: #969997; font-size: 9px; }
.social-card > div:last-child { display: flex; gap: 17px; font-size: 20px; }
.contact-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 12px; padding-bottom: 26px; }
.form-alert { margin-bottom: 15px; padding: 11px 13px; border: 1px solid rgba(191,78,73,.55); border-radius: 4px; background: rgba(110,34,32,.18); color: #e8c6c2; font-size: 11px; }
.form-alert.success { border-color: rgba(141,185,151,.45); background: rgba(45,92,54,.18); color: #d1e4d4; }
.artist-profile-hero { min-height: 620px; display: flex; align-items: center; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #030506 0 38%, transparent 70%), linear-gradient(0deg, #030506, transparent 45%), var(--artist-image) 75% 35%/cover no-repeat; }
.artist-profile-hero .shell { padding-top: 76px; }
.artist-profile-hero h1 { max-width: 650px; margin: 16px 0 7px; font-size: clamp(58px, 8vw, 105px); font-weight: 420; letter-spacing: -.06em; }
.artist-profile-hero p { margin: 0 0 18px; color: #aaa1c0; }
.artist-profile-hero strong { display: block; max-width: 480px; margin-bottom: 28px; font-size: 17px; font-weight: 430; }
.profile-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 48px; padding-bottom: 48px; }
.profile-content h2 { font-size: 35px; font-weight: 440; }
.profile-content p { color: #aaa; line-height: 1.7; }
.profile-stats { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.profile-stats div { padding: 20px; border-left: 1px solid var(--line); }
.profile-stats span { display: block; color: #888; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.profile-stats strong { display: block; margin-top: 12px; font-size: 16px; }
.auth-page { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 70% 30%, rgba(112,63,45,.17), transparent 30%), url('/assets/world-portal.png') center/cover fixed; }
.auth-page::before { content: ''; position: fixed; inset: 0; background: rgba(2,4,5,.75); }
.auth-shell { position: relative; z-index: 2; width: min(470px, calc(100% - 36px)); padding-block: 40px; }
.auth-shell > .wordmark { display: block; margin-bottom: 24px; text-align: center; }
.auth-panel { padding: 30px; border: 1px solid var(--line-strong); border-radius: 7px; background: rgba(4,7,8,.92); backdrop-filter: blur(20px); }
.auth-panel h1 { margin: 10px 0; font-size: 36px; font-weight: 430; }
.auth-panel > p { color: #9da09e; font-size: 12px; }
.auth-panel form { display: grid; gap: 15px; margin-top: 25px; }
.auth-panel label { display: grid; gap: 7px; color: #b8bab7; font-size: 11px; }
.auth-panel input { height: 47px; padding: 0 13px; }
.auth-panel .checkbox-row { display: flex; align-items: center; grid-template-columns: auto 1fr; }
.auth-panel .checkbox-row input { width: 15px; height: 15px; }
.auth-panel .button { width: 100%; }
.auth-links { display: flex; justify-content: space-between; margin-top: 20px; color: #a4a6a3; font-size: 11px; }
.auth-back { display: block; margin-top: 20px; color: #b8bab7; text-align: center; font-size: 11px; }
.admin-hero { padding: 150px 0 70px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(3,5,6,.9), rgba(3,5,6,.25)), url('/assets/company-hero.png') center/cover; }
.admin-hero .shell { position: relative; }
.admin-hero h1 { margin: 15px 0; font-size: 54px; font-weight: 430; }
.admin-hero p { color: #aaa; }
.admin-hero form { position: absolute; right: var(--gutter); top: 0; }
.admin-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; padding-top: 30px; padding-bottom: 30px; }
.admin-stats article { padding: 22px; border: 1px solid var(--line-strong); border-radius: 5px; background: #080b0d; }
.admin-stats span { display: block; color: #999; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.admin-stats strong { display: block; margin-top: 12px; font-size: 38px; font-weight: 430; }
.admin-foundation { padding-top: 25px; padding-bottom: 65px; }
.admin-foundation h2 { font-size: 28px; font-weight: 450; }
.admin-foundation p { max-width: 760px; color: #aaa; line-height: 1.7; }

@media (max-width: 1080px) {
  .belief-grid { grid-template-columns: repeat(3,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 820px) {
  .company-hero { height: 580px; }
  .company-hero-art { background-position: 65% center; }
  .company-hero-art::after { background: linear-gradient(0deg, rgba(2,4,5,.96) 0%, rgba(2,4,5,.55) 48%, rgba(2,4,5,.03) 75%); }
  .company-hero-inner { justify-content: flex-end; padding-bottom: 55px; }
  .portal-story { grid-template-columns: 1fr; }
  .portal-story-copy { padding: 28px; }
  .portal-story-art { min-height: 290px; order: -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:not(:last-child)::after { display: none; }
  .company-cta-inner { grid-template-columns: 70px 1fr; padding-block: 24px; }
  .company-cta-inner > div:last-child { grid-column: 1 / -1; }
  .commitment-grid, .contact-reasons { grid-template-columns: 1fr; }
  .manifesto-quote span { padding-inline: 10px; font-size: 22px; }
  .profile-content { grid-template-columns: 1fr; gap: 25px; }
  .artist-profile-hero { background-position: 65% center; }
}
@media (max-width: 560px) {
  .values-grid, .belief-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .company-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .company-cta .signal-icon { margin: auto; }
  .company-cta-inner > div:last-child { display: grid; }
  .contact-form-panel { padding: 22px 18px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .channel-card { grid-template-columns: 60px 1fr 16px; gap: 12px; padding: 14px; }
  .social-card { align-items: flex-start; flex-direction: column; }
  .profile-stats { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
}

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

/* Responsive media delivery and persistent navigation */
.responsive-picture { display: block; overflow: hidden; }
.responsive-picture > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-image,
.directory-hero-art,
.company-hero-art,
.service-hero-art { background: none !important; }
.hero-image > img,
.directory-hero-art > img,
.company-hero-art > img,
.service-hero-art > img { position: absolute; inset: 0; }
.artists-hero-art > img { object-position: 60% center; }
.videos-hero-art > img { object-position: 70% 36%; filter: brightness(.86); }
.releases-hero-art > img { object-position: center 54%; }
.company-hero-art > img { object-position: center; }
.service-hero-art > img { object-position: 80% 40%; }
.service-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#030506 0%,rgba(3,5,6,.76) 42%,rgba(3,5,6,.03)); }
.portal-story-art { position: relative; min-height: 350px; background: none !important; }
.portal-story-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#050708 0,transparent 23%); }
.module-backdrop { position: absolute; inset: 0; }
.video-rail a > span > .responsive-picture { position: absolute; inset: 0; }
.upcoming-grid article > div { position: relative; overflow: hidden; }
.upcoming-grid article > div .responsive-picture { position: absolute; inset: 0; }
.upcoming-grid article > div > span { position: relative; z-index: 1; }

.site-header { position: fixed; z-index: 100; height: 76px; transition: height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 62px; background: rgba(2,4,5,.93); box-shadow: 0 12px 35px rgba(0,0,0,.26); backdrop-filter: blur(18px); }
.site-nav { gap: clamp(10px,1.3vw,22px); }
.site-nav > a,
.nav-dropdown-trigger { min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; border: 0; background: transparent; color: #d6d6d2; font: inherit; font-size: 14px; cursor: pointer; }
.nav-dropdown { position: relative; display: flex; align-items: stretch; }
.nav-dropdown-trigger { gap: 7px; }
.nav-dropdown-trigger span { font-size: 16px; transition: transform .2s ease; }
.nav-dropdown.is-open .nav-dropdown-trigger span { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% - 7px); right: -18px; width: 330px; padding: 10px; border: 1px solid var(--line-strong); border-radius: 6px; background: rgba(5,8,10,.98); box-shadow: 0 22px 65px rgba(0,0,0,.55); }
.nav-dropdown-menu a { min-height: 66px; display: grid; align-content: center; justify-content: stretch; justify-items: start; padding: 9px 12px; border-radius: 4px; text-align: left; }
.nav-dropdown-menu a::after { display: none; }
.nav-dropdown-menu a:hover { background: rgba(255,255,255,.055); }
.nav-dropdown-menu span { font-size: 14px; }
.nav-dropdown-menu small { margin-top: 3px; color: #9ea3a1; font-size: 12px; line-height: 1.4; }
.site-nav .nav-dropdown-menu a { justify-content: stretch; }
.nav-dropdown.is-active > .nav-dropdown-trigger { color: #fff; }
.nav-contact { align-self: center !important; min-height: 40px !important; padding: 0 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; }
.nav-contact::after { display: none; }

.about-people { padding-top: 52px; padding-bottom: 58px; }
.about-people > h2 { margin: 12px 0; font-size: clamp(30px,3vw,44px); font-weight: 440; }
.about-people > p { max-width: 68ch; color: var(--muted); font-size: 16px; line-height: 1.7; }
.about-people-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 32px; border-top: 1px solid var(--line-strong); }
.about-people-grid article { padding-top: 24px; }
.about-people-grid h3 { margin: 0 0 9px; font-size: 19px; font-weight: 500; }
.about-people-grid p { max-width: 48ch; color: var(--muted); font-size: 14px; line-height: 1.65; }

@media (max-width: 820px) {
  html.nav-open,
  body.nav-open { overflow: hidden; }
  .menu-button { position: relative; z-index: 102; display: block; }
  .menu-button span { transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0 0 0 auto; width: min(92vw,430px); height: 100dvh !important; padding: 92px 24px 32px; overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 4px; border-left: 1px solid var(--line-strong); background: rgba(2,4,5,.985); box-shadow: -30px 0 80px rgba(0,0,0,.55); transform: translateX(104%); visibility: hidden; transition: transform .28s ease, visibility .28s ease; }
  .site-nav.is-open { padding-block: 92px 32px; transform: translateX(0); visibility: visible; }
  .site-nav > a,
  .nav-dropdown-trigger { width: 100%; min-height: 54px; justify-content: space-between; padding: 0 10px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav-dropdown-trigger { position: relative; justify-content: center; }
  .nav-dropdown-trigger span { position: absolute; right: 10px; }
  .nav-contact { margin-top: 12px; justify-content: center !important; border: 1px solid rgba(255,255,255,.45) !important; }
  .nav-dropdown { display: block; }
  .nav-dropdown-menu { position: static; width: auto; padding: 5px 0 10px 13px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
  .nav-dropdown-menu a { min-height: 58px; padding: 8px 12px; }
  .site-nav a::after { display: none; }
  .service-hero-art > img { object-position: 68% top; }
  .about-people-grid { grid-template-columns: 1fr; gap: 0; }
  .video-rail > div:last-child { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .video-rail > div:last-child > a { flex: 0 0 min(82vw,380px); scroll-snap-align: start; }
}

/* Routed catalogue pages */
.directory-page, .release-detail-page { background: var(--black-deep); }
.directory-hero { position: relative; height: 520px; overflow: hidden; border-bottom: 1px solid var(--line); background: #030506; }
.directory-hero-art { position: absolute; inset: 0; background-repeat: no-repeat; background-size: cover; background-position: center; }
.directory-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #030506 0%, rgba(3,5,6,.92) 26%, rgba(3,5,6,.15) 63%, rgba(3,5,6,.08)); }
.artists-hero-art { background-image: url('/assets/intersrc-hero.png'); background-position: 60% center; }
.videos-hero-art { background-image: url('/assets/black-mesa-saint.png'); background-position: 70% 36%; filter: brightness(.86); }
.directory-hero-inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding-top: 76px; }
.directory-hero-inner > div { margin-left: 38px; }
.directory-hero h1 { margin: 0 0 24px; font-size: clamp(58px, 5.2vw, 78px); font-weight: 420; letter-spacing: -.04em; line-height: 1; }
.directory-hero p { margin: 0; color: #a8aaa8; font-size: 17px; line-height: 1.55; }
.signal-ticks { margin-top: 55px; color: #8b8e8c; font: 11px/1 monospace; letter-spacing: .35em; }
.page-guides { position: absolute; z-index: 3; left: 27px; top: 100px; bottom: 46px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; color: #777b79; font: 8px/1 monospace; letter-spacing: .2em; }
.page-guides::before { content: ""; position: absolute; top: 20px; bottom: 40px; border-left: 1px solid rgba(255,255,255,.25); }
.page-guides span { z-index: 1; padding-block: 6px; background: #040607; writing-mode: vertical-rl; }
.page-guides span:last-child { font-size: 7px; }

.filter-band { position: relative; z-index: 3; padding: 28px 0; border-bottom: 1px solid var(--line); background: #06090b; }
.filter-grid { display: grid; grid-template-columns: repeat(3, minmax(190px, 1fr)) minmax(260px, 1.4fr); gap: clamp(16px, 3vw, 52px); }
.filter-control, .search-control { height: 50px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 5px; background: rgba(5,8,9,.72); color: #a8aba9; }
.filter-control > span { flex: 0 0 auto; padding: 0 18px; color: #c8c9c7; font-size: 12px; }
.filter-control select { width: 100%; height: 100%; padding: 0 42px 0 12px; border: 0; border-left: 1px solid rgba(255,255,255,.06); outline: 0; appearance: none; background: linear-gradient(45deg, transparent 50%, #8a8d8b 50%) calc(100% - 17px) 53%/5px 5px no-repeat, linear-gradient(135deg, #8a8d8b 50%, transparent 50%) calc(100% - 13px) 53%/5px 5px no-repeat; color: #9b9e9c; font-size: 12px; }
.search-control { padding: 0 14px; gap: 10px; }
.search-control svg { width: 19px; flex: 0 0 auto; color: #8d908e; }
.search-control input { width: 100%; height: 100%; border: 0; outline: 0; background: transparent; color: white; font-size: 12px; }
.directory-content { padding: 24px 0 30px; border-bottom: 1px solid var(--line); }
.directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.directory-card { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 5px; background: #070a0c; }
.directory-image { position: relative; aspect-ratio: 1 / .82; overflow: hidden; }
.directory-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.directory-card:nth-child(5) .directory-image img { filter: brightness(.58); transform: scale(1.12); }
.directory-card:nth-child(8) .directory-image img { object-position: 30% 50%; }
.directory-card:hover .directory-image img { transform: scale(1.04); }
.directory-card:nth-child(5):hover .directory-image img { transform: scale(1.16); }
.directory-image-shade { position: absolute; inset: 0; background: linear-gradient(to top, #070a0c 0%, transparent 45%); }
.status-tag { position: absolute; z-index: 2; left: 10px; top: 10px; padding: 5px 7px; border: 1px solid var(--line-strong); border-radius: 3px; background: rgba(7,10,12,.68); text-transform: uppercase; font-size: 8px; letter-spacing: .08em; }
.status-tag.new { background: rgba(69,52,119,.62); color: #d0c7e2; }
.directory-card-copy { padding: 0 14px 14px; }
.directory-title { min-height: 32px; display: flex; align-items: center; gap: 9px; }
.directory-title h2 { margin: 0; font-size: 19px; font-weight: 480; letter-spacing: -.02em; }
.directory-title span, .artist-spotlight small { padding: 4px 7px; border: 1px solid rgba(170,150,219,.22); border-radius: 3px; background: rgba(65,50,101,.22); color: #aaa0c2; font-size: 9px; }
.directory-card-copy p { min-height: 18px; margin: 7px 0 13px; color: #9a9d9b; font-size: 11px; }
.directory-card-copy button { width: 100%; height: 38px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--line-strong); border-radius: 3px; background: transparent; color: white; font-size: 11px; cursor: pointer; transition: .25s ease; }
.directory-card-copy button:hover { background: white; color: black; }
.directory-card-copy button svg { width: 15px; }
.empty-state { min-height: 220px; display: grid; place-items: center; color: var(--muted); }
.artist-spotlight { position: relative; min-height: 285px; margin-top: 24px; overflow: hidden; display: flex; align-items: center; padding: 30px; border: 1px solid var(--line-strong); border-radius: 5px; background: linear-gradient(90deg, #080b0d 0 28%, rgba(8,11,13,.7) 48%, rgba(8,11,13,.08) 75%), var(--spotlight-image) center/cover no-repeat; }
.artist-spotlight > div { position: relative; z-index: 2; width: 390px; }
.artist-spotlight > div > span, .video-spotlight-copy > span { text-transform: uppercase; font-size: 10px; letter-spacing: .38em; }
.artist-spotlight h2 { display: inline-block; margin: 26px 12px 8px 0; font-size: 36px; font-weight: 440; }
.artist-spotlight p { margin: 0 0 20px; color: #9fa2a0; font-size: 12px; line-height: 1.55; }
.artist-spotlight .button { width: 164px; min-width: 0; height: 42px; }

.video-directory-hero { height: 400px; }
.video-directory-hero .directory-hero-inner > div { margin-left: 38px; }
.video-directory-content { padding-top: 25px; }
.media-directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.media-directory-card { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 5px; background: #070a0c; transition: border-color .25s ease; }
.media-directory-card.is-playing { border-color: rgba(255,255,255,.72); }
.media-directory-frame { position: relative; width: 100%; aspect-ratio: 16 / 8.7; display: block; padding: 0; overflow: hidden; border: 0; background: #101416; color: white; cursor: pointer; }
.media-directory-frame::after { content: ""; position: absolute; inset: 0; background: rgba(1,3,4,.15); }
.media-directory-frame img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.82); transition: transform .5s ease, filter .4s ease; }
.media-directory-card:hover img, .media-directory-card.is-playing img { transform: scale(1.035); filter: brightness(.98); }
.media-directory-copy { padding: 10px 13px 12px; }
.media-directory-copy h3 { margin: 0 0 10px; font-size: 14px; font-weight: 500; }
.media-directory-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.media-directory-copy p { margin: 0; color: #8f9291; font-size: 11px; }
.media-directory-copy span { padding: 4px 7px; border: 1px solid rgba(170,150,219,.22); border-radius: 3px; color: #aaa0c2; font-size: 9px; }
.latest-video-block { margin-top: 30px; }
.video-spotlight { position: relative; min-height: 280px; margin-top: 28px; overflow: hidden; display: flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 5px; background: url('/assets/lumen-drift.png') center 44%/cover no-repeat; }
.video-spotlight-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,6,.98) 0%, rgba(3,5,6,.82) 35%, rgba(3,5,6,.18) 72%); }
.video-spotlight-copy { position: relative; z-index: 2; width: 440px; padding-left: 30px; }
.video-spotlight-copy h2 { margin: 20px 0 9px; font-size: 31px; font-weight: 460; }
.video-spotlight-copy > div { display: flex; align-items: center; gap: 10px; }
.video-spotlight-copy strong { font-size: 13px; font-weight: 500; }
.video-spotlight-copy small { padding: 4px 7px; border: 1px solid var(--line); border-radius: 3px; color: #a9abaa; }
.video-spotlight-copy p { color: #9fa2a0; font-size: 12px; line-height: 1.55; }
.video-spotlight-copy .button { width: 170px; min-width: 0; height: 42px; border: 0; }
.spotlight-play { position: absolute; z-index: 2; left: 67%; top: 50%; width: 72px; height: 72px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid white; border-radius: 50%; background: rgba(3,5,6,.5); color: white; cursor: pointer; }
.spotlight-play svg { width: 30px; }

/* Release detail */
.release-detail-hero { position: relative; min-height: 650px; overflow: hidden; border-bottom: 1px solid var(--line); background: #040607; }
.release-detail-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,6,.94) 0 42%, rgba(3,5,6,.25) 68%, rgba(3,5,6,.12)), url('/assets/intersrc-hero.png') 90% center/68% auto no-repeat; opacity: .82; }
.release-detail-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(390px, .88fr) 1.35fr; gap: 40px; align-items: center; padding-top: 76px; }
.release-cover-large { position: relative; width: min(100%, 500px); aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 5px; }
.release-cover-large img { width: 100%; height: 100%; object-fit: cover; }
.release-cover-large .cover-copy { inset: 22px 18px auto; gap: 8px; font-family: Georgia, serif; }
.release-cover-large .cover-copy span { font-size: 12px; }
.release-cover-large .cover-copy strong { font-size: 11px; }
.release-detail-copy { max-width: 650px; }
.featured-label { display: inline-flex; padding: 5px 8px; border: 1px solid var(--line-strong); border-radius: 3px; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.release-detail-copy h1 { margin: 16px 0 5px; font-size: clamp(50px, 5vw, 72px); font-weight: 430; letter-spacing: -.04em; line-height: 1; }
.release-artist-link { display: inline-flex; align-items: center; gap: 20px; font-size: 26px; font-weight: 520; }
.release-artist-link svg { width: 21px; }
.release-facts { display: flex; align-items: center; gap: 20px; margin: 18px 0; color: #a7aaa8; font-size: 12px; }
.release-facts span { padding: 5px 8px; border: 1px solid rgba(170,150,219,.25); border-radius: 3px; background: rgba(65,50,101,.25); color: #bbb1ce; }
.release-facts p { margin: 0; }
.release-facts i { height: 24px; border-left: 1px solid var(--line); }
.release-intro { max-width: 590px; margin: 0; color: #a8aaa9; font-size: 13px; line-height: 1.65; }
.release-actions { display: flex; gap: 16px; margin: 28px 0; }
.release-actions .button { min-width: 0; width: 190px; }
.release-actions .share-button { width: 120px; cursor: pointer; }
.listen-label { display: block; margin-bottom: 13px; text-transform: uppercase; font-size: 10px; letter-spacing: .35em; }
.platform-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.platform-row button { height: 46px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line-strong); border-radius: 4px; background: rgba(4,6,7,.6); color: #ddd; font-size: 11px; cursor: pointer; }
.platform-row button:hover, .platform-row button.is-active { background: white; color: black; }
.platform-row svg { width: 20px; }
.release-body { padding: 24px 0; }
.release-body-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; }
.release-panel { min-height: 430px; padding: 24px; border: 1px solid var(--line-strong); border-radius: 5px; background: #05080a; }
.release-panel h2 { margin: 0 0 18px; text-transform: uppercase; font-size: 12px; font-weight: 560; letter-spacing: .32em; }
.tracklist-panel ol { margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); }
.tracklist-panel li { min-height: 39px; display: grid; grid-template-columns: 38px 1fr 48px 30px; align-items: center; padding: 0 6px; border-bottom: 1px solid var(--line); font-size: 11px; transition: background .2s ease; }
.tracklist-panel li:last-child { border-bottom: 0; }
.tracklist-panel li.is-playing { background: rgba(255,255,255,.08); }
.tracklist-panel li > span, .tracklist-panel time { color: #949795; }
.tracklist-panel li strong { font-weight: 500; }
.tracklist-panel li button { width: 25px; height: 25px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.tracklist-panel li button svg { width: 13px; }
.track-total { display: flex; justify-content: flex-end; gap: 38px; margin-top: 14px; color: #8f9290; font-size: 10px; }
.track-total strong { color: #aeb0ae; }
.release-about > p { color: #a2a5a3; font-size: 13px; line-height: 1.65; }
.release-specs { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 28px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.release-specs div { display: flex; flex-direction: column; gap: 8px; }
.release-specs span { text-transform: uppercase; color: #8e9190; font-size: 8px; letter-spacing: .2em; }
.release-specs strong { font-size: 10px; font-weight: 500; }
.tag-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.tag-row span { padding: 7px 16px; border: 1px solid var(--line-strong); border-radius: 4px; color: #a6a9a7; font-size: 10px; }
.release-feature { padding-bottom: 24px; }
.release-feature-video { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 5px; background: linear-gradient(90deg, rgba(3,5,6,.96) 0%, rgba(3,5,6,.45) 42%, rgba(3,5,6,.04) 70%), url('/assets/ash-altars.png') center 56%/cover no-repeat; }
.release-feature-video.is-playing { border-color: rgba(255,255,255,.72); }
.release-feature-copy { position: relative; z-index: 2; width: 360px; padding: 24px; }
.release-feature-copy > span { text-transform: uppercase; font-size: 10px; letter-spacing: .35em; }
.release-feature-copy h2 { margin: 50px 0 11px; font-size: 22px; font-weight: 480; }
.release-feature-copy p { color: #a4a6a5; font-size: 11px; line-height: 1.55; }
.release-feature-copy button { height: 45px; display: flex; align-items: center; gap: 28px; margin-top: 22px; padding: 0 20px; border: 1px solid var(--line-strong); border-radius: 4px; background: rgba(3,5,6,.55); color: white; font-size: 11px; cursor: pointer; }
.release-feature-copy button svg { width: 16px; }
.release-feature-video .duration { right: 18px; bottom: 17px; }
.release-feature-video .spotlight-play { left: 56%; }
.more-releases { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.more-release-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.more-release-card { position: relative; min-height: 255px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 5px; background: #090b0d; }
.more-release-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.72); transition: transform .5s ease; }
.more-release-card:hover img { transform: scale(1.035); }
.more-release-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,4,5,.96), transparent 55%); }
.more-release-card > div { position: absolute; z-index: 2; left: 14px; bottom: 11px; }
.more-release-card h3 { margin: 0 0 4px; font-size: 17px; font-weight: 500; }
.more-release-card p { margin: 0; color: #9b9e9c; font-size: 10px; }
.more-release-card > span { position: absolute; z-index: 2; right: 12px; bottom: 13px; padding: 5px 8px; border: 1px solid rgba(170,150,219,.25); border-radius: 3px; color: #b7aec9; font-size: 9px; }

@media (max-width: 1080px) {
  .directory-grid, .media-directory-grid { grid-template-columns: repeat(3, 1fr); }
  .filter-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .release-detail-grid { grid-template-columns: minmax(340px,.8fr) 1.2fr; gap: 30px; }
  .platform-row { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .directory-hero { height: 640px; }
  .directory-hero-art::after { background: linear-gradient(to bottom, rgba(3,5,6,.05) 0 34%, rgba(3,5,6,.86) 70%, #030506 100%); }
  .directory-hero-inner { align-items: flex-end; padding-bottom: 66px; }
  .directory-hero-inner > div, .video-directory-hero .directory-hero-inner > div { margin-left: 0; }
  .page-guides { display: none; }
  .filter-grid { grid-template-columns: 1fr 1fr; }
  .directory-grid, .media-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .artist-spotlight { background: linear-gradient(to top, #080b0d 0 30%, rgba(8,11,13,.12) 74%), var(--spotlight-image) 68% center/cover no-repeat; align-items: flex-end; min-height: 460px; }
  .video-spotlight { min-height: 420px; align-items: flex-end; background-position: 70% center; }
  .video-spotlight-shade { background: linear-gradient(to top, rgba(3,5,6,.98), rgba(3,5,6,.15) 70%); }
  .video-spotlight-copy { width: 100%; padding: 24px; }
  .spotlight-play { left: 74%; top: 35%; }
  .release-detail-hero { min-height: auto; }
  .release-detail-backdrop { background-size: cover; opacity: .3; }
  .release-detail-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 108px; padding-bottom: 36px; }
  .release-cover-large { width: min(100%, 540px); margin-inline: auto; }
  .release-detail-copy { max-width: none; }
  .release-body-grid { grid-template-columns: 1fr; }
  .release-panel { min-height: auto; }
  .more-release-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .directory-hero { height: 560px; }
  .directory-hero h1 { font-size: 52px; }
  .directory-hero p { font-size: 14px; }
  .filter-grid { grid-template-columns: 1fr; }
  .filter-band { padding: 18px 0; }
  .directory-grid, .media-directory-grid { grid-template-columns: 1fr; }
  .directory-image { aspect-ratio: 16 / 11; }
  .artist-spotlight { min-height: 420px; padding: 20px; }
  .artist-spotlight > div { width: 100%; }
  .artist-spotlight h2 { font-size: 31px; }
  .media-directory-frame { aspect-ratio: 16 / 9; }
  .video-spotlight { min-height: 450px; }
  .spotlight-play { left: 50%; top: 30%; }
  .release-detail-grid { padding-top: 96px; }
  .release-detail-copy h1 { font-size: 46px; }
  .release-artist-link { font-size: 22px; }
  .release-facts { flex-wrap: wrap; gap: 10px 14px; }
  .release-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .release-actions .button { width: 100%; }
  .release-actions .share-button { grid-column: 1 / -1; width: 100%; }
  .platform-row { grid-template-columns: 1fr 1fr; }
  .release-panel { padding: 17px; }
  .tracklist-panel li { grid-template-columns: 31px 1fr 35px 26px; font-size: 10px; }
  .release-specs { grid-template-columns: 1fr 1fr; }
  .release-feature-video { min-height: 470px; background-position: 63% center; }
  .release-feature-video .spotlight-play { left: 50%; top: 34%; }
  .release-feature-copy { position: absolute; bottom: 0; width: 100%; padding: 20px; background: linear-gradient(to top, #030506, rgba(3,5,6,.75), transparent); }
  .release-feature-copy h2 { margin-top: 62px; }
  .more-release-grid { grid-template-columns: 1fr; }
}

/* Responsive overrides for extended pages (kept after the base catalogue rules). */
.releases-hero { height:410px; }
.artist-profile-hero h1 { font-size:clamp(48px,4vw,64px); }
.releases-filter-grid { grid-template-columns:repeat(4,minmax(145px,1fr)) minmax(240px,1.4fr);gap:12px; }
@media (max-width:1080px) {
  .releases-filter-grid { grid-template-columns:repeat(3,1fr); }
  .catalog-grid { grid-template-columns:repeat(3,1fr); }
  .icon-card-grid,.resource-grid { grid-template-columns:repeat(3,1fr); }
  .latest-release-profile>div { grid-template-columns:240px 1fr; }
  .latest-release-profile ol { grid-column:1/-1; }
  .video-detail-grid { grid-template-columns:1fr; }
  .cinema-player { min-height:540px; }
}
@media (max-width:820px) {
  .site-nav.is-open { height:450px; }
  .releases-hero { height:600px; }
  .catalog-grid,.upcoming-grid { grid-template-columns:repeat(2,1fr); }
  .artist-profile-hero { min-height:740px;align-items:flex-end;padding-bottom:40px;background:linear-gradient(to top,#030506 0 35%,transparent 75%),var(--artist-image) 65% top/auto 72% no-repeat; }
  .artist-story,.latest-release-profile>div,.video-facts,.about-video,.licensing-enquiry,.press-contact,.faq-layout { grid-template-columns:1fr; }
  .profile-feature-video { grid-template-columns:1fr;min-height:420px; }
  .signal-statement .shell { grid-template-columns:1fr;padding-block:30px;gap:5px; }
  .video-rail>div:last-child { grid-template-columns:repeat(2,1fr); }
  .icon-card-grid { grid-template-columns:repeat(2,1fr); }
  .service-hero { min-height:600px;align-items:flex-end;padding-bottom:50px; }
  .service-hero-art { background-position:68% top;background-size:auto 76%; }
  .portal-panel { grid-template-columns:1fr; }
  .portal-panel>div { min-height:210px; }
  .resource-grid { grid-template-columns:repeat(3,1fr); }
  .faq-layout aside { display:none; }
  .error-hero { min-height:760px;align-items:flex-end;padding-bottom:50px; }
  .error-art { background-position:65% center; }
  .error-art::after { background:linear-gradient(to top,#030506,transparent 74%); }
  .reconnect img { height:220px; }
}
@media (max-width:560px) {
  .catalog-grid,.upcoming-grid,.announcement-grid,.press-kit-grid,.reconnect>div { grid-template-columns:1fr; }
  .releases-filter-grid { grid-template-columns:1fr; }
  .artist-profile-hero .hero-actions,.detail-actions { display:grid; }
  .artist-profile-hero .button,.detail-actions .button { width:100%; }
  .latest-release-profile>div { padding:12px; }
  .latest-release-profile>div>img { width:100%; }
  .catalog-grid.compact { grid-template-columns:1fr; }
  .cinema-player { min-height:300px; }
  .video-detail-copy h1 { font-size:40px; }
  .video-facts { width:auto;margin-inline:18px; }
  .fact-grid { grid-template-columns:1fr 1fr; }
  .video-rail>div:last-child { grid-template-columns:1fr; }
  .world-banner { margin-inline:18px; }
  .icon-card-grid,.icon-card-grid.four,.resource-grid { grid-template-columns:1fr 1fr; }
  .licensing-enquiry form>div { grid-template-columns:1fr; }
  .quote-band { font-size:17px; }
  .error-hero .hero-actions { display:grid; }
  .error-hero .button { width:100%; }
  .signal-search span { display:none; }
  .error-quote { letter-spacing:.18em; }
  .reconnect img { height:280px; }
}

/* Accessible typography system.
   This final layer normalises the legacy page-specific type rules above. */
:root {
  --type-body: 16px;
  --type-supporting: 14px;
  --type-metadata: 12px;
  --type-control: 14px;
  --type-eyebrow: 12px;
  --leading-body: 1.65;
  --tracking-eyebrow: .22em;
}

body {
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

p {
  line-height: var(--leading-body);
}

.hero h1,
.directory-hero h1,
.company-hero h1,
.artist-profile-hero h1,
.release-detail-copy h1,
.video-detail-copy h1,
.service-hero h1,
.faq-hero h1 {
  font-size: clamp(48px, 5vw, 64px);
  line-height: 1.04;
}

.hero-copy p,
.artist-profile-hero p,
.artist-story p,
.video-detail-copy > p,
.about-video p,
.world-banner p,
.service-hero p,
.portal-story p,
.licensing-enquiry p,
.press-contact p,
.faq-hero p,
.faq-list details p,
.error-hero p,
.release-intro,
.release-about > p,
.manifesto-inner p,
.company-hero small {
  max-width: 68ch;
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

.catalog-copy p,
.catalog-card > time,
.artist-bottom p,
.release-meta p,
.video-card p,
.newsletter-intro p,
.footer-brand p,
.footer-column p,
.footer-column a,
.section-header a,
.directory-card-copy p,
.media-directory-copy p,
.artist-spotlight p,
.video-spotlight-copy p,
.value-card p,
.process-grid p,
.belief-grid p,
.commitment-grid p,
.contact-reasons p,
.contact-form-panel > p,
.channel-card p,
.social-card p,
.artist-story dl div,
.latest-release-profile article p,
.portal-panel p,
.icon-card-grid p,
.announcement-grid p,
.press-kit-grid p,
.resource-grid p,
.press-contact > div > a:not(.button),
.faq-layout aside > a,
.faq-layout aside p,
.reconnect a p,
.release-feature-copy p,
.more-release-card p,
.video-facts article p,
.fact-grid span,
.video-rail strong,
.video-rail small {
  font-size: var(--type-supporting);
  line-height: 1.6;
}

.genre-pill,
.artist-title-row span,
.release-type,
.status-tag,
.directory-title span,
.artist-spotlight small,
.media-directory-copy span,
.duration,
.detail-chips span,
.fact-grid small,
.video-facts article small,
.video-rail time,
.announcement-grid time,
.release-facts,
.release-specs span,
.release-specs strong,
.tag-row span,
.more-release-card > span,
.footer-brand small,
.newsletter form > p,
.contact-form-panel form > small,
.reconnect a > span {
  font-size: var(--type-metadata);
}

.hero-guides,
.hero-index,
.page-guides,
.page-guides span:last-child,
.cover-copy span,
.cover-copy strong,
.catalog-art > span,
.featured-label,
.process-grid article > span,
.section-header > span,
.upcoming-grid article > div span,
.upcoming-grid small,
.tracklist-panel li,
.tracklist-panel li > span,
.tracklist-panel time,
.tracklist-panel li button,
.track-total,
.signal-search > span,
.error-quote small,
.release-cover-large .cover-copy strong {
  font-size: var(--type-metadata);
}

.cinema-controls span,
.channel-card span {
  font-size: var(--type-metadata);
}

.upcoming-grid p,
.upcoming-grid button,
.announcement-grid a,
.press-kit-grid a {
  font-size: var(--type-control);
}

.eyebrow,
.section-header h2,
.artist-spotlight > div > span,
.video-spotlight-copy > span,
.release-panel h2,
.release-feature-copy > span,
.video-facts h2,
.listen-label,
.footer-column h2,
.faq-hero h2 {
  font-size: var(--type-eyebrow);
  letter-spacing: var(--tracking-eyebrow);
  line-height: 1.4;
}

.site-nav a,
.button,
.catalog-action,
.artist-bottom a,
.listen-button,
.directory-action,
.directory-card-copy button,
.platform-row button,
.release-feature-copy button,
.filter-control > span,
.filter-control select,
.search-control input,
.newsletter input,
.newsletter button,
.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea,
.licensing-enquiry input,
.licensing-enquiry select,
.licensing-enquiry textarea,
.signal-search input,
.signal-search button,
.faq-list summary {
  font-size: var(--type-control);
}

@media (max-width: 560px) {
  .hero-actions .button {
    padding-inline: 10px;
    gap: 5px;
    white-space: nowrap;
  }

  .hero h1,
  .directory-hero h1,
  .company-hero h1,
  .artist-profile-hero h1,
  .release-detail-copy h1,
  .video-detail-copy h1,
  .service-hero h1,
  .faq-hero h1 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.05;
  }

  .error-hero h1 {
    font-size: clamp(88px, 30vw, 128px);
  }
}

/* Content hierarchy: feature frames, open standard modules, compact dividers. */
.platform-menu,
.mobile-load-more {
  display: none;
}

.artist-story > article,
.artist-story > aside,
.release-panel,
.press-contact > article,
.press-contact > div,
.licensing-enquiry > article {
  min-height: 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
}

.icon-card-grid article,
.resource-grid a,
.commitment-grid article,
.contact-reasons article,
.channel-card {
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 560px) {
  .artist-profile-hero {
    min-height: 680px;
    padding-bottom: 28px;
    background-size: auto 68%;
  }

  .artist-profile-hero .hero-actions > :nth-child(n + 3),
  .release-actions > :nth-child(n + 3),
  .detail-actions > :nth-child(n + 3),
  .error-hero .hero-actions > :nth-child(n + 3) {
    display: none;
  }

  .artist-profile-hero .platform-row,
  .release-detail-copy .platform-row,
  .video-detail-copy .platform-row,
  .release-detail-copy > .listen-label,
  .video-detail-copy > .eyebrow {
    display: none;
  }

  .platform-menu {
    display: block;
    margin-top: 14px;
    border-block: 1px solid var(--line-strong);
  }

  .platform-menu summary {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    color: #d7d8d5;
    font-size: var(--type-control);
  }

  .platform-menu summary::-webkit-details-marker {
    display: none;
  }

  .platform-menu summary span:last-child {
    font-size: 22px;
    font-weight: 300;
    transition: transform .2s ease;
  }

  .platform-menu[open] summary span:last-child {
    transform: rotate(45deg);
  }

  .platform-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
  }

  .platform-menu-list button {
    min-height: 48px;
    padding: 8px 10px;
    border: 0;
    border-top: 1px solid var(--line);
    background: transparent;
    color: #d7d8d5;
    font-size: var(--type-control);
  }

  .platform-menu-list button:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .mobile-load-more:not([hidden]) {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    border: 0;
    border-block: 1px solid var(--line-strong);
    background: transparent;
    color: #f1f1ed;
    font-size: var(--type-control);
    cursor: pointer;
  }

  .mobile-load-more svg {
    width: 16px;
    transform: rotate(90deg);
  }

  .is-mobile-collapsed {
    display: none !important;
  }

  .contact-hero {
    height: 470px;
  }

  .contact-hero .company-hero-art {
    background-position: 64% top;
    background-size: auto 68%;
  }

  .contact-hero .company-hero-inner {
    padding-bottom: 34px;
  }

  .licensing-page .service-hero {
    min-height: 500px;
    padding-bottom: 34px;
  }

  .licensing-page .service-hero-art {
    background-position: 66% top;
    background-size: auto 62%;
  }

  .licensing-page .hero-actions {
    width: min(100%, 340px);
    display: grid;
    grid-template-columns: 1fr;
  }

  .licensing-page .hero-actions .button {
    width: 100%;
  }

  .service-page .portal-panel {
    display: none;
  }

  .manifesto-page .artist-strip {
    display: none;
  }

  .artist-story > article,
  .artist-story > aside,
  .release-panel,
  .press-contact > article,
  .press-contact > div,
  .licensing-enquiry > article {
    padding: 22px 0;
  }

  .artist-story,
  .release-body,
  .press-contact,
  .licensing-enquiry {
    row-gap: 0;
  }

  .compact-mobile-rail,
  .catalog-grid.compact,
  .more-release-grid,
  .video-rail > div:last-child,
  .artist-strip .artist-grid,
  .press-page .announcement-grid,
  .press-page .press-kit-grid,
  .press-page .resource-grid,
  .manifesto-page .belief-grid,
  .manifesto-page .world-process,
  .licensing-page > .icon-card-grid,
  .licensing-page .rights-section .icon-card-grid,
  .contact-channels,
  .contact-reasons {
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    padding-right: 0;
  }

  .compact-mobile-rail::-webkit-scrollbar,
  .catalog-grid.compact::-webkit-scrollbar,
  .more-release-grid::-webkit-scrollbar,
  .video-rail > div:last-child::-webkit-scrollbar,
  .artist-strip .artist-grid::-webkit-scrollbar,
  .press-page .announcement-grid::-webkit-scrollbar,
  .press-page .press-kit-grid::-webkit-scrollbar,
  .press-page .resource-grid::-webkit-scrollbar,
  .manifesto-page .belief-grid::-webkit-scrollbar,
  .manifesto-page .world-process::-webkit-scrollbar,
  .licensing-page > .icon-card-grid::-webkit-scrollbar,
  .licensing-page .rights-section .icon-card-grid::-webkit-scrollbar,
  .contact-channels::-webkit-scrollbar,
  .contact-reasons::-webkit-scrollbar {
    display: none;
  }

  .catalog-grid.compact > *,
  .more-release-grid > *,
  .video-rail > div:last-child > *,
  .artist-strip .artist-grid > *,
  .press-page .announcement-grid > *,
  .press-page .press-kit-grid > * {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }

  .press-page .resource-grid > *,
  .manifesto-page .belief-grid > *,
  .manifesto-page .world-process > *,
  .licensing-page > .icon-card-grid > *,
  .licensing-page .rights-section .icon-card-grid > *,
  .contact-reasons > * {
    flex: 0 0 min(74vw, 300px);
    scroll-snap-align: start;
  }

  .contact-channels > * {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
  }

  .manifesto-page .belief-grid .value-card,
  .manifesto-page .world-process article,
  .licensing-page .icon-card-grid article,
  .press-page .resource-grid a,
  .contact-reasons article,
  .channel-card {
    min-height: 150px;
    padding: 20px 14px;
    border: 0;
    border-bottom: 1px solid var(--line-strong);
    border-radius: 0;
    background: transparent;
  }

  .manifesto-page .world-process article {
    min-height: 210px;
  }

  .contact-channels {
    margin-top: 4px;
  }

  .channel-card {
    align-items: flex-start;
  }

  .social-card {
    min-height: 150px;
    align-content: center;
  }
}

/* Accessibility primitives and disclosure pages. */
.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 4px;
  background: #fff;
  color: #050708;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .18s ease;
}

.skip-link:focus { transform: translateY(0); }

.site-nav a { min-width: 44px; justify-content: center; }

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #f2ad87;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(5, 7, 8, .86);
}

main:focus-visible { outline: 0; box-shadow: none; }

button,
summary,
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
select { min-height: 44px; }

button { min-width: 44px; }

.button,
.catalog-action,
.listen-button,
.directory-action,
.artist-bottom a,
.release-feature-copy button,
.announcement-grid a,
.press-kit-grid a,
.footer-column a,
.footer-legal a,
.social-card a,
.follow a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

[id] { scroll-margin-top: 92px; }

.social-card a,
.follow a { width: 44px; justify-content: center; }

.contact-form-panel label,
.licensing-enquiry form label { display: grid; gap: 7px; color: #e5e6e2; font-size: 14px; font-weight: 560; }
.contact-form-panel label > span:first-child,
.licensing-enquiry form label > span:first-child { display: block; }
.contact-form-panel label small,
.licensing-enquiry form label small { color: var(--muted); font-size: 12px; font-weight: 400; line-height: 1.5; }
.licensing-enquiry form > label { margin-bottom: 12px; }
.licensing-enquiry form > .button { margin-top: 4px; }
.contact-form-panel [aria-invalid="true"],
.licensing-enquiry [aria-invalid="true"],
.newsletter [aria-invalid="true"] { border-color: #ff9c8a; box-shadow: 0 0 0 1px #ff9c8a; }
.field-error { display: block; color: #ffb3a5; font-size: 13px; font-weight: 500; line-height: 1.45; }
.form-alert { padding: 15px 17px; border: 1px solid #e98676; border-left-width: 4px; border-radius: 3px; background: rgba(130, 34, 31, .18); color: #fff; }
.form-alert strong { display: block; margin-bottom: 4px; }
.form-alert p { margin: 0 0 6px; color: #e8e8e4; font-size: 14px; }
.form-alert ul { margin: 0; padding-left: 20px; }
.form-alert a { min-height: 32px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: 3px; }
.form-alert.compact { margin-bottom: 10px; padding: 10px 12px; }
.form-success { padding: 12px 14px; border-left: 4px solid #84c3a2; background: rgba(51, 114, 80, .2); color: #eaf9f0; }

.newsletter form > p,
.newsletter form > p a,
.footer-brand small { color: #b0b2b0; }
.newsletter form > p a { text-decoration: underline; text-underline-offset: 3px; }

.footer-legal { display: flex; flex-wrap: wrap; gap: 6px 24px; padding-top: 22px; margin-top: 30px; border-top: 1px solid var(--line); }
.footer-legal a { color: #b5b7b6; font-size: 12px; }
.footer-legal a:hover { color: #fff; }

.policy-page { min-height: 70vh; padding-top: 76px; background: #030506; }
.policy-hero { padding: 76px 0 52px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 20%, rgba(171, 111, 83, .14), transparent 33%); }
.policy-hero h1 { max-width: 920px; margin: 16px 0; font-size: clamp(48px, 6vw, 76px); font-weight: 420; letter-spacing: -.04em; line-height: 1.04; }
.policy-hero > .shell > p:not(.eyebrow) { max-width: 68ch; color: #d0d2cf; font-size: 18px; line-height: 1.65; }
.policy-hero small { color: var(--muted); font-size: 12px; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 70px; padding-top: 52px; padding-bottom: 72px; }
.policy-layout nav { align-self: start; position: sticky; top: 24px; padding-top: 16px; border-top: 1px solid var(--line-strong); }
.policy-layout nav h2 { margin: 0 0 12px; text-transform: uppercase; font-size: 12px; letter-spacing: .22em; }
.policy-layout nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: #c2c4c1; font-size: 14px; }
.policy-layout article > section { padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.policy-layout article h2 { margin: 0 0 14px; font-size: 28px; font-weight: 470; }
.policy-layout article p { max-width: 68ch; margin: 0; color: #c0c2bf; font-size: 16px; line-height: 1.72; }
.policy-layout aside { padding: 24px; border-left: 3px solid #bf765d; background: #090c0e; }
.policy-layout aside h2 { font-size: 20px; }
.policy-layout aside a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 820px) {
  .policy-layout { grid-template-columns: 1fr; gap: 30px; }
  .policy-layout nav { position: static; }
}

@media (max-width: 560px) {
  .policy-hero { padding: 56px 0 40px; }
  .policy-hero h1 { font-size: clamp(38px, 12vw, 48px); }
  .policy-hero > .shell > p:not(.eyebrow) { font-size: 16px; }
  .policy-layout { padding-top: 34px; padding-bottom: 48px; }
}

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

/* Final component ownership: these rules intentionally close the cascade. */
.tracklist-panel li,
.latest-release-profile li {
  min-height: 52px;
  grid-template-columns: 34px minmax(130px, 1fr) 58px minmax(120px, auto);
  gap: 10px;
}

.cinema-player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.contact-reasons { grid-template-columns: repeat(2, 1fr); }
.faq-layout aside { display: block; }

/*
 * Page rhythm
 * Keep major content regions visually distinct. Most page sections previously
 * used 20–30px of vertical padding, which made unrelated blocks read as one
 * continuous panel—especially on wide screens.
 */
.artists-section,
.releases-section,
.videos-section,
.catalog-section,
.upcoming-section,
.directory-content,
.release-body,
.press-section,
.video-rail,
.rights-section,
.licensing-enquiry,
.faq-layout,
.reconnect,
.artist-story,
.about-video,
.profile-content,
.values-grid,
.contact-layout,
.policy-layout {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.portal-story,
.process-panel,
.about-people,
.profile-feature-video,
.latest-release-profile,
.release-feature,
.more-releases,
.artist-spotlight,
.latest-video-block,
.video-spotlight,
.press-contact,
.contact-reasons {
  margin-top: var(--section-space-compact);
  margin-bottom: var(--section-space-compact);
}

.section-header { margin-bottom: clamp(24px, 2.5vw, 36px); }
.catalog-grid,
.upcoming-grid,
.directory-grid,
.media-directory-grid,
.announcement-grid,
.press-kit-grid,
.artist-grid,
.video-grid { row-gap: clamp(24px, 3vw, 40px); }

@media (max-width: 820px) {
  .faq-layout aside { display: block; position: static; }
  .faq-categories { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .faq-categories button { border: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .tracklist-panel li,
  .latest-release-profile li { grid-template-columns: 28px minmax(0, 1fr) 50px; }
  .tracklist-panel li > :last-child,
  .latest-release-profile li > :last-child { grid-column: 2 / -1; justify-self: start; }
  .faq-categories,
  .contact-reasons { grid-template-columns: 1fr; }

  :root {
    --section-space: 44px;
    --section-space-compact: 32px;
  }
}
